01M0SXM5KF86D3RB9X45CE4EFV: test

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

Buildomat Job: 01M0SXMGNTQ9ZH0AV22WE4ATYR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T12:59:52.848Zjob assigned to worker 01M0SXMNNJGH8E1BDJ70S96CRW [factory aws, i-07a1505b138fcf9e2] (queued for 55 s)
 
22026-08-24T12:59:59.817Zstarting task 0: "setup"
32026-08-24T12:59:59.820Z++ uname -s
42026-08-24T12:59:59.823Z+ kern=SunOS
52026-08-24T12:59:59.823Z+ build_user=build
62026-08-24T12:59:59.823Z+ build_uid=12345
72026-08-24T12:59:59.824Z+ work_dir=/work
82026-08-24T12:59:59.824Z+ input_dir=/input
92026-08-24T12:59:59.824Z+ [[ 0 == 12345 ]]
102026-08-24T12:59:59.824Z+ case "$kern" in
112026-08-24T12:59:59.824Z+ groupadd -g 12345 build
122026-08-24T12:59:59.824Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T13:00:01.829Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T13:00:01.901Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T13:00:01.904Z+ home_fs=zfs
162026-08-24T13:00:01.904Z+ [[ zfs == autofs ]]
172026-08-24T13:00:01.904Z+ mkdir -p /home/build
182026-08-24T13:00:01.904Z+ chown build:build /home/build /work
192026-08-24T13:00:03.905Z+ chmod 0700 /home/build /work
202026-08-24T13:00:03.908Zprocess exited: duration 4091 ms, exit code 0
 
212026-08-24T13:00:03.914Zstarting task 1: "rust-toolchain"
222026-08-24T13:00:03.917Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-08-24T13:00:03.920Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-24T13:00:03.920Z * rust toolchain channel = "1.94.0"
252026-08-24T13:00:03.920Z * rust toolchain profile = "default"
262026-08-24T13:00:03.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-24T13:00:03.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T13:00:03.920Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T13:00:03.920Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-08-24T13:00:03.999Zinfo: downloading installer
312026-08-24T13:00:05.545Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T13:00:05.545Zwarn: /home/build/.rustup/settings.toml
332026-08-24T13:00:05.545Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T13:00:05.545Zwarn: instead of the one inferred from the default host triple.
352026-08-24T13:00:05.557Zinfo: profile set to default
362026-08-24T13:00:05.557Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T13:00:05.560Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-08-24T13:00:05.688Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-08-24T13:00:05.691Zinfo: downloading 6 components
402026-08-24T13:00:20.485Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-08-24T13:00:20.485Z
422026-08-24T13:00:20.515Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-08-24T13:00:20.515Z
442026-08-24T13:00:20.518Z
452026-08-24T13:00:20.518ZRust is installed now. Great!
462026-08-24T13:00:20.518Z
472026-08-24T13:00:20.518ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T13:00:20.518Zenvironment variable. This has not been done automatically.
492026-08-24T13:00:20.518Z
502026-08-24T13:00:20.518ZTo configure your current shell, you need to source
512026-08-24T13:00:20.518Zthe corresponding env file under $HOME/.cargo.
522026-08-24T13:00:20.518Z
532026-08-24T13:00:20.518ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T13:00:20.518Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T13:00:20.518Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T13:00:20.518Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T13:00:20.518Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T13:00:20.518Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T13:00:20.518Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T13:00:20.519Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T13:00:20.519Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T13:00:20.616Z+ rustup --version
632026-08-24T13:00:20.625Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T13:00:20.628Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T13:00:20.646Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-08-24T13:00:20.649Z+ cargo --version
672026-08-24T13:00:20.662Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-08-24T13:00:20.665Z+ rustc --version
692026-08-24T13:00:20.685Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-08-24T13:00:20.688Zprocess exited: duration 16774 ms, exit code 0
 
712026-08-24T13:00:20.695Zstarting task 2: "authentication"
722026-08-24T13:00:20.711Zprocess exited: duration 16 ms, exit code 0
 
732026-08-24T13:00:20.717Zstarting task 3: "clone repository"
742026-08-24T13:00:20.720Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-24T13:00:20.723Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-24T13:00:20.753ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-24T13:00:21.500Z+ cd /work/oxidecomputer/dendrite
782026-08-24T13:00:21.501Z+ git fetch origin 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
792026-08-24T13:00:21.801ZFrom https://github.com/oxidecomputer/dendrite
802026-08-24T13:00:21.801Z * branch 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> FETCH_HEAD
812026-08-24T13:00:21.808Z+ [[ -n multicast-e2e ]]
822026-08-24T13:00:21.811Z++ git branch --show-current
832026-08-24T13:00:21.811Z+ current=main
842026-08-24T13:00:21.811Z+ [[ main != multicast-e2e ]]
852026-08-24T13:00:21.811Z+ git branch -f multicast-e2e 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
862026-08-24T13:00:21.814Z+ git checkout -f multicast-e2e
872026-08-24T13:00:21.830ZSwitched to branch 'multicast-e2e'
882026-08-24T13:00:21.834Z+ git reset --hard 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
892026-08-24T13:00:21.849ZHEAD is now at 3d49b13 [merge] merge main into multicast-e2e
902026-08-24T13:00:21.852Zprocess exited: duration 1133 ms, exit code 0
 
912026-08-24T13:00:21.858Zstarting task 4: "build"
922026-08-24T13:00:21.861Z+ source .github/buildomat/common.sh
932026-08-24T13:00:21.883Z++ TOFINO_STAGES=20
942026-08-24T13:00:21.883Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-24T13:00:21.883Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-24T13:00:21.883Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-24T13:00:21.883Z+++ uname -s
982026-08-24T13:00:21.883Z++ '[' SunOS == SunOS ']'
992026-08-24T13:00:21.883Z++ SERIES=illumos
1002026-08-24T13:00:21.884Z+++ uname -s
1012026-08-24T13:00:21.884Z++ '[' SunOS == SunOS ']'
1022026-08-24T13:00:21.884Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-24T13:00:21.884Z++ rustup show active-toolchain
1042026-08-24T13:00:21.884Z1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-24T13:00:21.884Z+ source .github/buildomat/illumos.sh
1062026-08-24T13:00:21.884Z++ banner 'sde setup'
1072026-08-24T13:00:21.884Z
1082026-08-24T13:00:21.884Z #### ##### ###### #### ###### ##### # # #####
1092026-08-24T13:00:21.884Z # # # # # # # # # # #
1102026-08-24T13:00:21.884Z #### # # ##### #### ##### # # # # #
1112026-08-24T13:00:21.884Z # # # # # # # # # #####
1122026-08-24T13:00:21.884Z # # # # # # # # # # # #
1132026-08-24T13:00:21.884Z #### ##### ###### #### ###### # #### #
1142026-08-24T13:00:21.884Z
1152026-08-24T13:00:21.884Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-24T13:00:21.884Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-24T13:00:21.884Z++ export PKG=tofino_sde.p5p
1182026-08-24T13:00:21.884Z++ PKG=tofino_sde.p5p
1192026-08-24T13:00:21.884Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-24T13:00:21.884Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-24T13:00:21.884Z Dload Upload Total Spent Left Speed
1222026-08-24T13:00:22.872Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 76.67M 0 0 100 76.03M 100 76.03M 0 0 76.67M 0 0 100 76.03M 100 76.03M 0 0 76.67M 0 0
1232026-08-24T13:00:22.875Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-24T13:00:22.923Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-24T13:00:22.923Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-24T13:00:22.923Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-24T13:00:27.317Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-24T13:00:27.675Z Startup: Caching catalogs ... Done
1292026-08-24T13:00:27.729Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-24T13:00:29.888ZPlanning: Solver setup ... Done
1312026-08-24T13:00:29.945ZPlanning: Running solver ... Done
1322026-08-24T13:00:29.987ZPlanning: Finding local manifests ... Done
1332026-08-24T13:00:29.990ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-24T13:00:29.994ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-24T13:00:30.007ZPlanning: Package planning ... Done
1362026-08-24T13:00:30.010ZPlanning: Merging actions ... Done
1372026-08-24T13:00:30.093ZPlanning: Checking for conflicting actions ... Done
1382026-08-24T13:00:30.096ZPlanning: Consolidating action changes ... Done
1392026-08-24T13:00:30.937ZPlanning: Evaluating mediators ... Done
1402026-08-24T13:00:30.940ZPlanning: Planning completed in 3.21 seconds
1412026-08-24T13:00:30.945Z Packages to install: 1
1422026-08-24T13:00:30.945Z Create boot environment: No
1432026-08-24T13:00:30.948ZCreate backup boot environment: No
1442026-08-24T13:00:30.969Z
1452026-08-24T13:00:30.970ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-24T13:00:31.104ZDownload: Completed 75.30 MB in 0.13 seconds (560M/s)
1472026-08-24T13:00:31.277Z Actions: 1/293 actions (Installing new actions)
1482026-08-24T13:00:32.231Z Actions: Completed 293 actions in 0.95 seconds.
1492026-08-24T13:00:32.234ZFinalize: Updating package state database ... Done
1502026-08-24T13:00:32.276ZFinalize: Updating package cache ... Done
1512026-08-24T13:00:32.367ZFinalize: Updating image state ... Done
1522026-08-24T13:00:34.813ZFinalize: Creating fast lookup database ... Done
1532026-08-24T13:00:34.878ZFinalize: Reading search index ... Done
1542026-08-24T13:00:34.907ZFinalize: Updating search index ... Done
1552026-08-24T13:00:35.146ZFinalize: Updating package cache ... Done
1562026-08-24T13:00:35.309Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-24T13:00:35.309Z++ SDE=/opt/oxide/tofino_sde
1582026-08-24T13:00:35.309Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-24T13:00:35.309Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-24T13:00:35.309Z++ banner packages
1612026-08-24T13:00:35.312Z
1622026-08-24T13:00:35.312Z ##### ## #### # # ## #### ###### ####
1632026-08-24T13:00:35.312Z # # # # # # # # # # # # # #
1642026-08-24T13:00:35.313Z # # # # # #### # # # ##### ####
1652026-08-24T13:00:35.313Z ##### ###### # # # ###### # ### # #
1662026-08-24T13:00:35.313Z # # # # # # # # # # # # # #
1672026-08-24T13:00:35.313Z # # # #### # # # # #### ###### ####
1682026-08-24T13:00:35.313Z
1692026-08-24T13:00:35.313Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-24T13:00:35.579Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-24T13:00:35.582Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-24T13:00:37.488ZPlanning: Solver setup ... Done
1732026-08-24T13:00:37.546ZPlanning: Running solver ... Done
1742026-08-24T13:00:37.591ZPlanning: Consolidating action changes ... Done
1752026-08-24T13:00:37.593ZPlanning: Evaluating mediators ... Done
1762026-08-24T13:00:37.593ZPlanning: Planning completed in 2.01 seconds
1772026-08-24T13:00:37.608ZNo updates necessary for this image.
1782026-08-24T13:00:37.741Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-24T13:00:37.953ZPlanning: Evaluating mediator changes ... Done
1802026-08-24T13:00:38.059ZPlanning: Checking for conflicting actions ... Done
1812026-08-24T13:00:38.062ZPlanning: Consolidating action changes ... Done
1822026-08-24T13:00:38.218ZPlanning: Evaluating mediators ... Done
1832026-08-24T13:00:38.221ZPlanning: Planning completed in 0.27 seconds
1842026-08-24T13:00:38.241Z Mediators to change: 2
1852026-08-24T13:00:38.241Z Create boot environment: No
1862026-08-24T13:00:38.241ZCreate backup boot environment: No
1872026-08-24T13:00:38.289ZFinalize: Updating package state database ... Done
1882026-08-24T13:00:38.289ZFinalize: Updating package cache ... Done
1892026-08-24T13:00:38.339ZFinalize: Updating image state ... Done
1902026-08-24T13:00:40.289ZFinalize: Creating fast lookup database ... Done
1912026-08-24T13:00:40.349ZFinalize: Reading search index ... Done
1922026-08-24T13:00:40.352ZFinalize: Updating search index ... Done
1932026-08-24T13:00:40.411ZFinalize: Updating package cache ... Done
1942026-08-24T13:00:40.488Z++ cargo --version
1952026-08-24T13:00:40.498Zcargo 1.94.0 (85eff7c80 2026-01-15)
1962026-08-24T13:00:40.501Z++ rustc --version
1972026-08-24T13:00:40.521Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1982026-08-24T13:00:40.524Z+ banner copyrights
1992026-08-24T13:00:40.527Z
2002026-08-24T13:00:40.527Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-24T13:00:40.527Z # # # # # # # # # # # # # # # # #
2022026-08-24T13:00:40.527Z # # # # # # # # # # ###### # ####
2032026-08-24T13:00:40.527Z # # # ##### # ##### # # ### # # # #
2042026-08-24T13:00:40.527Z # # # # # # # # # # # # # # # #
2052026-08-24T13:00:40.527Z #### #### # # # # # #### # # # ####
2062026-08-24T13:00:40.527Z
2072026-08-24T13:00:40.528Z+ ./tools/check_copyrights.sh
2082026-08-24T13:00:41.682Zdpd/p4/headers.p4: Copyright with wrong year
2092026-08-24T13:00:42.082Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2102026-08-24T13:00:42.226Zpcap/build.rs: Copyright with wrong year
2112026-08-24T13:00:42.406Ztfportd/src/linklocal.rs: Copyright with wrong year
2122026-08-24T13:00:42.628Z+ banner clippy
2132026-08-24T13:00:42.631Z
2142026-08-24T13:00:42.631Z #### # # ##### ##### # #
2152026-08-24T13:00:42.631Z # # # # # # # # # #
2162026-08-24T13:00:42.631Z # # # # # # # #
2172026-08-24T13:00:42.631Z # # # ##### ##### #
2182026-08-24T13:00:42.631Z # # # # # # #
2192026-08-24T13:00:42.631Z #### ###### # # # #
2202026-08-24T13:00:42.631Z
2212026-08-24T13:00:42.631Z+ for feat in tofino_stub tofino_asic softnpu chaos
2222026-08-24T13:00:42.631Z+ cargo clippy --features tofino_stub -- --deny warnings
2232026-08-24T13:00:42.778Z Updating git repository `https://github.com/oxidecomputer/omicron`
2242026-08-24T13:00:53.540Z Updating crates.io index
2252026-08-24T13:00:53.543Z Updating git repository `https://github.com/illumos/smf-rs`
2262026-08-24T13:00:53.973Z Updating git repository `https://github.com/oxidecomputer/propolis`
2272026-08-24T13:00:55.115Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2282026-08-24T13:00:55.517Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-24T13:00:55.795Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-08-24T13:00:56.671Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2312026-08-24T13:00:57.010Z Updating git repository `https://github.com/oxidecomputer/ispf`
2322026-08-24T13:00:57.573Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2332026-08-24T13:00:57.954Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-08-24T13:00:58.435Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-24T13:00:58.889Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362026-08-24T13:01:00.478Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2372026-08-24T13:01:00.857Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2382026-08-24T13:01:01.213Z Updating git repository `https://github.com/oxidecomputer/acpi_tables.git`
2392026-08-24T13:01:01.535Z Updating git submodule `https://github.com/rust-vmm/rust-vmm-ci.git`
2402026-08-24T13:01:01.926Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-08-24T13:01:02.326Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2422026-08-24T13:01:02.665Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2432026-08-24T13:01:03.275Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2442026-08-24T13:01:03.792Z Updating git repository `https://github.com/oxidecomputer/p4`
2452026-08-24T13:01:04.292Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2462026-08-24T13:01:04.915Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-24T13:01:05.566Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-08-24T13:01:06.043Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-08-24T13:01:06.388Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-08-24T13:01:07.546Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2512026-08-24T13:01:07.878Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-08-24T13:01:09.541Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-08-24T13:01:10.174Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542026-08-24T13:01:10.913Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552026-08-24T13:01:12.369Z Updating git repository `https://github.com/oxidecomputer/opte`
2562026-08-24T13:01:13.005Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572026-08-24T13:01:13.344Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-24T13:01:13.813Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2592026-08-24T13:01:14.636Z Updating git repository `https://github.com/oxidecomputer/opte`
2602026-08-24T13:01:15.421Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-08-24T13:01:17.342Z Downloading crates ...
2622026-08-24T13:01:17.399Z Downloaded adler2 v2.0.1
2632026-08-24T13:01:17.405Z Downloaded async-recursion v1.1.1
2642026-08-24T13:01:17.408Z Downloaded async-stream v0.3.6
2652026-08-24T13:01:17.411Z Downloaded anstyle-query v1.1.4
2662026-08-24T13:01:17.414Z Downloaded debug-ignore v1.0.5
2672026-08-24T13:01:17.417Z Downloaded async-stream-impl v0.3.6
2682026-08-24T13:01:17.417Z Downloaded atomicwrites v0.4.4
2692026-08-24T13:01:17.419Z Downloaded atomic-waker v1.1.2
2702026-08-24T13:01:17.419Z Downloaded anstyle-parse v1.0.0
2712026-08-24T13:01:17.422Z Downloaded anstyle v1.0.14
2722026-08-24T13:01:17.422Z Downloaded convert_case v0.4.0
2732026-08-24T13:01:17.422Z Downloaded derive_more v0.99.20
2742026-08-24T13:01:17.425Z Downloaded dof v0.4.0
2752026-08-24T13:01:17.428Z Downloaded constant_time_eq v0.3.1
2762026-08-24T13:01:17.428Z Downloaded deranged v0.5.3
2772026-08-24T13:01:17.428Z Downloaded digest v0.11.3
2782026-08-24T13:01:17.430Z Downloaded dof v0.3.0
2792026-08-24T13:01:17.430Z Downloaded cfg-if v1.0.4
2802026-08-24T13:01:17.433Z Downloaded displaydoc v0.2.5
2812026-08-24T13:01:17.433Z Downloaded cpufeatures v0.3.0
2822026-08-24T13:01:17.436Z Downloaded hash32 v0.3.1
2832026-08-24T13:01:17.436Z Downloaded dropshot_endpoint v0.17.1
2842026-08-24T13:01:17.439Z Downloaded dropshot-api-manager-types v0.7.2
2852026-08-24T13:01:17.441Z Downloaded bcs v0.1.6
2862026-08-24T13:01:17.442Z Downloaded futures-core v0.3.32
2872026-08-24T13:01:17.444Z Downloaded defmt-macros v1.0.1
2882026-08-24T13:01:17.444Z Downloaded defmt-parser v1.0.0
2892026-08-24T13:01:17.444Z Downloaded async-trait v0.1.89
2902026-08-24T13:01:17.447Z Downloaded cargo-platform v0.1.9
2912026-08-24T13:01:17.449Z Downloaded digest v0.10.7
2922026-08-24T13:01:17.450Z Downloaded derive-ex v0.1.8
2932026-08-24T13:01:17.450Z Downloaded defmt v1.0.1
2942026-08-24T13:01:17.452Z Downloaded hostname v0.3.1
2952026-08-24T13:01:17.455Z Downloaded clap_lex v1.1.0
2962026-08-24T13:01:17.455Z Downloaded cargo_metadata v0.18.1
2972026-08-24T13:01:17.455Z Downloaded git-stub v1.0.0
2982026-08-24T13:01:17.458Z Downloaded darling_macro v0.21.3
2992026-08-24T13:01:17.458Z Downloaded dtrace-parser v0.2.0
3002026-08-24T13:01:17.458Z Downloaded compression-codecs v0.4.32
3012026-08-24T13:01:17.460Z Downloaded base16ct v0.2.0
3022026-08-24T13:01:17.460Z Downloaded compression-core v0.4.32
3032026-08-24T13:01:17.463Z Downloaded dropshot_endpoint v0.16.7
3042026-08-24T13:01:17.467Z Downloaded embedded-io v0.4.0
3052026-08-24T13:01:17.467Z Downloaded ciborium-ll v0.2.2
3062026-08-24T13:01:17.467Z Downloaded darling_macro v0.23.0
3072026-08-24T13:01:17.467Z Downloaded arrayref v0.3.9
3082026-08-24T13:01:17.470Z Downloaded argon2 v0.5.3
3092026-08-24T13:01:17.470Z Downloaded fixedbitset v0.4.2
3102026-08-24T13:01:17.470Z Downloaded globset v0.4.16
3112026-08-24T13:01:17.472Z Downloaded group v0.13.0
3122026-08-24T13:01:17.472Z Downloaded derive-where v1.6.0
3132026-08-24T13:01:17.475Z Downloaded cstr-argument v0.1.2
3142026-08-24T13:01:17.475Z Downloaded curve25519-dalek-derive v0.1.1
3152026-08-24T13:01:17.478Z Downloaded cpufeatures v0.2.17
3162026-08-24T13:01:17.478Z Downloaded crucible-workspace-hack v0.1.0
3172026-08-24T13:01:17.478Z Downloaded futures-io v0.3.32
3182026-08-24T13:01:17.478Z Downloaded embedded-io v0.6.1
3192026-08-24T13:01:17.480Z Downloaded foreign-types v0.5.0
3202026-08-24T13:01:17.480Z Downloaded block-buffer v0.10.4
3212026-08-24T13:01:17.480Z Downloaded crypto-common v0.1.6
3222026-08-24T13:01:17.483Z Downloaded errno v0.3.14
3232026-08-24T13:01:17.483Z Downloaded crc8 v0.1.1
3242026-08-24T13:01:17.483Z Downloaded colorchoice v1.0.4
3252026-08-24T13:01:17.486Z Downloaded gethostname v0.5.0
3262026-08-24T13:01:17.486Z Downloaded fnv v1.0.7
3272026-08-24T13:01:17.486Z Downloaded equivalent v1.0.2
3282026-08-24T13:01:17.486Z Downloaded bit-set v0.8.0
3292026-08-24T13:01:17.486Z Downloaded anyhow v1.0.102
3302026-08-24T13:01:17.490Z Downloaded futures-sink v0.3.32
3312026-08-24T13:01:17.490Z Downloaded foreign-types-shared v0.1.1
3322026-08-24T13:01:17.492Z Downloaded futures-task v0.3.32
3332026-08-24T13:01:17.492Z Downloaded futures-macro v0.3.32
3342026-08-24T13:01:17.492Z Downloaded cfg_aliases v0.2.1
3352026-08-24T13:01:17.492Z Downloaded foreign-types v0.3.2
3362026-08-24T13:01:17.495Z Downloaded crypto-common v0.2.2
3372026-08-24T13:01:17.495Z Downloaded dyn-clone v1.0.20
3382026-08-24T13:01:17.495Z Downloaded cobs v0.3.0
3392026-08-24T13:01:17.498Z Downloaded find-msvc-tools v0.1.9
3402026-08-24T13:01:17.498Z Downloaded ciborium-io v0.2.2
3412026-08-24T13:01:17.498Z Downloaded aead v0.5.2
3422026-08-24T13:01:17.500Z Downloaded defmt v0.3.100
3432026-08-24T13:01:17.500Z Downloaded const_format_proc_macros v0.2.34
3442026-08-24T13:01:17.503Z Downloaded byteorder v1.5.0
3452026-08-24T13:01:17.503Z Downloaded generic-array v0.14.7
3462026-08-24T13:01:17.506Z Downloaded hex v0.4.3
3472026-08-24T13:01:17.506Z Downloaded bitflags v1.3.2
3482026-08-24T13:01:17.508Z Downloaded httpdate v1.0.3
3492026-08-24T13:01:17.508Z Downloaded chacha20 v0.9.1
3502026-08-24T13:01:17.511Z Downloaded dunce v1.0.5
3512026-08-24T13:01:17.511Z Downloaded heck v0.5.0
3522026-08-24T13:01:17.514Z Downloaded form_urlencoded v1.2.2
3532026-08-24T13:01:17.514Z Downloaded float-ord v0.3.2
3542026-08-24T13:01:17.514Z Downloaded hostname v0.4.2
3552026-08-24T13:01:17.517Z Downloaded http-body v1.0.1
3562026-08-24T13:01:17.517Z Downloaded heck v0.4.1
3572026-08-24T13:01:17.517Z Downloaded darling v0.21.3
3582026-08-24T13:01:17.519Z Downloaded git-stub-vcs v0.1.0
3592026-08-24T13:01:17.522Z Downloaded cipher v0.4.4
3602026-08-24T13:01:17.522Z Downloaded hubpack_derive v0.1.1
3612026-08-24T13:01:17.522Z Downloaded bytecount v0.6.9
3622026-08-24T13:01:17.525Z Downloaded backoff v0.4.0
3632026-08-24T13:01:17.525Z Downloaded bit-vec v0.8.0
3642026-08-24T13:01:17.525Z Downloaded foreign-types-shared v0.3.1
3652026-08-24T13:01:17.528Z Downloaded clap v4.6.1
3662026-08-24T13:01:17.531Z Downloaded is_terminal_polyfill v1.70.1
3672026-08-24T13:01:17.534Z Downloaded darling_core v0.21.3
3682026-08-24T13:01:17.537Z Downloaded ident_case v1.0.1
3692026-08-24T13:01:17.537Z Downloaded is-terminal v0.4.16
3702026-08-24T13:01:17.537Z Downloaded internet-checksum v0.2.1
3712026-08-24T13:01:17.537Z Downloaded instant v0.1.13
3722026-08-24T13:01:17.540Z Downloaded indent_write v2.2.0
3732026-08-24T13:01:17.540Z Downloaded glob v0.3.3
3742026-08-24T13:01:17.540Z Downloaded fs-err v3.1.2
3752026-08-24T13:01:17.543Z Downloaded block-buffer v0.12.0
3762026-08-24T13:01:17.543Z Downloaded daft-derive v0.1.5
3772026-08-24T13:01:17.546Z Downloaded fixedbitset v0.5.7
3782026-08-24T13:01:17.546Z Downloaded highway v1.3.0
3792026-08-24T13:01:17.548Z Downloaded is_ci v1.2.0
3802026-08-24T13:01:17.548Z Downloaded cexpr v0.6.0
3812026-08-24T13:01:17.551Z Downloaded bs58 v0.5.1
3822026-08-24T13:01:17.551Z Downloaded autocfg v1.5.0
3832026-08-24T13:01:17.554Z Downloaded lazy_static v1.5.0
3842026-08-24T13:01:17.554Z Downloaded keccak v0.1.6
3852026-08-24T13:01:17.554Z Downloaded itoa v1.0.15
3862026-08-24T13:01:17.554Z Downloaded foreign-types-macros v0.2.3
3872026-08-24T13:01:17.557Z Downloaded foldhash v0.2.0
3882026-08-24T13:01:17.557Z Downloaded ff v0.13.1
3892026-08-24T13:01:17.557Z Downloaded csv-core v0.1.12
3902026-08-24T13:01:17.560Z Downloaded enum-as-inner v0.6.1
3912026-08-24T13:01:17.560Z Downloaded fs_extra v1.3.0
3922026-08-24T13:01:17.562Z Downloaded cmake v0.1.54
3932026-08-24T13:01:17.562Z Downloaded futures-executor v0.3.32
3942026-08-24T13:01:17.562Z Downloaded cancel-safe-futures v0.1.5
3952026-08-24T13:01:17.565Z Downloaded daft v0.1.5
3962026-08-24T13:01:17.565Z Downloaded kstat-rs v0.2.4
3972026-08-24T13:01:17.568Z Downloaded base64ct v1.8.0
3982026-08-24T13:01:17.568Z Downloaded fastrand v2.3.0
3992026-08-24T13:01:17.570Z Downloaded linked-hash-map v0.5.6
4002026-08-24T13:01:17.570Z Downloaded libscf-sys v1.2.0
4012026-08-24T13:01:17.570Z Downloaded crossbeam-deque v0.8.6
4022026-08-24T13:01:17.573Z Downloaded managed v0.8.0
4032026-08-24T13:01:17.573Z Downloaded macaddr v1.0.1
4042026-08-24T13:01:17.573Z Downloaded getrandom v0.3.4
4052026-08-24T13:01:17.576Z Downloaded http-body-util v0.1.3
4062026-08-24T13:01:17.579Z Downloaded elliptic-curve v0.13.8
4072026-08-24T13:01:17.579Z Downloaded allocator-api2 v0.2.21
4082026-08-24T13:01:17.581Z Downloaded inout v0.1.4
4092026-08-24T13:01:17.581Z Downloaded hyper-tls v0.6.0
4102026-08-24T13:01:17.584Z Downloaded either v1.15.0
4112026-08-24T13:01:17.584Z Downloaded match_cfg v0.1.0
4122026-08-24T13:01:17.584Z Downloaded ingot-types v0.1.2
4132026-08-24T13:01:17.584Z Downloaded memoffset v0.9.1
4142026-08-24T13:01:17.587Z Downloaded humantime v2.3.0
4152026-08-24T13:01:17.587Z Downloaded mime v0.3.17
4162026-08-24T13:01:17.590Z Downloaded crossbeam-utils v0.8.21
4172026-08-24T13:01:17.590Z Downloaded lru-cache v0.1.2
4182026-08-24T13:01:17.590Z Downloaded idna_adapter v1.2.1
4192026-08-24T13:01:17.592Z Downloaded num-conv v0.2.1
4202026-08-24T13:01:17.592Z Downloaded newtype_derive v0.1.6
4212026-08-24T13:01:17.592Z Downloaded num-derive v0.4.2
4222026-08-24T13:01:17.595Z Downloaded hmac v0.12.1
4232026-08-24T13:01:17.595Z Downloaded memmap v0.7.0
4242026-08-24T13:01:17.598Z Downloaded ingot v0.1.1
4252026-08-24T13:01:17.598Z Downloaded newtype-uuid-macros v0.1.0
4262026-08-24T13:01:17.598Z Downloaded newline-converter v0.3.0
4272026-08-24T13:01:17.601Z Downloaded num-iter v0.1.45
4282026-08-24T13:01:17.601Z Downloaded getrandom v0.2.16
4292026-08-24T13:01:17.601Z Downloaded hubpack v0.1.2
4302026-08-24T13:01:17.603Z Downloaded ipnet v2.11.0
4312026-08-24T13:01:17.603Z Downloaded crc32fast v1.5.0
4322026-08-24T13:01:17.606Z Downloaded console v0.15.11
4332026-08-24T13:01:17.606Z Downloaded num v0.4.3
4342026-08-24T13:01:17.608Z Downloaded num_threads v0.1.7
4352026-08-24T13:01:17.608Z Downloaded blake2 v0.10.6
4362026-08-24T13:01:17.611Z Downloaded futures-channel v0.3.32
4372026-08-24T13:01:17.611Z Downloaded critical-section v1.2.0
4382026-08-24T13:01:17.611Z Downloaded ipnetwork v0.21.1
4392026-08-24T13:01:17.614Z Downloaded cookie v0.18.1
4402026-08-24T13:01:17.614Z Downloaded foldhash v0.1.5
4412026-08-24T13:01:17.616Z Downloaded opaque-debug v0.3.1
4422026-08-24T13:01:17.616Z Downloaded iana-time-zone v0.1.64
4432026-08-24T13:01:17.619Z Downloaded olpc-cjson v0.1.4
4442026-08-24T13:01:17.619Z Downloaded openssl-probe v0.1.6
4452026-08-24T13:01:17.619Z Downloaded omicron-workspace-hack v0.1.0
4462026-08-24T13:01:17.619Z Downloaded parse-display v0.10.0
4472026-08-24T13:01:17.622Z Downloaded num_enum_derive v0.5.11
4482026-08-24T13:01:17.622Z Downloaded erased-serde v0.3.31
4492026-08-24T13:01:17.622Z Downloaded clap_derive v4.6.1
4502026-08-24T13:01:17.625Z Downloaded hyper-rustls v0.27.7
4512026-08-24T13:01:17.625Z Downloaded bitflags v2.11.1
4522026-08-24T13:01:17.627Z Downloaded lru-slab v0.1.2
4532026-08-24T13:01:17.630Z Downloaded linear-map v1.2.0
4542026-08-24T13:01:17.630Z Downloaded libsw-core v0.3.2
4552026-08-24T13:01:17.630Z Downloaded percent-encoding v2.3.2
4562026-08-24T13:01:17.633Z Downloaded arrayvec v0.7.6
4572026-08-24T13:01:17.633Z Downloaded libsw v3.5.0
4582026-08-24T13:01:17.633Z Downloaded openssl-macros v0.1.1
4592026-08-24T13:01:17.636Z Downloaded crossbeam-epoch v0.9.18
4602026-08-24T13:01:17.636Z Downloaded ciborium v0.2.2
4612026-08-24T13:01:17.639Z Downloaded camino v1.2.3
4622026-08-24T13:01:17.639Z Downloaded darling v0.23.0
4632026-08-24T13:01:17.642Z Downloaded multer v3.1.0
4642026-08-24T13:01:17.645Z Downloaded lock_api v0.4.14
4652026-08-24T13:01:17.645Z Downloaded httparse v1.10.1
4662026-08-24T13:01:17.648Z Downloaded ingot-macros v0.1.1
4672026-08-24T13:01:17.648Z Downloaded phf_shared v0.12.1
4682026-08-24T13:01:17.648Z Downloaded clang-sys v1.8.1
4692026-08-24T13:01:17.650Z Downloaded powerfmt v0.2.0
4702026-08-24T13:01:17.650Z Downloaded camino-tempfile v1.4.1
4712026-08-24T13:01:17.650Z Downloaded hybrid-array v0.4.12
4722026-08-24T13:01:17.654Z Downloaded anstream v1.0.0
4732026-08-24T13:01:17.654Z Downloaded proc-macro-error-attr v1.0.4
4742026-08-24T13:01:17.657Z Downloaded drift v0.2.0
4752026-08-24T13:01:17.660Z Downloaded half v2.7.1
4762026-08-24T13:01:17.662Z Downloaded num-integer v0.1.46
4772026-08-24T13:01:17.662Z Downloaded getrandom v0.4.2
4782026-08-24T13:01:17.665Z Downloaded newtype-uuid v1.3.2
4792026-08-24T13:01:17.668Z Downloaded pretty-hex v0.4.1
4802026-08-24T13:01:17.668Z Downloaded potential_utf v0.1.3
4812026-08-24T13:01:17.668Z Downloaded num_enum v0.7.5
4822026-08-24T13:01:17.671Z Downloaded proc-macro-error-attr2 v2.0.0
4832026-08-24T13:01:17.673Z Downloaded proc-macro-crate v1.3.1
4842026-08-24T13:01:17.673Z Downloaded num_enum_derive v0.7.5
4852026-08-24T13:01:17.673Z Downloaded num_enum v0.5.11
4862026-08-24T13:01:17.677Z Downloaded progenitor-macro v0.10.0
4872026-08-24T13:01:17.677Z Downloaded quick-error v1.2.3
4882026-08-24T13:01:17.680Z Downloaded colored v3.1.1
4892026-08-24T13:01:17.680Z Downloaded progenitor-client v0.14.0
4902026-08-24T13:01:17.680Z Downloaded password-hash v0.5.0
4912026-08-24T13:01:17.683Z Downloaded libloading v0.8.9
4922026-08-24T13:01:17.683Z Downloaded jobserver v0.1.34
4932026-08-24T13:01:17.686Z Downloaded native-tls v0.2.14
4942026-08-24T13:01:17.686Z Downloaded const-oid v0.10.2
4952026-08-24T13:01:17.689Z Downloaded pem v3.0.5
4962026-08-24T13:01:17.689Z Downloaded parse-display-derive v0.10.0
4972026-08-24T13:01:17.689Z Downloaded bytes v1.12.0
4982026-08-24T13:01:17.691Z Downloaded async-compression v0.4.33
4992026-08-24T13:01:17.694Z Downloaded filetime v0.2.26
5002026-08-24T13:01:17.697Z Downloaded owo-colors v4.3.0
5012026-08-24T13:01:17.697Z Downloaded oxnet v0.1.6
5022026-08-24T13:01:17.697Z Downloaded oxide-tokio-rt v0.1.6
5032026-08-24T13:01:17.700Z Downloaded paste v1.0.15
5042026-08-24T13:01:17.700Z Downloaded memmap2 v0.9.8
5052026-08-24T13:01:17.703Z Downloaded indexmap v1.9.3
5062026-08-24T13:01:17.705Z Downloaded litemap v0.8.0
5072026-08-24T13:01:17.705Z Downloaded icu_provider v2.0.0
5082026-08-24T13:01:17.708Z Downloaded poly1305 v0.8.0
5092026-08-24T13:01:17.708Z Downloaded progenitor-macro v0.14.0
5102026-08-24T13:01:17.711Z Downloaded pin-project-lite v0.2.16
5112026-08-24T13:01:17.713Z Downloaded rand_chacha v0.3.1
5122026-08-24T13:01:17.713Z Downloaded progenitor-macro v0.11.1
5132026-08-24T13:01:17.713Z Downloaded ref-cast-impl v1.0.25
5142026-08-24T13:01:17.716Z Downloaded rand_xorshift v0.4.0
5152026-08-24T13:01:17.716Z Downloaded pin-project-internal v1.1.10
5162026-08-24T13:01:17.716Z Downloaded plain v0.2.3
5172026-08-24T13:01:17.719Z Downloaded phf v0.12.1
5182026-08-24T13:01:17.719Z Downloaded pest_generator v2.8.2
5192026-08-24T13:01:17.719Z Downloaded futures v0.3.32
5202026-08-24T13:01:17.722Z Downloaded pkg-config v0.3.32
5212026-08-24T13:01:17.724Z Downloaded cc v1.2.64
5222026-08-24T13:01:17.724Z Downloaded proc-macro-error v1.0.4
5232026-08-24T13:01:17.727Z Downloaded same-file v1.0.6
5242026-08-24T13:01:17.730Z Downloaded heapless v0.8.0
5252026-08-24T13:01:17.730Z Downloaded num-complex v0.4.6
5262026-08-24T13:01:17.732Z Downloaded ppv-lite86 v0.2.21
5272026-08-24T13:01:17.732Z Downloaded crypto-bigint v0.5.5
5282026-08-24T13:01:17.735Z Downloaded progenitor-client v0.11.1
5292026-08-24T13:01:17.738Z Downloaded scopeguard v1.2.0
5302026-08-24T13:01:17.738Z Downloaded progenitor-client v0.10.0
5312026-08-24T13:01:17.738Z Downloaded rustc_version v0.1.7
5322026-08-24T13:01:17.741Z Downloaded scroll_derive v0.12.1
5332026-08-24T13:01:17.741Z Downloaded rustc_version v0.4.1
5342026-08-24T13:01:17.741Z Downloaded const_format v0.2.34
5352026-08-24T13:01:17.743Z Downloaded parking_lot_core v0.9.12
5362026-08-24T13:01:17.746Z Downloaded darling_core v0.23.0
5372026-08-24T13:01:17.748Z Downloaded parking_lot v0.12.5
5382026-08-24T13:01:17.748Z Downloaded base64 v0.22.1
5392026-08-24T13:01:17.751Z Downloaded icu_properties v2.0.1
5402026-08-24T13:01:17.754Z Downloaded semver v0.1.20
5412026-08-24T13:01:17.754Z Downloaded omicron-zone-package v0.12.2
5422026-08-24T13:01:17.756Z Downloaded crossbeam-channel v0.5.15
5432026-08-24T13:01:17.759Z Downloaded serde_plain v1.0.2
5442026-08-24T13:01:17.759Z Downloaded rand_core v0.9.3
5452026-08-24T13:01:17.762Z Downloaded icu_normalizer_data v2.0.0
5462026-08-24T13:01:17.762Z Downloaded icu_locale_core v2.0.0
5472026-08-24T13:01:17.765Z Downloaded serde-big-array v0.5.1
5482026-08-24T13:01:17.767Z Downloaded chacha20poly1305 v0.10.1
5492026-08-24T13:01:17.767Z Downloaded secrecy v0.10.3
5502026-08-24T13:01:17.767Z Downloaded search_path v0.1.4
5512026-08-24T13:01:17.770Z Downloaded scroll_derive v0.13.1
5522026-08-24T13:01:17.770Z Downloaded once_cell v1.21.3
5532026-08-24T13:01:17.773Z Downloaded pest_derive v2.8.2
5542026-08-24T13:01:17.773Z Downloaded rustc-hash v2.1.1
5552026-08-24T13:01:17.773Z Downloaded pest_meta v2.8.2
5562026-08-24T13:01:17.777Z Downloaded log v0.4.29
5572026-08-24T13:01:17.780Z Downloaded sha1 v0.10.6
5582026-08-24T13:01:17.780Z Downloaded serde_urlencoded v0.7.1
5592026-08-24T13:01:17.780Z Downloaded serde_spanned v1.1.1
5602026-08-24T13:01:17.780Z Downloaded rand_core v0.6.4
5612026-08-24T13:01:17.780Z Downloaded serde_spanned v0.6.9
5622026-08-24T13:01:17.783Z Downloaded rand_chacha v0.9.0
5632026-08-24T13:01:17.783Z Downloaded hickory-resolver v0.24.4
5642026-08-24T13:01:17.786Z Downloaded flate2 v1.1.2
5652026-08-24T13:01:17.788Z Downloaded serde_repr v0.1.20
5662026-08-24T13:01:17.788Z Downloaded rustversion v1.0.22
5672026-08-24T13:01:17.791Z Downloaded resolv-conf v0.7.5
5682026-08-24T13:01:17.791Z Downloaded postcard v1.1.3
5692026-08-24T13:01:17.794Z Downloaded rusty-fork v0.3.0
5702026-08-24T13:01:17.794Z Downloaded jiff-static v0.2.15
5712026-08-24T13:01:17.797Z Downloaded sigpipe v0.1.3
5722026-08-24T13:01:17.797Z Downloaded progenitor v0.14.0
5732026-08-24T13:01:17.799Z Downloaded progenitor v0.11.1
5742026-08-24T13:01:17.799Z Downloaded progenitor v0.10.0
5752026-08-24T13:01:17.799Z Downloaded num-rational v0.4.2
5762026-08-24T13:01:17.802Z Downloaded siphasher v1.0.1
5772026-08-24T13:01:17.802Z Downloaded rustls-pemfile v2.2.0
5782026-08-24T13:01:17.802Z Downloaded papergrid v0.11.0
5792026-08-24T13:01:17.805Z Downloaded papergrid v0.18.0
5802026-08-24T13:01:17.808Z Downloaded quote v1.0.45
5812026-08-24T13:01:17.810Z Downloaded proc-macro-error2 v2.0.1
5822026-08-24T13:01:17.813Z Downloaded num-traits v0.2.19
5832026-08-24T13:01:17.813Z Downloaded slog-bunyan v2.5.0
5842026-08-24T13:01:17.816Z Downloaded icu_normalizer v2.0.0
5852026-08-24T13:01:17.818Z Downloaded supports-color v3.0.2
5862026-08-24T13:01:17.818Z Downloaded structmeta-derive v0.3.0
5872026-08-24T13:01:17.818Z Downloaded structmeta v0.3.0
5882026-08-24T13:01:17.818Z Downloaded strsim v0.11.1
5892026-08-24T13:01:17.821Z Downloaded subtle v2.6.1
5902026-08-24T13:01:17.821Z Downloaded quinn-udp v0.5.14
5912026-08-24T13:01:17.821Z Downloaded data-encoding v2.9.0
5922026-08-24T13:01:17.824Z Downloaded pin-project v1.1.10
5932026-08-24T13:01:17.828Z Downloaded scroll v0.12.0
5942026-08-24T13:01:17.831Z Downloaded smawk v0.3.2
5952026-08-24T13:01:17.831Z Downloaded miniz_oxide v0.8.9
5962026-08-24T13:01:17.834Z Downloaded serde_tokenstream v0.2.3
5972026-08-24T13:01:17.834Z Downloaded serde_path_to_error v0.1.20
5982026-08-24T13:01:17.836Z Downloaded dtrace-parser v0.3.0
5992026-08-24T13:01:17.836Z Downloaded tagptr v0.2.0
6002026-08-24T13:01:17.836Z Downloaded tabled_derive v0.7.0
6012026-08-24T13:01:17.839Z Downloaded scroll v0.13.0
6022026-08-24T13:01:17.839Z Downloaded shlex v1.3.0
6032026-08-24T13:01:17.844Z Downloaded ref-cast v1.0.25
6042026-08-24T13:01:17.847Z Downloaded stable_deref_trait v1.2.0
6052026-08-24T13:01:17.847Z Downloaded serde_derive_internals v0.29.1
6062026-08-24T13:01:17.850Z Downloaded terminal_size v0.4.3
6072026-08-24T13:01:17.850Z Downloaded strum v0.26.3
6082026-08-24T13:01:17.850Z Downloaded ryu v1.0.20
6092026-08-24T13:01:17.852Z Downloaded sync_wrapper v1.0.2
6102026-08-24T13:01:17.852Z Downloaded expectorate v1.2.0
6112026-08-24T13:01:17.855Z Downloaded swrite v0.1.0
6122026-08-24T13:01:17.855Z Downloaded strum v0.28.0
6132026-08-24T13:01:17.855Z Downloaded progenitor-impl v0.10.0
6142026-08-24T13:01:17.858Z Downloaded icu_collections v2.0.0
6152026-08-24T13:01:17.860Z Downloaded slab v0.4.11
6162026-08-24T13:01:17.863Z Downloaded hashbrown v0.12.3
6172026-08-24T13:01:17.866Z Downloaded hickory-resolver v0.25.2
6182026-08-24T13:01:17.866Z Downloaded proc-macro2 v1.0.106
6192026-08-24T13:01:17.868Z Downloaded sha1 v0.11.0
6202026-08-24T13:01:17.871Z Downloaded strum v0.27.2
6212026-08-24T13:01:17.871Z Downloaded testing_table v0.3.0
6222026-08-24T13:01:17.871Z Downloaded termtree v0.5.1
6232026-08-24T13:01:17.872Z Downloaded take_mut v0.2.2
6242026-08-24T13:01:17.874Z Downloaded static_assertions v1.1.0
6252026-08-24T13:01:17.874Z Downloaded slog-json v2.6.1
6262026-08-24T13:01:17.874Z Downloaded progenitor-impl v0.11.1
6272026-08-24T13:01:17.877Z Downloaded thread-id v5.0.0
6282026-08-24T13:01:17.877Z Downloaded tinyvec_macros v0.1.1
6292026-08-24T13:01:17.877Z Downloaded strum_macros v0.28.0
6302026-08-24T13:01:17.880Z Downloaded curl v0.4.50
6312026-08-24T13:01:17.883Z Downloaded slog-dtrace v0.3.0
6322026-08-24T13:01:17.883Z Downloaded signal-hook-tokio v0.4.0
6332026-08-24T13:01:17.886Z Downloaded signal-hook-registry v1.4.6
6342026-08-24T13:01:17.886Z Downloaded shlex v2.0.1
6352026-08-24T13:01:17.886Z Downloaded semver v1.0.28
6362026-08-24T13:01:17.888Z Downloaded tabwriter v1.4.1
6372026-08-24T13:01:17.888Z Downloaded thiserror-impl-no-std v2.0.2
6382026-08-24T13:01:17.888Z Downloaded sha2 v0.10.9
6392026-08-24T13:01:17.891Z Downloaded prettyplease v0.2.37
6402026-08-24T13:01:17.894Z Downloaded strum_macros v0.26.4
6412026-08-24T13:01:17.900Z Downloaded slog-async v2.8.0
6422026-08-24T13:01:17.902Z Downloaded dropshot-api-manager v0.7.2
6432026-08-24T13:01:17.905Z Downloaded smf v0.2.3
6442026-08-24T13:01:17.905Z Downloaded time-core v0.1.8
6452026-08-24T13:01:17.908Z Downloaded slog-term v2.9.2
6462026-08-24T13:01:17.908Z Downloaded tokio-macros v2.7.0
6472026-08-24T13:01:17.911Z Downloaded openssl-sys v0.9.117
6482026-08-24T13:01:17.914Z Downloaded toml_write v0.1.2
6492026-08-24T13:01:17.916Z Downloaded thiserror-impl v2.0.18
6502026-08-24T13:01:17.916Z Downloaded thiserror-impl v1.0.69
6512026-08-24T13:01:17.919Z Downloaded topological-sort v0.2.2
6522026-08-24T13:01:17.919Z Downloaded thiserror v2.0.18
6532026-08-24T13:01:17.922Z Downloaded tower-service v0.3.3
6542026-08-24T13:01:17.922Z Downloaded synstructure v0.13.2
6552026-08-24T13:01:17.925Z Downloaded serde_with_macros v3.22.0
6562026-08-24T13:01:17.925Z Downloaded thread_local v1.1.9
6572026-08-24T13:01:17.928Z Downloaded thiserror v1.0.69
6582026-08-24T13:01:17.930Z Downloaded toml_datetime v0.6.11
6592026-08-24T13:01:17.930Z Downloaded schemars_derive v0.8.22
6602026-08-24T13:01:17.936Z Downloaded tokio-native-tls v0.3.1
6612026-08-24T13:01:17.939Z Downloaded strum_macros v0.27.2
6622026-08-24T13:01:17.939Z Downloaded serde_derive v1.0.228
6632026-08-24T13:01:17.943Z Downloaded minimal-lexical v0.2.1
6642026-08-24T13:01:17.946Z Downloaded hyper-util v0.1.20
6652026-08-24T13:01:17.948Z Downloaded signal-hook v0.4.4
6662026-08-24T13:01:17.953Z Downloaded thread-id v4.2.2
6672026-08-24T13:01:17.955Z Downloaded typify-macro v0.4.3
6682026-08-24T13:01:17.955Z Downloaded tower-layer v0.3.3
6692026-08-24T13:01:17.955Z Downloaded unicode-linebreak v0.1.5
6702026-08-24T13:01:17.958Z Downloaded tinystr v0.8.1
6712026-08-24T13:01:17.958Z Downloaded unicode-xid v0.2.6
6722026-08-24T13:01:17.958Z Downloaded progenitor-impl v0.14.0
6732026-08-24T13:01:17.961Z Downloaded schemars v0.8.22
6742026-08-24T13:01:17.965Z Downloaded unarray v0.1.4
6752026-08-24T13:01:17.968Z Downloaded term v1.2.0
6762026-08-24T13:01:17.971Z Downloaded usdt-attr-macro v0.5.0
6772026-08-24T13:01:17.971Z Downloaded http v1.4.2
6782026-08-24T13:01:17.973Z Downloaded utf8parse v0.2.2
6792026-08-24T13:01:17.973Z Downloaded utf8_iter v1.0.4
6802026-08-24T13:01:17.973Z Downloaded usdt-attr-macro v0.6.0
6812026-08-24T13:01:17.973Z Downloaded toml_writer v1.1.1+spec-1.1.0
6822026-08-24T13:01:17.976Z Downloaded rayon-core v1.13.0
6832026-08-24T13:01:17.976Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6842026-08-24T13:01:17.979Z Downloaded snafu-derive v0.8.9
6852026-08-24T13:01:17.979Z Downloaded similar v2.7.0
6862026-08-24T13:01:17.982Z Downloaded tokio-dtrace v0.1.1
6872026-08-24T13:01:17.982Z Downloaded typify-macro v0.6.2
6882026-08-24T13:01:17.985Z Downloaded time-macros v0.2.27
6892026-08-24T13:01:17.985Z Downloaded wait-timeout v0.2.1
6902026-08-24T13:01:17.985Z Downloaded universal-hash v0.5.1
6912026-08-24T13:01:17.987Z Downloaded qorb v0.4.1
6922026-08-24T13:01:17.990Z Downloaded untrusted v0.7.1
6932026-08-24T13:01:17.990Z Downloaded quinn v0.11.9
6942026-08-24T13:01:17.993Z Downloaded rand v0.8.5
6952026-08-24T13:01:17.993Z Downloaded hashbrown v0.16.1
6962026-08-24T13:01:17.996Z Downloaded mio v1.2.1
6972026-08-24T13:01:17.999Z Downloaded want v0.3.1
6982026-08-24T13:01:18.002Z Downloaded waitgroup v0.1.2
6992026-08-24T13:01:18.002Z Downloaded tokio-rustls v0.25.0
7002026-08-24T13:01:18.002Z Downloaded serde_yaml v0.9.34+deprecated
7012026-08-24T13:01:18.004Z Downloaded usdt v0.6.0
7022026-08-24T13:01:18.004Z Downloaded usdt-macro v0.6.0
7032026-08-24T13:01:18.004Z Downloaded usdt-macro v0.5.0
7042026-08-24T13:01:18.007Z Downloaded usdt v0.5.0
7052026-08-24T13:01:18.007Z Downloaded untrusted v0.9.0
7062026-08-24T13:01:18.007Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7072026-08-24T13:01:18.010Z Downloaded nom v7.1.3
7082026-08-24T13:01:18.013Z Downloaded toml v0.8.23
7092026-08-24T13:01:18.013Z Downloaded tokio-stream v0.1.17
7102026-08-24T13:01:18.016Z Downloaded xattr v1.6.1
7112026-08-24T13:01:18.016Z Downloaded indexmap v2.14.0
7122026-08-24T13:01:18.019Z Downloaded zerofrom-derive v0.1.6
7132026-08-24T13:01:18.022Z Downloaded try-lock v0.2.5
7142026-08-24T13:01:18.022Z Downloaded yoke-derive v0.8.0
7152026-08-24T13:01:18.022Z Downloaded thiserror-no-std v2.0.2
7162026-08-24T13:01:18.025Z Downloaded rustls-pki-types v1.12.0
7172026-08-24T13:01:18.025Z Downloaded smallvec v1.15.1
7182026-08-24T13:01:18.027Z Downloaded scuffle v0.1.0
7192026-08-24T13:01:18.030Z Downloaded usdt-impl v0.6.0
7202026-08-24T13:01:18.055Z Downloaded usdt-impl v0.5.0
7212026-08-24T13:01:18.055Z Downloaded hashbrown v0.15.5
7222026-08-24T13:01:18.055Z Downloaded toml_parser v1.1.2+spec-1.1.0
7232026-08-24T13:01:18.055Z Downloaded tempfile v3.27.0
7242026-08-24T13:01:18.055Z Downloaded zeroize_derive v1.4.3
7252026-08-24T13:01:18.055Z Downloaded tracing-attributes v0.1.30
7262026-08-24T13:01:18.055Z Downloaded zone v0.3.1
7272026-08-24T13:01:18.055Z Downloaded socket2 v0.6.4
7282026-08-24T13:01:18.055Z Downloaded serde v1.0.228
7292026-08-24T13:01:18.055Z Downloaded tinyvec v1.10.0
7302026-08-24T13:01:18.055Z Downloaded tokio-rustls v0.26.4
7312026-08-24T13:01:18.055Z Downloaded spin v0.9.8
7322026-08-24T13:01:18.055Z Downloaded rand v0.9.3
7332026-08-24T13:01:18.059Z Downloaded hashbrown v0.17.1
7342026-08-24T13:01:18.059Z Downloaded zerofrom v0.1.6
7352026-08-24T13:01:18.062Z Downloaded toml v0.9.12+spec-1.1.0
7362026-08-24T13:01:18.062Z Downloaded toml v0.7.8
7372026-08-24T13:01:18.066Z Downloaded yoke v0.8.0
7382026-08-24T13:01:18.066Z Downloaded zeroize v1.8.1
7392026-08-24T13:01:18.069Z Downloaded writeable v0.6.1
7402026-08-24T13:01:18.069Z Downloaded serde_core v1.0.228
7412026-08-24T13:01:18.069Z Downloaded memchr v2.7.5
7422026-08-24T13:01:18.072Z Downloaded tar v0.4.45
7432026-08-24T13:01:18.075Z Downloaded toml v1.1.2+spec-1.1.0
7442026-08-24T13:01:18.075Z Downloaded zerovec-derive v0.11.1
7452026-08-24T13:01:18.077Z Downloaded version_check v0.9.5
7462026-08-24T13:01:18.077Z Downloaded itertools v0.12.1
7472026-08-24T13:01:18.080Z Downloaded zone_cfg_derive v0.3.1
7482026-08-24T13:01:18.080Z Downloaded iddqd v0.3.18
7492026-08-24T13:01:18.084Z Downloaded zmij v1.0.17
7502026-08-24T13:01:18.086Z Downloaded test-strategy v0.4.3
7512026-08-24T13:01:18.089Z Downloaded schemars v0.9.0
7522026-08-24T13:01:18.093Z Downloaded zerocopy-derive v0.7.35
7532026-08-24T13:01:18.096Z Downloaded walkdir v2.5.0
7542026-08-24T13:01:18.100Z Downloaded vsss-rs v3.3.4
7552026-08-24T13:01:18.100Z Downloaded snafu v0.8.9
7562026-08-24T13:01:18.103Z Downloaded slog v2.8.2
7572026-08-24T13:01:18.103Z Downloaded ucd-trie v0.1.7
7582026-08-24T13:01:18.106Z Downloaded icu_properties_data v2.0.1
7592026-08-24T13:01:18.108Z Downloaded textwrap v0.16.2
7602026-08-24T13:01:18.111Z Downloaded toml_edit v0.22.27
7612026-08-24T13:01:18.115Z Downloaded futures-util v0.3.32
7622026-08-24T13:01:18.118Z Downloaded uuid v1.23.3
7632026-08-24T13:01:18.121Z Downloaded schemars v1.2.0
7642026-08-24T13:01:18.128Z Downloaded pest v2.8.2
7652026-08-24T13:01:18.131Z Downloaded idna v1.1.0
7662026-08-24T13:01:18.133Z Downloaded aho-corasick v1.1.3
7672026-08-24T13:01:18.136Z Downloaded hkdf v0.12.4
7682026-08-24T13:01:18.139Z Downloaded rustls-webpki v0.103.6
7692026-08-24T13:01:18.139Z Downloaded vergen v8.3.2
7702026-08-24T13:01:18.142Z Downloaded goblin v0.8.2
7712026-08-24T13:01:18.145Z Downloaded whoami v1.6.1
7722026-08-24T13:01:18.145Z Downloaded toml_edit v0.19.15
7732026-08-24T13:01:18.153Z Downloaded typify v0.4.3
7742026-08-24T13:01:18.155Z Downloaded typify v0.6.2
7752026-08-24T13:01:18.158Z Downloaded iri-string v0.7.8
7762026-08-24T13:01:18.161Z Downloaded h2 v0.4.14
7772026-08-24T13:01:18.164Z Downloaded tracing-core v0.1.34
7782026-08-24T13:01:18.170Z Downloaded unicode-ident v1.0.24
7792026-08-24T13:01:18.173Z Downloaded steno v0.4.1
7802026-08-24T13:01:18.175Z Downloaded unsafe-libyaml v0.2.11
7812026-08-24T13:01:18.178Z Downloaded tracing v0.1.41
7822026-08-24T13:01:18.180Z Downloaded hyper v1.10.1
7832026-08-24T13:01:18.183Z Downloaded clap_builder v4.6.0
7842026-08-24T13:01:18.187Z Downloaded itertools v0.14.0
7852026-08-24T13:01:18.190Z Downloaded reqwest v0.13.2
7862026-08-24T13:01:18.193Z Downloaded reqwest v0.12.23
7872026-08-24T13:01:18.196Z Downloaded libm v0.2.15
7882026-08-24T13:01:18.202Z Downloaded zerotrie v0.2.2
7892026-08-24T13:01:18.205Z Downloaded itertools v0.15.0
7902026-08-24T13:01:18.208Z Downloaded git2 v0.19.0
7912026-08-24T13:01:18.220Z Downloaded unicode-segmentation v1.12.0
7922026-08-24T13:01:18.232Z Downloaded regex v1.12.4
7932026-08-24T13:01:18.235Z Downloaded typed-path v0.9.3
7942026-08-24T13:01:18.238Z Downloaded unicode-normalization v0.1.24
7952026-08-24T13:01:18.241Z Downloaded portable-atomic v1.11.1
7962026-08-24T13:01:18.246Z Downloaded tower-http v0.6.8
7972026-08-24T13:01:18.251Z Downloaded tough v0.20.0
7982026-08-24T13:01:18.255Z Downloaded url v2.5.7
7992026-08-24T13:01:18.260Z Downloaded iddqd v0.4.5
8002026-08-24T13:01:18.265Z Downloaded zerovec v0.11.4
8012026-08-24T13:01:18.276Z Downloaded blake3 v1.8.2
8022026-08-24T13:01:18.281Z Downloaded zerocopy v0.7.35
8032026-08-24T13:01:18.290Z Downloaded goblin v0.10.1
8042026-08-24T13:01:18.303Z Downloaded tower v0.5.2
8052026-08-24T13:01:18.308Z Downloaded serde_with v3.22.0
8062026-08-24T13:01:18.315Z Downloaded zerocopy-derive v0.8.27
8072026-08-24T13:01:18.319Z Downloaded rayon v1.11.0
8082026-08-24T13:01:18.324Z Downloaded serde_json v1.0.150
8092026-08-24T13:01:18.328Z Downloaded typenum v1.20.1
8102026-08-24T13:01:18.331Z Downloaded dropshot v0.17.1
8112026-08-24T13:01:18.343Z Downloaded time v0.3.47
8122026-08-24T13:01:18.349Z Downloaded tabled v0.21.0
8132026-08-24T13:01:18.359Z Downloaded tokio-util v0.7.16
8142026-08-24T13:01:18.363Z Downloaded dropshot v0.16.7
8152026-08-24T13:01:18.375Z Downloaded aws-lc-rs v1.16.2
8162026-08-24T13:01:18.380Z Downloaded bindgen v0.72.1
8172026-08-24T13:01:18.384Z Downloaded zerocopy v0.8.27
8182026-08-24T13:01:18.396Z Downloaded syn v2.0.118
8192026-08-24T13:01:18.403Z Downloaded rustls-webpki v0.102.8
8202026-08-24T13:01:18.413Z Downloaded unicode-width v0.2.1
8212026-08-24T13:01:18.417Z Downloaded winnow v0.5.40
8222026-08-24T13:01:18.421Z Downloaded proptest v1.8.0
8232026-08-24T13:01:18.426Z Downloaded regress v0.10.5
8242026-08-24T13:01:18.431Z Downloaded hickory-proto v0.25.2
8252026-08-24T13:01:18.439Z Downloaded rustix v0.38.44
8262026-08-24T13:01:18.452Z Downloaded hickory-proto v0.24.4
8272026-08-24T13:01:18.460Z Downloaded moka v0.12.11
8282026-08-24T13:01:18.465Z Downloaded chrono v0.4.45
8292026-08-24T13:01:18.469Z Downloaded quinn-proto v0.11.14
8302026-08-24T13:01:18.473Z Downloaded winnow v1.0.3
8312026-08-24T13:01:18.478Z Downloaded rustix v1.1.4
8322026-08-24T13:01:18.491Z Downloaded winnow v0.7.14
8332026-08-24T13:01:18.498Z Downloaded tabled v0.15.0
8342026-08-24T13:01:18.507Z Downloaded syn v1.0.109
8352026-08-24T13:01:18.512Z Downloaded curve25519-dalek v4.1.3
8362026-08-24T13:01:18.539Z Downloaded typify-impl v0.4.3
8372026-08-24T13:01:18.547Z Downloaded openssl v0.10.81
8382026-08-24T13:01:18.557Z Downloaded nix v0.30.1
8392026-08-24T13:01:18.564Z Downloaded vcpkg v0.2.15
8402026-08-24T13:01:18.586Z Downloaded unicode-width v0.1.14
8412026-08-24T13:01:18.589Z Downloaded smoltcp v0.11.0
8422026-08-24T13:01:18.596Z Downloaded webpki-roots v1.0.2
8432026-08-24T13:01:18.599Z Downloaded openapiv3 v2.2.0
8442026-08-24T13:01:18.604Z Downloaded rustls v0.22.4
8452026-08-24T13:01:18.612Z Downloaded regress v0.11.1
8462026-08-24T13:01:18.617Z Downloaded petgraph v0.6.5
8472026-08-24T13:01:18.628Z Downloaded regex-automata v0.4.13
8482026-08-24T13:01:18.636Z Downloaded rustls v0.23.40
8492026-08-24T13:01:18.643Z Downloaded jiff v0.2.15
8502026-08-24T13:01:18.653Z Downloaded regex-syntax v0.8.11
8512026-08-24T13:01:18.657Z Downloaded bstr v1.12.0
8522026-08-24T13:01:18.662Z Downloaded petgraph v0.8.2
8532026-08-24T13:01:18.674Z Downloaded nix v0.31.3
8542026-08-24T13:01:18.681Z Downloaded libz-sys v1.1.22
8552026-08-24T13:01:18.693Z Downloaded sha3 v0.10.8
8562026-08-24T13:01:18.696Z Downloaded typify-impl v0.6.2
8572026-08-24T13:01:18.744Z Downloaded encoding_rs v0.8.35
8582026-08-24T13:01:18.757Z Downloaded ring v0.17.14
8592026-08-24T13:01:18.788Z Downloaded chrono-tz v0.10.4
8602026-08-24T13:01:18.814Z Downloaded libc v0.2.186
8612026-08-24T13:01:18.833Z Downloaded csv v1.4.0
8622026-08-24T13:01:18.845Z Downloaded tokio v1.52.3
8632026-08-24T13:01:18.990Z Downloaded curl-sys v0.4.89+curl-8.20.0
8642026-08-24T13:01:19.029Z Downloaded libgit2-sys v0.17.0+1.8.1
8652026-08-24T13:01:19.493Z Downloaded aws-lc-sys v0.39.1
8662026-08-24T13:01:19.867Z Compiling proc-macro2 v1.0.106
8672026-08-24T13:01:19.870Z Compiling quote v1.0.45
8682026-08-24T13:01:19.870Z Compiling unicode-ident v1.0.24
8692026-08-24T13:01:19.870Z Compiling serde_core v1.0.228
8702026-08-24T13:01:19.870Z Compiling serde v1.0.228
8712026-08-24T13:01:19.870Z Compiling libc v0.2.186
8722026-08-24T13:01:19.871Z Checking cfg-if v1.0.4
8732026-08-24T13:01:20.225Z Compiling zmij v1.0.17
8742026-08-24T13:01:20.242Z Compiling autocfg v1.5.0
8752026-08-24T13:01:20.666Z Compiling memchr v2.7.5
8762026-08-24T13:01:20.682Z Compiling libm v0.2.15
8772026-08-24T13:01:20.979Z Compiling getrandom v0.4.2
8782026-08-24T13:01:21.101Z Compiling jobserver v0.1.34
8792026-08-24T13:01:21.119Z Compiling shlex v2.0.1
8802026-08-24T13:01:21.141Z Compiling find-msvc-tools v0.1.9
8812026-08-24T13:01:21.297Z Compiling version_check v0.9.5
8822026-08-24T13:01:21.332Z Checking smallvec v1.15.1
8832026-08-24T13:01:21.407Z Compiling cc v1.2.64
8842026-08-24T13:01:21.446Z Compiling thiserror v2.0.18
8852026-08-24T13:01:21.464Z Checking itoa v1.0.15
8862026-08-24T13:01:21.524Z Compiling syn v2.0.118
8872026-08-24T13:01:21.542Z Compiling icu_properties_data v2.0.1
8882026-08-24T13:01:21.608Z Compiling icu_normalizer_data v2.0.0
8892026-08-24T13:01:21.735Z Compiling parking_lot_core v0.9.12
8902026-08-24T13:01:21.794Z Checking stable_deref_trait v1.2.0
8912026-08-24T13:01:21.864Z Compiling serde_json v1.0.150
8922026-08-24T13:01:22.038Z Compiling heck v0.5.0
8932026-08-24T13:01:22.143Z Checking litemap v0.8.0
8942026-08-24T13:01:22.251Z Checking writeable v0.6.1
8952026-08-24T13:01:22.292Z Compiling num-traits v0.2.19
8962026-08-24T13:01:22.354Z Checking percent-encoding v2.3.2
8972026-08-24T13:01:22.581Z Checking form_urlencoded v1.2.2
8982026-08-24T13:01:22.711Z Checking utf8_iter v1.0.4
8992026-08-24T13:01:22.729Z Compiling zerocopy v0.8.27
9002026-08-24T13:01:22.752Z Checking pin-project-lite v0.2.16
9012026-08-24T13:01:22.785Z Compiling log v0.4.29
9022026-08-24T13:01:22.803Z Compiling equivalent v1.0.2
9032026-08-24T13:01:22.843Z Compiling semver v1.0.28
9042026-08-24T13:01:22.864Z Checking iana-time-zone v0.1.64
9052026-08-24T13:01:22.900Z Compiling rustversion v1.0.22
9062026-08-24T13:01:22.971Z Checking getrandom v0.2.16
9072026-08-24T13:01:22.971Z Checking socket2 v0.6.4
9082026-08-24T13:01:23.140Z Checking uuid v1.23.3
9092026-08-24T13:01:23.174Z Checking scopeguard v1.2.0
9102026-08-24T13:01:23.227Z Checking bitflags v2.11.1
9112026-08-24T13:01:23.285Z Checking lock_api v0.4.14
9122026-08-24T13:01:23.403Z Checking signal-hook-registry v1.4.6
9132026-08-24T13:01:23.420Z Checking mio v1.2.1
9142026-08-24T13:01:23.493Z Compiling schemars v0.8.22
9152026-08-24T13:01:23.561Z Checking dyn-clone v1.0.20
9162026-08-24T13:01:23.578Z Checking parking_lot v0.12.5
9172026-08-24T13:01:23.715Z Compiling portable-atomic v1.11.1
9182026-08-24T13:01:23.769Z Checking futures-core v0.3.32
9192026-08-24T13:01:23.786Z Compiling ring v0.17.14
9202026-08-24T13:01:23.841Z Checking critical-section v1.2.0
9212026-08-24T13:01:23.897Z Compiling hashbrown v0.17.1
9222026-08-24T13:01:23.900Z Compiling httparse v1.10.1
9232026-08-24T13:01:24.013Z Checking subtle v2.6.1
9242026-08-24T13:01:24.172Z Checking futures-sink v0.3.32
9252026-08-24T13:01:24.280Z Compiling regex-syntax v0.8.11
9262026-08-24T13:01:24.373Z Compiling synstructure v0.13.2
9272026-08-24T13:01:24.457Z Compiling serde_derive_internals v0.29.1
9282026-08-24T13:01:24.647Z Checking once_cell v1.21.3
9292026-08-24T13:01:24.703Z Compiling indexmap v2.14.0
9302026-08-24T13:01:24.849Z Checking slab v0.4.11
9312026-08-24T13:01:25.036Z Compiling aho-corasick v1.1.3
9322026-08-24T13:01:25.057Z Compiling thiserror v1.0.69
9332026-08-24T13:01:25.201Z Compiling rustix v1.1.4
9342026-08-24T13:01:25.244Z Checking rand_core v0.6.4
9352026-08-24T13:01:25.455Z Checking typenum v1.20.1
9362026-08-24T13:01:25.577Z Checking futures-channel v0.3.32
9372026-08-24T13:01:25.646Z Compiling serde_derive v1.0.228
9382026-08-24T13:01:25.775Z Compiling zerofrom-derive v0.1.6
9392026-08-24T13:01:25.825Z Compiling yoke-derive v0.8.0
9402026-08-24T13:01:25.842Z Compiling zerovec-derive v0.11.1
9412026-08-24T13:01:26.216Z Compiling displaydoc v0.2.5
9422026-08-24T13:01:26.359Z Compiling thiserror-impl v2.0.18
9432026-08-24T13:01:26.495Z Compiling schemars_derive v0.8.22
9442026-08-24T13:01:26.850Z Compiling tokio-macros v2.7.0
9452026-08-24T13:01:26.922Z Compiling zerocopy-derive v0.8.27
9462026-08-24T13:01:26.949Z Compiling futures-macro v0.3.32
9472026-08-24T13:01:26.966Z Checking zerofrom v0.1.6
9482026-08-24T13:01:27.089Z Checking yoke v0.8.0
9492026-08-24T13:01:27.270Z Checking zerovec v0.11.4
9502026-08-24T13:01:27.563Z Checking zerotrie v0.2.2
9512026-08-24T13:01:27.691Z Compiling zeroize_derive v1.4.3
9522026-08-24T13:01:27.736Z Compiling regex-automata v0.4.13
9532026-08-24T13:01:27.774Z Compiling thiserror-impl v1.0.69
9542026-08-24T13:01:27.980Z Checking tinystr v0.8.1
9552026-08-24T13:01:28.116Z Checking potential_utf v0.1.3
9562026-08-24T13:01:28.161Z Checking icu_locale_core v2.0.0
9572026-08-24T13:01:28.251Z Checking icu_collections v2.0.0
9582026-08-24T13:01:28.360Z Checking zeroize v1.8.1
9592026-08-24T13:01:28.518Z Compiling ucd-trie v0.1.7
9602026-08-24T13:01:28.537Z Checking futures-task v0.3.32
9612026-08-24T13:01:28.616Z Checking icu_provider v2.0.0
9622026-08-24T13:01:28.677Z Compiling pest v2.8.2
9632026-08-24T13:01:28.695Z Checking bytes v1.12.0
9642026-08-24T13:01:28.752Z Checking chrono v0.4.45
9652026-08-24T13:01:28.864Z Checking icu_properties v2.0.1
9662026-08-24T13:01:28.904Z Checking icu_normalizer v2.0.0
9672026-08-24T13:01:29.127Z Compiling serde_tokenstream v0.2.3
9682026-08-24T13:01:29.221Z Checking tokio v1.52.3
9692026-08-24T13:01:29.415Z Compiling regex v1.12.4
9702026-08-24T13:01:29.608Z Checking futures-io v0.3.32
9712026-08-24T13:01:29.681Z Checking idna_adapter v1.2.1
9722026-08-24T13:01:29.728Z Checking futures-util v0.3.32
9732026-08-24T13:01:29.772Z Compiling pest_meta v2.8.2
9742026-08-24T13:01:29.810Z Checking idna v1.1.0
9752026-08-24T13:01:29.826Z Compiling pkg-config v0.3.32
9762026-08-24T13:01:29.878Z Compiling anyhow v1.0.102
9772026-08-24T13:01:30.056Z Checking url v2.5.7
9782026-08-24T13:01:30.249Z Compiling tracing-attributes v0.1.30
9792026-08-24T13:01:30.273Z Checking tracing-core v0.1.34
9802026-08-24T13:01:30.623Z Compiling pest_generator v2.8.2
9812026-08-24T13:01:30.706Z Compiling generic-array v0.14.7
9822026-08-24T13:01:30.943Z Compiling allocator-api2 v0.2.21
9832026-08-24T13:01:31.125Z Compiling vcpkg v0.2.15
9842026-08-24T13:01:31.219Z Compiling foldhash v0.2.0
9852026-08-24T13:01:31.262Z Compiling pest_derive v2.8.2
9862026-08-24T13:01:31.333Z Checking fnv v1.0.7
9872026-08-24T13:01:31.431Z Compiling hashbrown v0.16.1
9882026-08-24T13:01:31.477Z Checking tracing v0.1.41
9892026-08-24T13:01:31.613Z Checking http v1.4.2
9902026-08-24T13:01:31.683Z Compiling getrandom v0.3.4
9912026-08-24T13:01:31.766Z Compiling byteorder v1.5.0
9922026-08-24T13:01:32.006Z Compiling camino v1.2.3
9932026-08-24T13:01:32.046Z Checking crypto-common v0.1.6
9942026-08-24T13:01:32.063Z Checking errno v0.3.14
9952026-08-24T13:01:32.173Z Checking ipnet v2.11.0
9962026-08-24T13:01:32.191Z Compiling time-core v0.1.8
9972026-08-24T13:01:32.194Z Checking base64 v0.22.1
9982026-08-24T13:01:32.345Z Compiling num-conv v0.2.1
9992026-08-24T13:01:32.377Z Compiling scroll_derive v0.13.1
10002026-08-24T13:01:32.395Z Compiling paste v1.0.15
10012026-08-24T13:01:32.445Z Checking http-body v1.0.1
10022026-08-24T13:01:32.469Z Checking tokio-util v0.7.16
10032026-08-24T13:01:32.491Z Compiling time-macros v0.2.27
10042026-08-24T13:01:32.532Z Checking rustls-pki-types v1.12.0
10052026-08-24T13:01:32.575Z Checking atomic-waker v1.1.2
10062026-08-24T13:01:32.677Z Compiling strsim v0.11.1
10072026-08-24T13:01:32.985Z Checking tower-layer v0.3.3
10082026-08-24T13:01:33.140Z Checking untrusted v0.9.0
10092026-08-24T13:01:33.181Z Checking try-lock v0.2.5
10102026-08-24T13:01:33.200Z Checking tower-service v0.3.3
10112026-08-24T13:01:33.283Z Checking want v0.3.1
10122026-08-24T13:01:33.301Z Checking h2 v0.4.14
10132026-08-24T13:01:33.304Z Checking httpdate v1.0.3
10142026-08-24T13:01:33.355Z Compiling ident_case v1.0.1
10152026-08-24T13:01:33.426Z Checking ryu v1.0.20
10162026-08-24T13:01:33.460Z Compiling openssl-sys v0.9.117
10172026-08-24T13:01:33.463Z Compiling async-trait v0.1.89
10182026-08-24T13:01:33.499Z Compiling cmake v0.1.54
10192026-08-24T13:01:33.565Z Compiling crossbeam-utils v0.8.21
10202026-08-24T13:01:33.790Z Checking pretty-hex v0.4.1
10212026-08-24T13:01:33.833Z Compiling dunce v1.0.5
10222026-08-24T13:01:33.869Z Compiling fs_extra v1.3.0
10232026-08-24T13:01:33.933Z Compiling scroll v0.13.0
10242026-08-24T13:01:33.950Z Compiling regress v0.10.5
10252026-08-24T13:01:34.055Z Checking block-buffer v0.10.4
10262026-08-24T13:01:34.123Z Checking ppv-lite86 v0.2.21
10272026-08-24T13:01:34.140Z Compiling aws-lc-sys v0.39.1
10282026-08-24T13:01:34.214Z Compiling slog v2.8.2
10292026-08-24T13:01:34.263Z Compiling plain v0.2.3
10302026-08-24T13:01:34.298Z Compiling usdt-impl v0.6.0
10312026-08-24T13:01:34.417Z Compiling goblin v0.10.1
10322026-08-24T13:01:34.434Z Checking digest v0.10.7
10332026-08-24T13:01:34.562Z Checking http-body-util v0.1.3
10342026-08-24T13:01:34.583Z Checking ipnetwork v0.21.1
10352026-08-24T13:01:34.630Z Checking erased-serde v0.3.31
10362026-08-24T13:01:34.885Z Compiling omicron-workspace-hack v0.1.0
10372026-08-24T13:01:34.939Z Checking serde_urlencoded v0.7.1
10382026-08-24T13:01:35.093Z Compiling dtrace-parser v0.3.0
10392026-08-24T13:01:35.130Z Compiling openapiv3 v2.2.0
10402026-08-24T13:01:35.147Z Compiling daft-derive v0.1.5
10412026-08-24T13:01:35.207Z Checking hyper v1.10.1
10422026-08-24T13:01:35.278Z Compiling thread-id v5.0.0
10432026-08-24T13:01:35.367Z Compiling aws-lc-rs v1.16.2
10442026-08-24T13:01:35.689Z Compiling typify-impl v0.4.3
10452026-08-24T13:01:36.174Z Checking hyper-util v0.1.20
10462026-08-24T13:01:36.746Z Checking encoding_rs v0.8.35
10472026-08-24T13:01:36.958Z Checking untrusted v0.7.1
10482026-08-24T13:01:36.973Z Compiling slog-async v2.8.0
10492026-08-24T13:01:37.072Z Compiling dof v0.4.0
10502026-08-24T13:01:37.192Z Checking cpufeatures v0.2.17
10512026-08-24T13:01:37.255Z Checking mime v0.3.17
10522026-08-24T13:01:37.322Z Checking rand_core v0.9.3
10532026-08-24T13:01:37.432Z Checking oxnet v0.1.6
10542026-08-24T13:01:37.695Z Compiling structmeta-derive v0.3.0
10552026-08-24T13:01:37.779Z Compiling multer v3.1.0
10562026-08-24T13:01:37.822Z Compiling rustls v0.23.40
10572026-08-24T13:01:37.874Z Compiling unsafe-libyaml v0.2.11
10582026-08-24T13:01:38.002Z Compiling rustls v0.22.4
10592026-08-24T13:01:38.180Z Compiling usdt-attr-macro v0.6.0
10602026-08-24T13:01:38.211Z Compiling usdt-macro v0.6.0
10612026-08-24T13:01:38.323Z Compiling async-stream-impl v0.3.6
10622026-08-24T13:01:38.547Z Compiling serde_yaml v0.9.34+deprecated
10632026-08-24T13:01:38.699Z Compiling structmeta v0.3.0
10642026-08-24T13:01:38.910Z Checking sync_wrapper v1.0.2
10652026-08-24T13:01:38.999Z Checking fastrand v2.3.0
10662026-08-24T13:01:39.016Z Compiling openssl v0.10.81
10672026-08-24T13:01:39.032Z Compiling typify-macro v0.4.3
10682026-08-24T13:01:39.178Z Checking hex v0.4.3
10692026-08-24T13:01:39.196Z Checking foreign-types-shared v0.1.1
10702026-08-24T13:01:39.287Z Checking foreign-types v0.3.2
10712026-08-24T13:01:39.308Z Checking tempfile v3.27.0
10722026-08-24T13:01:39.358Z Checking tower v0.5.2
10732026-08-24T13:01:39.376Z Checking rand_chacha v0.9.0
10742026-08-24T13:01:39.393Z Checking futures-executor v0.3.32
10752026-08-24T13:01:39.508Z Compiling strum_macros v0.26.4
10762026-08-24T13:01:39.544Z Compiling openssl-macros v0.1.1
10772026-08-24T13:01:39.561Z Compiling native-tls v0.2.14
10782026-08-24T13:01:39.738Z Checking powerfmt v0.2.0
10792026-08-24T13:01:39.794Z Checking iri-string v0.7.8
10802026-08-24T13:01:39.812Z Checking openssl-probe v0.1.6
10812026-08-24T13:01:39.888Z Checking deranged v0.5.3
10822026-08-24T13:01:39.941Z Checking rand v0.9.3
10832026-08-24T13:01:40.422Z Checking futures v0.3.32
10842026-08-24T13:01:40.508Z Compiling newtype-uuid-macros v0.1.0
10852026-08-24T13:01:40.552Z Compiling typify v0.4.3
10862026-08-24T13:01:40.822Z Checking tower-http v0.6.8
10872026-08-24T13:01:40.904Z Compiling ref-cast v1.0.25
10882026-08-24T13:01:40.935Z Checking num_threads v0.1.7
10892026-08-24T13:01:40.961Z Compiling darling_core v0.23.0
10902026-08-24T13:01:41.028Z Checking time v0.3.47
10912026-08-24T13:01:41.122Z Compiling ref-cast-impl v1.0.25
10922026-08-24T13:01:41.272Z Compiling dropshot v0.16.7
10932026-08-24T13:01:41.276Z Checking memmap2 v0.9.8
10942026-08-24T13:01:41.448Z Checking unicode-width v0.2.1
10952026-08-24T13:01:41.704Z Compiling derive-ex v0.1.8
10962026-08-24T13:01:41.707Z Checking crossbeam-channel v0.5.15
10972026-08-24T13:01:41.831Z Checking webpki-roots v1.0.2
10982026-08-24T13:01:41.954Z Compiling dropshot_endpoint v0.16.7
10992026-08-24T13:01:42.041Z Compiling strum_macros v0.27.2
11002026-08-24T13:01:42.146Z Checking winnow v0.7.14
11012026-08-24T13:01:42.201Z Checking tokio-native-tls v0.3.1
11022026-08-24T13:01:42.364Z Checking hyper-tls v0.6.0
11032026-08-24T13:01:42.540Z Compiling progenitor-impl v0.11.1
11042026-08-24T13:01:43.058Z Compiling darling_macro v0.23.0
11052026-08-24T13:01:43.259Z Compiling test-strategy v0.4.3
11062026-08-24T13:01:43.583Z Checking newtype-uuid v1.3.2
11072026-08-24T13:01:43.600Z Compiling darling v0.23.0
11082026-08-24T13:01:43.687Z Checking thread_local v1.1.9
11092026-08-24T13:01:43.718Z Checking winnow v1.0.3
11102026-08-24T13:01:43.766Z Checking daft v0.1.5
11112026-08-24T13:01:43.817Z Compiling serde_with_macros v3.22.0
11122026-08-24T13:01:43.852Z Checking serde_spanned v1.1.1
11132026-08-24T13:01:43.984Z Checking is-terminal v0.4.16
11142026-08-24T13:01:44.002Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-08-24T13:01:44.019Z Checking toml_parser v1.1.2+spec-1.1.0
11162026-08-24T13:01:44.080Z Checking either v1.15.0
11172026-08-24T13:01:44.270Z Checking term v1.2.0
11182026-08-24T13:01:44.289Z Checking take_mut v0.2.2
11192026-08-24T13:01:44.345Z Checking match_cfg v0.1.0
11202026-08-24T13:01:44.393Z Checking debug-ignore v1.0.5
11212026-08-24T13:01:44.411Z Checking usdt v0.6.0
11222026-08-24T13:01:44.427Z Checking hostname v0.3.1
11232026-08-24T13:01:44.513Z Checking slog-term v2.9.2
11242026-08-24T13:01:44.529Z Checking slog-json v2.6.1
11252026-08-24T13:01:44.594Z Checking spin v0.9.8
11262026-08-24T13:01:44.597Z Compiling progenitor-macro v0.11.1
11272026-08-24T13:01:44.662Z Compiling syn v1.0.109
11282026-08-24T13:01:44.680Z Checking slog-bunyan v2.5.0
11292026-08-24T13:01:44.767Z Checking async-stream v0.3.6
11302026-08-24T13:01:44.792Z Compiling parse-display-derive v0.10.0
11312026-08-24T13:01:44.910Z Checking rustls-webpki v0.102.8
11322026-08-24T13:01:44.931Z Checking rustls-pemfile v2.2.0
11332026-08-24T13:01:44.968Z Checking waitgroup v0.1.2
11342026-08-24T13:01:45.039Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11352026-08-24T13:01:45.071Z Checking serde_path_to_error v0.1.20
11362026-08-24T13:01:45.071Z Checking hostname v0.4.2
11372026-08-24T13:01:45.187Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11382026-08-24T13:01:45.339Z Checking strum v0.26.3
11392026-08-24T13:01:45.487Z Checking rand_chacha v0.3.1
11402026-08-24T13:01:45.505Z Checking macaddr v1.0.1
11412026-08-24T13:01:45.524Z Checking toml_datetime v0.7.5+spec-1.1.0
11422026-08-24T13:01:45.685Z Checking wait-timeout v0.2.1
11432026-08-24T13:01:45.688Z Checking lazy_static v1.5.0
11442026-08-24T13:01:45.725Z Checking bit-vec v0.8.0
11452026-08-24T13:01:45.801Z Checking quick-error v1.2.3
11462026-08-24T13:01:45.820Z Checking toml v0.9.12+spec-1.1.0
11472026-08-24T13:01:45.907Z Checking rusty-fork v0.3.0
11482026-08-24T13:01:45.924Z Checking bit-set v0.8.0
11492026-08-24T13:01:46.073Z Checking rand v0.8.5
11502026-08-24T13:01:46.090Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11512026-08-24T13:01:46.342Z Checking rand_xorshift v0.4.0
11522026-08-24T13:01:46.399Z Checking sha1 v0.10.6
11532026-08-24T13:01:46.463Z Checking unarray v0.1.4
11542026-08-24T13:01:46.584Z Checking proptest v1.8.0
11552026-08-24T13:01:46.602Z Checking strum v0.27.2
11562026-08-24T13:01:46.715Z Checking tabwriter v1.4.1
11572026-08-24T13:01:46.733Z Checking tokio-rustls v0.25.0
11582026-08-24T13:01:46.849Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11592026-08-24T13:01:46.865Z Checking colored v3.1.1
11602026-08-24T13:01:46.986Z Checking serde_with v3.22.0
11612026-08-24T13:01:47.369Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11622026-08-24T13:01:47.604Z Checking instant v0.1.13
11632026-08-24T13:01:47.904Z Checking rustc-hash v2.1.1
11642026-08-24T13:01:48.024Z Checking iddqd v0.3.18
11652026-08-24T13:01:48.094Z Checking backoff v0.4.0
11662026-08-24T13:01:48.161Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11672026-08-24T13:01:48.271Z Checking parse-display v0.10.0
11682026-08-24T13:01:48.441Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11692026-08-24T13:01:48.459Z Checking itertools v0.14.0
11702026-08-24T13:01:48.532Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11712026-08-24T13:01:48.728Z Compiling toml_datetime v0.6.11
11722026-08-24T13:01:48.812Z Compiling clap_derive v4.6.1
11732026-08-24T13:01:48.982Z Checking utf8parse v0.2.2
11742026-08-24T13:01:49.084Z Checking anstyle-parse v1.0.0
11752026-08-24T13:01:49.231Z Checking terminal_size v0.4.3
11762026-08-24T13:01:49.345Z Checking colorchoice v1.0.4
11772026-08-24T13:01:49.362Z Checking anstyle v1.0.14
11782026-08-24T13:01:49.448Z Checking is_terminal_polyfill v1.70.1
11792026-08-24T13:01:49.448Z Checking anstyle-query v1.1.4
11802026-08-24T13:01:49.575Z Checking anstream v1.0.0
11812026-08-24T13:01:49.788Z Checking clap_lex v1.1.0
11822026-08-24T13:01:49.982Z Checking clap_builder v4.6.0
11832026-08-24T13:01:51.265Z Checking clap v4.6.1
11842026-08-24T13:01:52.433Z Compiling num-derive v0.4.2
11852026-08-24T13:01:52.821Z Compiling cfg_aliases v0.2.1
11862026-08-24T13:01:52.927Z Compiling rustls-webpki v0.103.6
11872026-08-24T13:01:53.315Z Compiling prettyplease v0.2.37
11882026-08-24T13:01:54.344Z Compiling memoffset v0.9.1
11892026-08-24T13:01:55.084Z Checking crossbeam-epoch v0.9.18
11902026-08-24T13:01:55.278Z Compiling winnow v0.5.40
11912026-08-24T13:01:55.909Z Checking serde_spanned v0.6.9
11922026-08-24T13:01:56.042Z Compiling rayon-core v1.13.0
11932026-08-24T13:01:56.235Z Compiling tokio-rustls v0.26.4
11942026-08-24T13:01:56.670Z Compiling toml_edit v0.19.15
11952026-08-24T13:01:57.788Z Compiling darling_core v0.21.3
11962026-08-24T13:01:57.898Z Compiling proc-macro-crate v1.3.1
11972026-08-24T13:01:57.984Z Compiling zerocopy-derive v0.7.35
11982026-08-24T13:01:58.286Z Compiling crc32fast v1.5.0
11992026-08-24T13:01:58.664Z Compiling hyper-rustls v0.27.7
12002026-08-24T13:01:58.889Z Compiling reqwest v0.12.23
12012026-08-24T13:01:59.371Z Checking crossbeam-deque v0.8.6
12022026-08-24T13:01:59.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12032026-08-24T13:01:59.866Z Compiling darling_macro v0.21.3
12042026-08-24T13:02:00.004Z Checking adler2 v2.0.1
12052026-08-24T13:02:00.066Z Compiling progenitor-client v0.11.1
12062026-08-24T13:02:01.195Z Compiling darling v0.21.3
12072026-08-24T13:02:01.366Z Compiling progenitor v0.11.1
12082026-08-24T13:02:01.430Z Checking miniz_oxide v0.8.9
12092026-08-24T13:02:02.057Z Compiling num-integer v0.1.46
12102026-08-24T13:02:02.107Z Compiling proc-macro-error-attr v1.0.4
12112026-08-24T13:02:02.329Z Compiling heapless v0.8.0
12122026-08-24T13:02:02.603Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12132026-08-24T13:02:02.660Z Checking flate2 v1.1.2
12142026-08-24T13:02:02.794Z Compiling ingot-macros v0.1.1
12152026-08-24T13:02:02.949Z Compiling progenitor-client v0.10.0
12162026-08-24T13:02:03.627Z Checking hash32 v0.3.1
12172026-08-24T13:02:03.758Z Checking hybrid-array v0.4.12
12182026-08-24T13:02:03.961Z Compiling proc-macro-error v1.0.4
12192026-08-24T13:02:04.065Z Checking toml_write v0.1.2
12202026-08-24T13:02:04.309Z Compiling smoltcp v0.11.0
12212026-08-24T13:02:04.424Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12222026-08-24T13:02:04.678Z Checking toml_edit v0.22.27
12232026-08-24T13:02:04.799Z Checking num-rational v0.4.2
12242026-08-24T13:02:05.073Z Checking num-iter v0.1.45
12252026-08-24T13:02:05.194Z Compiling zerocopy v0.7.35
12262026-08-24T13:02:05.218Z Compiling num_enum_derive v0.7.5
12272026-08-24T13:02:05.406Z Checking ingot-types v0.1.2
12282026-08-24T13:02:05.678Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12292026-08-24T13:02:05.785Z Compiling hubpack_derive v0.1.1
12302026-08-24T13:02:05.900Z Checking cobs v0.3.0
12312026-08-24T13:02:05.948Z Compiling scroll_derive v0.12.1
12322026-08-24T13:02:06.048Z Compiling foreign-types-macros v0.2.3
12332026-08-24T13:02:06.121Z Compiling num-complex v0.4.6
12342026-08-24T13:02:06.315Z Compiling usdt-impl v0.5.0
12352026-08-24T13:02:06.515Z Compiling crucible-workspace-hack v0.1.0
12362026-08-24T13:02:06.653Z Checking bitflags v1.3.2
12372026-08-24T13:02:06.676Z Checking foreign-types-shared v0.3.1
12382026-08-24T13:02:06.730Z Checking managed v0.8.0
12392026-08-24T13:02:06.768Z Checking foreign-types v0.5.0
12402026-08-24T13:02:06.818Z Checking scroll v0.12.0
12412026-08-24T13:02:06.834Z Checking num v0.4.3
12422026-08-24T13:02:06.954Z Checking num_enum v0.7.5
12432026-08-24T13:02:06.984Z Checking hubpack v0.1.2
12442026-08-24T13:02:07.043Z Checking postcard v1.1.3
12452026-08-24T13:02:07.069Z Checking toml v0.8.23
12462026-08-24T13:02:07.149Z Checking ingot v0.1.1
12472026-08-24T13:02:07.325Z Compiling dof v0.3.0
12482026-08-24T13:02:07.673Z Checking crypto-common v0.2.2
12492026-08-24T13:02:07.757Z Checking block-buffer v0.12.0
12502026-08-24T13:02:08.021Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12512026-08-24T13:02:08.054Z Compiling dtrace-parser v0.2.0
12522026-08-24T13:02:08.160Z Checking camino-tempfile v1.4.1
12532026-08-24T13:02:08.323Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-24T13:02:08.411Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-24T13:02:08.490Z Checking cstr-argument v0.1.2
12562026-08-24T13:02:08.529Z Compiling thread-id v4.2.2
12572026-08-24T13:02:08.617Z Compiling heck v0.4.1
12582026-08-24T13:02:08.636Z Checking compression-core v0.4.32
12592026-08-24T13:02:08.651Z Checking static_assertions v1.1.0
12602026-08-24T13:02:08.668Z Checking float-ord v0.3.2
12612026-08-24T13:02:08.762Z Compiling minimal-lexical v0.2.1
12622026-08-24T13:02:08.778Z Checking const-oid v0.10.2
12632026-08-24T13:02:08.819Z Checking compression-codecs v0.4.32
12642026-08-24T13:02:08.933Z Checking digest v0.11.3
12652026-08-24T13:02:08.988Z Compiling nom v7.1.3
12662026-08-24T13:02:09.006Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12672026-08-24T13:02:09.047Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12682026-08-24T13:02:09.086Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12692026-08-24T13:02:09.259Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12702026-08-24T13:02:09.279Z Checking goblin v0.8.2
12712026-08-24T13:02:09.423Z Checking rayon v1.11.0
12722026-08-24T13:02:09.734Z Compiling num_enum_derive v0.5.11
12732026-08-24T13:02:09.794Z Compiling nix v0.31.3
12742026-08-24T13:02:09.974Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12752026-08-24T13:02:10.185Z Compiling rustc_version v0.4.1
12762026-08-24T13:02:10.289Z Checking toml_datetime v1.1.1+spec-1.1.0
12772026-08-24T13:02:10.497Z Compiling dropshot v0.17.1
12782026-08-24T13:02:10.531Z Compiling rustix v0.38.44
12792026-08-24T13:02:10.738Z Compiling convert_case v0.4.0
12802026-08-24T13:02:10.756Z Checking tinyvec_macros v0.1.1
12812026-08-24T13:02:10.759Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12822026-08-24T13:02:10.831Z Checking cpufeatures v0.3.0
12832026-08-24T13:02:10.904Z Checking tinyvec v1.10.0
12842026-08-24T13:02:10.921Z Checking sha1 v0.11.0
12852026-08-24T13:02:11.052Z Compiling derive_more v0.99.20
12862026-08-24T13:02:11.070Z Checking num_enum v0.5.11
12872026-08-24T13:02:11.087Z Checking toml v1.1.2+spec-1.1.0
12882026-08-24T13:02:11.182Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-08-24T13:02:11.263Z Checking async-compression v0.4.33
12902026-08-24T13:02:11.507Z Checking libscf-sys v1.2.0
12912026-08-24T13:02:11.533Z Compiling nix v0.30.1
12922026-08-24T13:02:11.641Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-08-24T13:02:11.704Z Compiling libz-sys v1.1.22
12942026-08-24T13:02:11.909Z Compiling dropshot_endpoint v0.17.1
12952026-08-24T13:02:11.912Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12962026-08-24T13:02:12.026Z Checking bytecount v0.6.9
12972026-08-24T13:02:12.187Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12982026-08-24T13:02:12.421Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12992026-08-24T13:02:12.979Z Compiling usdt-macro v0.5.0
13002026-08-24T13:02:13.058Z Compiling usdt-attr-macro v0.5.0
13012026-08-24T13:02:13.238Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13022026-08-24T13:02:13.277Z Compiling zone_cfg_derive v0.3.1
13032026-08-24T13:02:13.410Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13042026-08-24T13:02:13.492Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13052026-08-24T13:02:13.586Z Checking itertools v0.12.1
13062026-08-24T13:02:13.642Z Checking memmap v0.7.0
13072026-08-24T13:02:13.769Z Checking sigpipe v0.1.3
13082026-08-24T13:02:13.787Z Checking jiff v0.2.15
13092026-08-24T13:02:13.853Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-08-24T13:02:13.914Z Checking glob v0.3.3
13112026-08-24T13:02:13.931Z Checking usdt v0.5.0
13122026-08-24T13:02:14.042Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13132026-08-24T13:02:14.095Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13142026-08-24T13:02:14.194Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13152026-08-24T13:02:14.264Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13162026-08-24T13:02:14.294Z Checking smf v0.2.3
13172026-08-24T13:02:14.391Z Checking secrecy v0.10.3
13182026-08-24T13:02:14.409Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13192026-08-24T13:02:14.481Z Checking bstr v1.12.0
13202026-08-24T13:02:14.509Z Checking whoami v1.6.1
13212026-08-24T13:02:14.569Z Checking zone v0.3.1
13222026-08-24T13:02:14.675Z Compiling curve25519-dalek v4.1.3
13232026-08-24T13:02:14.814Z Checking hmac v0.12.1
13242026-08-24T13:02:14.844Z Compiling clang-sys v1.8.1
13252026-08-24T13:02:14.911Z Checking inout v0.1.4
13262026-08-24T13:02:14.948Z Compiling enum-as-inner v0.6.1
13272026-08-24T13:02:14.948Z Checking ff v0.13.1
13282026-08-24T13:02:14.982Z Checking data-encoding v2.9.0
13292026-08-24T13:02:15.042Z Compiling semver v0.1.20
13302026-08-24T13:02:15.074Z Checking group v0.13.0
13312026-08-24T13:02:15.184Z Checking cipher v0.4.4
13322026-08-24T13:02:15.231Z Compiling rustc_version v0.1.7
13332026-08-24T13:02:15.296Z Checking hkdf v0.12.4
13342026-08-24T13:02:15.326Z Checking atomicwrites v0.4.4
13352026-08-24T13:02:15.391Z Compiling thiserror-impl-no-std v2.0.2
13362026-08-24T13:02:15.461Z Checking universal-hash v0.5.1
13372026-08-24T13:02:15.481Z Compiling regress v0.11.1
13382026-08-24T13:02:15.500Z Checking crypto-bigint v0.5.5
13392026-08-24T13:02:15.557Z Checking half v2.7.1
13402026-08-24T13:02:15.588Z Compiling curve25519-dalek-derive v0.1.1
13412026-08-24T13:02:15.806Z Checking indent_write v2.2.0
13422026-08-24T13:02:15.941Z Checking base64ct v1.8.0
13432026-08-24T13:02:16.183Z Checking opaque-debug v0.3.1
13442026-08-24T13:02:16.201Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13452026-08-24T13:02:16.251Z Checking ciborium-io v0.2.2
13462026-08-24T13:02:16.268Z Checking base16ct v0.2.0
13472026-08-24T13:02:16.347Z Checking ciborium-ll v0.2.2
13482026-08-24T13:02:16.365Z Checking poly1305 v0.8.0
13492026-08-24T13:02:16.398Z Checking elliptic-curve v0.13.8
13502026-08-24T13:02:16.495Z Checking thiserror-no-std v2.0.2
13512026-08-24T13:02:16.531Z Checking password-hash v0.5.0
13522026-08-24T13:02:16.590Z Compiling newtype_derive v0.1.6
13532026-08-24T13:02:16.607Z Checking chacha20 v0.9.1
13542026-08-24T13:02:16.660Z Checking similar v2.7.0
13552026-08-24T13:02:16.767Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13562026-08-24T13:02:16.808Z Checking blake2 v0.10.6
13572026-08-24T13:02:16.825Z Checking aead v0.5.2
13582026-08-24T13:02:16.965Z Compiling libloading v0.8.9
13592026-08-24T13:02:17.009Z Compiling bindgen v0.72.1
13602026-08-24T13:02:17.026Z Compiling typify-impl v0.6.2
13612026-08-24T13:02:17.029Z Checking linked-hash-map v0.5.6
13622026-08-24T13:02:17.088Z Checking keccak v0.1.6
13632026-08-24T13:02:17.189Z Compiling owo-colors v4.3.0
13642026-08-24T13:02:17.213Z Checking resolv-conf v0.7.5
13652026-08-24T13:02:17.248Z Checking sha3 v0.10.8
13662026-08-24T13:02:17.320Z Checking lru-cache v0.1.2
13672026-08-24T13:02:17.440Z Checking vsss-rs v3.3.4
13682026-08-24T13:02:17.443Z Checking argon2 v0.5.3
13692026-08-24T13:02:17.583Z Checking chacha20poly1305 v0.10.1
13702026-08-24T13:02:17.766Z Checking ciborium v0.2.2
13712026-08-24T13:02:17.784Z Checking hickory-proto v0.24.4
13722026-08-24T13:02:18.154Z Checking tokio-dtrace v0.1.1
13732026-08-24T13:02:18.157Z Checking papergrid v0.18.0
13742026-08-24T13:02:18.191Z Compiling cexpr v0.6.0
13752026-08-24T13:02:18.333Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13762026-08-24T13:02:18.512Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13772026-08-24T13:02:18.774Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13782026-08-24T13:02:18.943Z Checking serde-big-array v0.5.1
13792026-08-24T13:02:19.009Z Compiling derive-where v1.6.0
13802026-08-24T13:02:19.086Z Compiling serde_repr v0.1.20
13812026-08-24T13:02:19.275Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13822026-08-24T13:02:19.315Z Checking unicode-segmentation v1.12.0
13832026-08-24T13:02:19.505Z Checking same-file v1.0.6
13842026-08-24T13:02:19.522Z Checking siphasher v1.0.1
13852026-08-24T13:02:19.629Z Compiling shlex v1.3.0
13862026-08-24T13:02:19.646Z Checking newline-converter v0.3.0
13872026-08-24T13:02:19.663Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13882026-08-24T13:02:19.686Z Checking phf_shared v0.12.1
13892026-08-24T13:02:19.757Z Checking walkdir v2.5.0
13902026-08-24T13:02:19.894Z Checking hickory-resolver v0.24.4
13912026-08-24T13:02:19.924Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13922026-08-24T13:02:20.246Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13932026-08-24T13:02:20.310Z Checking tabled v0.21.0
13942026-08-24T13:02:20.426Z Compiling typify-macro v0.6.2
13952026-08-24T13:02:20.629Z Checking oxide-tokio-rt v0.1.6
13962026-08-24T13:02:20.798Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13972026-08-24T13:02:21.000Z Checking itertools v0.15.0
13982026-08-24T13:02:21.504Z Checking console v0.15.11
13992026-08-24T13:02:21.703Z Compiling progenitor-impl v0.10.0
14002026-08-24T13:02:21.787Z Checking tokio-stream v0.1.17
14012026-08-24T13:02:21.923Z Compiling pin-project-internal v1.1.10
14022026-08-24T13:02:21.974Z Compiling slog-dtrace v0.3.0
14032026-08-24T13:02:22.105Z Checking csv-core v0.1.12
14042026-08-24T13:02:22.166Z Checking smawk v0.3.2
14052026-08-24T13:02:22.208Z Checking swrite v0.1.0
14062026-08-24T13:02:22.289Z Compiling cancel-safe-futures v0.1.5
14072026-08-24T13:02:22.306Z Checking unicode-linebreak v0.1.5
14082026-08-24T13:02:22.310Z Checking foldhash v0.1.5
14092026-08-24T13:02:22.465Z Compiling unicode-xid v0.2.6
14102026-08-24T13:02:22.539Z Compiling chrono-tz v0.10.4
14112026-08-24T13:02:22.593Z Checking unicode-width v0.1.14
14122026-08-24T13:02:22.712Z Compiling const_format_proc_macros v0.2.34
14132026-08-24T13:02:22.817Z Checking textwrap v0.16.2
14142026-08-24T13:02:22.848Z Checking hashbrown v0.15.5
14152026-08-24T13:02:22.997Z Checking pin-project v1.1.10
14162026-08-24T13:02:23.037Z Checking csv v1.4.0
14172026-08-24T13:02:23.156Z Checking qorb v0.4.1
14182026-08-24T13:02:23.408Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-08-24T13:02:23.483Z Checking expectorate v1.2.0
14202026-08-24T13:02:23.510Z Checking phf v0.12.1
14212026-08-24T13:02:23.616Z Checking unicode-normalization v0.1.24
14222026-08-24T13:02:23.662Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-08-24T13:02:23.740Z Compiling progenitor-macro v0.10.0
14242026-08-24T13:02:24.125Z Checking libsw-core v0.3.2
14252026-08-24T13:02:24.159Z Compiling libgit2-sys v0.17.0+1.8.1
14262026-08-24T13:02:24.278Z Compiling async-recursion v1.1.1
14272026-08-24T13:02:24.463Z Compiling snafu-derive v0.8.9
14282026-08-24T13:02:24.582Z Compiling cookie v0.18.1
14292026-08-24T13:02:24.821Z Compiling moka v0.12.11
14302026-08-24T13:02:24.854Z Checking highway v1.3.0
14312026-08-24T13:02:24.887Z Checking fixedbitset v0.4.2
14322026-08-24T13:02:25.040Z Checking fixedbitset v0.5.7
14332026-08-24T13:02:25.059Z Checking petgraph v0.6.5
14342026-08-24T13:02:25.112Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14352026-08-24T13:02:25.245Z Checking petgraph v0.8.2
14362026-08-24T13:02:26.225Z Checking snafu v0.8.9
14372026-08-24T13:02:26.256Z Checking libsw v3.5.0
14382026-08-24T13:02:26.380Z Checking olpc-cjson v0.1.4
14392026-08-24T13:02:26.471Z Checking const_format v0.2.34
14402026-08-24T13:02:26.521Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-08-24T13:02:26.698Z Checking papergrid v0.11.0
14422026-08-24T13:02:26.858Z Compiling typify v0.6.2
14432026-08-24T13:02:26.914Z Checking globset v0.4.16
14442026-08-24T13:02:26.953Z Checking gethostname v0.5.0
14452026-08-24T13:02:26.957Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14462026-08-24T13:02:27.162Z Compiling tabled_derive v0.7.0
14472026-08-24T13:02:27.179Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-08-24T13:02:27.305Z Checking reqwest v0.13.2
14492026-08-24T13:02:27.444Z Checking bcs v0.1.6
14502026-08-24T13:02:27.510Z Checking pem v3.0.5
14512026-08-24T13:02:27.672Z Checking serde_plain v1.0.2
14522026-08-24T13:02:27.690Z Compiling signal-hook v0.4.4
14532026-08-24T13:02:27.821Z Checking termtree v0.5.1
14542026-08-24T13:02:27.824Z Checking progenitor v0.10.0
14552026-08-24T13:02:27.857Z Checking humantime v2.3.0
14562026-08-24T13:02:27.902Z Checking tagptr v0.2.0
14572026-08-24T13:02:27.963Z Checking crc8 v0.1.1
14582026-08-24T13:02:27.984Z Checking linear-map v1.2.0
14592026-08-24T13:02:28.041Z Checking typed-path v0.9.3
14602026-08-24T13:02:28.077Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14612026-08-24T13:02:28.080Z Checking tabled v0.15.0
14622026-08-24T13:02:28.152Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-08-24T13:02:28.690Z Compiling progenitor-impl v0.14.0
14642026-08-24T13:02:28.813Z Checking tough v0.20.0
14652026-08-24T13:02:29.195Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-08-24T13:02:29.390Z Checking steno v0.4.1
14672026-08-24T13:02:29.712Z Checking hickory-proto v0.25.2
14682026-08-24T13:02:30.194Z Compiling curl-sys v0.4.89+curl-8.20.0
14692026-08-24T13:02:30.387Z Compiling cargo-platform v0.1.9
14702026-08-24T13:02:30.599Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14712026-08-24T13:02:30.700Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-24T13:02:30.767Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-24T13:02:30.817Z Compiling vergen v8.3.2
14742026-08-24T13:02:31.045Z Compiling fs-err v3.1.2
14752026-08-24T13:02:31.257Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-24T13:02:31.346Z Checking hickory-resolver v0.25.2
14772026-08-24T13:02:31.412Z Compiling progenitor-macro v0.14.0
14782026-08-24T13:02:31.704Z Compiling cargo_metadata v0.18.1
14792026-08-24T13:02:31.857Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-24T13:02:32.271Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-24T13:02:32.330Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-24T13:02:32.724Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-24T13:02:32.801Z Checking progenitor-client v0.14.0
14842026-08-24T13:02:32.819Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-08-24T13:02:32.853Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-24T13:02:32.976Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14872026-08-24T13:02:33.022Z Checking dropshot-api-manager-types v0.7.2
14882026-08-24T13:02:33.199Z Checking sha2 v0.10.9
14892026-08-24T13:02:33.467Z Compiling blake3 v1.8.2
14902026-08-24T13:02:33.596Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-08-24T13:02:33.873Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14922026-08-24T13:02:34.006Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-08-24T13:02:34.654Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-08-24T13:02:34.980Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14952026-08-24T13:02:35.091Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14962026-08-24T13:02:35.488Z Checking progenitor v0.14.0
14972026-08-24T13:02:35.738Z Checking git-stub v1.0.0
14982026-08-24T13:02:35.904Z Compiling strum_macros v0.28.0
14992026-08-24T13:02:36.076Z Checking filetime v0.2.26
15002026-08-24T13:02:36.115Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15012026-08-24T13:02:36.217Z Checking xattr v1.6.1
15022026-08-24T13:02:36.250Z Compiling curl v0.4.50
15032026-08-24T13:02:36.279Z Checking arrayref v0.3.9
15042026-08-24T13:02:36.344Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15052026-08-24T13:02:36.363Z Checking arrayvec v0.7.6
15062026-08-24T13:02:36.366Z Checking constant_time_eq v0.3.1
15072026-08-24T13:02:36.477Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
15082026-08-24T13:02:36.499Z Checking is_ci v1.2.0
15092026-08-24T13:02:36.602Z Checking supports-color v3.0.2
15102026-08-24T13:02:36.743Z Checking tar v0.4.45
15112026-08-24T13:02:36.828Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15122026-08-24T13:02:37.107Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15132026-08-24T13:02:37.126Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15142026-08-24T13:02:37.651Z Checking toml v0.7.8
15152026-08-24T13:02:37.709Z Checking strum v0.28.0
15162026-08-24T13:02:37.799Z Checking git-stub-vcs v0.1.0
15172026-08-24T13:02:37.958Z Checking drift v0.2.0
15182026-08-24T13:02:37.977Z Checking kstat-rs v0.2.4
15192026-08-24T13:02:37.994Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15202026-08-24T13:02:38.061Z Checking topological-sort v0.2.2
15212026-08-24T13:02:38.164Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-08-24T13:02:38.201Z Checking omicron-zone-package v0.12.2
15232026-08-24T13:02:38.267Z Checking dropshot-api-manager v0.7.2
15242026-08-24T13:02:38.365Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-24T13:02:39.242Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15262026-08-24T13:02:39.280Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-08-24T13:02:39.549Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-08-24T13:02:39.701Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15292026-08-24T13:02:39.944Z Checking signal-hook-tokio v0.4.0
15302026-08-24T13:02:39.967Z Checking scuffle v0.1.0
15312026-08-24T13:02:40.044Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15322026-08-24T13:02:40.075Z Checking iddqd v0.4.5
15332026-08-24T13:02:40.109Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15342026-08-24T13:02:40.252Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15352026-08-24T13:02:40.307Z Checking search_path v0.1.4
15362026-08-24T13:02:40.471Z Checking internet-checksum v0.2.1
15372026-08-24T13:02:40.547Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15382026-08-24T13:02:40.727Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15392026-08-24T13:02:40.829Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15402026-08-24T13:02:42.912Z Compiling git2 v0.19.0
15412026-08-24T13:02:45.215Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15422026-08-24T13:02:45.343Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15432026-08-24T13:02:51.549Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15442026-08-24T13:02:52.882Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15452026-08-24T13:02:58.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15462026-08-24T13:02:58.831Z+ for feat in tofino_stub tofino_asic softnpu chaos
15472026-08-24T13:02:58.831Z+ cargo clippy --features tofino_asic -- --deny warnings
15482026-08-24T13:02:59.492Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15492026-08-24T13:02:59.593Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15502026-08-24T13:02:59.599Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15512026-08-24T13:02:59.602Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15522026-08-24T13:03:06.957Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15532026-08-24T13:03:06.957Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15542026-08-24T13:03:09.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
15552026-08-24T13:03:09.895Z+ for feat in tofino_stub tofino_asic softnpu chaos
15562026-08-24T13:03:09.895Z+ cargo clippy --features softnpu -- --deny warnings
15572026-08-24T13:03:10.291Z Downloading crates ...
15582026-08-24T13:03:10.446Z Downloaded ascii v1.1.0
15592026-08-24T13:03:10.449Z Downloaded signature v2.2.0
15602026-08-24T13:03:10.452Z Downloaded bit_field v0.10.3
15612026-08-24T13:03:10.455Z Downloaded typeid v1.0.3
15622026-08-24T13:03:10.455Z Downloaded flagset v0.4.7
15632026-08-24T13:03:10.459Z Downloaded utf-8 v0.7.6
15642026-08-24T13:03:10.469Z Downloaded serde_arrays v0.1.0
15652026-08-24T13:03:10.472Z Downloaded const-oid v0.9.6
15662026-08-24T13:03:10.472Z Downloaded funty v2.0.0
15672026-08-24T13:03:10.472Z Downloaded env_filter v2.0.0
15682026-08-24T13:03:10.478Z Downloaded radium v0.7.0
15692026-08-24T13:03:10.481Z Downloaded bitstruct v0.1.1
15702026-08-24T13:03:10.481Z Downloaded bitstruct_derive v0.1.0
15712026-08-24T13:03:10.491Z Downloaded rfc6979 v0.4.0
15722026-08-24T13:03:10.500Z Downloaded libloading v0.7.4
15732026-08-24T13:03:10.503Z Downloaded tls_codec v0.4.2
15742026-08-24T13:03:10.503Z Downloaded spki v0.7.3
15752026-08-24T13:03:10.503Z Downloaded pkcs8 v0.10.2
15762026-08-24T13:03:10.506Z Downloaded wyz v0.5.1
15772026-08-24T13:03:10.506Z Downloaded sec1 v0.7.3
15782026-08-24T13:03:10.506Z Downloaded primeorder v0.13.6
15792026-08-24T13:03:10.510Z Downloaded pem-rfc7468 v0.7.0
15802026-08-24T13:03:10.510Z Downloaded ed25519 v2.2.3
15812026-08-24T13:03:10.510Z Downloaded ecdsa v0.16.9
15822026-08-24T13:03:10.513Z Downloaded tokio-tungstenite v0.21.0
15832026-08-24T13:03:10.516Z Downloaded tls_codec_derive v0.4.2
15842026-08-24T13:03:10.516Z Downloaded erased-serde v0.4.8
15852026-08-24T13:03:10.519Z Downloaded tap v1.0.1
15862026-08-24T13:03:10.519Z Downloaded der_derive v0.7.3
15872026-08-24T13:03:10.525Z Downloaded env_logger v0.11.11
15882026-08-24T13:03:10.538Z Downloaded tungstenite v0.21.0
15892026-08-24T13:03:10.551Z Downloaded base64 v0.21.7
15902026-08-24T13:03:10.554Z Downloaded der v0.7.10
15912026-08-24T13:03:10.562Z Downloaded num-bigint v0.4.6
15922026-08-24T13:03:10.565Z Downloaded ed25519-dalek v2.2.0
15932026-08-24T13:03:10.569Z Downloaded x509-cert v0.2.5
15942026-08-24T13:03:10.581Z Downloaded itertools v0.13.0
15952026-08-24T13:03:10.586Z Downloaded bitvec v1.0.1
15962026-08-24T13:03:10.594Z Downloaded salty v0.3.0
15972026-08-24T13:03:10.598Z Downloaded p384 v0.13.1
15982026-08-24T13:03:10.819Z Checking log v0.4.29
15992026-08-24T13:03:10.963Z Checking const-oid v0.9.6
16002026-08-24T13:03:11.014Z Checking serde_with v3.22.0
16012026-08-24T13:03:11.043Z Checking pem-rfc7468 v0.7.0
16022026-08-24T13:03:11.059Z Compiling der_derive v0.7.3
16032026-08-24T13:03:11.070Z Checking flagset v0.4.7
16042026-08-24T13:03:11.081Z Checking rustls v0.23.40
16052026-08-24T13:03:11.084Z Checking native-tls v0.2.14
16062026-08-24T13:03:11.084Z Checking goblin v0.10.1
16072026-08-24T13:03:11.184Z Checking typify-impl v0.4.3
16082026-08-24T13:03:11.196Z Checking rustls v0.22.4
16092026-08-24T13:03:11.250Z Checking tokio-native-tls v0.3.1
16102026-08-24T13:03:11.403Z Checking hyper-tls v0.6.0
16112026-08-24T13:03:11.580Z Checking num-integer v0.1.46
16122026-08-24T13:03:11.661Z Checking digest v0.10.7
16132026-08-24T13:03:11.808Z Checking ff v0.13.1
16142026-08-24T13:03:11.855Z Checking sha1 v0.10.6
16152026-08-24T13:03:11.939Z Checking hmac v0.12.1
16162026-08-24T13:03:12.001Z Checking der v0.7.10
16172026-08-24T13:03:12.018Z Checking base16ct v0.2.0
16182026-08-24T13:03:12.072Z Checking hkdf v0.12.4
16192026-08-24T13:03:12.142Z Checking group v0.13.0
16202026-08-24T13:03:12.207Z Checking num-bigint v0.4.6
16212026-08-24T13:03:12.291Z Checking num-iter v0.1.45
16222026-08-24T13:03:12.309Z Checking typify v0.4.3
16232026-08-24T13:03:12.406Z Checking num-complex v0.4.6
16242026-08-24T13:03:12.420Z Checking progenitor-impl v0.11.1
16252026-08-24T13:03:12.491Z Checking goblin v0.8.2
16262026-08-24T13:03:12.622Z Checking tokio-rustls v0.25.0
16272026-08-24T13:03:12.718Z Checking spki v0.7.3
16282026-08-24T13:03:12.749Z Checking curve25519-dalek v4.1.3
16292026-08-24T13:03:12.818Z Checking sha3 v0.10.8
16302026-08-24T13:03:12.884Z Checking pkcs8 v0.10.2
16312026-08-24T13:03:13.018Z Checking blake2 v0.10.6
16322026-08-24T13:03:13.031Z Checking num-rational v0.4.2
16332026-08-24T13:03:13.042Z Checking sec1 v0.7.3
16342026-08-24T13:03:13.231Z Compiling nix v0.31.3
16352026-08-24T13:03:13.244Z Checking elliptic-curve v0.13.8
16362026-08-24T13:03:13.289Z Checking argon2 v0.5.3
16372026-08-24T13:03:13.314Z Checking num v0.4.3
16382026-08-24T13:03:13.350Z Checking dof v0.4.0
16392026-08-24T13:03:13.389Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16402026-08-24T13:03:13.427Z Checking tokio-rustls v0.26.4
16412026-08-24T13:03:13.453Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16422026-08-24T13:03:13.543Z Checking vsss-rs v3.3.4
16432026-08-24T13:03:13.582Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16442026-08-24T13:03:13.595Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16452026-08-24T13:03:13.651Z Checking hyper-rustls v0.27.7
16462026-08-24T13:03:13.731Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16472026-08-24T13:03:13.746Z Checking usdt-impl v0.6.0
16482026-08-24T13:03:13.848Z Checking reqwest v0.12.23
16492026-08-24T13:03:13.957Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16502026-08-24T13:03:14.016Z Checking usdt v0.6.0
16512026-08-24T13:03:14.060Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16522026-08-24T13:03:14.180Z Checking dropshot v0.16.7
16532026-08-24T13:03:14.377Z Checking dropshot v0.17.1
16542026-08-24T13:03:14.390Z Checking dof v0.3.0
16552026-08-24T13:03:14.403Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16562026-08-24T13:03:14.433Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16572026-08-24T13:03:14.568Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16582026-08-24T13:03:14.572Z Checking progenitor-client v0.10.0
16592026-08-24T13:03:14.623Z Checking progenitor-client v0.11.1
16602026-08-24T13:03:14.636Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16612026-08-24T13:03:14.664Z Checking progenitor-impl v0.10.0
16622026-08-24T13:03:14.677Z Checking usdt-impl v0.5.0
16632026-08-24T13:03:14.718Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16642026-08-24T13:03:14.805Z Checking sha2 v0.10.9
16652026-08-24T13:03:14.851Z Checking progenitor v0.11.1
16662026-08-24T13:03:14.872Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16672026-08-24T13:03:14.953Z Checking usdt v0.5.0
16682026-08-24T13:03:14.984Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16692026-08-24T13:03:15.056Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16702026-08-24T13:03:15.117Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16712026-08-24T13:03:15.121Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16722026-08-24T13:03:15.348Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16732026-08-24T13:03:15.372Z Checking tokio-dtrace v0.1.1
16742026-08-24T13:03:15.521Z Checking progenitor v0.10.0
16752026-08-24T13:03:15.552Z Checking signature v2.2.0
16762026-08-24T13:03:15.598Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16772026-08-24T13:03:15.658Z Checking utf-8 v0.7.6
16782026-08-24T13:03:15.678Z Checking oxide-tokio-rt v0.1.6
16792026-08-24T13:03:15.790Z Checking tungstenite v0.21.0
16802026-08-24T13:03:15.804Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16812026-08-24T13:03:15.842Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16822026-08-24T13:03:16.002Z Compiling radium v0.7.0
16832026-08-24T13:03:16.044Z Compiling salty v0.3.0
16842026-08-24T13:03:16.059Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16852026-08-24T13:03:16.210Z Checking tokio-tungstenite v0.21.0
16862026-08-24T13:03:16.308Z Checking qorb v0.4.1
16872026-08-24T13:03:16.339Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
16882026-08-24T13:03:16.354Z Checking rfc6979 v0.4.0
16892026-08-24T13:03:16.472Z Checking tap v1.0.1
16902026-08-24T13:03:16.486Z Checking base64 v0.21.7
16912026-08-24T13:03:16.578Z Checking wyz v0.5.1
16922026-08-24T13:03:16.620Z Checking typify-impl v0.6.2
16932026-08-24T13:03:16.718Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16942026-08-24T13:03:16.755Z Checking ecdsa v0.16.9
16952026-08-24T13:03:17.099Z Checking slog-dtrace v0.3.0
16962026-08-24T13:03:17.320Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16972026-08-24T13:03:17.337Z Checking ed25519 v2.2.3
16982026-08-24T13:03:17.433Z Checking globset v0.4.16
16992026-08-24T13:03:17.487Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17002026-08-24T13:03:17.504Z Checking primeorder v0.13.6
17012026-08-24T13:03:17.604Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17022026-08-24T13:03:17.648Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17032026-08-24T13:03:17.661Z Checking reqwest v0.13.2
17042026-08-24T13:03:17.678Z Checking env_filter v2.0.0
17052026-08-24T13:03:17.692Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17062026-08-24T13:03:17.740Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17072026-08-24T13:03:17.758Z Checking funty v2.0.0
17082026-08-24T13:03:17.820Z Compiling typeid v1.0.3
17092026-08-24T13:03:17.976Z Checking env_logger v0.11.11
17102026-08-24T13:03:18.075Z Checking bitvec v1.0.1
17112026-08-24T13:03:18.155Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17122026-08-24T13:03:18.168Z Checking tough v0.20.0
17132026-08-24T13:03:18.193Z Checking typify v0.6.2
17142026-08-24T13:03:18.197Z Checking p384 v0.13.1
17152026-08-24T13:03:18.260Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17162026-08-24T13:03:18.296Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17172026-08-24T13:03:18.603Z Checking ed25519-dalek v2.2.0
17182026-08-24T13:03:18.638Z Checking x509-cert v0.2.5
17192026-08-24T13:03:18.795Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
17202026-08-24T13:03:19.027Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17212026-08-24T13:03:19.203Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17222026-08-24T13:03:19.283Z Compiling erased-serde v0.4.8
17232026-08-24T13:03:19.324Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17242026-08-24T13:03:19.376Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17252026-08-24T13:03:19.461Z Checking progenitor-impl v0.14.0
17262026-08-24T13:03:19.534Z Checking progenitor-client v0.14.0
17272026-08-24T13:03:19.548Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17282026-08-24T13:03:19.751Z Compiling bitstruct_derive v0.1.0
17292026-08-24T13:03:19.830Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17302026-08-24T13:03:19.868Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17312026-08-24T13:03:19.966Z Checking ascii v1.1.0
17322026-08-24T13:03:20.106Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17332026-08-24T13:03:20.119Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17342026-08-24T13:03:20.149Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17352026-08-24T13:03:20.335Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17362026-08-24T13:03:20.350Z Checking progenitor v0.14.0
17372026-08-24T13:03:20.389Z Checking bitstruct v0.1.1
17382026-08-24T13:03:20.480Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17392026-08-24T13:03:20.494Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
17402026-08-24T13:03:20.506Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17412026-08-24T13:03:20.517Z Checking itertools v0.13.0
17422026-08-24T13:03:20.578Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17432026-08-24T13:03:20.622Z Checking acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc)
17442026-08-24T13:03:20.747Z Checking serde_arrays v0.1.0
17452026-08-24T13:03:20.761Z Checking pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17462026-08-24T13:03:20.859Z Checking libloading v0.7.4
17472026-08-24T13:03:20.862Z Checking bit_field v0.10.3
17482026-08-24T13:03:21.008Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17492026-08-24T13:03:21.023Z Checking omicron-zone-package v0.12.2
17502026-08-24T13:03:21.140Z Checking dropshot-api-manager v0.7.2
17512026-08-24T13:03:21.904Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17522026-08-24T13:03:22.407Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17532026-08-24T13:03:22.410Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-08-24T13:03:22.410Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
17552026-08-24T13:03:22.410Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-08-24T13:03:22.410Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-08-24T13:03:22.795Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-08-24T13:03:22.952Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17592026-08-24T13:03:23.365Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17602026-08-24T13:03:23.452Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17612026-08-24T13:03:24.038Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17622026-08-24T13:03:24.081Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-08-24T13:03:24.084Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17642026-08-24T13:03:24.194Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17652026-08-24T13:03:24.493Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17662026-08-24T13:03:24.493Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17672026-08-24T13:03:24.564Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17682026-08-24T13:03:24.643Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17692026-08-24T13:03:24.647Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17702026-08-24T13:03:24.809Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17712026-08-24T13:03:24.812Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17722026-08-24T13:03:24.812Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17732026-08-24T13:03:25.262Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-08-24T13:03:25.423Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17752026-08-24T13:03:25.666Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17762026-08-24T13:03:25.706Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17772026-08-24T13:03:25.836Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17782026-08-24T13:03:27.777Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17792026-08-24T13:03:27.780Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17802026-08-24T13:03:28.004Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
17812026-08-24T13:03:28.701Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17822026-08-24T13:03:28.715Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17832026-08-24T13:03:28.719Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17842026-08-24T13:03:28.719Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
17852026-08-24T13:03:28.719Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17862026-08-24T13:03:29.744Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17872026-08-24T13:03:30.136Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17882026-08-24T13:03:30.602Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17892026-08-24T13:03:30.944Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17902026-08-24T13:03:31.008Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17912026-08-24T13:03:31.077Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17922026-08-24T13:03:31.503Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17932026-08-24T13:03:36.227Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17942026-08-24T13:03:36.516Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17952026-08-24T13:03:37.501Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17962026-08-24T13:03:42.837Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17972026-08-24T13:03:44.185Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17982026-08-24T13:03:44.741Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17992026-08-24T13:03:49.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.94s
18002026-08-24T13:03:50.073Z+ for feat in tofino_stub tofino_asic softnpu chaos
18012026-08-24T13:03:50.073Z+ cargo clippy --features chaos -- --deny warnings
18022026-08-24T13:03:50.732Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
18032026-08-24T13:03:50.834Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
18042026-08-24T13:03:50.834Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
18052026-08-24T13:03:58.201Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
18062026-08-24T13:03:58.204Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
18072026-08-24T13:04:00.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
18082026-08-24T13:04:01.065Z+ banner fmt
18092026-08-24T13:04:01.070Z
18102026-08-24T13:04:01.070Z ###### # # #####
18112026-08-24T13:04:01.070Z # ## ## #
18122026-08-24T13:04:01.070Z ##### # ## # #
18132026-08-24T13:04:01.070Z # # # #
18142026-08-24T13:04:01.070Z # # # #
18152026-08-24T13:04:01.070Z # # # #
18162026-08-24T13:04:01.070Z
18172026-08-24T13:04:01.070Z+ cargo fmt -- --check
18182026-08-24T13:04:01.533Z+ banner test
18192026-08-24T13:04:01.536Z
18202026-08-24T13:04:01.536Z ##### ###### #### #####
18212026-08-24T13:04:01.536Z # # # #
18222026-08-24T13:04:01.536Z # ##### #### #
18232026-08-24T13:04:01.536Z # # # #
18242026-08-24T13:04:01.536Z # # # # #
18252026-08-24T13:04:01.536Z # ###### #### #
18262026-08-24T13:04:01.536Z
18272026-08-24T13:04:01.536Z+ for feat in tofino_stub tofino_asic softnpu chaos
18282026-08-24T13:04:01.536Z+ RUST_BACKTRACE=full
18292026-08-24T13:04:01.536Z+ cargo test --features tofino_stub --no-fail-fast
18302026-08-24T13:04:02.617Z Compiling unicode-ident v1.0.24
18312026-08-24T13:04:02.621Z Compiling cfg-if v1.0.4
18322026-08-24T13:04:02.621Z Compiling memchr v2.7.5
18332026-08-24T13:04:02.772Z Compiling serde_core v1.0.228
18342026-08-24T13:04:02.782Z Compiling itoa v1.0.15
18352026-08-24T13:04:02.793Z Compiling libc v0.2.186
18362026-08-24T13:04:02.807Z Compiling zmij v1.0.17
18372026-08-24T13:04:02.823Z Compiling libm v0.2.15
18382026-08-24T13:04:02.864Z Compiling proc-macro2 v1.0.106
18392026-08-24T13:04:02.908Z Compiling heck v0.5.0
18402026-08-24T13:04:03.082Z Compiling equivalent v1.0.2
18412026-08-24T13:04:03.175Z Compiling log v0.4.29
18422026-08-24T13:04:03.275Z Compiling quote v1.0.45
18432026-08-24T13:04:03.318Z Compiling iana-time-zone v0.1.64
18442026-08-24T13:04:03.365Z Compiling smallvec v1.15.1
18452026-08-24T13:04:03.509Z Compiling syn v2.0.118
18462026-08-24T13:04:03.548Z Compiling dyn-clone v1.0.20
18472026-08-24T13:04:03.569Z Compiling hashbrown v0.17.1
18482026-08-24T13:04:03.586Z Compiling stable_deref_trait v1.2.0
18492026-08-24T13:04:03.600Z Compiling regex-syntax v0.8.11
18502026-08-24T13:04:03.673Z Compiling pin-project-lite v0.2.16
18512026-08-24T13:04:03.696Z Compiling percent-encoding v2.3.2
18522026-08-24T13:04:03.777Z Compiling litemap v0.8.0
18532026-08-24T13:04:03.906Z Compiling writeable v0.6.1
18542026-08-24T13:04:03.934Z Compiling num-traits v0.2.19
18552026-08-24T13:04:04.002Z Compiling icu_properties_data v2.0.1
18562026-08-24T13:04:04.124Z Compiling icu_normalizer_data v2.0.0
18572026-08-24T13:04:04.143Z Compiling form_urlencoded v1.2.2
18582026-08-24T13:04:04.206Z Compiling utf8_iter v1.0.4
18592026-08-24T13:04:04.222Z Compiling getrandom v0.4.2
18602026-08-24T13:04:04.333Z Compiling aho-corasick v1.1.3
18612026-08-24T13:04:04.362Z Compiling byteorder v1.5.0
18622026-08-24T13:04:04.378Z Compiling ucd-trie v0.1.7
18632026-08-24T13:04:04.545Z Compiling semver v1.0.28
18642026-08-24T13:04:04.595Z Compiling serde_json v1.0.150
18652026-08-24T13:04:04.618Z Compiling indexmap v2.14.0
18662026-08-24T13:04:04.683Z Compiling scopeguard v1.2.0
18672026-08-24T13:04:04.799Z Compiling lock_api v0.4.14
18682026-08-24T13:04:04.897Z Compiling uuid v1.23.3
18692026-08-24T13:04:05.011Z Compiling fnv v1.0.7
18702026-08-24T13:04:05.036Z Compiling allocator-api2 v0.2.21
18712026-08-24T13:04:05.121Z Compiling regex-automata v0.4.13
18722026-08-24T13:04:05.263Z Compiling futures-core v0.3.32
18732026-08-24T13:04:05.333Z Compiling foldhash v0.2.0
18742026-08-24T13:04:05.449Z Compiling strsim v0.11.1
18752026-08-24T13:04:05.555Z Compiling hashbrown v0.16.1
18762026-08-24T13:04:05.597Z Compiling ryu v1.0.20
18772026-08-24T13:04:05.796Z Compiling pretty-hex v0.4.1
18782026-08-24T13:04:05.865Z Compiling plain v0.2.3
18792026-08-24T13:04:05.944Z Compiling num-conv v0.2.1
18802026-08-24T13:04:05.983Z Compiling futures-sink v0.3.32
18812026-08-24T13:04:06.081Z Compiling time-core v0.1.8
18822026-08-24T13:04:06.102Z Compiling slab v0.4.11
18832026-08-24T13:04:06.163Z Compiling futures-channel v0.3.32
18842026-08-24T13:04:06.236Z Compiling synstructure v0.13.2
18852026-08-24T13:04:06.284Z Compiling serde_derive_internals v0.29.1
18862026-08-24T13:04:06.299Z Compiling time-macros v0.2.27
18872026-08-24T13:04:06.557Z Compiling futures-task v0.3.32
18882026-08-24T13:04:06.738Z Compiling futures-io v0.3.32
18892026-08-24T13:04:06.769Z Compiling regress v0.10.5
18902026-08-24T13:04:06.908Z Compiling regex v1.12.4
18912026-08-24T13:04:06.972Z Compiling thread-id v5.0.0
18922026-08-24T13:04:07.028Z Compiling getrandom v0.2.16
18932026-08-24T13:04:07.062Z Compiling socket2 v0.6.4
18942026-08-24T13:04:07.227Z Compiling bitflags v2.11.1
18952026-08-24T13:04:07.278Z Compiling parking_lot_core v0.9.12
18962026-08-24T13:04:07.387Z Compiling signal-hook-registry v1.4.6
18972026-08-24T13:04:07.449Z Compiling serde_derive v1.0.228
18982026-08-24T13:04:07.474Z Compiling zerofrom-derive v0.1.6
18992026-08-24T13:04:07.505Z Compiling yoke-derive v0.8.0
19002026-08-24T13:04:07.536Z Compiling zerovec-derive v0.11.1
19012026-08-24T13:04:07.594Z Compiling displaydoc v0.2.5
19022026-08-24T13:04:07.691Z Compiling thiserror-impl v2.0.18
19032026-08-24T13:04:07.804Z Compiling schemars_derive v0.8.22
19042026-08-24T13:04:08.374Z Compiling tokio-macros v2.7.0
19052026-08-24T13:04:08.556Z Compiling zeroize_derive v1.4.3
19062026-08-24T13:04:08.653Z Compiling zerocopy-derive v0.8.27
19072026-08-24T13:04:08.700Z Compiling futures-macro v0.3.32
19082026-08-24T13:04:08.945Z Compiling thiserror v2.0.18
19092026-08-24T13:04:09.034Z Compiling zerofrom v0.1.6
19102026-08-24T13:04:09.063Z Compiling tracing-attributes v0.1.30
19112026-08-24T13:04:09.149Z Compiling yoke v0.8.0
19122026-08-24T13:04:09.173Z Compiling thiserror-impl v1.0.69
19132026-08-24T13:04:09.244Z Compiling pest v2.8.2
19142026-08-24T13:04:09.353Z Compiling zerovec v0.11.4
19152026-08-24T13:04:09.541Z Compiling zerotrie v0.2.2
19162026-08-24T13:04:09.861Z Compiling scroll_derive v0.13.1
19172026-08-24T13:04:09.921Z Compiling zerocopy v0.8.27
19182026-08-24T13:04:10.147Z Compiling serde v1.0.228
19192026-08-24T13:04:10.312Z Compiling tinystr v0.8.1
19202026-08-24T13:04:10.356Z Compiling potential_utf v0.1.3
19212026-08-24T13:04:10.580Z Compiling icu_locale_core v2.0.0
19222026-08-24T13:04:10.596Z Compiling icu_collections v2.0.0
19232026-08-24T13:04:10.599Z Compiling pest_meta v2.8.2
19242026-08-24T13:04:10.702Z Compiling bytes v1.12.0
19252026-08-24T13:04:10.725Z Compiling serde_tokenstream v0.2.3
19262026-08-24T13:04:10.763Z Compiling chrono v0.4.45
19272026-08-24T13:04:10.807Z Compiling async-trait v0.1.89
19282026-08-24T13:04:11.038Z Compiling scroll v0.13.0
19292026-08-24T13:04:11.118Z Compiling icu_provider v2.0.0
19302026-08-24T13:04:11.306Z Compiling http v1.4.2
19312026-08-24T13:04:11.357Z Compiling pest_generator v2.8.2
19322026-08-24T13:04:11.452Z Compiling icu_normalizer v2.0.0
19332026-08-24T13:04:11.475Z Compiling icu_properties v2.0.1
19342026-08-24T13:04:11.479Z Compiling goblin v0.10.1
19352026-08-24T13:04:11.811Z Compiling schemars v0.8.22
19362026-08-24T13:04:11.945Z Compiling daft-derive v0.1.5
19372026-08-24T13:04:12.006Z Compiling pest_derive v2.8.2
19382026-08-24T13:04:12.312Z Compiling openssl-macros v0.1.1
19392026-08-24T13:04:12.327Z Compiling openapiv3 v2.2.0
19402026-08-24T13:04:12.566Z Compiling idna_adapter v1.2.1
19412026-08-24T13:04:12.686Z Compiling idna v1.1.0
19422026-08-24T13:04:12.712Z Compiling dtrace-parser v0.3.0
19432026-08-24T13:04:12.728Z Compiling typify-impl v0.4.3
19442026-08-24T13:04:12.787Z Compiling structmeta-derive v0.3.0
19452026-08-24T13:04:12.952Z Compiling async-stream-impl v0.3.6
19462026-08-24T13:04:13.453Z Compiling url v2.5.7
19472026-08-24T13:04:13.594Z Compiling newtype-uuid-macros v0.1.0
19482026-08-24T13:04:13.610Z Compiling serde_yaml v0.9.34+deprecated
19492026-08-24T13:04:13.844Z Compiling structmeta v0.3.0
19502026-08-24T13:04:13.943Z Compiling zeroize v1.8.1
19512026-08-24T13:04:14.055Z Compiling strum_macros v0.26.4
19522026-08-24T13:04:14.162Z Compiling dof v0.4.0
19532026-08-24T13:04:14.252Z Compiling parking_lot v0.12.5
19542026-08-24T13:04:14.337Z Compiling untrusted v0.9.0
19552026-08-24T13:04:14.405Z Compiling thiserror v1.0.69
19562026-08-24T13:04:14.467Z Compiling mio v1.2.1
19572026-08-24T13:04:14.519Z Compiling omicron-workspace-hack v0.1.0
19582026-08-24T13:04:14.600Z Compiling base64 v0.22.1
19592026-08-24T13:04:14.675Z Compiling usdt-impl v0.6.0
19602026-08-24T13:04:14.901Z Compiling tokio v1.52.3
19612026-08-24T13:04:14.985Z Compiling http-body v1.0.1
19622026-08-24T13:04:15.153Z Compiling dropshot_endpoint v0.16.7
19632026-08-24T13:04:15.287Z Compiling ref-cast-impl v1.0.25
19642026-08-24T13:04:15.403Z Compiling ipnet v2.11.0
19652026-08-24T13:04:15.828Z Compiling atomic-waker v1.1.2
19662026-08-24T13:04:15.945Z Compiling derive-ex v0.1.8
19672026-08-24T13:04:15.970Z Compiling strum_macros v0.27.2
19682026-08-24T13:04:15.991Z Compiling darling_core v0.23.0
19692026-08-24T13:04:16.275Z Compiling usdt-macro v0.6.0
19702026-08-24T13:04:16.521Z Compiling usdt-attr-macro v0.6.0
19712026-08-24T13:04:16.931Z Compiling httparse v1.10.1
19722026-08-24T13:04:17.261Z Compiling portable-atomic v1.11.1
19732026-08-24T13:04:17.397Z Compiling tower-service v0.3.3
19742026-08-24T13:04:17.506Z Compiling tower-layer v0.3.3
19752026-08-24T13:04:17.555Z Compiling test-strategy v0.4.3
19762026-08-24T13:04:17.678Z Compiling try-lock v0.2.5
19772026-08-24T13:04:17.781Z Compiling critical-section v1.2.0
19782026-08-24T13:04:17.826Z Compiling want v0.3.1
19792026-08-24T13:04:17.842Z Compiling httpdate v1.0.3
19802026-08-24T13:04:17.899Z Compiling once_cell v1.21.3
19812026-08-24T13:04:18.086Z Compiling ppv-lite86 v0.2.21
19822026-08-24T13:04:18.128Z Compiling erased-serde v0.3.31
19832026-08-24T13:04:18.153Z Compiling darling_macro v0.23.0
19842026-08-24T13:04:18.414Z Compiling subtle v2.6.1
19852026-08-24T13:04:18.595Z Compiling parse-display-derive v0.10.0
19862026-08-24T13:04:18.637Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872026-08-24T13:04:18.736Z Compiling darling v0.23.0
19882026-08-24T13:04:18.829Z Compiling serde_with_macros v3.22.0
19892026-08-24T13:04:19.011Z Compiling typify-macro v0.4.3
19902026-08-24T13:04:19.380Z Compiling http-body-util v0.1.3
19912026-08-24T13:04:19.396Z Compiling anyhow v1.0.102
19922026-08-24T13:04:19.697Z Compiling serde_urlencoded v0.7.1
19932026-08-24T13:04:19.961Z Compiling rand_core v0.6.4
19942026-08-24T13:04:20.147Z Compiling typenum v1.20.1
19952026-08-24T13:04:20.168Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19962026-08-24T13:04:20.531Z Compiling futures-util v0.3.32
19972026-08-24T13:04:20.970Z Compiling sync_wrapper v1.0.2
19982026-08-24T13:04:21.091Z Compiling powerfmt v0.2.0
19992026-08-24T13:04:21.164Z Compiling typify v0.4.3
20002026-08-24T13:04:21.178Z Compiling num_threads v0.1.7
20012026-08-24T13:04:21.265Z Compiling progenitor-impl v0.11.1
20022026-08-24T13:04:21.303Z Compiling deranged v0.5.3
20032026-08-24T13:04:21.318Z Compiling tracing-core v0.1.34
20042026-08-24T13:04:21.390Z Compiling camino v1.2.3
20052026-08-24T13:04:21.484Z Compiling iri-string v0.7.8
20062026-08-24T13:04:21.694Z Compiling tracing v0.1.41
20072026-08-24T13:04:21.938Z Compiling encoding_rs v0.8.35
20082026-08-24T13:04:21.953Z Compiling mime v0.3.17
20092026-08-24T13:04:22.178Z Compiling fastrand v2.3.0
20102026-08-24T13:04:22.237Z Compiling cpufeatures v0.2.17
20112026-08-24T13:04:22.323Z Compiling generic-array v0.14.7
20122026-08-24T13:04:22.455Z Compiling hex v0.4.3
20132026-08-24T13:04:22.726Z Compiling errno v0.3.14
20142026-08-24T13:04:22.832Z Compiling crypto-common v0.1.6
20152026-08-24T13:04:22.906Z Compiling tokio-util v0.7.16
20162026-08-24T13:04:23.085Z Compiling thread_local v1.1.9
20172026-08-24T13:04:23.176Z Compiling unicode-width v0.2.1
20182026-08-24T13:04:23.360Z Compiling syn v1.0.109
20192026-08-24T13:04:23.375Z Compiling rustls-pki-types v1.12.0
20202026-08-24T13:04:23.473Z Compiling match_cfg v0.1.0
20212026-08-24T13:04:23.556Z Compiling winnow v0.7.14
20222026-08-24T13:04:23.620Z Compiling rustix v1.1.4
20232026-08-24T13:04:24.293Z Compiling winnow v1.0.3
20242026-08-24T13:04:24.379Z Compiling term v1.2.0
20252026-08-24T13:04:24.440Z Compiling take_mut v0.2.2
20262026-08-24T13:04:24.655Z Compiling toml_parser v1.1.2+spec-1.1.0
20272026-08-24T13:04:24.836Z Compiling progenitor-macro v0.11.1
20282026-08-24T13:04:24.853Z Compiling h2 v0.4.14
20292026-08-24T13:04:24.953Z Compiling ring v0.17.14
20302026-08-24T13:04:25.374Z Compiling serde_spanned v1.1.1
20312026-08-24T13:04:25.534Z Compiling spin v0.9.8
20322026-08-24T13:04:25.579Z Compiling debug-ignore v1.0.5
20332026-08-24T13:04:25.665Z Compiling toml_writer v1.1.1+spec-1.1.0
20342026-08-24T13:04:25.898Z Compiling quick-error v1.2.3
20352026-08-24T13:04:26.018Z Compiling block-buffer v0.10.4
20362026-08-24T13:04:26.401Z Compiling waitgroup v0.1.2
20372026-08-24T13:04:26.561Z Compiling async-stream v0.3.6
20382026-08-24T13:04:26.734Z Compiling serde_path_to_error v0.1.20
20392026-08-24T13:04:26.782Z Compiling bit-vec v0.8.0
20402026-08-24T13:04:27.011Z Compiling lazy_static v1.5.0
20412026-08-24T13:04:27.096Z Compiling hyper v1.10.1
20422026-08-24T13:04:27.112Z Compiling bit-set v0.8.0
20432026-08-24T13:04:27.128Z Compiling digest v0.10.7
20442026-08-24T13:04:27.131Z Compiling ipnetwork v0.21.1
20452026-08-24T13:04:27.261Z Compiling strum v0.26.3
20462026-08-24T13:04:27.283Z Compiling crossbeam-utils v0.8.21
20472026-08-24T13:04:27.359Z Compiling toml_datetime v0.7.5+spec-1.1.0
20482026-08-24T13:04:27.406Z Compiling unarray v0.1.4
20492026-08-24T13:04:27.672Z Compiling toml v0.9.12+spec-1.1.0
20502026-08-24T13:04:27.722Z Compiling slog v2.8.2
20512026-08-24T13:04:27.761Z Compiling macaddr v1.0.1
20522026-08-24T13:04:27.810Z Compiling tabwriter v1.4.1
20532026-08-24T13:04:28.002Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20542026-08-24T13:04:28.062Z Compiling ref-cast v1.0.25
20552026-08-24T13:04:28.142Z Compiling colored v3.1.1
20562026-08-24T13:04:28.173Z Compiling hyper-util v0.1.20
20572026-08-24T13:04:28.192Z Compiling strum v0.27.2
20582026-08-24T13:04:28.216Z Compiling aws-lc-sys v0.39.1
20592026-08-24T13:04:28.332Z Compiling getrandom v0.3.4
20602026-08-24T13:04:28.554Z Compiling untrusted v0.7.1
20612026-08-24T13:04:28.691Z Compiling rand_core v0.9.3
20622026-08-24T13:04:28.847Z Compiling aws-lc-rs v1.16.2
20632026-08-24T13:04:28.863Z Compiling oxnet v0.1.6
20642026-08-24T13:04:28.923Z Compiling openssl-sys v0.9.117
20652026-08-24T13:04:29.361Z Compiling instant v0.1.13
20662026-08-24T13:04:29.400Z Compiling foreign-types-shared v0.1.1
20672026-08-24T13:04:29.497Z Compiling foreign-types v0.3.2
20682026-08-24T13:04:29.501Z Compiling rand_chacha v0.9.0
20692026-08-24T13:04:29.580Z Compiling tempfile v3.27.0
20702026-08-24T13:04:29.930Z Compiling rustls-webpki v0.103.6
20712026-08-24T13:04:29.969Z Compiling futures-executor v0.3.32
20722026-08-24T13:04:29.984Z Compiling tower v0.5.2
20732026-08-24T13:04:30.019Z Compiling openssl-probe v0.1.6
20742026-08-24T13:04:30.269Z Compiling futures v0.3.32
20752026-08-24T13:04:30.363Z Compiling rand v0.9.3
20762026-08-24T13:04:30.380Z Compiling openssl v0.10.81
20772026-08-24T13:04:30.501Z Compiling rustls v0.23.40
20782026-08-24T13:04:30.951Z Compiling tower-http v0.6.8
20792026-08-24T13:04:31.059Z Compiling time v0.3.47
20802026-08-24T13:04:31.140Z Compiling toml_datetime v0.6.11
20812026-08-24T13:04:31.433Z Compiling clap_derive v4.6.1
20822026-08-24T13:04:31.501Z Compiling memmap2 v0.9.8
20832026-08-24T13:04:32.257Z Compiling crossbeam-channel v0.5.15
20842026-08-24T13:04:32.617Z Compiling webpki-roots v1.0.2
20852026-08-24T13:04:32.751Z Compiling native-tls v0.2.14
20862026-08-24T13:04:32.754Z Compiling newtype-uuid v1.3.2
20872026-08-24T13:04:32.988Z Compiling tokio-native-tls v0.3.1
20882026-08-24T13:04:33.105Z Compiling daft v0.1.5
20892026-08-24T13:04:33.177Z Compiling hyper-tls v0.6.0
20902026-08-24T13:04:33.379Z Compiling is-terminal v0.4.16
20912026-08-24T13:04:33.393Z Compiling either v1.15.0
20922026-08-24T13:04:33.481Z Compiling slog-term v2.9.2
20932026-08-24T13:04:33.610Z Compiling tokio-rustls v0.26.4
20942026-08-24T13:04:33.677Z Compiling slog-async v2.8.0
20952026-08-24T13:04:33.752Z Compiling usdt v0.6.0
20962026-08-24T13:04:33.889Z Compiling hyper-rustls v0.27.7
20972026-08-24T13:04:33.906Z Compiling slog-json v2.6.1
20982026-08-24T13:04:34.052Z Compiling hostname v0.3.1
20992026-08-24T13:04:34.123Z Compiling reqwest v0.12.23
21002026-08-24T13:04:34.203Z Compiling slog-bunyan v2.5.0
21012026-08-24T13:04:34.234Z Compiling rustls-webpki v0.102.8
21022026-08-24T13:04:34.237Z Compiling multer v3.1.0
21032026-08-24T13:04:34.307Z Compiling rustls-pemfile v2.2.0
21042026-08-24T13:04:34.346Z Compiling hostname v0.4.2
21052026-08-24T13:04:34.514Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21062026-08-24T13:04:34.768Z Compiling rustls v0.22.4
21072026-08-24T13:04:35.104Z Compiling rand_chacha v0.3.1
21082026-08-24T13:04:35.136Z Compiling wait-timeout v0.2.1
21092026-08-24T13:04:35.500Z Compiling rand v0.8.5
21102026-08-24T13:04:35.599Z Compiling rusty-fork v0.3.0
21112026-08-24T13:04:35.768Z Compiling rand_xorshift v0.4.0
21122026-08-24T13:04:35.980Z Compiling sha1 v0.10.6
21132026-08-24T13:04:36.202Z Compiling proptest v1.8.0
21142026-08-24T13:04:36.642Z Compiling tokio-rustls v0.25.0
21152026-08-24T13:04:36.880Z Compiling dropshot v0.16.7
21162026-08-24T13:04:38.005Z Compiling progenitor-client v0.11.1
21172026-08-24T13:04:38.336Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21182026-08-24T13:04:38.883Z Compiling progenitor-client v0.10.0
21192026-08-24T13:04:38.949Z Compiling itertools v0.14.0
21202026-08-24T13:04:39.203Z Compiling serde_with v3.22.0
21212026-08-24T13:04:39.412Z Compiling num-derive v0.4.2
21222026-08-24T13:04:40.111Z Compiling progenitor v0.11.1
21232026-08-24T13:04:40.227Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21242026-08-24T13:04:40.270Z Compiling rustc-hash v2.1.1
21252026-08-24T13:04:40.377Z Compiling backoff v0.4.0
21262026-08-24T13:04:40.435Z Compiling iddqd v0.3.18
21272026-08-24T13:04:40.608Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21282026-08-24T13:04:40.667Z Compiling parse-display v0.10.0
21292026-08-24T13:04:40.868Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21302026-08-24T13:04:41.020Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
21312026-08-24T13:04:41.035Z Compiling anstyle v1.0.14
21322026-08-24T13:04:41.454Z Compiling utf8parse v0.2.2
21332026-08-24T13:04:41.580Z Compiling anstyle-parse v1.0.0
21342026-08-24T13:04:41.781Z Compiling colorchoice v1.0.4
21352026-08-24T13:04:41.812Z Compiling anstyle-query v1.1.4
21362026-08-24T13:04:41.827Z Compiling is_terminal_polyfill v1.70.1
21372026-08-24T13:04:41.910Z Compiling anstream v1.0.0
21382026-08-24T13:04:41.931Z Compiling clap_lex v1.1.0
21392026-08-24T13:04:43.563Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21402026-08-24T13:04:46.949Z Compiling winnow v0.5.40
21412026-08-24T13:04:50.526Z Compiling terminal_size v0.4.3
21422026-08-24T13:04:52.366Z Compiling clap_builder v4.6.0
21432026-08-24T13:04:52.871Z Compiling dropshot_endpoint v0.17.1
21442026-08-24T13:04:53.734Z Compiling toml_edit v0.19.15
21452026-08-24T13:04:54.070Z Compiling clap v4.6.1
21462026-08-24T13:04:55.324Z Compiling proc-macro-crate v1.3.1
21472026-08-24T13:04:59.997Z Compiling darling_core v0.21.3
21482026-08-24T13:05:00.022Z Compiling adler2 v2.0.1
21492026-08-24T13:05:00.400Z Compiling miniz_oxide v0.8.9
21502026-08-24T13:05:01.488Z Compiling crc32fast v1.5.0
21512026-08-24T13:05:01.623Z Compiling serde_spanned v0.6.9
21522026-08-24T13:05:01.690Z Compiling zerocopy-derive v0.7.35
21532026-08-24T13:05:01.720Z Compiling flate2 v1.1.2
21542026-08-24T13:05:02.135Z Compiling prettyplease v0.2.37
21552026-08-24T13:05:02.151Z Compiling hubpack_derive v0.1.1
21562026-08-24T13:05:02.171Z Compiling darling_macro v0.21.3
21572026-08-24T13:05:02.547Z Compiling hybrid-array v0.4.12
21582026-08-24T13:05:02.753Z Compiling darling v0.21.3
21592026-08-24T13:05:02.849Z Compiling ingot-macros v0.1.1
21602026-08-24T13:05:03.538Z Compiling scroll_derive v0.12.1
21612026-08-24T13:05:03.793Z Compiling crypto-common v0.2.2
21622026-08-24T13:05:04.031Z Compiling block-buffer v0.12.0
21632026-08-24T13:05:05.221Z Compiling compression-core v0.4.32
21642026-08-24T13:05:05.286Z Compiling const-oid v0.10.2
21652026-08-24T13:05:05.363Z Compiling compression-codecs v0.4.32
21662026-08-24T13:05:05.476Z Compiling digest v0.11.3
21672026-08-24T13:05:06.192Z Compiling zerocopy v0.7.35
21682026-08-24T13:05:06.899Z Compiling toml_datetime v1.1.1+spec-1.1.0
21692026-08-24T13:05:07.027Z Compiling toml_write v0.1.2
21702026-08-24T13:05:07.042Z Compiling cpufeatures v0.3.0
21712026-08-24T13:05:07.200Z Compiling toml_edit v0.22.27
21722026-08-24T13:05:07.219Z Compiling sha1 v0.11.0
21732026-08-24T13:05:07.236Z Compiling toml v1.1.2+spec-1.1.0
21742026-08-24T13:05:08.264Z Compiling async-compression v0.4.33
21752026-08-24T13:05:08.705Z Compiling num_enum_derive v0.7.5
21762026-08-24T13:05:09.013Z Compiling foreign-types-macros v0.2.3
21772026-08-24T13:05:09.269Z Compiling num-integer v0.1.46
21782026-08-24T13:05:09.510Z Compiling float-ord v0.3.2
21792026-08-24T13:05:09.686Z Compiling toml v0.8.23
21802026-08-24T13:05:10.035Z Compiling dropshot v0.17.1
21812026-08-24T13:05:11.591Z Compiling dtrace-parser v0.2.0
21822026-08-24T13:05:11.674Z Compiling glob v0.3.3
21832026-08-24T13:05:12.130Z Compiling proc-macro-error-attr v1.0.4
21842026-08-24T13:05:12.294Z Compiling num-iter v0.1.45
21852026-08-24T13:05:12.353Z Compiling num-rational v0.4.2
21862026-08-24T13:05:12.427Z Compiling dof v0.3.0
21872026-08-24T13:05:12.639Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21882026-08-24T13:05:12.793Z Compiling num-complex v0.4.6
21892026-08-24T13:05:12.985Z Compiling thread-id v4.2.2
21902026-08-24T13:05:13.089Z Compiling usdt-impl v0.5.0
21912026-08-24T13:05:13.153Z Compiling num v0.4.3
21922026-08-24T13:05:13.240Z Compiling proc-macro-error v1.0.4
21932026-08-24T13:05:13.529Z Compiling num_enum_derive v0.5.11
21942026-08-24T13:05:13.646Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21952026-08-24T13:05:14.083Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
21962026-08-24T13:05:14.176Z Compiling memoffset v0.9.1
21972026-08-24T13:05:14.832Z Compiling derive_more v0.99.20
21982026-08-24T13:05:15.260Z Compiling usdt-attr-macro v0.5.0
21992026-08-24T13:05:15.862Z Compiling usdt-macro v0.5.0
22002026-08-24T13:05:16.117Z Compiling minimal-lexical v0.2.1
22012026-08-24T13:05:16.569Z Compiling nom v7.1.3
22022026-08-24T13:05:16.795Z Compiling libscf-sys v1.2.0
22032026-08-24T13:05:16.952Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-24T13:05:16.968Z Compiling zone_cfg_derive v0.3.1
22052026-08-24T13:05:17.066Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22062026-08-24T13:05:17.464Z Compiling rustc_version v0.4.1
22072026-08-24T13:05:17.495Z Compiling crossbeam-epoch v0.9.18
22082026-08-24T13:05:17.768Z Compiling regress v0.11.1
22092026-08-24T13:05:17.855Z Compiling hubpack v0.1.2
22102026-08-24T13:05:17.945Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-08-24T13:05:18.100Z Compiling enum-as-inner v0.6.1
22122026-08-24T13:05:18.154Z Compiling static_assertions v1.1.0
22132026-08-24T13:05:18.386Z Compiling curve25519-dalek v4.1.3
22142026-08-24T13:05:18.541Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-24T13:05:18.828Z Compiling crossbeam-deque v0.8.6
22162026-08-24T13:05:19.037Z Compiling thiserror-impl-no-std v2.0.2
22172026-08-24T13:05:19.921Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
22182026-08-24T13:05:20.154Z Compiling typify-impl v0.6.2
22192026-08-24T13:05:20.194Z Compiling curve25519-dalek-derive v0.1.1
22202026-08-24T13:05:20.302Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-24T13:05:20.924Z Compiling bytecount v0.6.9
22222026-08-24T13:05:21.089Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
22232026-08-24T13:05:21.435Z Compiling rayon-core v1.13.0
22242026-08-24T13:05:21.512Z Compiling nix v0.31.3
22252026-08-24T13:05:21.592Z Compiling clang-sys v1.8.1
22262026-08-24T13:05:21.931Z Compiling scroll v0.12.0
22272026-08-24T13:05:22.134Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22282026-08-24T13:05:22.216Z Compiling goblin v0.8.2
22292026-08-24T13:05:22.232Z Compiling hash32 v0.3.1
22302026-08-24T13:05:22.381Z Compiling heapless v0.8.0
22312026-08-24T13:05:22.401Z Compiling ingot-types v0.1.2
22322026-08-24T13:05:22.815Z Compiling cobs v0.3.0
22332026-08-24T13:05:22.878Z Compiling libloading v0.8.9
22342026-08-24T13:05:22.931Z Compiling managed v0.8.0
22352026-08-24T13:05:22.931Z Compiling bitflags v1.3.2
22362026-08-24T13:05:23.033Z Compiling foreign-types-shared v0.3.1
22372026-08-24T13:05:23.065Z Compiling postcard v1.1.3
22382026-08-24T13:05:23.080Z Compiling bindgen v0.72.1
22392026-08-24T13:05:23.136Z Compiling foreign-types v0.5.0
22402026-08-24T13:05:23.160Z Compiling smoltcp v0.11.0
22412026-08-24T13:05:23.416Z Compiling ingot v0.1.1
22422026-08-24T13:05:23.674Z Compiling cexpr v0.6.0
22432026-08-24T13:05:24.264Z Compiling num_enum v0.7.5
22442026-08-24T13:05:24.399Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22452026-08-24T13:05:25.429Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22462026-08-24T13:05:25.805Z Compiling camino-tempfile v1.4.1
22472026-08-24T13:05:26.054Z Compiling derive-where v1.6.0
22482026-08-24T13:05:26.069Z Compiling serde_repr v0.1.20
22492026-08-24T13:05:26.120Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22502026-08-24T13:05:26.197Z Compiling memmap v0.7.0
22512026-08-24T13:05:26.299Z Compiling cstr-argument v0.1.2
22522026-08-24T13:05:26.681Z Compiling typify-macro v0.6.2
22532026-08-24T13:05:26.696Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22542026-08-24T13:05:26.978Z Compiling usdt v0.5.0
22552026-08-24T13:05:27.013Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22562026-08-24T13:05:27.625Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22572026-08-24T13:05:27.829Z Compiling rayon v1.11.0
22582026-08-24T13:05:28.164Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22592026-08-24T13:05:28.203Z Compiling crucible-workspace-hack v0.1.0
22602026-08-24T13:05:28.779Z Compiling typify v0.6.2
22612026-08-24T13:05:28.852Z Compiling tinyvec_macros v0.1.1
22622026-08-24T13:05:28.919Z Compiling progenitor-impl v0.14.0
22632026-08-24T13:05:28.934Z Compiling tinyvec v1.10.0
22642026-08-24T13:05:29.296Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22652026-08-24T13:05:29.800Z Compiling papergrid v0.18.0
22662026-08-24T13:05:29.816Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22672026-08-24T13:05:29.844Z Compiling num_enum v0.5.11
22682026-08-24T13:05:30.347Z Compiling pin-project-internal v1.1.10
22692026-08-24T13:05:30.854Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22702026-08-24T13:05:30.969Z Compiling tabled v0.21.0
22712026-08-24T13:05:31.127Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22722026-08-24T13:05:31.515Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22732026-08-24T13:05:31.623Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22742026-08-24T13:05:31.879Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
22752026-08-24T13:05:32.006Z Compiling rustix v0.38.44
22762026-08-24T13:05:32.295Z Compiling itertools v0.12.1
22772026-08-24T13:05:32.522Z Compiling itertools v0.15.0
22782026-08-24T13:05:32.661Z Compiling progenitor-macro v0.14.0
22792026-08-24T13:05:32.747Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22802026-08-24T13:05:32.915Z Compiling progenitor-impl v0.10.0
22812026-08-24T13:05:33.227Z Compiling sigpipe v0.1.3
22822026-08-24T13:05:33.375Z Compiling jiff v0.2.15
22832026-08-24T13:05:33.479Z Compiling zone v0.3.1
22842026-08-24T13:05:33.542Z Compiling const_format_proc_macros v0.2.34
22852026-08-24T13:05:33.864Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22862026-08-24T13:05:33.880Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22872026-08-24T13:05:34.144Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22882026-08-24T13:05:35.144Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22892026-08-24T13:05:35.458Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22902026-08-24T13:05:35.711Z Compiling nix v0.30.1
22912026-08-24T13:05:36.333Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22922026-08-24T13:05:36.498Z Compiling smf v0.2.3
22932026-08-24T13:05:36.517Z Compiling progenitor-macro v0.10.0
22942026-08-24T13:05:37.026Z Compiling secrecy v0.10.3
22952026-08-24T13:05:37.200Z Compiling snafu-derive v0.8.9
22962026-08-24T13:05:37.264Z Compiling async-recursion v1.1.1
22972026-08-24T13:05:37.409Z Compiling bstr v1.12.0
22982026-08-24T13:05:37.781Z Compiling crc8 v0.1.1
22992026-08-24T13:05:37.910Z Compiling whoami v1.6.1
23002026-08-24T13:05:38.141Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-24T13:05:39.830Z Compiling tokio-dtrace v0.1.1
23022026-08-24T13:05:41.154Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-08-24T13:05:41.606Z Compiling reqwest v0.13.2
23042026-08-24T13:05:41.708Z Compiling hmac v0.12.1
23052026-08-24T13:05:41.867Z Compiling inout v0.1.4
23062026-08-24T13:05:42.014Z Compiling ff v0.13.1
23072026-08-24T13:05:42.031Z Compiling data-encoding v2.9.0
23082026-08-24T13:05:42.159Z Compiling group v0.13.0
23092026-08-24T13:05:42.398Z Compiling cipher v0.4.4
23102026-08-24T13:05:42.613Z Compiling progenitor-client v0.14.0
23112026-08-24T13:05:42.630Z Compiling hkdf v0.12.4
23122026-08-24T13:05:42.805Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23132026-08-24T13:05:42.824Z Compiling oxide-tokio-rt v0.1.6
23142026-08-24T13:05:43.158Z Compiling atomicwrites v0.4.4
23152026-08-24T13:05:43.503Z Compiling tabled_derive v0.7.0
23162026-08-24T13:05:44.025Z Compiling universal-hash v0.5.1
23172026-08-24T13:05:44.124Z Compiling crypto-bigint v0.5.5
23182026-08-24T13:05:44.175Z Compiling half v2.7.1
23192026-08-24T13:05:44.474Z Compiling base16ct v0.2.0
23202026-08-24T13:05:44.489Z Compiling base64ct v1.8.0
23212026-08-24T13:05:44.808Z Compiling indent_write v2.2.0
23222026-08-24T13:05:44.969Z Compiling ciborium-io v0.2.2
23232026-08-24T13:05:45.135Z Compiling opaque-debug v0.3.1
23242026-08-24T13:05:45.220Z Compiling poly1305 v0.8.0
23252026-08-24T13:05:45.220Z Compiling ciborium-ll v0.2.2
23262026-08-24T13:05:45.302Z Compiling elliptic-curve v0.13.8
23272026-08-24T13:05:45.527Z Compiling password-hash v0.5.0
23282026-08-24T13:05:45.715Z Compiling progenitor v0.14.0
23292026-08-24T13:05:46.001Z Compiling chacha20 v0.9.1
23302026-08-24T13:05:46.008Z Compiling similar v2.7.0
23312026-08-24T13:05:46.043Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23322026-08-24T13:05:46.454Z Compiling thiserror-no-std v2.0.2
23332026-08-24T13:05:46.677Z Compiling blake2 v0.10.6
23342026-08-24T13:05:46.911Z Compiling aead v0.5.2
23352026-08-24T13:05:47.041Z Compiling strum_macros v0.28.0
23362026-08-24T13:05:47.163Z Compiling keccak v0.1.6
23372026-08-24T13:05:47.454Z Compiling resolv-conf v0.7.5
23382026-08-24T13:05:47.512Z Compiling linked-hash-map v0.5.6
23392026-08-24T13:05:47.707Z Compiling lru-cache v0.1.2
23402026-08-24T13:05:47.909Z Compiling sha3 v0.10.8
23412026-08-24T13:05:47.942Z Compiling chacha20poly1305 v0.10.1
23422026-08-24T13:05:47.980Z Compiling vsss-rs v3.3.4
23432026-08-24T13:05:48.083Z Compiling argon2 v0.5.3
23442026-08-24T13:05:48.099Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23452026-08-24T13:05:48.303Z Compiling ciborium v0.2.2
23462026-08-24T13:05:48.464Z Compiling hickory-proto v0.24.4
23472026-08-24T13:05:48.795Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23482026-08-24T13:05:48.886Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23492026-08-24T13:05:49.394Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23502026-08-24T13:05:49.461Z Compiling serde-big-array v0.5.1
23512026-08-24T13:05:49.625Z Compiling same-file v1.0.6
23522026-08-24T13:05:49.685Z Compiling humantime v2.3.0
23532026-08-24T13:05:49.810Z Compiling unicode-segmentation v1.12.0
23542026-08-24T13:05:49.865Z Compiling siphasher v1.0.1
23552026-08-24T13:05:50.047Z Compiling phf_shared v0.12.1
23562026-08-24T13:05:50.076Z Compiling walkdir v2.5.0
23572026-08-24T13:05:50.229Z Compiling newline-converter v0.3.0
23582026-08-24T13:05:50.280Z Compiling hickory-resolver v0.24.4
23592026-08-24T13:05:50.331Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23602026-08-24T13:05:50.349Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23612026-08-24T13:05:50.525Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23622026-08-24T13:05:51.750Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23632026-08-24T13:05:52.044Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23642026-08-24T13:05:52.971Z Compiling newtype_derive v0.1.6
23652026-08-24T13:05:53.025Z Compiling owo-colors v4.3.0
23662026-08-24T13:05:54.056Z Compiling tokio-stream v0.1.17
23672026-08-24T13:05:54.109Z Compiling console v0.15.11
23682026-08-24T13:05:54.541Z Compiling csv-core v0.1.12
23692026-08-24T13:05:54.541Z Compiling foldhash v0.1.5
23702026-08-24T13:05:54.741Z Compiling termtree v0.5.1
23712026-08-24T13:05:54.811Z Compiling unicode-linebreak v0.1.5
23722026-08-24T13:05:55.001Z Compiling unicode-width v0.1.14
23732026-08-24T13:05:55.074Z Compiling smawk v0.3.2
23742026-08-24T13:05:55.089Z Compiling swrite v0.1.0
23752026-08-24T13:05:55.196Z Compiling textwrap v0.16.2
23762026-08-24T13:05:55.460Z Compiling csv v1.4.0
23772026-08-24T13:05:55.578Z Compiling hashbrown v0.15.5
23782026-08-24T13:05:55.755Z Compiling expectorate v1.2.0
23792026-08-24T13:05:55.929Z Compiling qorb v0.4.1
23802026-08-24T13:05:57.643Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23812026-08-24T13:05:58.192Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23822026-08-24T13:05:58.718Z Compiling phf v0.12.1
23832026-08-24T13:05:59.102Z Compiling pin-project v1.1.10
23842026-08-24T13:05:59.223Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23852026-08-24T13:05:59.667Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
23862026-08-24T13:05:59.700Z Compiling unicode-normalization v0.1.24
23872026-08-24T13:05:59.920Z Compiling libz-sys v1.1.22
23882026-08-24T13:06:00.496Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23892026-08-24T13:06:00.953Z Compiling libsw-core v0.3.2
23902026-08-24T13:06:01.147Z Compiling fixedbitset v0.5.7
23912026-08-24T13:06:01.424Z Compiling highway v1.3.0
23922026-08-24T13:06:01.514Z Compiling fixedbitset v0.4.2
23932026-08-24T13:06:01.675Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23942026-08-24T13:06:01.784Z Compiling petgraph v0.6.5
23952026-08-24T13:06:01.834Z Compiling petgraph v0.8.2
23962026-08-24T13:06:02.334Z Compiling progenitor v0.10.0
23972026-08-24T13:06:03.034Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23982026-08-24T13:06:03.085Z Compiling libsw v3.5.0
23992026-08-24T13:06:03.474Z Compiling olpc-cjson v0.1.4
24002026-08-24T13:06:03.592Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24012026-08-24T13:06:03.634Z Compiling libgit2-sys v0.17.0+1.8.1
24022026-08-24T13:06:03.723Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24032026-08-24T13:06:03.909Z Compiling snafu v0.8.9
24042026-08-24T13:06:03.925Z Compiling chrono-tz v0.10.4
24052026-08-24T13:06:04.483Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24062026-08-24T13:06:04.515Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24072026-08-24T13:06:05.446Z Compiling papergrid v0.11.0
24082026-08-24T13:06:05.497Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24092026-08-24T13:06:05.805Z Compiling strum v0.28.0
24102026-08-24T13:06:05.971Z Compiling globset v0.4.16
24112026-08-24T13:06:06.444Z Compiling const_format v0.2.34
24122026-08-24T13:06:06.727Z Compiling slog-dtrace v0.3.0
24132026-08-24T13:06:06.800Z Compiling cancel-safe-futures v0.1.5
24142026-08-24T13:06:06.828Z Compiling gethostname v0.5.0
24152026-08-24T13:06:07.105Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24162026-08-24T13:06:07.471Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24172026-08-24T13:06:07.766Z Compiling dropshot-api-manager-types v0.7.2
24182026-08-24T13:06:07.846Z Compiling pem v3.0.5
24192026-08-24T13:06:08.074Z Compiling bcs v0.1.6
24202026-08-24T13:06:08.090Z Compiling serde_plain v1.0.2
24212026-08-24T13:06:08.161Z Compiling cargo-platform v0.1.9
24222026-08-24T13:06:08.525Z Compiling tagptr v0.2.0
24232026-08-24T13:06:08.571Z Compiling typed-path v0.9.3
24242026-08-24T13:06:08.586Z Compiling linear-map v1.2.0
24252026-08-24T13:06:08.671Z Compiling moka v0.12.11
24262026-08-24T13:06:08.782Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24272026-08-24T13:06:09.474Z Compiling tough v0.20.0
24282026-08-24T13:06:10.463Z Compiling cargo_metadata v0.18.1
24292026-08-24T13:06:10.613Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24302026-08-24T13:06:11.911Z Compiling tabled v0.15.0
24312026-08-24T13:06:11.944Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24322026-08-24T13:06:12.133Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24332026-08-24T13:06:12.224Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24342026-08-24T13:06:12.822Z Compiling git2 v0.19.0
24352026-08-24T13:06:14.284Z Compiling steno v0.4.1
24362026-08-24T13:06:15.812Z Compiling cookie v0.18.1
24372026-08-24T13:06:15.828Z Compiling hickory-proto v0.25.2
24382026-08-24T13:06:17.913Z Compiling hickory-resolver v0.25.2
24392026-08-24T13:06:19.283Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24402026-08-24T13:06:20.367Z Compiling vergen v8.3.2
24412026-08-24T13:06:21.089Z Compiling signal-hook v0.4.4
24422026-08-24T13:06:21.596Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24432026-08-24T13:06:22.012Z Compiling mockall_derive v0.14.0
24442026-08-24T13:06:22.261Z Compiling predicates-core v1.0.9
24452026-08-24T13:06:22.804Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24462026-08-24T13:06:22.820Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24472026-08-24T13:06:23.335Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
24482026-08-24T13:06:24.078Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24492026-08-24T13:06:24.527Z Compiling sha2 v0.10.9
24502026-08-24T13:06:24.949Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24512026-08-24T13:06:25.131Z Compiling yansi v1.0.1
24522026-08-24T13:06:25.272Z Compiling diff v0.1.13
24532026-08-24T13:06:25.542Z Compiling mockall v0.14.0
24542026-08-24T13:06:25.642Z Compiling pretty_assertions v1.4.1
24552026-08-24T13:06:25.815Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24562026-08-24T13:06:26.388Z Compiling fs-err v3.1.2
24572026-08-24T13:06:26.899Z Compiling predicates-tree v1.0.12
24582026-08-24T13:06:26.948Z Compiling predicates v3.1.3
24592026-08-24T13:06:28.097Z Compiling git-stub v1.0.0
24602026-08-24T13:06:28.400Z Compiling filetime v0.2.26
24612026-08-24T13:06:28.450Z Compiling arrayvec v0.7.6
24622026-08-24T13:06:28.612Z Compiling constant_time_eq v0.3.1
24632026-08-24T13:06:28.677Z Compiling downcast v0.11.0
24642026-08-24T13:06:28.743Z Compiling arrayref v0.3.9
24652026-08-24T13:06:28.835Z Compiling fragile v2.0.1
24662026-08-24T13:06:28.849Z Compiling is_ci v1.2.0
24672026-08-24T13:06:29.010Z Compiling xattr v1.6.1
24682026-08-24T13:06:29.169Z Compiling tar v0.4.45
24692026-08-24T13:06:29.215Z Compiling supports-color v3.0.2
24702026-08-24T13:06:29.410Z Compiling toml v0.7.8
24712026-08-24T13:06:29.518Z Compiling blake3 v1.8.2
24722026-08-24T13:06:30.111Z Compiling git-stub-vcs v0.1.0
24732026-08-24T13:06:30.203Z Compiling curl-sys v0.4.89+curl-8.20.0
24742026-08-24T13:06:30.551Z Compiling signal-hook-tokio v0.4.0
24752026-08-24T13:06:30.866Z Compiling scuffle v0.1.0
24762026-08-24T13:06:31.849Z Compiling drift v0.2.0
24772026-08-24T13:06:32.208Z Compiling kstat-rs v0.2.4
24782026-08-24T13:06:32.546Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24792026-08-24T13:06:32.600Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24802026-08-24T13:06:32.833Z Compiling hex-literal v1.1.0
24812026-08-24T13:06:32.936Z Compiling topological-sort v0.2.2
24822026-08-24T13:06:33.046Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24832026-08-24T13:06:33.101Z Compiling omicron-zone-package v0.12.2
24842026-08-24T13:06:33.180Z Compiling dropshot-api-manager v0.7.2
24852026-08-24T13:06:33.481Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24862026-08-24T13:06:34.596Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24872026-08-24T13:06:35.096Z Compiling curl v0.4.50
24882026-08-24T13:06:35.995Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24892026-08-24T13:06:36.056Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24902026-08-24T13:06:36.315Z Compiling iddqd v0.4.5
24912026-08-24T13:06:36.552Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24922026-08-24T13:06:36.653Z Compiling internet-checksum v0.2.1
24932026-08-24T13:06:36.814Z Compiling search_path v0.1.4
24942026-08-24T13:06:37.246Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24952026-08-24T13:06:37.318Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24962026-08-24T13:06:40.826Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24972026-08-24T13:06:45.720Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24982026-08-24T13:07:38.920Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 37s
24992026-08-24T13:07:39.080Z Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da)
25002026-08-24T13:07:39.083Z
25012026-08-24T13:07:39.083Zrunning 0 tests
25022026-08-24T13:07:39.083Z
25032026-08-24T13:07:39.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25042026-08-24T13:07:39.084Z
25052026-08-24T13:07:39.087Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
25062026-08-24T13:07:39.090Z
25072026-08-24T13:07:39.090Zrunning 0 tests
25082026-08-24T13:07:39.090Z
25092026-08-24T13:07:39.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25102026-08-24T13:07:39.090Z
25112026-08-24T13:07:39.093Z Running unittests src/lib.rs (target/debug/deps/asic-bfe1009533fe0e64)
25122026-08-24T13:07:39.099Z
25132026-08-24T13:07:39.099Zrunning 0 tests
25142026-08-24T13:07:39.099Z
25152026-08-24T13:07:39.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25162026-08-24T13:07:39.102Z
25172026-08-24T13:07:39.102Z Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d)
25182026-08-24T13:07:39.106Z
25192026-08-24T13:07:39.106Zrunning 4 tests
25202026-08-24T13:07:39.109Ztest nat::tests::test_vni ... ok
25212026-08-24T13:07:39.109Ztest network::tests::test_generate_ipv6_link_local ... ok
25222026-08-24T13:07:39.109Ztest test_purge ... ok
25232026-08-24T13:07:39.112Ztest illumos::test::address_exists_handles_missing_object ... ok
25242026-08-24T13:07:39.112Z
25252026-08-24T13:07:39.112Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-08-24T13:07:39.112Z
25272026-08-24T13:07:39.112Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91)
25282026-08-24T13:07:39.137Z
25292026-08-24T13:07:39.138Zrunning 1 test
25302026-08-24T13:07:39.142Z -------
25312026-08-24T13:07:39.145Z Generating OpenAPI documents from API definitions ...
25322026-08-24T13:07:39.309Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
25332026-08-24T13:07:39.382Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
25342026-08-24T13:07:40.442Z -------
25352026-08-24T13:07:40.442Z Checking 13 OpenAPI documents...
25362026-08-24T13:07:40.442Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
25372026-08-24T13:07:40.442Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
25382026-08-24T13:07:40.443Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
25392026-08-24T13:07:40.443Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
25402026-08-24T13:07:40.443Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
25412026-08-24T13:07:40.443Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
25422026-08-24T13:07:40.443Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
25432026-08-24T13:07:40.443Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
25442026-08-24T13:07:40.443Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
25452026-08-24T13:07:40.446Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
25462026-08-24T13:07:40.446Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
25472026-08-24T13:07:40.446Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
25482026-08-24T13:07:40.446Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
25492026-08-24T13:07:40.446Z Fresh dpd "latest" symlink
25502026-08-24T13:07:40.446Z -------
25512026-08-24T13:07:40.446Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
25522026-08-24T13:07:40.515Ztest test::test_apis_up_to_date ... ok
25532026-08-24T13:07:40.515Z
25542026-08-24T13:07:40.518Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
25552026-08-24T13:07:40.518Z
25562026-08-24T13:07:40.576Z Running unittests src/main.rs (target/debug/deps/dpd-f83cf547dc6487e8)
25572026-08-24T13:07:40.582Z
25582026-08-24T13:07:40.583Zrunning 61 tests
25592026-08-24T13:07:40.586Ztest freemap::test_ordering ... ok
25602026-08-24T13:07:40.586Ztest config::tests::test_updates ... ok
25612026-08-24T13:07:40.586Ztest dhcpv6::tests::test_create_duid_bytes ... ok
25622026-08-24T13:07:40.586Ztest freemap::test_split ... ok
25632026-08-24T13:07:40.586Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25642026-08-24T13:07:40.589Ztest macaddrs::tests::test_mac_offset ... ok
25652026-08-24T13:07:40.589Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25662026-08-24T13:07:40.589Ztest macaddrs::tests::test_parse_port_id ... ok
25672026-08-24T13:07:40.589Ztest mcast::tests::test_canonicalize_sources ... ok
25682026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG created new freemap, unit: freemap_test
25692026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG initted freemap. size: 128, unit: freemap_test
25702026-08-24T13:07:40.589ZAug 24 13:07:39.502Aug 24 13:07:39.502 DEBGDEBG reset freemapcreated new freemap, unit, :unit :freemap_test
25712026-08-24T13:07:40.589Zfreemap_test
25722026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG initted freemap. size: 128, unit: freemap_test
25732026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG reset freemap, unit: freemap_test
25742026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG created new freemap, unit: freemap_test
25752026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG initted freemap. size: 128, unit: freemap_test
25762026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG reset freemap, unit: freemap_test
25772026-08-24T13:07:40.589Ztest freemap::test_exhaustion ... ok
25782026-08-24T13:07:40.589Ztest freemap::test_reclaim ... ok
25792026-08-24T13:07:40.589Ztest freemap::test_free ... ok
25802026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG created new freemap, unit: freemap_test
25812026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG initted freemap. size: 8, unit: freemap_test
25822026-08-24T13:07:40.589ZAug 24 13:07:39.502 DEBG reset freemap, unit: freemap_test
25832026-08-24T13:07:40.589Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25842026-08-24T13:07:40.589Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25852026-08-24T13:07:40.589Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
25862026-08-24T13:07:40.589Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25872026-08-24T13:07:40.589ZAug 24 13:07:39.503 DEBG created new freemap, unit: freemap_test
25882026-08-24T13:07:40.589ZAug 24 13:07:39.503 DEBG initted freemap. size: 128, unit: freemap_test
25892026-08-24T13:07:40.589ZAug 24 13:07:39.503 DEBG reset freemap, unit: freemap_test
25902026-08-24T13:07:40.589Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25912026-08-24T13:07:40.589Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25922026-08-24T13:07:40.589Ztest freemap::test_span ... ok
25932026-08-24T13:07:40.589Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25942026-08-24T13:07:40.590Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25952026-08-24T13:07:40.590Ztest mcast::tests::test_sources_contain_any ... ok
25962026-08-24T13:07:40.590Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25972026-08-24T13:07:40.590Ztest mcast::tests::test_concurrent_id_allocation ... ok
25982026-08-24T13:07:40.590ZAug 24 13:07:39.503 DEBG created new freemap, unit: freemap_test
25992026-08-24T13:07:40.590ZAug 24 13:07:39.503 DEBG initted freemap. size: 128, unit: freemap_test
26002026-08-24T13:07:40.590ZAug 24 13:07:39.504 DEBG reset freemap, unit: freemap_test
26012026-08-24T13:07:40.590Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26022026-08-24T13:07:40.590Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26032026-08-24T13:07:40.590Ztest mcast::validate::tests::test_ipv4_validation ... ok
26042026-08-24T13:07:40.590Ztest freemap::test_basic ... ok
26052026-08-24T13:07:40.590Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26062026-08-24T13:07:40.594Ztest mcast::validate::tests::test_is_ssm_function ... ok
26072026-08-24T13:07:40.594Ztest mcast::validate::tests::test_ipv6_validation ... ok
26082026-08-24T13:07:40.594Ztest mcast::validate::tests::test_validate_nat_target ... ok
26092026-08-24T13:07:40.594Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26102026-08-24T13:07:40.594Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26112026-08-24T13:07:40.594Ztest api_server::tests::test_build_info ... ok
26122026-08-24T13:07:40.594Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
26132026-08-24T13:07:40.594Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26142026-08-24T13:07:40.594Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26152026-08-24T13:07:40.594Ztest mcast::tests::test_id_range_boundaries ... ok
26162026-08-24T13:07:40.594Ztest mcast::validate::tests::test_validate_tag ... ok
26172026-08-24T13:07:40.594Ztest mcast::validate::tests::test_validate_tag_format ... ok
26182026-08-24T13:07:40.594Ztest nat::test_mapping ... ok
26192026-08-24T13:07:40.594Ztest port_map::tests::test_backplane_group ... ok
26202026-08-24T13:07:40.594Ztest port_map::tests::test_port_map ... ok
26212026-08-24T13:07:40.594Ztest port_map::tests::dump_map ... ok
26222026-08-24T13:07:40.594ZAug 24 13:07:39.505 DEBG created new freemap, unit: freemap_route_ipv4
26232026-08-24T13:07:40.594ZAug 24 13:07:39.505 DEBG created new freemap, unit: freemap_route_ipv6
26242026-08-24T13:07:40.594ZAug 24 13:07:39.505 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
26252026-08-24T13:07:40.594ZAug 24 13:07:39.505 DEBG reset freemap, unit: freemap_route_ipv4
26262026-08-24T13:07:40.594ZAug 24 13:07:39.505 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
26272026-08-24T13:07:40.594ZAug 24 13:07:39.505 DEBG reset freemap, unit: freemap_route_ipv6
26282026-08-24T13:07:40.594ZAug 24 13:07:39.505 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26292026-08-24T13:07:40.594ZAug 24 13:07:39.505 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26302026-08-24T13:07:40.594ZAug 24 13:07:39.505 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
26312026-08-24T13:07:40.594ZAug 24 13:07:39.505 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 } }]
26322026-08-24T13:07:40.594ZAug 24 13:07:39.505 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
26332026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26342026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26352026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26362026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26372026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26382026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26392026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26402026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26412026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26422026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26432026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26442026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26452026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26462026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26472026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26482026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26492026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26502026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
26512026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26522026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26532026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26542026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26552026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26562026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26572026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26582026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26592026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26602026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26612026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26622026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26632026-08-24T13:07:40.595ZAug 24 13:07:39.505 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 } }]
26642026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26652026-08-24T13:07:40.595ZAug 24 13:07:39.505Aug 24 13:07:39.505 DEBGDEBG created new freemapreplacing 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 } }],
26662026-08-24T13:07:40.595Ztest port_map::tests::parse_softnpu_revision ... ok
26672026-08-24T13:07:40.595Zunit: freemap_route_ipv4Aug 24 13:07:39.505
26682026-08-24T13:07:40.595Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26692026-08-24T13:07:40.595ZAug 24 13:07:39.505Aug 24 13:07:39.505 DEBGDEBG created new freemapreplacing 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 } }],
26702026-08-24T13:07:40.595Zunit: freemap_route_ipv6
26712026-08-24T13:07:40.595ZAug 24 13:07:39.505 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 24 13:07:39.505
26722026-08-24T13:07:40.595Z DEBG initted freemap. size: 64, unitAug 24 13:07:39.505: DEBGfreemap_route_ipv4
26732026-08-24T13:07:40.596Zreplacing 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 } }]
26742026-08-24T13:07:40.596ZAug 24 13:07:39.505Aug 24 13:07:39.505 DEBGINFO reset freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ff,
26752026-08-24T13:07:40.596Zunit:Aug 24 13:07:39.505 freemap_route_ipv4DEBG
26762026-08-24T13:07:40.596Z 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 } }]
26772026-08-24T13:07:40.596ZAug 24 13:07:39.505 Aug 24 13:07:39.505DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit
26782026-08-24T13:07:40.596Z: freemap_route_ipv6Aug 24 13:07:39.505
26792026-08-24T13:07:40.596Z 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 } }]
26802026-08-24T13:07:40.596ZAug 24 13:07:39.505 DEBGAug 24 13:07:39.505 reset freemapINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff:
26812026-08-24T13:07:40.596Z freemap_route_ipv6
26822026-08-24T13:07:40.596ZAug 24 13:07:39.505Aug 24 13:07:39.505 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
26832026-08-24T13:07:40.596Z
26842026-08-24T13:07:40.596ZAug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG 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:1, vlan_id: None } }]
26852026-08-24T13:07:40.596Z
26862026-08-24T13:07:40.596ZAug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26872026-08-24T13:07:40.596Z
26882026-08-24T13:07:40.596ZAug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG adding route 3fff:beef:17::/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 } }]
26892026-08-24T13:07:40.596Z
26902026-08-24T13:07:40.596ZAug 24 13:07:39.505Aug 24 13:07:39.505 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26912026-08-24T13:07:40.596Z
26922026-08-24T13:07:40.596ZAug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG adding route 3fff:beef:18::/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 } }]
26932026-08-24T13:07:40.596Z
26942026-08-24T13:07:40.596ZAug 24 13:07:39.505 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 } }]
26952026-08-24T13:07:40.596ZAug 24 13:07:39.505 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26962026-08-24T13:07:40.596Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26972026-08-24T13:07:40.596ZAug 24 13:07:39.506 Aug 24 13:07:39.506DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26982026-08-24T13:07:40.596Zreplacing 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 } }]
26992026-08-24T13:07:40.596ZAug 24 13:07:39.506 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
27002026-08-24T13:07:40.596Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27012026-08-24T13:07:40.596ZAug 24 13:07:39.506Aug 24 13:07:39.506 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: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 } }]
27022026-08-24T13:07:40.596Z
27032026-08-24T13:07:40.596ZAug 24 13:07:39.506Aug 24 13:07:39.506 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27042026-08-24T13:07:40.596Z
27052026-08-24T13:07:40.596ZAug 24 13:07:39.506Aug 24 13:07:39.506 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: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 } }]
27062026-08-24T13:07:40.601ZAug 24 13:07:39.506
27072026-08-24T13:07:40.601Z DEBG Aug 24 13:07:39.506created new freemapAug 24 13:07:39.506 , INFOINFOunit adding route 3fff:beef:5::/64 -> 2001:db8::55:ff:
27082026-08-24T13:07:40.601Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv4
27092026-08-24T13:07:40.601Z
27102026-08-24T13:07:40.601ZAug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506 DEBG 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 } }]DEBG
27112026-08-24T13:07:40.601Z created new freemapreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
27122026-08-24T13:07:40.601ZunitAug 24 13:07:39.506: INFOfreemap_route_ipv6
27132026-08-24T13:07:40.601Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27142026-08-24T13:07:40.601ZAug 24 13:07:39.506 INFO Aug 24 13:07:39.506Aug 24 13:07:39.506adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27152026-08-24T13:07:40.601ZDEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27162026-08-24T13:07:40.601Zinitted freemap. size: 64, unitAug 24 13:07:39.506: Aug 24 13:07:39.506DEBG 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 } }]freemap_route_ipv4INFO
27172026-08-24T13:07:40.601Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
27182026-08-24T13:07:40.601Z
27192026-08-24T13:07:40.601ZAug 24 13:07:39.506Aug 24 13:07:39.506 DEBGINFO Aug 24 13:07:39.506adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff reset freemapDEBG
27202026-08-24T13:07:40.601Z, unitreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
27212026-08-24T13:07:40.601Z freemap_route_ipv4Aug 24 13:07:39.506
27222026-08-24T13:07:40.601Z DEBG Aug 24 13:07:39.506replacing 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 } }]
27232026-08-24T13:07:40.601ZINFOAug 24 13:07:39.506 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGAug 24 13:07:39.506
27242026-08-24T13:07:40.601Z initted freemap. size: 64INFO, unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:07:39.506
27252026-08-24T13:07:40.601Z: freemap_route_ipv6DEBG
27262026-08-24T13:07:40.601Z 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 } }]
27272026-08-24T13:07:40.601ZAug 24 13:07:39.506 Aug 24 13:07:39.506DEBG Aug 24 13:07:39.506DEBG INFOreset freemap adding route 3fff:beef:9::/64 -> 2001:db8::55:ff,
27282026-08-24T13:07:40.601Zunitreplacing 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 } }]:
27292026-08-24T13:07:40.601Z freemap_route_ipv6
27302026-08-24T13:07:40.601ZAug 24 13:07:39.506Aug 24 13:07:39.506 INFODEBG Aug 24 13:07:39.506adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27312026-08-24T13:07:40.601ZINFOreplacing 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 } }]
27322026-08-24T13:07:40.601Zadding route 3fff:dead::/64 -> 2001:db8::55:1
27332026-08-24T13:07:40.601ZAug 24 13:07:39.506Aug 24 13:07:39.506 INFOAug 24 13:07:39.506 DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
27342026-08-24T13:07:40.601Zreplacing 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
27352026-08-24T13:07:40.601Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
27362026-08-24T13:07:40.602ZAug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27372026-08-24T13:07:40.602Z
27382026-08-24T13:07:40.602ZINFO Aug 24 13:07:39.506adding route 3fff:dead::/64 -> 2001:db8::55:2
27392026-08-24T13:07:40.602ZDEBGDEBG Aug 24 13:07:39.506replacing 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 } }]
27402026-08-24T13:07:40.602ZINFO created new freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27412026-08-24T13:07:40.602Z, Aug 24 13:07:39.506unitAug 24 13:07:39.506 Aug 24 13:07:39.506 :INFODEBG DEBGfreemap_route_ipv4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] 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 } }]
27422026-08-24T13:07:40.602Z
27432026-08-24T13:07:40.602Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27442026-08-24T13:07:40.602Z
27452026-08-24T13:07:40.602ZAug 24 13:07:39.506 Aug 24 13:07:39.506INFOAug 24 13:07:39.506Aug 24 13:07:39.506 DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
27462026-08-24T13:07:40.602Z INFOcreated new freemapreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27472026-08-24T13:07:40.602Z, adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit:
27482026-08-24T13:07:40.602Z freemap_route_ipv6Aug 24 13:07:39.506
27492026-08-24T13:07:40.602Z Aug 24 13:07:39.506DEBGAug 24 13:07:39.506 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 } }] INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27502026-08-24T13:07:40.602Z
27512026-08-24T13:07:40.602Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27522026-08-24T13:07:40.602ZAug 24 13:07:39.506 DEBG Aug 24 13:07:39.506Aug 24 13:07:39.506initted freemap. size: 64 Aug 24 13:07:39.506, unitINFO:INFO freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27532026-08-24T13:07:40.602Zadding route 3fff:dead::/64 -> 2001:db8::55:4
27542026-08-24T13:07:40.602ZDEBG
27552026-08-24T13:07:40.602Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506
27562026-08-24T13:07:40.602Z DEBGAug 24 13:07:39.506Aug 24 13:07:39.506 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 24 13:07:39.506DEBG 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 } }]
27572026-08-24T13:07:40.602Z INFOreset freemap adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27582026-08-24T13:07:40.602Z,
27592026-08-24T13:07:40.602Zunit:Aug 24 13:07:39.506 freemap_route_ipv4INFOAug 24 13:07:39.506Aug 24 13:07:39.506 DEBG
27602026-08-24T13:07:40.602Z INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
27612026-08-24T13:07:40.602Z
27622026-08-24T13:07:40.602Z
27632026-08-24T13:07:40.602ZAug 24 13:07:39.506 DEBG Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506initted freemap. size: 64 DEBG, INFOunit 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 } }]freemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27642026-08-24T13:07:40.602Z
27652026-08-24T13:07:40.602Z
27662026-08-24T13:07:40.602Zreplacing 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 } }]
27672026-08-24T13:07:40.602ZAug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27682026-08-24T13:07:40.602Z
27692026-08-24T13:07:40.602ZDEBG 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 } }]
27702026-08-24T13:07:40.602ZDEBGAug 24 13:07:39.506Aug 24 13:07:39.506 DEBGDEBGAug 24 13:07:39.506 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 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:26::/64 -> 2001:db8::55:ff
27712026-08-24T13:07:40.602Z
27722026-08-24T13:07:40.602Z
27732026-08-24T13:07:40.602Zreset freemap, unit: Aug 24 13:07:39.506freemap_route_ipv6Aug 24 13:07:39.506
27742026-08-24T13:07:40.602ZAug 24 13:07:39.506 Aug 24 13:07:39.506INFODEBG INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27752026-08-24T13:07:40.603Zadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
27762026-08-24T13:07:40.603Z
27772026-08-24T13:07:40.603Z
27782026-08-24T13:07:40.603ZAug 24 13:07:39.506 DEBGAug 24 13:07:39.506 Aug 24 13:07:39.506replacing 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 } }]
27792026-08-24T13:07:40.603ZAug 24 13:07:39.506DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
27802026-08-24T13:07:40.603Z DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27812026-08-24T13:07:40.603Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
27822026-08-24T13:07:40.603Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.506
27832026-08-24T13:07:40.603Z
27842026-08-24T13:07:40.603ZDEBGAug 24 13:07:39.506 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27852026-08-24T13:07:40.603ZAug 24 13:07:39.506Aug 24 13:07:39.506 DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff 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 } }]
27862026-08-24T13:07:40.603ZAug 24 13:07:39.506
27872026-08-24T13:07:40.603Z Aug 24 13:07:39.506DEBG 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 } }]INFO
27882026-08-24T13:07:40.603ZAug 24 13:07:39.506 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27892026-08-24T13:07:40.603Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27902026-08-24T13:07:40.603Z
27912026-08-24T13:07:40.603ZAug 24 13:07:39.506 INFO Aug 24 13:07:39.506adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.506Aug 24 13:07:39.506
27922026-08-24T13:07:40.603Z DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27932026-08-24T13:07:40.603Zreplacing 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
27942026-08-24T13:07:40.603Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 24 13:07:39.506Aug 24 13:07:39.506
27952026-08-24T13:07:40.603Z INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27962026-08-24T13:07:40.603Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
27972026-08-24T13:07:40.603ZAug 24 13:07:39.506Aug 24 13:07:39.506 DEBGAug 24 13:07:39.506 Aug 24 13:07:39.506DEBGreplacing 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 } }]
27982026-08-24T13:07:40.603ZDEBGreplacing 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
27992026-08-24T13:07:40.603Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506
28002026-08-24T13:07:40.603Z 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
28012026-08-24T13:07:40.603ZAug 24 13:07:39.506 Aug 24 13:07:39.506 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOINFO
28022026-08-24T13:07:40.603ZAug 24 13:07:39.506adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
28032026-08-24T13:07:40.603Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.506
28042026-08-24T13:07:40.603Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
28052026-08-24T13:07:40.603Z 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 } }]
28062026-08-24T13:07:40.607ZAug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506DEBG Aug 24 13:07:39.506INFO 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
28072026-08-24T13:07:40.607ZDEBG 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::/64 -> 2001:db8::55:ff
28082026-08-24T13:07:40.607Z
28092026-08-24T13:07:40.608Z Aug 24 13:07:39.506replacing 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 } }]
28102026-08-24T13:07:40.608ZAug 24 13:07:39.506INFO Aug 24 13:07:39.506Aug 24 13:07:39.506INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
28112026-08-24T13:07:40.608Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBGINFO Aug 24 13:07:39.506
28122026-08-24T13:07:40.608Z 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 } }]
28132026-08-24T13:07:40.608Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
28142026-08-24T13:07:40.608Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506
28152026-08-24T13:07:40.608ZAug 24 13:07:39.506 Aug 24 13:07:39.506DEBG 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
28162026-08-24T13:07:40.608ZAug 24 13:07:39.506 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28172026-08-24T13:07:40.608Z INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
28182026-08-24T13:07:40.608Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 24 13:07:39.506
28192026-08-24T13:07:40.608ZAug 24 13:07:39.506 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
28202026-08-24T13:07:40.608ZAug 24 13:07:39.506
28212026-08-24T13:07:40.608ZAug 24 13:07:39.506 Aug 24 13:07:39.506 DEBGDEBG DEBGAug 24 13:07:39.506 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 } }]
28222026-08-24T13:07:40.608Zreplacing 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 } }]
28232026-08-24T13:07:40.608Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28242026-08-24T13:07:40.608Z 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 } }]
28252026-08-24T13:07:40.608ZAug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506INFOAug 24 13:07:39.506 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
28262026-08-24T13:07:40.608Z INFOAug 24 13:07:39.506 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28272026-08-24T13:07:40.608Z
28282026-08-24T13:07:40.608Zreplacing 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
28292026-08-24T13:07:40.608Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
28302026-08-24T13:07:40.608ZAug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
28312026-08-24T13:07:40.608ZDEBG 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 } }]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 } }]
28322026-08-24T13:07:40.608ZAug 24 13:07:39.506 DEBG
28332026-08-24T13:07:40.608Z 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: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 } }]
28342026-08-24T13:07:40.608Z
28352026-08-24T13:07:40.608ZAug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506 INFOAug 24 13:07:39.506INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
28362026-08-24T13:07:40.608ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28372026-08-24T13:07:40.608Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:07:39.506
28382026-08-24T13:07:40.608Z DEBG
28392026-08-24T13:07:40.608Z replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28402026-08-24T13:07:40.608ZAug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506DEBG DEBGAug 24 13:07:39.506 INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28412026-08-24T13:07:40.608Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28422026-08-24T13:07:40.608ZDEBG
28432026-08-24T13:07:40.608Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506
28442026-08-24T13:07:40.608Z INFOAug 24 13:07:39.506Aug 24 13:07:39.506 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
28452026-08-24T13:07:40.608Z DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
28462026-08-24T13:07:40.608ZAug 24 13:07:39.506replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.506INFO Aug 24 13:07:39.506 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
28472026-08-24T13:07:40.608ZDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
28482026-08-24T13:07:40.609Z
28492026-08-24T13:07:40.609Z
28502026-08-24T13:07:40.609ZAug 24 13:07:39.506 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 } }]Aug 24 13:07:39.506
28512026-08-24T13:07:40.609ZAug 24 13:07:39.506 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28522026-08-24T13:07:40.609Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 24 13:07:39.506
28532026-08-24T13:07:40.609ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
28542026-08-24T13:07:40.609ZAug 24 13:07:39.506 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28552026-08-24T13:07:40.609ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506Aug 24 13:07:39.506
28562026-08-24T13:07:40.609ZDEBGAug 24 13:07:39.506 DEBGDEBGAug 24 13:07:39.506 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 } }] INFO
28572026-08-24T13:07:40.609Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28582026-08-24T13:07:40.609Z
28592026-08-24T13:07:40.609Z Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 INFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
28602026-08-24T13:07:40.609Z
28612026-08-24T13:07:40.609Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28622026-08-24T13:07:40.609Z
28632026-08-24T13:07:40.609ZAug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506 INFO DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }]
28642026-08-24T13:07:40.609Z
28652026-08-24T13:07:40.609Z 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
28662026-08-24T13:07:40.609Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 24 13:07:39.506
28672026-08-24T13:07:40.609Z DEBG Aug 24 13:07:39.506Aug 24 13:07:39.506replacing 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 } }]
28682026-08-24T13:07:40.609ZINFOINFOAug 24 13:07:39.506 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
28692026-08-24T13:07:40.609Z
28702026-08-24T13:07:40.609Z DEBGAug 24 13:07:39.506 Aug 24 13:07:39.506 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 } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28712026-08-24T13:07:40.609Z
28722026-08-24T13:07:40.609Z
28732026-08-24T13:07:40.609ZAug 24 13:07:39.506 INFOAug 24 13:07:39.507 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.507
28742026-08-24T13:07:40.609ZAug 24 13:07:39.507 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO
28752026-08-24T13:07:40.609ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
28762026-08-24T13:07:40.609Z DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
28772026-08-24T13:07:40.609Z Aug 24 13:07:39.507replacing 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
28782026-08-24T13:07:40.609ZDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
28792026-08-24T13:07:40.609ZAug 24 13:07:39.507
28802026-08-24T13:07:40.609ZAug 24 13:07:39.507 Aug 24 13:07:39.507DEBG Aug 24 13:07:39.507 INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
28812026-08-24T13:07:40.609Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28822026-08-24T13:07:40.609ZAug 24 13:07:39.507
28832026-08-24T13:07:40.609Z 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
28842026-08-24T13:07:40.609Z Aug 24 13:07:39.507Aug 24 13:07:39.507replacing 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 } }]
28852026-08-24T13:07:40.609Z DEBGDEBGAug 24 13:07:39.507 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28862026-08-24T13:07:40.609ZINFO
28872026-08-24T13:07:40.609Z Aug 24 13:07:39.507Aug 24 13:07:39.507adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28882026-08-24T13:07:40.610ZAug 24 13:07:39.507INFOINFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
28892026-08-24T13:07:40.610Z
28902026-08-24T13:07:40.610ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
28912026-08-24T13:07:40.610Z
28922026-08-24T13:07:40.610ZAug 24 13:07:39.507Aug 24 13:07:39.507 DEBG Aug 24 13:07:39.507DEBG Aug 24 13:07:39.507replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28932026-08-24T13:07:40.610Z
28942026-08-24T13:07:40.610Z Aug 24 13:07:39.507DEBGAug 24 13:07:39.507 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28952026-08-24T13:07:40.610Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
28962026-08-24T13:07:40.610Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28972026-08-24T13:07:40.610Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507
28982026-08-24T13:07:40.610ZDEBGINFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28992026-08-24T13:07:40.610Zreplacing 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 } }]
29002026-08-24T13:07:40.610Z
29012026-08-24T13:07:40.610ZAug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGAug 24 13:07:39.507INFO 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 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
29022026-08-24T13:07:40.610Z
29032026-08-24T13:07:40.610Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29042026-08-24T13:07:40.610Z
29052026-08-24T13:07:40.610ZAug 24 13:07:39.507 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507
29062026-08-24T13:07:40.614ZAug 24 13:07:39.507 DEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507Aug 24 13:07:39.507
29072026-08-24T13:07:40.614Z INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
29082026-08-24T13:07:40.614Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
29092026-08-24T13:07:40.614Z
29102026-08-24T13:07:40.614ZAug 24 13:07:39.507Aug 24 13:07:39.507 DEBGAug 24 13:07:39.507Aug 24 13:07:39.507INFO 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:39::/64 -> 2001:db8::55:ff
29112026-08-24T13:07:40.615ZDEBG
29122026-08-24T13:07:40.615Zreplacing 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
29132026-08-24T13:07:40.615Z Aug 24 13:07:39.507replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.507
29142026-08-24T13:07:40.615Z DEBGINFOAug 24 13:07:39.507 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
29152026-08-24T13:07:40.615ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff 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 } }]
29162026-08-24T13:07:40.615ZAug 24 13:07:39.507
29172026-08-24T13:07:40.615ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
29182026-08-24T13:07:40.615Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507
29192026-08-24T13:07:40.615Z DEBGAug 24 13:07:39.507Aug 24 13:07:39.507 INFODEBG Aug 24 13:07:39.507adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29202026-08-24T13:07:40.615Zreplacing 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: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 } }]
29212026-08-24T13:07:40.615Z
29222026-08-24T13:07:40.615Z INFOAug 24 13:07:39.507 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 24 13:07:39.507INFO
29232026-08-24T13:07:40.615Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
29242026-08-24T13:07:40.615ZAug 24 13:07:39.507DEBGAug 24 13:07:39.507 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29252026-08-24T13:07:40.615ZDEBGAug 24 13:07:39.507 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29262026-08-24T13:07:40.615Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507
29272026-08-24T13:07:40.615Z
29282026-08-24T13:07:40.615Z INFOAug 24 13:07:39.507 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.507Aug 24 13:07:39.507
29292026-08-24T13:07:40.615ZDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29302026-08-24T13:07:40.615Z
29312026-08-24T13:07:40.615ZINFOAug 24 13:07:39.507 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 24 13:07:39.507DEBGAug 24 13:07:39.507
29322026-08-24T13:07:40.615Zreplacing 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
29332026-08-24T13:07:40.615Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507INFO
29342026-08-24T13:07:40.615ZDEBG 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 } }]Aug 24 13:07:39.507Aug 24 13:07:39.507adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
29352026-08-24T13:07:40.615Z
29362026-08-24T13:07:40.615ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29372026-08-24T13:07:40.615ZAug 24 13:07:39.507INFOAug 24 13:07:39.507 DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
29382026-08-24T13:07:40.615ZINFOreplacing 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 } }]
29392026-08-24T13:07:40.615Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
29402026-08-24T13:07:40.615Z DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29412026-08-24T13:07:40.615ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBGAug 24 13:07:39.507 DEBG INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29422026-08-24T13:07:40.615Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
29432026-08-24T13:07:40.615Z
29442026-08-24T13:07:40.615Zreplacing 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 } }]
29452026-08-24T13:07:40.615ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFODEBG 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 } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
29462026-08-24T13:07:40.615Zreplacing 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 } }]
29472026-08-24T13:07:40.615Z
29482026-08-24T13:07:40.615ZAug 24 13:07:39.507 Aug 24 13:07:39.507INFOAug 24 13:07:39.507 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 24 13:07:39.507INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
29492026-08-24T13:07:40.615ZDEBG
29502026-08-24T13:07:40.615Z
29512026-08-24T13:07:40.616Z 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 } }]
29522026-08-24T13:07:40.616ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGINFO 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 } }]
29532026-08-24T13:07:40.616ZDEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29542026-08-24T13:07:40.616ZDEBG Aug 24 13:07:39.507
29552026-08-24T13:07:40.616Zreplacing 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 } }]
29562026-08-24T13:07:40.616ZDEBGAug 24 13:07:39.507 failed to allocate space for the new target listINFO
29572026-08-24T13:07:40.616ZAug 24 13:07:39.507 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
29582026-08-24T13:07:40.616Z Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBG DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
29592026-08-24T13:07:40.616Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.507
29602026-08-24T13:07:40.616Z DEBGAug 24 13:07:39.507replacing 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 } }]
29612026-08-24T13:07:40.616Zreplacing 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 } }]
29622026-08-24T13:07:40.616ZDEBG 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 } }]
29632026-08-24T13:07:40.616ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFO INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
29642026-08-24T13:07:40.616Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29652026-08-24T13:07:40.616Z
29662026-08-24T13:07:40.616ZAug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGDEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
29672026-08-24T13:07:40.616Z
29682026-08-24T13:07:40.616Zreplacing 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 } }]
29692026-08-24T13:07:40.616ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507 INFOINFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29702026-08-24T13:07:40.616Z
29712026-08-24T13:07:40.616Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
29722026-08-24T13:07:40.616ZAug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGDEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29732026-08-24T13:07:40.616Zreplacing 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 } }]
29742026-08-24T13:07:40.616Zreplacing 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 } }]
29752026-08-24T13:07:40.616ZAug 24 13:07:39.507 Aug 24 13:07:39.507INFOAug 24 13:07:39.507 INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFO
29762026-08-24T13:07:40.616Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29772026-08-24T13:07:40.616Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
29782026-08-24T13:07:40.616ZAug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGDEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29792026-08-24T13:07:40.616Z
29802026-08-24T13:07:40.616Z
29812026-08-24T13:07:40.616ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
29822026-08-24T13:07:40.616Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
29832026-08-24T13:07:40.616Z
29842026-08-24T13:07:40.616ZAug 24 13:07:39.507 Aug 24 13:07:39.507DEBGAug 24 13:07:39.507 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
29852026-08-24T13:07:40.616ZDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29862026-08-24T13:07:40.616Z
29872026-08-24T13:07:40.616ZAug 24 13:07:39.507 INFOAug 24 13:07:39.507 Aug 24 13:07:39.507adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29882026-08-24T13:07:40.616ZINFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
29892026-08-24T13:07:40.616ZAug 24 13:07:39.507adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
29902026-08-24T13:07:40.616ZDEBG Aug 24 13:07:39.507replacing 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 } }]
29912026-08-24T13:07:40.617ZDEBGAug 24 13:07:39.507 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29922026-08-24T13:07:40.617ZAug 24 13:07:39.507 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507INFO INFO
29932026-08-24T13:07:40.617Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29942026-08-24T13:07:40.617Z
29952026-08-24T13:07:40.617ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507 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: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 } }]
29962026-08-24T13:07:40.617Z
29972026-08-24T13:07:40.617ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
29982026-08-24T13:07:40.617ZAug 24 13:07:39.507Aug 24 13:07:39.507 INFOINFOAug 24 13:07:39.507 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
29992026-08-24T13:07:40.617Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30002026-08-24T13:07:40.617Z
30012026-08-24T13:07:40.617ZAug 24 13:07:39.507 DEBG Aug 24 13:07:39.507Aug 24 13:07:39.507replacing 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 } }]
30022026-08-24T13:07:40.617ZDEBGINFO 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:17::/64 -> 2001:db8::55:ff
30032026-08-24T13:07:40.617ZAug 24 13:07:39.507
30042026-08-24T13:07:40.617Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
30052026-08-24T13:07:40.617ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBG 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 } }]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:2f::/64 -> 2001:db8::55:ff
30062026-08-24T13:07:40.621Z
30072026-08-24T13:07:40.621Z
30082026-08-24T13:07:40.621ZAug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGINFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30092026-08-24T13:07:40.621Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
30102026-08-24T13:07:40.621Z
30112026-08-24T13:07:40.621ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBG 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 } }]INFO
30122026-08-24T13:07:40.621Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
30132026-08-24T13:07:40.621Z
30142026-08-24T13:07:40.621ZAug 24 13:07:39.507Aug 24 13:07:39.507 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
30152026-08-24T13:07:40.621Z 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
30162026-08-24T13:07:40.621Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
30172026-08-24T13:07:40.621ZAug 24 13:07:39.507Aug 24 13:07:39.507 DEBGINFO Aug 24 13:07:39.507adding route 3fff:beef:31::/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 } }]
30182026-08-24T13:07:40.621Z
30192026-08-24T13:07:40.621Z DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30202026-08-24T13:07:40.621ZAug 24 13:07:39.507Aug 24 13:07:39.507 INFODEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
30212026-08-24T13:07:40.621Z INFO
30222026-08-24T13:07:40.621Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
30232026-08-24T13:07:40.621ZAug 24 13:07:39.507 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
30242026-08-24T13:07:40.621Z 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 } }]
30252026-08-24T13:07:40.621ZAug 24 13:07:39.507replacing 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 } }]
30262026-08-24T13:07:40.621ZDEBGAug 24 13:07:39.507 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
30272026-08-24T13:07:40.621Z Aug 24 13:07:39.507adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFO
30282026-08-24T13:07:40.621Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
30292026-08-24T13:07:40.621Z INFOAug 24 13:07:39.507 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
30302026-08-24T13:07:40.621ZDEBGAug 24 13:07:39.507 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 } }]
30312026-08-24T13:07:40.621ZDEBG Aug 24 13:07:39.507replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507
30322026-08-24T13:07:40.622Z INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
30332026-08-24T13:07:40.622Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507
30342026-08-24T13:07:40.622Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
30352026-08-24T13:07:40.622Z Aug 24 13:07:39.507INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30362026-08-24T13:07:40.622Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507
30372026-08-24T13:07:40.622Z DEBG Aug 24 13:07:39.507replacing 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 } }]
30382026-08-24T13:07:40.622ZAug 24 13:07:39.507DEBG 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 } }]Aug 24 13:07:39.507
30392026-08-24T13:07:40.622Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
30402026-08-24T13:07:40.622Z Aug 24 13:07:39.507adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
30412026-08-24T13:07:40.622ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30422026-08-24T13:07:40.622ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBG 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
30432026-08-24T13:07:40.622Z 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: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 } }]
30442026-08-24T13:07:40.622Z
30452026-08-24T13:07:40.622ZAug 24 13:07:39.507 INFO Aug 24 13:07:39.507Aug 24 13:07:39.507adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
30462026-08-24T13:07:40.622ZINFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
30472026-08-24T13:07:40.622Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 24 13:07:39.507
30482026-08-24T13:07:40.622Z DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507
30492026-08-24T13:07:40.622Z Aug 24 13:07:39.507Aug 24 13:07:39.507DEBG Aug 24 13:07:39.507DEBGcreated new freemap 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 } }], DEBGunit
30502026-08-24T13:07:40.622Z :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 } }] INFOfreemap_route_ipv4
30512026-08-24T13:07:40.622Z
30522026-08-24T13:07:40.622Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
30532026-08-24T13:07:40.622ZAug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFOINFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 24 13:07:39.507created new freemap
30542026-08-24T13:07:40.622Z , unit: DEBGfreemap_route_ipv6Aug 24 13:07:39.507
30552026-08-24T13:07:40.622Z 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:1f::/64 -> 2001:db8::55:ff
30562026-08-24T13:07:40.622ZDEBG
30572026-08-24T13:07:40.622ZAug 24 13:07:39.507 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 } }]
30582026-08-24T13:07:40.622ZDEBG Aug 24 13:07:39.508 Aug 24 13:07:39.508initted freemap. size: 64INFO, unitAug 24 13:07:39.508:DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFO freemap_route_ipv4replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30592026-08-24T13:07:40.622Z
30602026-08-24T13:07:40.622Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
30612026-08-24T13:07:40.622Z
30622026-08-24T13:07:40.622ZAug 24 13:07:39.508Aug 24 13:07:39.508Aug 24 13:07:39.508 DEBG DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
30632026-08-24T13:07:40.622Z, 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 } }]:Aug 24 13:07:39.508
30642026-08-24T13:07:40.622Z freemap_route_ipv4INFO
30652026-08-24T13:07:40.622ZAug 24 13:07:39.508 Aug 24 13:07:39.508 INFOAug 24 13:07:39.508INFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
30662026-08-24T13:07:40.622Z
30672026-08-24T13:07:40.622Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffinitted freemap. size: 64
30682026-08-24T13:07:40.622Z, unit: Aug 24 13:07:39.508Aug 24 13:07:39.508 Aug 24 13:07:39.508freemap_route_ipv6 DEBGDEBG
30692026-08-24T13:07:40.622ZDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.508replacing 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 } }]
30702026-08-24T13:07:40.622Z
30712026-08-24T13:07:40.623Z
30722026-08-24T13:07:40.623ZDEBG Aug 24 13:07:39.508reset freemap Aug 24 13:07:39.508, unitINFOAug 24 13:07:39.508: INFOINFOfreemap_route_ipv6
30732026-08-24T13:07:40.623Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 24 13:07:39.508
30742026-08-24T13:07:40.623Z INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
30752026-08-24T13:07:40.623Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.508
30762026-08-24T13:07:40.623Z
30772026-08-24T13:07:40.623ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.508
30782026-08-24T13:07:40.623ZAug 24 13:07:39.508 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 24 13:07:39.508
30792026-08-24T13:07:40.623Z Aug 24 13:07:39.508INFOreplacing 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:2d::/64 -> 2001:db8::55:ff
30802026-08-24T13:07:40.623ZAug 24 13:07:39.508 DEBG DEBGcreated new freemapAug 24 13:07:39.508 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG,
30812026-08-24T13:07:40.623Zunitreplacing 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 } }]:
30822026-08-24T13:07:40.623Z freemap_route_ipv4
30832026-08-24T13:07:40.623ZAug 24 13:07:39.508 INFOAug 24 13:07:39.508 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
30842026-08-24T13:07:40.623Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30852026-08-24T13:07:40.623ZAug 24 13:07:39.508Aug 24 13:07:39.508 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30862026-08-24T13:07:40.623Z
30872026-08-24T13:07:40.623ZAug 24 13:07:39.508 DEBG Aug 24 13:07:39.508replacing 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 } }]
30882026-08-24T13:07:40.623ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 24 13:07:39.508Aug 24 13:07:39.508
30892026-08-24T13:07:40.623Z INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffcreated new freemap
30902026-08-24T13:07:40.623Z, Aug 24 13:07:39.508unit Aug 24 13:07:39.508:DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
30912026-08-24T13:07:40.623Zreplacing 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 } }]
30922026-08-24T13:07:40.623Z
30932026-08-24T13:07:40.623ZAug 24 13:07:39.508 INFOAug 24 13:07:39.508 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
30942026-08-24T13:07:40.623Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
30952026-08-24T13:07:40.623ZAug 24 13:07:39.508Aug 24 13:07:39.508Aug 24 13:07:39.508 DEBGDEBGDEBGAug 24 13:07:39.508 created new freemapreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30962026-08-24T13:07:40.623Zreplacing 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 } }]
30972026-08-24T13:07:40.623Z, created new freemapunit, :unit :freemap_route_ipv6Aug 24 13:07:39.508
30982026-08-24T13:07:40.623Z freemap_route_ipv6Aug 24 13:07:39.508INFO
30992026-08-24T13:07:40.623Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
31002026-08-24T13:07:40.623Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
31012026-08-24T13:07:40.623ZAug 24 13:07:39.508 Aug 24 13:07:39.508DEBG Aug 24 13:07:39.508DEBGAug 24 13:07:39.508 initted freemap. size: 64DEBG, 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 } }]unitfreemap_route_ipv4:DEBG
31022026-08-24T13:07:40.623Z freemap_route_ipv4
31032026-08-24T13:07:40.623Z
31042026-08-24T13:07:40.623Zreplacing 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 } }]
31052026-08-24T13:07:40.623ZAug 24 13:07:39.508 DEBGAug 24 13:07:39.508 Aug 24 13:07:39.508 reset freemapDEBG, Aug 24 13:07:39.508unit reset freemap:INFO, unit adding route 3fff:beef:32::/64 -> 2001:db8::55:ff:
31062026-08-24T13:07:40.628Z freemap_route_ipv4freemap_route_ipv4INFO
31072026-08-24T13:07:40.628Z
31082026-08-24T13:07:40.628Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
31092026-08-24T13:07:40.628ZAug 24 13:07:39.508Aug 24 13:07:39.508 DEBGAug 24 13:07:39.508 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 24 13:07:39.508 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 } }]initted freemap. size: 64
31102026-08-24T13:07:40.628Z
31112026-08-24T13:07:40.628ZDEBG , initted freemap. size: 64unit, :unit :freemap_route_ipv6Aug 24 13:07:39.508 Aug 24 13:07:39.508 freemap_route_ipv6INFO
31122026-08-24T13:07:40.628Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
31132026-08-24T13:07:40.628Z
31142026-08-24T13:07:40.628ZDEBG failed to allocate space for the new target list
31152026-08-24T13:07:40.628ZAug 24 13:07:39.508 Aug 24 13:07:39.508DEBG DEBGAug 24 13:07:39.508reset freemap , replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
31162026-08-24T13:07:40.628Z:DEBG Aug 24 13:07:39.508freemap_route_ipv6
31172026-08-24T13:07:40.628ZAug 24 13:07:39.508DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] reset freemapINFO
31182026-08-24T13:07:40.628Z, unitAug 24 13:07:39.508: INFOAug 24 13:07:39.508freemap_route_ipv6
31192026-08-24T13:07:40.628ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
31202026-08-24T13:07:40.628Z
31212026-08-24T13:07:40.628Zfailed to allocate space for the new target list
31222026-08-24T13:07:40.628ZAug 24 13:07:39.508Aug 24 13:07:39.508 Aug 24 13:07:39.508INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
31232026-08-24T13:07:40.628ZDEBG
31242026-08-24T13:07:40.628Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
31252026-08-24T13:07:40.628ZAug 24 13:07:39.508 DEBG Aug 24 13:07:39.508replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.508
31262026-08-24T13:07:40.628Z INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
31272026-08-24T13:07:40.628Z
31282026-08-24T13:07:40.628ZAug 24 13:07:39.508 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
31292026-08-24T13:07:40.628ZAug 24 13:07:39.508 DEBGAug 24 13:07:39.508 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.508
31302026-08-24T13:07:40.628ZDEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31312026-08-24T13:07:40.628Z
31322026-08-24T13:07:40.628ZAug 24 13:07:39.508 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
31332026-08-24T13:07:40.628ZAug 24 13:07:39.508 INFOAug 24 13:07:39.508 Aug 24 13:07:39.508INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
31342026-08-24T13:07:40.628Z
31352026-08-24T13:07:40.628Zreplacing 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 } }]
31362026-08-24T13:07:40.628ZAug 24 13:07:39.508 DEBGAug 24 13:07:39.508 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31372026-08-24T13:07:40.628Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:07:39.508
31382026-08-24T13:07:40.628Z DEBG Aug 24 13:07:39.508replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:07:39.508
31392026-08-24T13:07:40.628Z INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255
31402026-08-24T13:07:40.629Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.508
31412026-08-24T13:07:40.629Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
31422026-08-24T13:07:40.629ZAug 24 13:07:39.508 INFOAug 24 13:07:39.508 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
31432026-08-24T13:07:40.629Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
31442026-08-24T13:07:40.629ZAug 24 13:07:39.509 DEBGAug 24 13:07:39.509 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
31452026-08-24T13:07:40.629Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
31462026-08-24T13:07:40.629ZAug 24 13:07:39.509 INFO Aug 24 13:07:39.508adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
31472026-08-24T13:07:40.629ZDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.509 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 } }]
31482026-08-24T13:07:40.629Z
31492026-08-24T13:07:40.629ZAug 24 13:07:39.509 Aug 24 13:07:39.509INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
31502026-08-24T13:07:40.629Zadding route 172.17.0.2/32 -> 10.0.0.255
31512026-08-24T13:07:40.629ZAug 24 13:07:39.508Aug 24 13:07:39.509 DEBG
31522026-08-24T13:07:40.629Z created new freemap, unitAug 24 13:07:39.509: INFO freemap_route_ipv4
31532026-08-24T13:07:40.629Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
31542026-08-24T13:07:40.629ZAug 24 13:07:39.509 DEBGDEBG created new freemap, unit: freemap_route_ipv6Aug 24 13:07:39.509
31552026-08-24T13:07:40.629Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31562026-08-24T13:07:40.629Zreplacing 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 } }]
31572026-08-24T13:07:40.629ZAug 24 13:07:39.509 Aug 24 13:07:39.509DEBG initted freemap. size: 64, unit: freemap_route_ipv4
31582026-08-24T13:07:40.629ZINFOAug 24 13:07:39.509 DEBG reset freemap, Aug 24 13:07:39.509unit:Aug 24 13:07:39.509 freemap_route_ipv4
31592026-08-24T13:07:40.629Zadding route 172.17.0.3/32 -> 10.0.0.255
31602026-08-24T13:07:40.629ZAug 24 13:07:39.509 Aug 24 13:07:39.509 DEBG initted freemap. size: 64INFO, DEBGunit : freemap_route_ipv6
31612026-08-24T13:07:40.629ZDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31622026-08-24T13:07:40.629ZAug 24 13:07:39.509replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31632026-08-24T13:07:40.629ZDEBG reset freemap,
31642026-08-24T13:07:40.629Zunit: freemap_route_ipv6
31652026-08-24T13:07:40.629ZAug 24 13:07:39.509 DEBGAug 24 13:07:39.509Aug 24 13:07:39.509 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
31662026-08-24T13:07:40.629ZINFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 24 13:07:39.509replacing 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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31672026-08-24T13:07:40.629ZAug 24 13:07:39.509 INFO Aug 24 13:07:39.509 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
31682026-08-24T13:07:40.629Z adding route 3fff:dead::/64 -> 2001:db8::55:2
31692026-08-24T13:07:40.629Z
31702026-08-24T13:07:40.629ZAug 24 13:07:39.509 DEBGAug 24 13:07:39.509
31712026-08-24T13:07:40.629Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
31722026-08-24T13:07:40.629Ztest route::tests::grow_succeeds ... ok
31732026-08-24T13:07:40.629Ztest route::tests::identity_replace_is_noop ... ok
31742026-08-24T13:07:40.629Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:07:39.509
31752026-08-24T13:07:40.629Z Aug 24 13:07:39.509replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.509 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
31762026-08-24T13:07:40.629ZDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.509
31772026-08-24T13:07:40.629Z 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 } }]
31782026-08-24T13:07:40.629ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
31792026-08-24T13:07:40.630Z
31802026-08-24T13:07:40.630ZAug 24 13:07:39.509 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
31812026-08-24T13:07:40.630ZAug 24 13:07:39.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 } }]
31822026-08-24T13:07:40.630ZAug 24 13:07:39.509 Aug 24 13:07:39.509DEBG replacing targets for 3fff:dead::/64 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 } }]
31832026-08-24T13:07:40.630Z DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31842026-08-24T13:07:40.630ZAug 24 13:07:39.509Aug 24 13:07:39.509Aug 24 13:07:39.515 DEBGDEBG created new freemap DEBGfailed to allocate space for the new target list ,
31852026-08-24T13:07:40.630Zunitcreated new freemap: , freemap_route_ipv4unit
31862026-08-24T13:07:40.630Z: Aug 24 13:07:39.515freemap_route_ipv4
31872026-08-24T13:07:40.630ZDEBGAug 24 13:07:39.509Aug 24 13:07:39.509 Aug 24 13:07:39.515 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:07:39.515
31882026-08-24T13:07:40.630Z DEBG created new freemapWARN DEBGINFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) , adding route 3fff:beef:24::/64 -> 2001:db8::55:ffcreated new freemap
31892026-08-24T13:07:40.630Z
31902026-08-24T13:07:40.630Z, Aug 24 13:07:39.509Aug 24 13:07:39.509 unitunitDEBG: :created new freemapfreemap_route_ipv6 INFO, freemap_route_ipv6unitadding route 172.17.0.5/32 -> 10.0.0.255:
31912026-08-24T13:07:40.630Z
31922026-08-24T13:07:40.630ZAug 24 13:07:39.515
31932026-08-24T13:07:40.630Zfreemap_route_ipv4
31942026-08-24T13:07:40.630ZERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31952026-08-24T13:07:40.630ZAug 24 13:07:39.515Aug 24 13:07:39.515 Aug 24 13:07:39.515DEBGAug 24 13:07:39.515 initted freemap. size: 64 Aug 24 13:07:39.515, ERRODEBG DEBGunitcreated new freemapshrink-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, 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 } }]::
31962026-08-24T13:07:40.630Zfreemap_route_ipv6 Aug 24 13:07:39.515
31972026-08-24T13:07:40.630Zfreemap_route_ipv4
31982026-08-24T13:07:40.630Z
31992026-08-24T13:07:40.630ZDEBG Aug 24 13:07:39.515 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.515DEBG
32002026-08-24T13:07:40.630Z DEBGinitted freemap. size: 64 INFO, adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 24 13:07:39.515
32012026-08-24T13:07:40.630Zunitinitted freemap. size: 64:Aug 24 13:07:39.515, unit :DEBG freemap_route_ipv4freemap_route_ipv4
32022026-08-24T13:07:40.630Zreset freemap
32032026-08-24T13:07:40.630ZINFO , adding route 172.17.0.6/32 -> 10.0.0.255unit
32042026-08-24T13:07:40.630Z:Aug 24 13:07:39.515 Aug 24 13:07:39.515DEBG Aug 24 13:07:39.515reset freemap DEBGfreemap_route_ipv4 DEBG
32052026-08-24T13:07:40.630Z reset freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], ,
32062026-08-24T13:07:40.634Zunit: unitfreemap_route_ipv4:
32072026-08-24T13:07:40.634ZAug 24 13:07:39.515 DEBG freemap_route_ipv4Aug 24 13:07:39.515initted freemap. size: 64
32082026-08-24T13:07:40.634ZINFO, Aug 24 13:07:39.515 DEBGunit: freemap_route_ipv6initted freemap. size: 64
32092026-08-24T13:07:40.634Z, Aug 24 13:07:39.516unit :DEBG freemap_route_ipv6initted freemap. size: 64
32102026-08-24T13:07:40.634Z, unit: freemap_route_ipv6Aug 24 13:07:39.516 DEBG reset freemap, unitAug 24 13:07:39.509:
32112026-08-24T13:07:40.634Z Aug 24 13:07:39.516 DEBGfreemap_route_ipv6
32122026-08-24T13:07:40.634Z DEBGcreated new freemap , Aug 24 13:07:39.516Aug 24 13:07:39.516 DEBGINFO reset freemapreset freemapadding route 172.16.0.0/32 -> 10.0.0.1,
32132026-08-24T13:07:40.634Z, unitunitunit:::Aug 24 13:07:39.516 freemap_route_ipv6freemap_route_ipv6
32142026-08-24T13:07:40.634Z
32152026-08-24T13:07:40.635Z DEBGfreemap_route_ipv4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32162026-08-24T13:07:40.635Z
32172026-08-24T13:07:40.635ZAug 24 13:07:39.516Aug 24 13:07:39.516 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1
32182026-08-24T13:07:40.635Z
32192026-08-24T13:07:40.635ZAug 24 13:07:39.516 INFOAug 24 13:07:39.516 Aug 24 13:07:39.516adding route 172.16.0.0/32 -> 10.0.0.2
32202026-08-24T13:07:40.635ZAug 24 13:07:39.516DEBGadding route 172.17.0.7/32 -> 10.0.0.255 created new freemap
32212026-08-24T13:07:40.635Z , DEBG unitAug 24 13:07:39.516: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGDEBG
32222026-08-24T13:07:40.635Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:07:39.516
32232026-08-24T13:07:40.635Z 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 } }]
32242026-08-24T13:07:40.635Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
32252026-08-24T13:07:40.635Z
32262026-08-24T13:07:40.635ZAug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 172.16.0.0/32 -> 10.0.0.3DEBGAug 24 13:07:39.516
32272026-08-24T13:07:40.635ZAug 24 13:07:39.516 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOINFO Aug 24 13:07:39.516adding route 172.17.0.0/32 -> 10.0.0.255
32282026-08-24T13:07:40.635Z
32292026-08-24T13:07:40.635Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255Aug 24 13:07:39.516
32302026-08-24T13:07:40.635Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:07:39.516
32312026-08-24T13:07:40.635Z DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32322026-08-24T13:07:40.635Z initted freemap. size: 64, Aug 24 13:07:39.516unit Aug 24 13:07:39.516: INFODEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
32332026-08-24T13:07:40.635Z
32342026-08-24T13:07:40.635ZAug 24 13:07:39.516 INFO adding route 172.17.0.1/32 -> 10.0.0.255
32352026-08-24T13:07:40.635ZAug 24 13:07:39.516 Aug 24 13:07:39.516INFO DEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]freemap_route_ipv4
32362026-08-24T13:07:40.635Z
32372026-08-24T13:07:40.635ZAug 24 13:07:39.516
32382026-08-24T13:07:40.635ZDEBG Aug 24 13:07:39.516replacing 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 } }]
32392026-08-24T13:07:40.635ZDEBGAug 24 13:07:39.516 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
32402026-08-24T13:07:40.635Z Aug 24 13:07:39.516reset freemap , INFOunit :adding route 172.17.0.2/32 -> 10.0.0.255
32412026-08-24T13:07:40.635Zfreemap_route_ipv4
32422026-08-24T13:07:40.635ZAug 24 13:07:39.516 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 } }]
32432026-08-24T13:07:40.635ZAug 24 13:07:39.515Aug 24 13:07:39.516 DEBGAug 24 13:07:39.516DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
32442026-08-24T13:07:40.635Zinitted freemap. size: 64 , adding route 172.17.0.3/32 -> 10.0.0.255unit
32452026-08-24T13:07:40.635Z: freemap_route_ipv6Aug 24 13:07:39.516
32462026-08-24T13:07:40.635Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
32472026-08-24T13:07:40.635ZAug 24 13:07:39.516 DEBG reset freemapAug 24 13:07:39.516Aug 24 13:07:39.516, DEBGunit DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: replacing targets for 3fff: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 } }]
32482026-08-24T13:07:40.635Zfreemap_route_ipv6
32492026-08-24T13:07:40.635Z
32502026-08-24T13:07:40.635ZAug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 172.17.0.4/32 -> 10.0.0.255INFO
32512026-08-24T13:07:40.635Z adding route 3fff:dead::/64 -> 2001:db8::55:1
32522026-08-24T13:07:40.635ZAug 24 13:07:39.516 Aug 24 13:07:39.516INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 24 13:07:39.516
32532026-08-24T13:07:40.635Z DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
32542026-08-24T13:07:40.636Z
32552026-08-24T13:07:40.636ZAug 24 13:07:39.516 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 } }]
32562026-08-24T13:07:40.636ZAug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.516INFO
32572026-08-24T13:07:40.636Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
32582026-08-24T13:07:40.636Z adding route 172.17.0.5/32 -> 10.0.0.255
32592026-08-24T13:07:40.636ZAug 24 13:07:39.516 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.516
32602026-08-24T13:07:40.636Z 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 } }]
32612026-08-24T13:07:40.636ZAug 24 13:07:39.516Aug 24 13:07:39.516 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 } }]Aug 24 13:07:39.516
32622026-08-24T13:07:40.636Zadding route 3fff:dead::/64 -> 2001:db8::55:1
32632026-08-24T13:07:40.636ZINFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 24 13:07:39.516
32642026-08-24T13:07:40.636Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
32652026-08-24T13:07:40.636ZAug 24 13:07:39.516 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 } }]Aug 24 13:07:39.516Aug 24 13:07:39.516 DEBG
32662026-08-24T13:07:40.636Ztest route::tests::rollback_on_compact_write_failure ... ok
32672026-08-24T13:07:40.636ZDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32682026-08-24T13:07:40.636Z
32692026-08-24T13:07:40.636ZAug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 172.17.0.7/32 -> 10.0.0.255INFO
32702026-08-24T13:07:40.636Z adding route 3fff:dead::/64 -> 2001:db8::55:2
32712026-08-24T13:07:40.636ZAug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
32722026-08-24T13:07:40.636ZAug 24 13:07:39.516 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32732026-08-24T13:07:40.636Ztest route::tests::rollback_on_compact_delete_failure ... ok
32742026-08-24T13:07:40.636Z Aug 24 13:07:39.516replacing 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 } }]
32752026-08-24T13:07:40.636ZDEBG 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 } }]
32762026-08-24T13:07:40.636ZAug 24 13:07:39.516 INFO Aug 24 13:07:39.516Aug 24 13:07:39.516 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
32772026-08-24T13:07:40.636Z INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
32782026-08-24T13:07:40.636Zadding route 172.17.0.8/32 -> 10.0.0.255
32792026-08-24T13:07:40.636ZAug 24 13:07:39.516 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.516
32802026-08-24T13:07:40.636Z 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 } }]
32812026-08-24T13:07:40.636ZAug 24 13:07:39.516Aug 24 13:07:39.516 DEBGINFO Aug 24 13:07:39.516adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }]
32822026-08-24T13:07:40.636ZINFO
32832026-08-24T13:07:40.636Z adding route 172.17.0.9/32 -> 10.0.0.255
32842026-08-24T13:07:40.636ZAug 24 13:07:39.516 Aug 24 13:07:39.516DEBG 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 } }]
32852026-08-24T13:07:40.636Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.516
32862026-08-24T13:07:40.636Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 24 13:07:39.516
32872026-08-24T13:07:40.636Z Aug 24 13:07:39.516INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
32882026-08-24T13:07:40.636Zadding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:07:39.516
32892026-08-24T13:07:40.636Z DEBG Aug 24 13:07:39.516replacing 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 } }]
32902026-08-24T13:07:40.636ZDEBG 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 } }]
32912026-08-24T13:07:40.636ZAug 24 13:07:39.516Aug 24 13:07:39.516 DEBGINFO Aug 24 13:07:39.516replacing 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 3fff:beef:2d::/64 -> 2001:db8::55:ff
32922026-08-24T13:07:40.636Z
32932026-08-24T13:07:40.636ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
32942026-08-24T13:07:40.637ZAug 24 13:07:39.516 INFO adding route 172.17.0.11/32 -> 10.0.0.255
32952026-08-24T13:07:40.637ZAug 24 13:07:39.516 Aug 24 13:07:39.516DEBG Aug 24 13:07:39.516 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 24 13:07:39.516 Aug 24 13:07:39.516replacing 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 } }]
32962026-08-24T13:07:40.637ZDEBG created new freemap, DEBGAug 24 13:07:39.522unit Aug 24 13:07:39.516replacing 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:
32972026-08-24T13:07:40.637ZINFO freemap_route_ipv4
32982026-08-24T13:07:40.637Z adding route 172.17.0.12/32 -> 10.0.0.255created new freemap
32992026-08-24T13:07:40.637Z, Aug 24 13:07:39.522unit Aug 24 13:07:39.522INFO: DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:07:39.522
33002026-08-24T13:07:40.637Zfreemap_route_ipv4
33012026-08-24T13:07:40.637ZDEBG 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 } }]created new freemap
33022026-08-24T13:07:40.637Z, Aug 24 13:07:39.522unitAug 24 13:07:39.522 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 } }]freemap_route_ipv6DEBG
33032026-08-24T13:07:40.637ZAug 24 13:07:39.522
33042026-08-24T13:07:40.637Z INFOcreated new freemap , adding route 172.17.0.13/32 -> 10.0.0.255unit
33052026-08-24T13:07:40.637Z:Aug 24 13:07:39.522Aug 24 13:07:39.522 DEBGINFO initted freemap. size: 64Aug 24 13:07:39.522 adding route 3fff:beef:2f::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG
33062026-08-24T13:07:40.641Z
33072026-08-24T13:07:40.641Z 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 } }],
33082026-08-24T13:07:40.641Zunit:Aug 24 13:07:39.522 Aug 24 13:07:39.522DEBG initted freemap. size: 64freemap_route_ipv4, DEBG
33092026-08-24T13:07:40.641Zunit :Aug 24 13:07:39.522 INFOfreemap_route_ipv4 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
33102026-08-24T13:07:40.641Z
33112026-08-24T13:07:40.641Z
33122026-08-24T13:07:40.641ZAug 24 13:07:39.522Aug 24 13:07:39.522 Aug 24 13:07:39.522 INFODEBGDEBG reset freemap , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunitreset freemapAug 24 13:07:39.522,
33132026-08-24T13:07:40.641Z: DEBGfreemap_route_ipv4
33142026-08-24T13:07:40.641ZunitAug 24 13:07:39.522replacing 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 } }]: DEBGfreemap_route_ipv4
33152026-08-24T13:07:40.641Z
33162026-08-24T13:07:40.641Zreplacing 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 } }]
33172026-08-24T13:07:40.641ZAug 24 13:07:39.522Aug 24 13:07:39.522 Aug 24 13:07:39.522 DEBGDEBG Aug 24 13:07:39.522DEBGinitted freemap. size: 64 , INFOINFO unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255initted freemap. size: 64
33182026-08-24T13:07:40.641Z
33192026-08-24T13:07:40.641Z:created new freemap, unitfreemap_route_ipv6Aug 24 13:07:39.522,
33202026-08-24T13:07:40.642Z Aug 24 13:07:39.522DEBG unit :DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.522
33212026-08-24T13:07:40.642Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4:
33222026-08-24T13:07:40.642Z freemap_route_ipv6
33232026-08-24T13:07:40.642Z
33242026-08-24T13:07:40.642ZDEBG reset freemapAug 24 13:07:39.522, Aug 24 13:07:39.522unit INFO: Aug 24 13:07:39.522INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
33252026-08-24T13:07:40.642Z
33262026-08-24T13:07:40.642Z reset freemap
33272026-08-24T13:07:40.642Z, unit:Aug 24 13:07:39.522Aug 24 13:07:39.522 Aug 24 13:07:39.522DEBG 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 } }]
33282026-08-24T13:07:40.642Zcreated new freemapAug 24 13:07:39.522 freemap_route_ipv6 , DEBG
33292026-08-24T13:07:40.642ZAug 24 13:07:39.522 unitINFO 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 } }] adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
33302026-08-24T13:07:40.642Z
33312026-08-24T13:07:40.642Z
33322026-08-24T13:07:40.642Z:Aug 24 13:07:39.522 Aug 24 13:07:39.522freemap_route_ipv6INFO Aug 24 13:07:39.522DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
33332026-08-24T13:07:40.642Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33342026-08-24T13:07:40.642ZAug 24 13:07:39.522
33352026-08-24T13:07:40.642Z INFO
33362026-08-24T13:07:40.642Z Aug 24 13:07:39.522adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
33372026-08-24T13:07:40.642ZAug 24 13:07:39.522 INFODEBG adding route 172.17.0.18/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 } }]Aug 24 13:07:39.522Aug 24 13:07:39.522Aug 24 13:07:39.522
33382026-08-24T13:07:40.642ZDEBG
33392026-08-24T13:07:40.642Z DEBGINFO initted freemap. size: 64replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2,
33402026-08-24T13:07:40.642ZunitAug 24 13:07:39.522: Aug 24 13:07:39.522
33412026-08-24T13:07:40.642Z INFOfreemap_route_ipv4 DEBG
33422026-08-24T13:07:40.642Zadding route 3fff:dead::/64 -> 2001:db8::55:2
33432026-08-24T13:07:40.642ZAug 24 13:07:39.522replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.522DEBG
33442026-08-24T13:07:40.642ZAug 24 13:07:39.522INFOAug 24 13:07:39.522 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33452026-08-24T13:07:40.642Z
33462026-08-24T13:07:40.642Z Aug 24 13:07:39.522 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 } }]DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:07:39.522
33472026-08-24T13:07:40.642Z
33482026-08-24T13:07:40.642Z 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 } }]
33492026-08-24T13:07:40.642Zreset freemapAug 24 13:07:39.522 Aug 24 13:07:39.522, Aug 24 13:07:39.522INFO unitDEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.522
33502026-08-24T13:07:40.642Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
33512026-08-24T13:07:40.642Z
33522026-08-24T13:07:40.642Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff:
33532026-08-24T13:07:40.642Z Aug 24 13:07:39.522freemap_route_ipv4 Aug 24 13:07:39.522Aug 24 13:07:39.522
33542026-08-24T13:07:40.642ZINFODEBG Aug 24 13:07:39.522 DEBGadding route 172.17.0.20/32 -> 10.0.0.255
33552026-08-24T13:07:40.642Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
33562026-08-24T13:07:40.642ZDEBG
33572026-08-24T13:07:40.642Z Aug 24 13:07:39.522 Aug 24 13:07:39.522replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGDEBG 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 } }]
33582026-08-24T13:07:40.642Zinitted freemap. size: 64Aug 24 13:07:39.522Aug 24 13:07:39.522 INFOINFO
33592026-08-24T13:07:40.643Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 24 13:07:39.522
33602026-08-24T13:07:40.643Z , INFO
33612026-08-24T13:07:40.643Z adding route 172.17.0.21/32 -> 10.0.0.255unit
33622026-08-24T13:07:40.643Z: Aug 24 13:07:39.522 Aug 24 13:07:39.522DEBG Aug 24 13:07:39.522replacing 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 } }]freemap_route_ipv6
33632026-08-24T13:07:40.643Z
33642026-08-24T13:07:40.643ZAug 24 13:07:39.522DEBG 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 } }]
33652026-08-24T13:07:40.643Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.522
33662026-08-24T13:07:40.643ZAug 24 13:07:39.522 INFO DEBGAug 24 13:07:39.522INFOAug 24 13:07:39.522 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
33672026-08-24T13:07:40.643Zreplacing targets for 3fff:dead::/64 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 } }]reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:4
33682026-08-24T13:07:40.643Z
33692026-08-24T13:07:40.643ZINFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 24 13:07:39.522, Aug 24 13:07:39.522
33702026-08-24T13:07:40.643Z DEBGWARN 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 } }]unit
33712026-08-24T13:07:40.643Z:shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 24 13:07:39.522
33722026-08-24T13:07:40.643Z freemap_route_ipv6Aug 24 13:07:39.522
33732026-08-24T13:07:40.643Z Aug 24 13:07:39.522DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.522
33742026-08-24T13:07:40.643Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
33752026-08-24T13:07:40.643Z
33762026-08-24T13:07:40.643Ztest route::tests::rollback_on_index_readd_failure ... ok
33772026-08-24T13:07:40.643ZINFO Aug 24 13:07:39.522adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:07:39.522
33782026-08-24T13:07:40.643Z DEBG Aug 24 13:07:39.522replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
33792026-08-24T13:07:40.643Zadding route 172.17.0.23/32 -> 10.0.0.255DEBG
33802026-08-24T13:07:40.643Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.522
33812026-08-24T13:07:40.643ZDEBGAug 24 13:07:39.522 Aug 24 13:07:39.522replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] WARNDEBG
33822026-08-24T13:07:40.643ZAug 24 13:07:39.522 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 } }] INFOAug 24 13:07:39.522
33832026-08-24T13:07:40.643Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
33842026-08-24T13:07:40.643Zadding route 3fff:dead::/64 -> 2001:db8::55:2
33852026-08-24T13:07:40.643Z
33862026-08-24T13:07:40.643ZAug 24 13:07:39.523Aug 24 13:07:39.523 DEBGAug 24 13:07:39.523DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33872026-08-24T13:07:40.643Z adding route 172.17.0.24/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 } }]
33882026-08-24T13:07:40.643Z
33892026-08-24T13:07:40.643ZAug 24 13:07:39.523 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
33902026-08-24T13:07:40.643ZAug 24 13:07:39.516Aug 24 13:07:39.523Aug 24 13:07:39.523 DEBGAug 24 13:07:39.523INFO DEBGDEBG created new freemapreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.523 ,
33912026-08-24T13:07:40.643ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
33922026-08-24T13:07:40.643Z
33932026-08-24T13:07:40.643ZunitAug 24 13:07:39.523
33942026-08-24T13:07:40.643Z: freemap_route_ipv4Aug 24 13:07:39.523INFOAug 24 13:07:39.523 INFOINFOadding route 172.17.0.25/32 -> 10.0.0.255
33952026-08-24T13:07:40.643Z
33962026-08-24T13:07:40.643Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
33972026-08-24T13:07:40.643Zadding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:07:39.523
33982026-08-24T13:07:40.643ZDEBG Aug 24 13:07:39.523replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:07:39.523DEBG
33992026-08-24T13:07:40.644ZDEBG Aug 24 13:07:39.523 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 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 } }]
34002026-08-24T13:07:40.644ZAug 24 13:07:39.523 DEBG Aug 24 13:07:39.523 DEBG created new freemapcreated new freemap, Aug 24 13:07:39.529, unitunitINFO: : freemap_route_ipv4 adding route 172.17.0.26/32 -> 10.0.0.255
34012026-08-24T13:07:40.644Z
34022026-08-24T13:07:40.644ZAug 24 13:07:39.529freemap_route_ipv4
34032026-08-24T13:07:40.644ZINFOAug 24 13:07:39.529 Aug 24 13:07:39.529 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
34042026-08-24T13:07:40.644ZDEBG Aug 24 13:07:39.529created new freemap , DEBGunit replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
34052026-08-24T13:07:40.644Z:Aug 24 13:07:39.529 , unitfreemap_route_ipv6:
34062026-08-24T13:07:40.648Z freemap_route_ipv6
34072026-08-24T13:07:40.648ZDEBGAug 24 13:07:39.529 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:07:39.529INFO
34082026-08-24T13:07:40.648Zadding route 172.17.0.27/32 -> 10.0.0.255DEBG
34092026-08-24T13:07:40.648Z initted freemap. size: 64Aug 24 13:07:39.529, unitDEBG:Aug 24 13:07:39.529 Aug 24 13:07:39.529freemap_route_ipv4
34102026-08-24T13:07:40.648ZDEBG 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 } }]initted freemap. size: 64
34112026-08-24T13:07:40.648Z, 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:07:39.529Aug 24 13:07:39.529 INFOfreemap_route_ipv4DEBG
34122026-08-24T13:07:40.648Zreset freemapadding route 172.17.0.28/32 -> 10.0.0.255,
34132026-08-24T13:07:40.648Zunit
34142026-08-24T13:07:40.648ZAug 24 13:07:39.529 :WARN freemap_route_ipv4shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 24 13:07:39.529
34152026-08-24T13:07:40.648Z
34162026-08-24T13:07:40.648Z Aug 24 13:07:39.529DEBG 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 } }]Aug 24 13:07:39.529
34172026-08-24T13:07:40.648ZDEBGreset freemap , initted freemap. size: 64unit, :unit :freemap_route_ipv4Aug 24 13:07:39.529 freemap_route_ipv6
34182026-08-24T13:07:40.648ZINFO
34192026-08-24T13:07:40.648Z adding route 172.17.0.29/32 -> 10.0.0.255
34202026-08-24T13:07:40.648ZAug 24 13:07:39.529 DEBGAug 24 13:07:39.529 Aug 24 13:07:39.529initted freemap. size: 64 , DEBGDEBGunit : reset freemapreplacing 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 } }]
34212026-08-24T13:07:40.648Zfreemap_route_ipv6,
34222026-08-24T13:07:40.648Zunit:Aug 24 13:07:39.529 freemap_route_ipv6INFO
34232026-08-24T13:07:40.648Z adding route 172.17.0.30/32 -> 10.0.0.255
34242026-08-24T13:07:40.648Z
34252026-08-24T13:07:40.648ZAug 24 13:07:39.529Aug 24 13:07:39.529 Aug 24 13:07:39.529DEBG INFOAug 24 13:07:39.529 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
34262026-08-24T13:07:40.648Zreplacing 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 } }]reset freemap
34272026-08-24T13:07:40.648Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff,
34282026-08-24T13:07:40.648Zunit:Aug 24 13:07:39.529 Aug 24 13:07:39.529freemap_route_ipv6
34292026-08-24T13:07:40.648ZINFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255
34302026-08-24T13:07:40.648Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.529Aug 24 13:07:39.529
34312026-08-24T13:07:40.649ZDEBG INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34322026-08-24T13:07:40.649ZAug 24 13:07:39.529adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOAug 24 13:07:39.529
34332026-08-24T13:07:40.649Z DEBGAug 24 13:07:39.529adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
34342026-08-24T13:07:40.649Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
34352026-08-24T13:07:40.649Z
34362026-08-24T13:07:40.649ZAug 24 13:07:39.529Aug 24 13:07:39.529Aug 24 13:07:39.529 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
34372026-08-24T13:07:40.649Z Aug 24 13:07:39.529DEBG
34382026-08-24T13:07:40.649Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34392026-08-24T13:07:40.649ZDEBGAug 24 13:07:39.529 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 24 13:07:39.529
34402026-08-24T13:07:40.649Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 24 13:07:39.529
34412026-08-24T13:07:40.649Z 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:3, 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 } }]
34422026-08-24T13:07:40.649ZAug 24 13:07:39.529Aug 24 13:07:39.529 DEBG INFO
34432026-08-24T13:07:40.649Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
34442026-08-24T13:07:40.649Z
34452026-08-24T13:07:40.649ZAug 24 13:07:39.529 INFO adding route 172.17.0.33/32 -> 10.0.0.255
34462026-08-24T13:07:40.649ZAug 24 13:07:39.529Aug 24 13:07:39.529 Aug 24 13:07:39.529INFO DEBGDEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
34472026-08-24T13:07:40.649Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34482026-08-24T13:07:40.649Zreplacing 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 } }]
34492026-08-24T13:07:40.649ZAug 24 13:07:39.523Aug 24 13:07:39.529Aug 24 13:07:39.529 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
34502026-08-24T13:07:40.649Zcreated new freemap Aug 24 13:07:39.529, unitreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
34512026-08-24T13:07:40.649ZAug 24 13:07:39.529 adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv6
34522026-08-24T13:07:40.649Z
34532026-08-24T13:07:40.649ZAug 24 13:07:39.529DEBG INFOAug 24 13:07:39.529 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:8::/64 -> 2001:db8::55:ffDEBG
34542026-08-24T13:07:40.649Z
34552026-08-24T13:07:40.649Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.529
34562026-08-24T13:07:40.649ZDEBGAug 24 13:07:39.529 initted freemap. size: 64INFO, Aug 24 13:07:39.529Aug 24 13:07:39.529 adding route 3fff:dead::/64 -> 2001:db8::55:4unit INFO
34572026-08-24T13:07:40.649ZDEBG :adding route 172.17.0.35/32 -> 10.0.0.255
34582026-08-24T13:07:40.649Z 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
34592026-08-24T13:07:40.649Z
34602026-08-24T13:07:40.649ZAug 24 13:07:39.529 Aug 24 13:07:39.529DEBG 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 } }]
34612026-08-24T13:07:40.649ZAug 24 13:07:39.529 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 24 13:07:39.529 reset freemapAug 24 13:07:39.529, INFOunitreplacing 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 } }]:
34622026-08-24T13:07:40.649Z INFOfreemap_route_ipv4
34632026-08-24T13:07:40.649Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255
34642026-08-24T13:07:40.649Z
34652026-08-24T13:07:40.649Z
34662026-08-24T13:07:40.649ZAug 24 13:07:39.529Aug 24 13:07:39.529 Aug 24 13:07:39.529 INFO DEBGAug 24 13:07:39.529adding route 172.17.0.11/32 -> 10.0.0.255
34672026-08-24T13:07:40.649Zinitted freemap. size: 64DEBG , 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 } }]
34682026-08-24T13:07:40.649ZDEBGunit : replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.529Aug 24 13:07:39.529
34692026-08-24T13:07:40.649Z freemap_route_ipv6DEBG
34702026-08-24T13:07:40.649Z Aug 24 13:07:39.529 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 24 13:07:39.529Aug 24 13:07:39.529DEBG
34712026-08-24T13:07:40.649ZDEBGreplacing 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 } }] INFOreset freemap adding route 172.17.0.37/32 -> 10.0.0.255,
34722026-08-24T13:07:40.650Zunitadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
34732026-08-24T13:07:40.650Z:
34742026-08-24T13:07:40.650Z freemap_route_ipv6
34752026-08-24T13:07:40.650ZAug 24 13:07:39.529Aug 24 13:07:39.529 INFODEBGAug 24 13:07:39.529 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.12/32 -> 10.0.0.255
34762026-08-24T13:07:40.650ZDEBG
34772026-08-24T13:07:40.650Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.529
34782026-08-24T13:07:40.650ZINFO Aug 24 13:07:39.529adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:07:39.529
34792026-08-24T13:07:40.650Ztest route::tests::shrink_preserves_compacted_order ... ok
34802026-08-24T13:07:40.650Z DEBGAug 24 13:07:39.529INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
34812026-08-24T13:07:40.650Z
34822026-08-24T13:07:40.650ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 24 13:07:39.529
34832026-08-24T13:07:40.650ZAug 24 13:07:39.529 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 } }]Aug 24 13:07:39.529
34842026-08-24T13:07:40.650Z DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 24 13:07:39.529
34852026-08-24T13:07:40.650Zreplacing 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 } }]
34862026-08-24T13:07:40.650ZDEBG Aug 24 13:07:39.529replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.529
34872026-08-24T13:07:40.650Ztest route::tests::same_size_non_subset_replace ... ok
34882026-08-24T13:07:40.650Z Aug 24 13:07:39.529DEBG INFOINFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.529adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
34892026-08-24T13:07:40.650Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
34902026-08-24T13:07:40.650Z
34912026-08-24T13:07:40.650Z
34922026-08-24T13:07:40.650Z INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 24 13:07:39.529
34932026-08-24T13:07:40.650Z Aug 24 13:07:39.529DEBG 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 } }]INFO
34942026-08-24T13:07:40.650ZAug 24 13:07:39.529 Aug 24 13:07:39.529adding route 172.17.0.14/32 -> 10.0.0.255DEBG
34952026-08-24T13:07:40.650ZAug 24 13:07:39.529DEBG 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 } }] Aug 24 13:07:39.529replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
34962026-08-24T13:07:40.650Z
34972026-08-24T13:07:40.650Z
34982026-08-24T13:07:40.650ZDEBG 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 } }]
34992026-08-24T13:07:40.650ZAug 24 13:07:39.529 DEBGAug 24 13:07:39.529 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.529
35002026-08-24T13:07:40.650ZINFO INFOAug 24 13:07:39.529 INFOadding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:07:39.529 adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
35012026-08-24T13:07:40.650Z
35022026-08-24T13:07:40.650ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
35032026-08-24T13:07:40.650Z
35042026-08-24T13:07:40.650ZAug 24 13:07:39.529 DEBG Aug 24 13:07:39.529replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:07:39.529
35052026-08-24T13:07:40.650Z DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.529DEBG
35062026-08-24T13:07:40.655Z Aug 24 13:07:39.529DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35072026-08-24T13:07:40.655Z adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
35082026-08-24T13:07:40.655ZAug 24 13:07:39.530Aug 24 13:07:39.535Aug 24 13:07:39.530 DEBG Aug 24 13:07:39.530 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBGDEBG
35092026-08-24T13:07:40.655Z created new freemap DEBG, created new freemapAug 24 13:07:39.535 , unitcreated new freemap:, unitfreemap_route_ipv4:
35102026-08-24T13:07:40.655Zunit : freemap_route_ipv4freemap_route_ipv4
35112026-08-24T13:07:40.655Z
35122026-08-24T13:07:40.655ZAug 24 13:07:39.536 DEBG created new freemap
35132026-08-24T13:07:40.655Z, unitAug 24 13:07:39.536Aug 24 13:07:39.536: Aug 24 13:07:39.536 DEBG freemap_route_ipv6INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255
35142026-08-24T13:07:40.655Z
35152026-08-24T13:07:40.655ZAug 24 13:07:39.536created new freemap , unitINFO: Aug 24 13:07:39.536adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:07:39.536 created new freemapDEBG
35162026-08-24T13:07:40.655Z freemap_route_ipv6initted freemap. size: 64
35172026-08-24T13:07:40.655Z, unit: DEBG, freemap_route_ipv4Aug 24 13:07:39.536Aug 24 13:07:39.536 DEBG
35182026-08-24T13:07:40.655Zreplacing 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 } }]
35192026-08-24T13:07:40.655Z unitinitted freemap. size: 64DEBG Aug 24 13:07:39.536:, 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 } }] unit
35202026-08-24T13:07:40.655Z freemap_route_ipv6Aug 24 13:07:39.536DEBG :INFO Aug 24 13:07:39.536 adding route 172.17.0.42/32 -> 10.0.0.255reset freemap ,
35212026-08-24T13:07:40.655ZunitDEBG :freemap_route_ipv4failed to allocate space for the new target list
35222026-08-24T13:07:40.655Z
35232026-08-24T13:07:40.655ZAug 24 13:07:39.536 freemap_route_ipv4
35242026-08-24T13:07:40.655ZDEBG
35252026-08-24T13:07:40.655ZAug 24 13:07:39.536replacing 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 Aug 24 13:07:39.536replacing targets for 3fff:dead::/64 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 } }]
35262026-08-24T13:07:40.655ZAug 24 13:07:39.536DEBGAug 24 13:07:39.536
35272026-08-24T13:07:40.655Zinitted freemap. size: 64 DEBG, unit :reset freemap , unitfreemap_route_ipv6:DEBG Aug 24 13:07:39.536
35282026-08-24T13:07:40.655Zfreemap_route_ipv4 INFO
35292026-08-24T13:07:40.655Zadding route 172.17.0.43/32 -> 10.0.0.255initted freemap. size: 64Aug 24 13:07:39.536, unit :
35302026-08-24T13:07:40.655Z DEBGAug 24 13:07:39.536 freemap_route_ipv4DEBG
35312026-08-24T13:07:40.655Z Aug 24 13:07:39.536reset freemap DEBG, unitreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.536:
35322026-08-24T13:07:40.655Z initted freemap. size: 64DEBG, unitreset freemap :freemap_route_ipv6
35332026-08-24T13:07:40.655Zfreemap_route_ipv6Aug 24 13:07:39.536
35342026-08-24T13:07:40.655Z, INFOunitAug 24 13:07:39.536 : adding route 172.17.0.44/32 -> 10.0.0.255INFO
35352026-08-24T13:07:40.655Z Aug 24 13:07:39.536 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.1
35362026-08-24T13:07:40.655Z
35372026-08-24T13:07:40.655Z DEBGAug 24 13:07:39.536 reset freemapAug 24 13:07:39.536, unitDEBG: initted freemap. size: 64DEBG
35382026-08-24T13:07:40.655ZAug 24 13:07:39.536freemap_route_ipv6 , unitDEBGreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
35392026-08-24T13:07:40.655Z
35402026-08-24T13:07:40.656Z freemap_route_ipv6
35412026-08-24T13:07:40.656Z
35422026-08-24T13:07:40.656ZAug 24 13:07:39.536Aug 24 13:07:39.536 Aug 24 13:07:39.536 INFOINFOAug 24 13:07:39.536 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.536adding route 172.16.0.0/32 -> 10.0.0.2
35432026-08-24T13:07:40.656Z DEBG
35442026-08-24T13:07:40.656Z reset freemapINFO, adding route 172.17.0.45/32 -> 10.0.0.255Aug 24 13:07:39.536
35452026-08-24T13:07:40.656Z unitDEBG :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:07:39.536Aug 24 13:07:39.536
35462026-08-24T13:07:40.656Z DEBG
35472026-08-24T13:07:40.656Z freemap_route_ipv6 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.536DEBG
35482026-08-24T13:07:40.656ZAug 24 13:07:39.536 INFO DEBG
35492026-08-24T13:07:40.656Z Aug 24 13:07:39.536adding route 172.16.0.0/32 -> 10.0.0.3
35502026-08-24T13:07:40.656ZINFO 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 } }]
35512026-08-24T13:07:40.656Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:07:39.536
35522026-08-24T13:07:40.656Z
35532026-08-24T13:07:40.656ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35542026-08-24T13:07:40.656ZAug 24 13:07:39.536Aug 24 13:07:39.536Aug 24 13:07:39.536 INFO INFODEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:07:39.536
35552026-08-24T13:07:40.656Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.536
35562026-08-24T13:07:40.656Z INFO
35572026-08-24T13:07:40.656ZINFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 24 13:07:39.536adding route 172.17.0.46/32 -> 10.0.0.255
35582026-08-24T13:07:40.656Z
35592026-08-24T13:07:40.656ZAug 24 13:07:39.536 Aug 24 13:07:39.536DEBG Aug 24 13:07:39.536INFOAug 24 13:07:39.536 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGDEBG
35602026-08-24T13:07:40.656Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35612026-08-24T13:07:40.656Z DEBGAug 24 13:07:39.536 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35622026-08-24T13:07:40.656Z
35632026-08-24T13:07:40.656ZDEBGAug 24 13:07:39.536 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
35642026-08-24T13:07:40.656Zreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:07:39.536
35652026-08-24T13:07:40.656Z
35662026-08-24T13:07:40.656Z DEBG Aug 24 13:07:39.536replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
35672026-08-24T13:07:40.656ZAug 24 13:07:39.536INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
35682026-08-24T13:07:40.656Zadding route 172.17.0.47/32 -> 10.0.0.255
35692026-08-24T13:07:40.656ZAug 24 13:07:39.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
35702026-08-24T13:07:40.656ZAug 24 13:07:39.536 Aug 24 13:07:39.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 } }]
35712026-08-24T13:07:40.656Zreplacing 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 } }]
35722026-08-24T13:07:40.656ZAug 24 13:07:39.529Aug 24 13:07:39.536 Aug 24 13:07:39.536 INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255
35732026-08-24T13:07:40.656Zadding route 172.17.0.48/32 -> 10.0.0.255INFO
35742026-08-24T13:07:40.656Z adding route 3fff:dead::/64 -> 2001:db8::55:3
35752026-08-24T13:07:40.656ZAug 24 13:07:39.536Aug 24 13:07:39.536 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35762026-08-24T13:07:40.656ZAug 24 13:07:39.536
35772026-08-24T13:07:40.656Z 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 } }]Aug 24 13:07:39.536
35782026-08-24T13:07:40.656Z Aug 24 13:07:39.536 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 24 13:07:39.536replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
35792026-08-24T13:07:40.656Z
35802026-08-24T13:07:40.657Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
35812026-08-24T13:07:40.657ZAug 24 13:07:39.536 DEBGAug 24 13:07:39.536 Aug 24 13:07:39.536replacing 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 } }]
35822026-08-24T13:07:40.657ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
35832026-08-24T13:07:40.657Z Aug 24 13:07:39.536INFO Aug 24 13:07:39.536INFO DEBG adding route 172.17.0.18/32 -> 10.0.0.255
35842026-08-24T13:07:40.657Zreplacing 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:dead::/64 -> 2001:db8::55:4
35852026-08-24T13:07:40.657Z
35862026-08-24T13:07:40.657ZAug 24 13:07:39.536 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 } }]
35872026-08-24T13:07:40.657ZAug 24 13:07:39.536Aug 24 13:07:39.536Aug 24 13:07:39.536 INFOINFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255
35882026-08-24T13:07:40.657Z
35892026-08-24T13:07:40.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:07:39.536 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 } }]
35902026-08-24T13:07:40.657Z
35912026-08-24T13:07:40.657ZAug 24 13:07:39.536Aug 24 13:07:39.536 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 24 13:07:39.536
35922026-08-24T13:07:40.657Z
35932026-08-24T13:07:40.657Z DEBGAug 24 13:07:39.536 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 } }]
35942026-08-24T13:07:40.657ZAug 24 13:07:39.536Aug 24 13:07:39.536 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
35952026-08-24T13:07:40.657Z
35962026-08-24T13:07:40.657Zreplacing targets for 3fff:dead::/64 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 } }]
35972026-08-24T13:07:40.657ZAug 24 13:07:39.536 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 } }]
35982026-08-24T13:07:40.657ZAug 24 13:07:39.536 Aug 24 13:07:39.536DEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35992026-08-24T13:07:40.657Zadding route 172.17.0.21/32 -> 10.0.0.255
36002026-08-24T13:07:40.657ZAug 24 13:07:39.536 Aug 24 13:07:39.536DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36012026-08-24T13:07:40.657Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
36022026-08-24T13:07:40.657ZAug 24 13:07:39.536Aug 24 13:07:39.536 DEBG 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 } }]
36032026-08-24T13:07:40.657Zadding route 172.17.0.22/32 -> 10.0.0.255
36042026-08-24T13:07:40.657ZAug 24 13:07:39.536 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.536
36052026-08-24T13:07:40.657Z Aug 24 13:07:39.536INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBG
36062026-08-24T13:07:40.661Z Aug 24 13:07:39.536replacing 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 } }]
36072026-08-24T13:07:40.661ZINFO Aug 24 13:07:39.536adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
36082026-08-24T13:07:40.661ZDEBG 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 } }]
36092026-08-24T13:07:40.661ZAug 24 13:07:39.536 DEBG Aug 24 13:07:39.536Aug 24 13:07:39.536 INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36102026-08-24T13:07:40.661Zadding route 172.17.0.51/32 -> 10.0.0.255INFO
36112026-08-24T13:07:40.661Z adding route 172.17.0.23/32 -> 10.0.0.255
36122026-08-24T13:07:40.661ZAug 24 13:07:39.536 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 24 13:07:39.536
36132026-08-24T13:07:40.661Z 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 } }]
36142026-08-24T13:07:40.661ZAug 24 13:07:39.536Aug 24 13:07:39.536 DEBGDEBG Aug 24 13:07:39.536 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.24/32 -> 10.0.0.255
36152026-08-24T13:07:40.661Zreplacing 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 } }]
36162026-08-24T13:07:40.661ZAug 24 13:07:39.537 Aug 24 13:07:39.542 Aug 24 13:07:39.542DEBGDEBG created new freemap 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
36172026-08-24T13:07:40.662Zunit : adding route 172.17.0.52/32 -> 10.0.0.255freemap_route_ipv4
36182026-08-24T13:07:40.662Z
36192026-08-24T13:07:40.662ZAug 24 13:07:39.542 INFOAug 24 13:07:39.542 DEBGAug 24 13:07:39.536 Aug 24 13:07:39.542adding route 172.17.0.25/32 -> 10.0.0.255
36202026-08-24T13:07:40.662ZDEBGDEBG created new freemapreplacing 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 } }], unitcreated new freemapAug 24 13:07:39.542:, INFO freemap_route_ipv6DEBGunit :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 } }]
36212026-08-24T13:07:40.662Z
36222026-08-24T13:07:40.662Z freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255
36232026-08-24T13:07:40.662Z
36242026-08-24T13:07:40.662Z
36252026-08-24T13:07:40.662ZAug 24 13:07:39.542 INFO Aug 24 13:07:39.542adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:07:39.542Aug 24 13:07:39.542
36262026-08-24T13:07:40.662Z DEBG Aug 24 13:07:39.542 DEBGAug 24 13:07:39.542DEBG created new freemap DEBGinitted freemap. size: 64 , replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]unit
36272026-08-24T13:07:40.662Z
36282026-08-24T13:07:40.662Z, :unit: freemap_route_ipv4Aug 24 13:07:39.542
36292026-08-24T13:07:40.662Zfreemap_route_ipv6 Aug 24 13:07:39.542
36302026-08-24T13:07:40.662Z INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:07:39.542INFO
36312026-08-24T13:07:40.662ZAug 24 13:07:39.542 adding route 172.17.0.1/32 -> 10.0.0.255DEBG DEBG
36322026-08-24T13:07:40.662ZAug 24 13:07:39.542adding route 172.17.0.53/32 -> 10.0.0.255 DEBGreset freemap , 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 } }]unitinitted freemap. size: 64
36332026-08-24T13:07:40.662Z:,
36342026-08-24T13:07:40.662Zfreemap_route_ipv4
36352026-08-24T13:07:40.662ZunitAug 24 13:07:39.542: INFOAug 24 13:07:39.542 freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255
36362026-08-24T13:07:40.662Z
36372026-08-24T13:07:40.662Z DEBGAug 24 13:07:39.542 initted freemap. size: 64 , DEBGAug 24 13:07:39.542Aug 24 13:07:39.542 Aug 24 13:07:39.542DEBGunit : 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 } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36382026-08-24T13:07:40.662Z freemap_route_ipv6
36392026-08-24T13:07:40.662Zreplacing 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 } }]
36402026-08-24T13:07:40.662Zreset freemapAug 24 13:07:39.542, Aug 24 13:07:39.542 unit
36412026-08-24T13:07:40.662ZINFO Aug 24 13:07:39.542DEBG adding route 172.17.0.29/32 -> 10.0.0.255 reset freemapINFO
36422026-08-24T13:07:40.662Z, unitadding route 172.17.0.2/32 -> 10.0.0.255::
36432026-08-24T13:07:40.662Z freemap_route_ipv6Aug 24 13:07:39.542freemap_route_ipv4
36442026-08-24T13:07:40.662ZDEBGAug 24 13:07:39.542
36452026-08-24T13:07:40.662Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36462026-08-24T13:07:40.662Z DEBGAug 24 13:07:39.542 Aug 24 13:07:39.542Aug 24 13:07:39.542 Aug 24 13:07:39.542 DEBGINFOINFO 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 } }] initted freemap. size: 64adding route 172.17.0.30/32 -> 10.0.0.255,
36472026-08-24T13:07:40.662Zunit
36482026-08-24T13:07:40.662Z:adding route 172.16.0.0/32 -> 10.0.0.1
36492026-08-24T13:07:40.662ZINFOfreemap_route_ipv6Aug 24 13:07:39.542
36502026-08-24T13:07:40.662Z 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 } }]
36512026-08-24T13:07:40.662Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 24 13:07:39.542
36522026-08-24T13:07:40.662Z Aug 24 13:07:39.542DEBG DEBGreset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
36532026-08-24T13:07:40.662ZAug 24 13:07:39.542Aug 24 13:07:39.542unit INFOAug 24 13:07:39.542 :adding route 172.17.0.31/32 -> 10.0.0.255INFO
36542026-08-24T13:07:40.662Z Aug 24 13:07:39.542 adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv6INFO
36552026-08-24T13:07:40.662Z
36562026-08-24T13:07:40.663ZAug 24 13:07:39.542 DEBGDEBGAug 24 13:07:39.542 Aug 24 13:07:39.542replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
36572026-08-24T13:07:40.663Z
36582026-08-24T13:07:40.663ZINFODEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36592026-08-24T13:07:40.663Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:07:39.542Aug 24 13:07:39.542
36602026-08-24T13:07:40.663Z INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBG
36612026-08-24T13:07:40.663ZAug 24 13:07:39.542
36622026-08-24T13:07:40.663Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
36632026-08-24T13:07:40.663Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
36642026-08-24T13:07:40.663ZDEBG Aug 24 13:07:39.542replacing 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 } }]
36652026-08-24T13:07:40.663ZDEBGAug 24 13:07:39.542 INFOAug 24 13:07:39.542replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.542
36662026-08-24T13:07:40.663Z Aug 24 13:07:39.542 INFOINFO INFOAug 24 13:07:39.542adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.4/32 -> 10.0.0.255 INFO
36672026-08-24T13:07:40.663Z
36682026-08-24T13:07:40.663Zadding route 172.16.0.0/32 -> 10.0.0.1
36692026-08-24T13:07:40.663Zadding route 172.17.0.33/32 -> 10.0.0.255
36702026-08-24T13:07:40.663Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:07:39.542Aug 24 13:07:39.542Aug 24 13:07:39.542
36712026-08-24T13:07:40.663ZDEBG Aug 24 13:07:39.542 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 } }]DEBG
36722026-08-24T13:07:40.663Z 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 } }]
36732026-08-24T13:07:40.663ZDEBG 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 } }]
36742026-08-24T13:07:40.663Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.542Aug 24 13:07:39.542 INFO
36752026-08-24T13:07:40.663Z INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:07:39.542
36762026-08-24T13:07:40.663Z Aug 24 13:07:39.549 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 } }]DEBG
36772026-08-24T13:07:40.663Z Aug 24 13:07:39.549replacing 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 } }]
36782026-08-24T13:07:40.663ZINFOAug 24 13:07:39.549 adding route 172.17.0.5/32 -> 10.0.0.255
36792026-08-24T13:07:40.663ZINFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:07:39.542
36802026-08-24T13:07:40.663Z Aug 24 13:07:39.549INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.16.0.0/32 -> 10.0.0.1DEBG
36812026-08-24T13:07:40.663Z
36822026-08-24T13:07:40.663ZAug 24 13:07:39.549 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 } }]
36832026-08-24T13:07:40.663Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549 Aug 24 13:07:39.549DEBG Aug 24 13:07:39.549
36842026-08-24T13:07:40.663ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:07:39.549INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36852026-08-24T13:07:40.663Z
36862026-08-24T13:07:40.663ZAug 24 13:07:39.549 INFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255INFOAug 24 13:07:39.549
36872026-08-24T13:07:40.663ZAug 24 13:07:39.549 INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2DEBG
36882026-08-24T13:07:40.663ZAug 24 13:07:39.549
36892026-08-24T13:07:40.663Z replacing targets for 172.16.0.0/32 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 } }]
36902026-08-24T13:07:40.663ZAug 24 13:07:39.549DEBG DEBGAug 24 13:07:39.549replacing 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 } }]
36912026-08-24T13:07:40.663Z 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 } }]DEBG
36922026-08-24T13:07:40.663Zreplacing 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 } }]
36932026-08-24T13:07:40.663ZAug 24 13:07:39.549 INFO adding route 172.17.0.37/32 -> 10.0.0.255
36942026-08-24T13:07:40.664ZAug 24 13:07:39.549
36952026-08-24T13:07:40.664ZAug 24 13:07:39.549 INFO adding route 172.17.0.7/32 -> 10.0.0.255
36962026-08-24T13:07:40.664ZINFOAug 24 13:07:39.549Aug 24 13:07:39.549 adding route 172.17.0.0/32 -> 10.0.0.255
36972026-08-24T13:07:40.664ZDEBGDEBG Aug 24 13:07:39.549replacing 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.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 } }]
36982026-08-24T13:07:40.664Z
36992026-08-24T13:07:40.664ZDEBGAug 24 13:07:39.549 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549
37002026-08-24T13:07:40.664Z DEBGINFO adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37012026-08-24T13:07:40.664ZAug 24 13:07:39.549
37022026-08-24T13:07:40.664Z INFOAug 24 13:07:39.549Aug 24 13:07:39.549 DEBGAug 24 13:07:39.549 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
37032026-08-24T13:07:40.664Zadding route 172.17.0.57/32 -> 10.0.0.255INFO adding route 172.17.0.1/32 -> 10.0.0.255
37042026-08-24T13:07:40.664ZAug 24 13:07:39.549
37052026-08-24T13:07:40.664Zadding route 172.17.0.8/32 -> 10.0.0.255
37062026-08-24T13:07:40.668ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
37072026-08-24T13:07:40.668ZAug 24 13:07:39.549 Aug 24 13:07:39.549DEBGAug 24 13:07:39.549 Aug 24 13:07:39.549 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37082026-08-24T13:07:40.668Z 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
37092026-08-24T13:07:40.668ZDEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.549
37102026-08-24T13:07:40.668Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549INFO
37112026-08-24T13:07:40.668Zadding route 172.17.0.2/32 -> 10.0.0.255INFO
37122026-08-24T13:07:40.668Z adding route 172.17.0.40/32 -> 10.0.0.255
37132026-08-24T13:07:40.668ZAug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549 INFODEBG 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 } }]
37142026-08-24T13:07:40.668Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549
37152026-08-24T13:07:40.668Zadding route 172.17.0.9/32 -> 10.0.0.255 INFO
37162026-08-24T13:07:40.668Z Aug 24 13:07:39.549Aug 24 13:07:39.549 adding route 172.17.0.58/32 -> 10.0.0.255INFO
37172026-08-24T13:07:40.668Z INFOadding route 172.17.0.41/32 -> 10.0.0.255
37182026-08-24T13:07:40.668Zadding route 172.17.0.3/32 -> 10.0.0.255
37192026-08-24T13:07:40.668ZAug 24 13:07:39.549 DEBGAug 24 13:07:39.549 Aug 24 13:07:39.549 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37202026-08-24T13:07:40.668Z
37212026-08-24T13:07:40.668Zreplacing 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 } }]
37222026-08-24T13:07:40.668ZAug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255Aug 24 13:07:39.549
37232026-08-24T13:07:40.668ZINFO INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37242026-08-24T13:07:40.668ZAug 24 13:07:39.549adding route 172.17.0.4/32 -> 10.0.0.255
37252026-08-24T13:07:40.668ZDEBGadding route 172.17.0.10/32 -> 10.0.0.255 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 } }]
37262026-08-24T13:07:40.669Z
37272026-08-24T13:07:40.669ZAug 24 13:07:39.549Aug 24 13:07:39.549 INFODEBG Aug 24 13:07:39.549 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37282026-08-24T13:07:40.669Z adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:07:39.549
37292026-08-24T13:07:40.669Z
37302026-08-24T13:07:40.669Z DEBG Aug 24 13:07:39.549replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.549INFO
37312026-08-24T13:07:40.669ZDEBG adding route 172.17.0.5/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 } }]
37322026-08-24T13:07:40.669Z
37332026-08-24T13:07:40.669ZAug 24 13:07:39.549Aug 24 13:07:39.549Aug 24 13:07:39.549 INFO DEBGINFOAug 24 13:07:39.549 adding route 172.17.0.44/32 -> 10.0.0.255DEBGadding route 172.17.0.11/32 -> 10.0.0.255
37342026-08-24T13:07:40.669Z 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 } }]
37352026-08-24T13:07:40.669Zreplacing 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 } }]
37362026-08-24T13:07:40.669Z
37372026-08-24T13:07:40.669ZAug 24 13:07:39.549 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 } }]Aug 24 13:07:39.549Aug 24 13:07:39.549
37382026-08-24T13:07:40.669Z DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549Aug 24 13:07:39.549 adding route 172.17.0.6/32 -> 10.0.0.255INFO
37392026-08-24T13:07:40.669Z
37402026-08-24T13:07:40.669Zadding route 172.17.0.45/32 -> 10.0.0.255
37412026-08-24T13:07:40.669ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
37422026-08-24T13:07:40.669ZAug 24 13:07:39.549Aug 24 13:07:39.549 INFODEBG Aug 24 13:07:39.549 adding route 172.17.0.12/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 } }]Aug 24 13:07:39.549
37432026-08-24T13:07:40.669Z DEBG
37442026-08-24T13:07:40.669Z Aug 24 13:07:39.549replacing 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
37452026-08-24T13:07:40.669ZDEBGAug 24 13:07:39.549 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 } }]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 } }]
37462026-08-24T13:07:40.669ZAug 24 13:07:39.549adding route 172.17.0.7/32 -> 10.0.0.255
37472026-08-24T13:07:40.669ZINFO
37482026-08-24T13:07:40.669Z adding route 172.17.0.46/32 -> 10.0.0.255
37492026-08-24T13:07:40.669ZAug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549DEBGINFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37502026-08-24T13:07:40.669Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
37512026-08-24T13:07:40.669Z
37522026-08-24T13:07:40.669ZAug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549INFO INFODEBG adding route 172.17.0.8/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 } }]Aug 24 13:07:39.549
37532026-08-24T13:07:40.669ZINFO
37542026-08-24T13:07:40.669Z adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
37552026-08-24T13:07:40.669Z
37562026-08-24T13:07:40.669ZAug 24 13:07:39.549 Aug 24 13:07:39.549DEBGAug 24 13:07:39.549 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 Aug 24 13:07:39.549
37572026-08-24T13:07:40.669Zreplacing 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
37582026-08-24T13:07:40.669Z adding route 172.17.0.14/32 -> 10.0.0.255
37592026-08-24T13:07:40.669ZDEBGAug 24 13:07:39.549Aug 24 13:07:39.549 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
37602026-08-24T13:07:40.669Zreplacing 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 } }]
37612026-08-24T13:07:40.669Z
37622026-08-24T13:07:40.669ZAug 24 13:07:39.549Aug 24 13:07:39.549Aug 24 13:07:39.549 DEBGAug 24 13:07:39.549DEBG 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.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 } }]
37632026-08-24T13:07:40.669Ztest route::tests::add_target_fails_full ... ok
37642026-08-24T13:07:40.669Z
37652026-08-24T13:07:40.669ZINFO 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.62/32 -> 10.0.0.255
37662026-08-24T13:07:40.670ZAug 24 13:07:39.549
37672026-08-24T13:07:40.670ZINFO Aug 24 13:07:39.549adding route 172.17.0.49/32 -> 10.0.0.255
37682026-08-24T13:07:40.670ZAug 24 13:07:39.549INFO adding route 172.17.0.10/32 -> 10.0.0.255DEBG
37692026-08-24T13:07:40.670ZAug 24 13:07:39.549 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37702026-08-24T13:07:40.670ZAug 24 13:07:39.549 Aug 24 13:07:39.549replacing 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 } }]
37712026-08-24T13:07:40.670ZDEBG 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 } }]
37722026-08-24T13:07:40.670Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:07:39.549
37732026-08-24T13:07:40.670Ztest route::tests::delete_target_full ... ok
37742026-08-24T13:07:40.670Z Aug 24 13:07:39.549INFO adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 24 13:07:39.549
37752026-08-24T13:07:40.670ZAug 24 13:07:39.549 adding route 172.17.0.11/32 -> 10.0.0.255
37762026-08-24T13:07:40.670ZDEBG INFO Aug 24 13:07:39.549 Aug 24 13:07:39.549 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }]
37772026-08-24T13:07:40.670Z
37782026-08-24T13:07:40.670Z
37792026-08-24T13:07:40.670Zadding route 172.17.0.63/32 -> 10.0.0.255
37802026-08-24T13:07:40.670ZAug 24 13:07:39.549 Aug 24 13:07:39.549INFOAug 24 13:07:39.549 adding route 172.17.0.51/32 -> 10.0.0.255INFO
37812026-08-24T13:07:40.670ZAug 24 13:07:39.549 DEBG INFOreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549 DEBGadding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255
37822026-08-24T13:07:40.670Zreplacing 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 } }]
37832026-08-24T13:07:40.670Z
37842026-08-24T13:07:40.670Z
37852026-08-24T13:07:40.670ZAug 24 13:07:39.549Aug 24 13:07:39.549Aug 24 13:07:39.549 DEBG INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255DEBG
37862026-08-24T13:07:40.670Z
37872026-08-24T13:07:40.670Z Aug 24 13:07:39.549replacing 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 } }] DEBGAug 24 13:07:39.549 failed to allocate space for the new target listAug 24 13:07:39.549
37882026-08-24T13:07:40.670Z INFODEBG
37892026-08-24T13:07:40.670Z 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 } }]
37902026-08-24T13:07:40.670Z Aug 24 13:07:39.556adding route 172.17.0.13/32 -> 10.0.0.255Aug 24 13:07:39.556
37912026-08-24T13:07:40.670ZAug 24 13:07:39.556 INFO Aug 24 13:07:39.556DEBG 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 } }]adding route 172.17.0.53/32 -> 10.0.0.255
37922026-08-24T13:07:40.670Z
37932026-08-24T13:07:40.670Z 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 } }]
37942026-08-24T13:07:40.670Z
37952026-08-24T13:07:40.670ZAug 24 13:07:39.556 Aug 24 13:07:39.556DEBG 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 } }]
37962026-08-24T13:07:40.670ZAug 24 13:07:39.556Aug 24 13:07:39.556adding route 172.17.0.14/32 -> 10.0.0.255 INFO
37972026-08-24T13:07:40.670ZDEBGAug 24 13:07:39.556 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
37982026-08-24T13:07:40.670Zfailed to allocate space for the new target list Aug 24 13:07:39.556INFO
37992026-08-24T13:07:40.670Z Aug 24 13:07:39.556adding route 172.17.0.54/32 -> 10.0.0.255
38002026-08-24T13:07:40.670ZDEBG 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 } }]
38012026-08-24T13:07:40.670Zreplacing 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 } }]
38022026-08-24T13:07:40.670ZAug 24 13:07:39.556 Aug 24 13:07:39.556DEBG Aug 24 13:07:39.556INFO 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
38032026-08-24T13:07:40.670Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255
38042026-08-24T13:07:40.670Z
38052026-08-24T13:07:40.671ZAug 24 13:07:39.556 INFOAug 24 13:07:39.556 adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:07:39.556
38062026-08-24T13:07:40.675Z 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 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 } }]
38072026-08-24T13:07:40.675ZAug 24 13:07:39.556
38082026-08-24T13:07:40.675Z 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 } }]
38092026-08-24T13:07:40.675ZAug 24 13:07:39.556 INFOAug 24 13:07:39.556 Aug 24 13:07:39.556adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
38102026-08-24T13:07:40.675Z INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
38112026-08-24T13:07:40.675Z
38122026-08-24T13:07:40.675ZAug 24 13:07:39.556 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.556
38132026-08-24T13:07:40.675Z Aug 24 13:07:39.556DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38142026-08-24T13:07:40.675Z Aug 24 13:07:39.556replacing 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 } }]
38152026-08-24T13:07:40.675ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 24 13:07:39.556
38162026-08-24T13:07:40.675Z INFOAug 24 13:07:39.556 adding route 172.17.0.57/32 -> 10.0.0.255INFO
38172026-08-24T13:07:40.675Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 24 13:07:39.556
38182026-08-24T13:07:40.675Z 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 } }]
38192026-08-24T13:07:40.675ZAug 24 13:07:39.556 Aug 24 13:07:39.556DEBG Aug 24 13:07:39.556replacing 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 } }]
38202026-08-24T13:07:40.675ZDEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing 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 } }]
38212026-08-24T13:07:40.675Z
38222026-08-24T13:07:40.675ZAug 24 13:07:39.556 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:07:39.556
38232026-08-24T13:07:40.675ZAug 24 13:07:39.556 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255Aug 24 13:07:39.556
38242026-08-24T13:07:40.676Z 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
38252026-08-24T13:07:40.676Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.556
38262026-08-24T13:07:40.676Z DEBG Aug 24 13:07:39.556replacing 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 } }]
38272026-08-24T13:07:40.676ZAug 24 13:07:39.556INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
38282026-08-24T13:07:40.676Zadding route 172.17.0.19/32 -> 10.0.0.255
38292026-08-24T13:07:40.676ZAug 24 13:07:39.556 INFO Aug 24 13:07:39.556adding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:07:39.556
38302026-08-24T13:07:40.676Z DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38312026-08-24T13:07:40.676Z
38322026-08-24T13:07:40.676ZAug 24 13:07:39.556 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 } }]
38332026-08-24T13:07:40.676ZAug 24 13:07:39.556Aug 24 13:07:39.556 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:07:39.556
38342026-08-24T13:07:40.676Z
38352026-08-24T13:07:40.676ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
38362026-08-24T13:07:40.676ZAug 24 13:07:39.556 INFOAug 24 13:07:39.556DEBGAug 24 13:07:39.556 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
38372026-08-24T13:07:40.676ZDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.556
38382026-08-24T13:07:40.676Z
38392026-08-24T13:07:40.676ZINFOadding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
38402026-08-24T13:07:40.676Z
38412026-08-24T13:07:40.676ZAug 24 13:07:39.556 Aug 24 13:07:39.556INFO Aug 24 13:07:39.556adding route 172.17.0.21/32 -> 10.0.0.255 INFOAug 24 13:07:39.556DEBG adding route 172.17.0.61/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 } }]
38422026-08-24T13:07:40.676Z
38432026-08-24T13:07:40.676Z DEBG
38442026-08-24T13:07:40.676Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.556
38452026-08-24T13:07:40.676Z INFOAug 24 13:07:39.556 Aug 24 13:07:39.556DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing 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 } }]
38462026-08-24T13:07:40.676Z
38472026-08-24T13:07:40.676ZAug 24 13:07:39.556DEBG 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 } }]
38482026-08-24T13:07:40.676ZINFO Aug 24 13:07:39.556adding route 172.17.0.18/32 -> 10.0.0.255
38492026-08-24T13:07:40.676ZDEBGAug 24 13:07:39.556 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 } }]
38502026-08-24T13:07:40.676ZINFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 24 13:07:39.556
38512026-08-24T13:07:40.676Z Aug 24 13:07:39.556Aug 24 13:07:39.556 DEBGINFOINFO Aug 24 13:07:39.556adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
38522026-08-24T13:07:40.676Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255DEBG
38532026-08-24T13:07:40.676Z
38542026-08-24T13:07:40.676ZAug 24 13:07:39.556replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
38552026-08-24T13:07:40.676Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.556
38562026-08-24T13:07:40.676Z DEBGAug 24 13:07:39.556 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 } }]DEBGAug 24 13:07:39.556
38572026-08-24T13:07:40.676Z INFO Aug 24 13:07:39.556failed to allocate space for the new target listadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
38582026-08-24T13:07:40.676Z
38592026-08-24T13:07:40.676ZAug 24 13:07:39.556 INFOINFO Aug 24 13:07:39.556adding route 172.17.0.23/32 -> 10.0.0.255 DEBG
38602026-08-24T13:07:40.676ZAug 24 13:07:39.556adding route 172.17.0.19/32 -> 10.0.0.255
38612026-08-24T13:07:40.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.1, vlan_id: None } }]DEBG
38622026-08-24T13:07:40.676Z 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 } }]
38632026-08-24T13:07:40.676ZAug 24 13:07:39.556 Aug 24 13:07:39.556Aug 24 13:07:39.556DEBG INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38642026-08-24T13:07:40.677Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
38652026-08-24T13:07:40.677Z 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 } }]
38662026-08-24T13:07:40.677ZAug 24 13:07:39.556Aug 24 13:07:39.556Aug 24 13:07:39.556 DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255INFOreplacing 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 } }]
38672026-08-24T13:07:40.677Z
38682026-08-24T13:07:40.677Z adding route 172.17.0.24/32 -> 10.0.0.255
38692026-08-24T13:07:40.677ZAug 24 13:07:39.556Aug 24 13:07:39.556 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.556adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
38702026-08-24T13:07:40.677ZDEBG
38712026-08-24T13:07:40.677Z 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 } }]
38722026-08-24T13:07:40.677ZAug 24 13:07:39.556 Aug 24 13:07:39.556DEBGAug 24 13:07:39.556 INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
38732026-08-24T13:07:40.677Zadding route 172.17.0.21/32 -> 10.0.0.255INFO
38742026-08-24T13:07:40.677Z adding route 172.17.0.25/32 -> 10.0.0.255
38752026-08-24T13:07:40.677ZAug 24 13:07:39.556Aug 24 13:07:39.556 Aug 24 13:07:39.556 DEBGINFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
38762026-08-24T13:07:40.677Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38772026-08-24T13:07:40.677Z
38782026-08-24T13:07:40.677ZAug 24 13:07:39.556 DEBGAug 24 13:07:39.556 Aug 24 13:07:39.556replacing 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 } }]
38792026-08-24T13:07:40.677Z INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255
38802026-08-24T13:07:40.677ZAug 24 13:07:39.556adding route 172.17.0.22/32 -> 10.0.0.255
38812026-08-24T13:07:40.677ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
38822026-08-24T13:07:40.677ZAug 24 13:07:39.556Aug 24 13:07:39.556 DEBGDEBG Aug 24 13:07:39.556 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 } }]
38832026-08-24T13:07:40.677ZDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38842026-08-24T13:07:40.677Z
38852026-08-24T13:07:40.677ZAug 24 13:07:39.556 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:07:39.556Aug 24 13:07:39.556
38862026-08-24T13:07:40.677Z INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:07:39.556
38872026-08-24T13:07:40.677Z
38882026-08-24T13:07:40.677ZDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.556
38892026-08-24T13:07:40.677ZAug 24 13:07:39.556 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.556
38902026-08-24T13:07:40.677Zreplacing 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 } }]
38912026-08-24T13:07:40.677ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
38922026-08-24T13:07:40.677ZAug 24 13:07:39.556Aug 24 13:07:39.556 INFOAug 24 13:07:39.556 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
38932026-08-24T13:07:40.677ZDEBG adding route 172.17.0.24/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 } }]
38942026-08-24T13:07:40.677Z
38952026-08-24T13:07:40.677ZAug 24 13:07:39.556 DEBG Aug 24 13:07:39.556replacing 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 } }]
38962026-08-24T13:07:40.677ZAug 24 13:07:39.556DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.556
38972026-08-24T13:07:40.677Zadding route 172.17.0.29/32 -> 10.0.0.255
38982026-08-24T13:07:40.677ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
38992026-08-24T13:07:40.677ZAug 24 13:07:39.556 Aug 24 13:07:39.556INFO Aug 24 13:07:39.556 DEBGadding route 172.17.0.25/32 -> 10.0.0.255
39002026-08-24T13:07:40.677ZDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
39012026-08-24T13:07:40.677Z
39022026-08-24T13:07:40.677ZAug 24 13:07:39.556 Aug 24 13:07:39.556DEBG Aug 24 13:07:39.556INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }]
39032026-08-24T13:07:40.677Z
39042026-08-24T13:07:40.678ZAug 24 13:07:39.562 DEBG Aug 24 13:07:39.562replacing 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 } }]
39052026-08-24T13:07:40.678ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
39062026-08-24T13:07:40.682ZAug 24 13:07:39.562 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
39072026-08-24T13:07:40.682ZAug 24 13:07:39.562 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 } }]
39082026-08-24T13:07:40.682ZAug 24 13:07:39.562 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 } }]
39092026-08-24T13:07:40.682ZAug 24 13:07:39.562 INFO Aug 24 13:07:39.562 adding route 172.17.0.27/32 -> 10.0.0.255INFO
39102026-08-24T13:07:40.682Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
39112026-08-24T13:07:40.682Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:07:39.563
39122026-08-24T13:07:40.682ZAug 24 13:07:39.563 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
39132026-08-24T13:07:40.682Zreplacing 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 } }]
39142026-08-24T13:07:40.682ZAug 24 13:07:39.563 DEBGAug 24 13:07:39.563 Aug 24 13:07:39.563INFOreplacing 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 } }] INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
39152026-08-24T13:07:40.682Z
39162026-08-24T13:07:40.682Z adding route 172.17.0.28/32 -> 10.0.0.255
39172026-08-24T13:07:40.682ZAug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563 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 } }]
39182026-08-24T13:07:40.682ZDEBGadding route 172.17.0.31/32 -> 10.0.0.255
39192026-08-24T13:07:40.682Zreplacing 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 } }]
39202026-08-24T13:07:40.682ZAug 24 13:07:39.563 Aug 24 13:07:39.563INFOAug 24 13:07:39.563 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
39212026-08-24T13:07:40.682Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39222026-08-24T13:07:40.683Z adding route 172.17.0.29/32 -> 10.0.0.255
39232026-08-24T13:07:40.683ZAug 24 13:07:39.563 Aug 24 13:07:39.563DEBG Aug 24 13:07:39.563replacing 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
39242026-08-24T13:07:40.683ZDEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39252026-08-24T13:07:40.683Z
39262026-08-24T13:07:40.683ZAug 24 13:07:39.563 INFO Aug 24 13:07:39.563adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
39272026-08-24T13:07:40.683ZDEBGAug 24 13:07:39.563 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
39282026-08-24T13:07:40.683Z Aug 24 13:07:39.563adding route 172.17.0.30/32 -> 10.0.0.255 DEBG
39292026-08-24T13:07:40.683Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.563
39302026-08-24T13:07:40.683Z INFOAug 24 13:07:39.563 adding route 172.17.0.33/32 -> 10.0.0.255Aug 24 13:07:39.563DEBG
39312026-08-24T13:07:40.683ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39322026-08-24T13:07:40.683Z
39332026-08-24T13:07:40.683ZAug 24 13:07:39.563 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.563
39342026-08-24T13:07:40.683ZAug 24 13:07:39.563 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 } }]Aug 24 13:07:39.563
39352026-08-24T13:07:40.683Z INFOadding route 172.17.0.31/32 -> 10.0.0.255
39362026-08-24T13:07:40.683Zadding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:07:39.563
39372026-08-24T13:07:40.683Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
39382026-08-24T13:07:40.683ZAug 24 13:07:39.563Aug 24 13:07:39.563 DEBGDEBGAug 24 13:07:39.563 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
39392026-08-24T13:07:40.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 } }]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 } }]
39402026-08-24T13:07:40.683Z
39412026-08-24T13:07:40.683ZAug 24 13:07:39.563Aug 24 13:07:39.563 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:07:39.563
39422026-08-24T13:07:40.683Z
39432026-08-24T13:07:40.683Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
39442026-08-24T13:07:40.683ZAug 24 13:07:39.563Aug 24 13:07:39.563 DEBGDEBG Aug 24 13:07:39.563 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 } }]
39452026-08-24T13:07:40.683Zreplacing 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
39462026-08-24T13:07:40.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 } }]
39472026-08-24T13:07:40.683ZAug 24 13:07:39.563 INFOAug 24 13:07:39.563 Aug 24 13:07:39.563adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
39482026-08-24T13:07:40.683Z adding route 172.17.0.36/32 -> 10.0.0.255INFO
39492026-08-24T13:07:40.683Z adding route 172.17.0.33/32 -> 10.0.0.255Aug 24 13:07:39.563
39502026-08-24T13:07:40.683Z DEBGAug 24 13:07:39.563 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
39512026-08-24T13:07:40.683ZAug 24 13:07:39.563 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 } }]
39522026-08-24T13:07:40.683ZDEBG Aug 24 13:07:39.563replacing 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 } }]
39532026-08-24T13:07:40.683ZINFOAug 24 13:07:39.563 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
39542026-08-24T13:07:40.683Z Aug 24 13:07:39.563adding route 172.17.0.37/32 -> 10.0.0.255
39552026-08-24T13:07:40.683ZINFO Aug 24 13:07:39.563adding route 172.17.0.34/32 -> 10.0.0.255
39562026-08-24T13:07:40.683ZAug 24 13:07:39.563DEBG 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 } }]
39572026-08-24T13:07:40.683Zreplacing 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 } }]
39582026-08-24T13:07:40.683ZAug 24 13:07:39.563 DEBGAug 24 13:07:39.563 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 } }]INFOAug 24 13:07:39.563
39592026-08-24T13:07:40.683Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
39602026-08-24T13:07:40.683ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
39612026-08-24T13:07:40.683ZAug 24 13:07:39.563Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563 INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
39622026-08-24T13:07:40.684Z DEBGadding route 172.17.0.35/32 -> 10.0.0.255
39632026-08-24T13:07:40.684Ztest route::tests::delete_target_fragmented ... ok
39642026-08-24T13:07:40.684Ztest route::tests::delete_targets_fragmented ... ok
39652026-08-24T13:07:40.684Zreplacing 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 } }]
39662026-08-24T13:07:40.684ZAug 24 13:07:39.563Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBG INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255
39672026-08-24T13:07:40.684Z
39682026-08-24T13:07:40.684Z 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 } }]
39692026-08-24T13:07:40.684ZAug 24 13:07:39.563 Aug 24 13:07:39.563DEBG Aug 24 13:07:39.563DEBGreplacing 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 } }]
39702026-08-24T13:07:40.684Zreplacing 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 } }]
39712026-08-24T13:07:40.684ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
39722026-08-24T13:07:40.684ZAug 24 13:07:39.563Aug 24 13:07:39.563 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 24 13:07:39.563
39732026-08-24T13:07:40.684Z DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39742026-08-24T13:07:40.684Z
39752026-08-24T13:07:40.684ZAug 24 13:07:39.563 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 } }]Aug 24 13:07:39.563Aug 24 13:07:39.563
39762026-08-24T13:07:40.684Z INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255
39772026-08-24T13:07:40.684ZAug 24 13:07:39.563replacing 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 } }]
39782026-08-24T13:07:40.684ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
39792026-08-24T13:07:40.684ZAug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563INFO DEBG adding route 172.17.0.41/32 -> 10.0.0.255
39802026-08-24T13:07:40.684ZDEBGreplacing 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 } }]
39812026-08-24T13:07:40.684Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39822026-08-24T13:07:40.684ZAug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563DEBGINFO 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 } }]INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
39832026-08-24T13:07:40.684Z
39842026-08-24T13:07:40.684Z adding route 172.17.0.38/32 -> 10.0.0.255
39852026-08-24T13:07:40.684ZAug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563 DEBGDEBG 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 } }]
39862026-08-24T13:07:40.684Zadding route 172.17.0.42/32 -> 10.0.0.255 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39872026-08-24T13:07:40.684Z
39882026-08-24T13:07:40.684ZAug 24 13:07:39.563 INFOAug 24 13:07:39.563Aug 24 13:07:39.563 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
39892026-08-24T13:07:40.684Z INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39902026-08-24T13:07:40.684Zadding route 172.17.0.39/32 -> 10.0.0.255
39912026-08-24T13:07:40.684ZAug 24 13:07:39.563 DEBGAug 24 13:07:39.563 Aug 24 13:07:39.563INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255DEBG
39922026-08-24T13:07:40.684Z
39932026-08-24T13:07:40.684Z 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 } }]
39942026-08-24T13:07:40.684ZAug 24 13:07:39.563Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563 failed to allocate space for the new target listINFO
39952026-08-24T13:07:40.684Z DEBGadding route 172.17.0.40/32 -> 10.0.0.255
39962026-08-24T13:07:40.684Zreplacing 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 } }]
39972026-08-24T13:07:40.684ZAug 24 13:07:39.563 DEBGAug 24 13:07:39.563Aug 24 13:07:39.563 replacing targets for 3fff:dead::/64 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
39982026-08-24T13:07:40.684ZDEBG 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.44/32 -> 10.0.0.255
39992026-08-24T13:07:40.684Z
40002026-08-24T13:07:40.684ZAug 24 13:07:39.563Aug 24 13:07:39.563 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
40012026-08-24T13:07:40.684Z
40022026-08-24T13:07:40.685ZAug 24 13:07:39.563Aug 24 13:07:39.563 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.45/32 -> 10.0.0.255
40032026-08-24T13:07:40.685Z
40042026-08-24T13:07:40.685ZAug 24 13:07:39.563Aug 24 13:07:39.563 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40052026-08-24T13:07:40.685ZAug 24 13:07:39.563 adding route 172.17.0.42/32 -> 10.0.0.255INFO
40062026-08-24T13:07:40.689Z adding route 172.17.0.46/32 -> 10.0.0.255
40072026-08-24T13:07:40.689ZAug 24 13:07:39.563 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 } }]
40082026-08-24T13:07:40.689ZAug 24 13:07:39.563 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 } }]Aug 24 13:07:39.563
40092026-08-24T13:07:40.689Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
40102026-08-24T13:07:40.689ZAug 24 13:07:39.563 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:07:39.563
40112026-08-24T13:07:40.689Z 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 } }]
40122026-08-24T13:07:40.689ZAug 24 13:07:39.563 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 } }]
40132026-08-24T13:07:40.689ZAug 24 13:07:39.563 INFO adding route 172.17.0.48/32 -> 10.0.0.255
40142026-08-24T13:07:40.689ZAug 24 13:07:39.563 INFO adding route 172.17.0.44/32 -> 10.0.0.255
40152026-08-24T13:07:40.689ZAug 24 13:07:39.563 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 } }]
40162026-08-24T13:07:40.689ZAug 24 13:07:39.563 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 } }]
40172026-08-24T13:07:40.689ZAug 24 13:07:39.563 INFO adding route 172.17.0.49/32 -> 10.0.0.255
40182026-08-24T13:07:40.689ZAug 24 13:07:39.563 INFO adding route 172.17.0.45/32 -> 10.0.0.255
40192026-08-24T13:07:40.689ZAug 24 13:07:39.563 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 } }]
40202026-08-24T13:07:40.689ZAug 24 13:07:39.563 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 } }]
40212026-08-24T13:07:40.689ZAug 24 13:07:39.563 INFOAug 24 13:07:39.563 INFO adding route 172.17.0.46/32 -> 10.0.0.255
40222026-08-24T13:07:40.689Z Aug 24 13:07:39.564 DEBGAug 24 13:07:39.569 created new freemapDEBG , replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
40232026-08-24T13:07:40.689Zunit
40242026-08-24T13:07:40.689Z: freemap_route_ipv4
40252026-08-24T13:07:40.689ZAug 24 13:07:39.569 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 24 13:07:39.569
40262026-08-24T13:07:40.689Z DEBG created new freemapAug 24 13:07:39.569, unitDEBG: 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 } }]freemap_route_ipv6
40272026-08-24T13:07:40.689Z
40282026-08-24T13:07:40.689ZAug 24 13:07:39.569Aug 24 13:07:39.569 DEBGINFO initted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255,
40292026-08-24T13:07:40.689Zunit: freemap_route_ipv4
40302026-08-24T13:07:40.689ZAug 24 13:07:39.569 DEBGAug 24 13:07:39.569 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
40312026-08-24T13:07:40.689Z reset freemapAug 24 13:07:39.569, Aug 24 13:07:39.569unit DEBG:INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv4
40322026-08-24T13:07:40.689Z
40332026-08-24T13:07:40.689Z
40342026-08-24T13:07:40.689ZAug 24 13:07:39.569Aug 24 13:07:39.569 Aug 24 13:07:39.569DEBG 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 } }]
40352026-08-24T13:07:40.689Z initted freemap. size: 64INFO , adding route 172.17.0.51/32 -> 10.0.0.255unit
40362026-08-24T13:07:40.689ZAug 24 13:07:39.569: INFOfreemap_route_ipv6
40372026-08-24T13:07:40.690ZAug 24 13:07:39.569adding route 172.17.0.50/32 -> 10.0.0.255
40382026-08-24T13:07:40.690ZDEBG 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 } }]
40392026-08-24T13:07:40.690ZAug 24 13:07:39.569Aug 24 13:07:39.569 DEBGAug 24 13:07:39.569DEBG reset freemapINFOreplacing 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 } }]
40402026-08-24T13:07:40.690Zadding route 172.17.0.52/32 -> 10.0.0.255,
40412026-08-24T13:07:40.690Zunit: freemap_route_ipv6
40422026-08-24T13:07:40.690ZAug 24 13:07:39.569Aug 24 13:07:39.569 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.569
40432026-08-24T13:07:40.690Z INFO
40442026-08-24T13:07:40.690Zadding route 172.16.0.0/32 -> 10.0.0.1
40452026-08-24T13:07:40.690ZAug 24 13:07:39.569 DEBGAug 24 13:07:39.569 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 } }]Aug 24 13:07:39.569
40462026-08-24T13:07:40.690Z INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:07:39.569
40472026-08-24T13:07:40.690Z INFO
40482026-08-24T13:07:40.690Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 24 13:07:39.569
40492026-08-24T13:07:40.690Z Aug 24 13:07:39.569INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 24 13:07:39.569
40502026-08-24T13:07:40.690Z 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
40512026-08-24T13:07:40.690Z 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 } }]
40522026-08-24T13:07:40.690ZAug 24 13:07:39.569 Aug 24 13:07:39.569DEBG Aug 24 13:07:39.569 INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
40532026-08-24T13:07:40.690Z
40542026-08-24T13:07:40.690Zadding route 172.17.0.53/32 -> 10.0.0.255
40552026-08-24T13:07:40.690ZAug 24 13:07:39.569Aug 24 13:07:39.569Aug 24 13:07:39.569 INFODEBGDEBG 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 } }]
40562026-08-24T13:07:40.690Zreplacing 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.16.0.0/32 -> 10.0.0.1
40572026-08-24T13:07:40.690Z
40582026-08-24T13:07:40.690ZAug 24 13:07:39.569 INFOAug 24 13:07:39.569Aug 24 13:07:39.569 DEBGadding route 172.17.0.55/32 -> 10.0.0.255INFO
40592026-08-24T13:07:40.690Zadding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
40602026-08-24T13:07:40.690Z
40612026-08-24T13:07:40.690ZAug 24 13:07:39.569 DEBG Aug 24 13:07:39.569replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.569DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40622026-08-24T13:07:40.690Z
40632026-08-24T13:07:40.690Zadding route 172.16.0.0/32 -> 10.0.0.2
40642026-08-24T13:07:40.690ZAug 24 13:07:39.569Aug 24 13:07:39.569Aug 24 13:07:39.569 INFODEBG INFOadding route 172.17.0.55/32 -> 10.0.0.255
40652026-08-24T13:07:40.690Zreplacing 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.56/32 -> 10.0.0.255
40662026-08-24T13:07:40.690Z
40672026-08-24T13:07:40.690ZAug 24 13:07:39.569 DEBGAug 24 13:07:39.569 Aug 24 13:07:39.569replacing 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 } }]
40682026-08-24T13:07:40.690ZINFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255
40692026-08-24T13:07:40.690Zreplacing 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 } }]
40702026-08-24T13:07:40.690ZAug 24 13:07:39.569Aug 24 13:07:39.569 Aug 24 13:07:39.569INFO DEBGINFOadding route 172.17.0.56/32 -> 10.0.0.255 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 } }]
40712026-08-24T13:07:40.690Z
40722026-08-24T13:07:40.690Zadding route 172.17.0.57/32 -> 10.0.0.255
40732026-08-24T13:07:40.690ZAug 24 13:07:39.569Aug 24 13:07:39.569 Aug 24 13:07:39.569 INFODEBGDEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
40742026-08-24T13:07:40.690Z
40752026-08-24T13:07:40.691Z
40762026-08-24T13:07:40.691ZAug 24 13:07:39.570Aug 24 13:07:39.570Aug 24 13:07:39.570 DEBGINFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
40772026-08-24T13:07:40.691Z
40782026-08-24T13:07:40.691Z
40792026-08-24T13:07:40.691ZAug 24 13:07:39.570Aug 24 13:07:39.570Aug 24 13:07:39.570 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 } }]DEBGadding route 172.17.0.2/32 -> 10.0.0.255
40802026-08-24T13:07:40.691Z
40812026-08-24T13:07:40.691Zreplacing 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 } }]
40822026-08-24T13:07:40.691ZAug 24 13:07:39.570Aug 24 13:07:39.570 Aug 24 13:07:39.570INFODEBG adding route 172.17.0.58/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 } }]
40832026-08-24T13:07:40.691Z
40842026-08-24T13:07:40.691ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
40852026-08-24T13:07:40.691ZAug 24 13:07:39.570Aug 24 13:07:39.570 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 } }]Aug 24 13:07:39.570
40862026-08-24T13:07:40.691Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG
40872026-08-24T13:07:40.691Z Aug 24 13:07:39.570replacing 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 } }]
40882026-08-24T13:07:40.691ZINFO Aug 24 13:07:39.570adding route 172.17.0.59/32 -> 10.0.0.255
40892026-08-24T13:07:40.691ZAug 24 13:07:39.570DEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40902026-08-24T13:07:40.691Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 24 13:07:39.570
40912026-08-24T13:07:40.691Z DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.570
40922026-08-24T13:07:40.691Z INFOAug 24 13:07:39.570 adding route 172.17.0.4/32 -> 10.0.0.255Aug 24 13:07:39.570DEBG
40932026-08-24T13:07:40.691Z 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 } }]adding route 172.17.0.60/32 -> 10.0.0.255
40942026-08-24T13:07:40.691Z
40952026-08-24T13:07:40.691ZAug 24 13:07:39.570 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.570
40962026-08-24T13:07:40.691Z Aug 24 13:07:39.570DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40972026-08-24T13:07:40.691ZAug 24 13:07:39.570failed to allocate space for the new target list
40982026-08-24T13:07:40.691ZINFO Aug 24 13:07:39.570adding route 172.17.0.5/32 -> 10.0.0.255
40992026-08-24T13:07:40.691ZAug 24 13:07:39.570DEBG DEBGfailed to allocate space for the new target list
41002026-08-24T13:07:40.691Zreplacing targets for 172.16.0.0/32 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 } }]
41012026-08-24T13:07:40.691ZAug 24 13:07:39.570 DEBGAug 24 13:07:39.570 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
41022026-08-24T13:07:40.691Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
41032026-08-24T13:07:40.691ZAug 24 13:07:39.570 INFO adding route 172.17.0.6/32 -> 10.0.0.255
41042026-08-24T13:07:40.691ZAug 24 13:07:39.570 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 } }]
41052026-08-24T13:07:40.691ZAug 24 13:07:39.570 INFO adding route 172.17.0.7/32 -> 10.0.0.255
41062026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41072026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.8/32 -> 10.0.0.255
41082026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41092026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.9/32 -> 10.0.0.255
41102026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41112026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.10/32 -> 10.0.0.255
41122026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41132026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.11/32 -> 10.0.0.255
41142026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41152026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.12/32 -> 10.0.0.255
41162026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41172026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.13/32 -> 10.0.0.255
41182026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41192026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.14/32 -> 10.0.0.255
41202026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41212026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.15/32 -> 10.0.0.255
41222026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41232026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.16/32 -> 10.0.0.255
41242026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41252026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.17/32 -> 10.0.0.255
41262026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41272026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.18/32 -> 10.0.0.255
41282026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41292026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.19/32 -> 10.0.0.255
41302026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41312026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.20/32 -> 10.0.0.255
41322026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41332026-08-24T13:07:40.696ZAug 24 13:07:39.570 INFO adding route 172.17.0.21/32 -> 10.0.0.255
41342026-08-24T13:07:40.696ZAug 24 13:07:39.570 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 } }]
41352026-08-24T13:07:40.696ZAug 24 13:07:39.576 INFO adding route 172.17.0.22/32 -> 10.0.0.255
41362026-08-24T13:07:40.696ZAug 24 13:07:39.576 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 } }]
41372026-08-24T13:07:40.696ZAug 24 13:07:39.576 INFO adding route 172.17.0.23/32 -> 10.0.0.255
41382026-08-24T13:07:40.696ZAug 24 13:07:39.576 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 } }]
41392026-08-24T13:07:40.696ZAug 24 13:07:39.576 INFO adding route 172.17.0.24/32 -> 10.0.0.255
41402026-08-24T13:07:40.696ZAug 24 13:07:39.576 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 } }]
41412026-08-24T13:07:40.696ZAug 24 13:07:39.576 INFO adding route 172.17.0.25/32 -> 10.0.0.255
41422026-08-24T13:07:40.696ZAug 24 13:07:39.576 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 } }]
41432026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.26/32 -> 10.0.0.255
41442026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41452026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.27/32 -> 10.0.0.255
41462026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41472026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.28/32 -> 10.0.0.255
41482026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41492026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.29/32 -> 10.0.0.255
41502026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41512026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.30/32 -> 10.0.0.255
41522026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41532026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.31/32 -> 10.0.0.255
41542026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41552026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.32/32 -> 10.0.0.255
41562026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41572026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.33/32 -> 10.0.0.255
41582026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41592026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.34/32 -> 10.0.0.255
41602026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41612026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.35/32 -> 10.0.0.255
41622026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41632026-08-24T13:07:40.697Ztest route::tests::delete_targets_full ... ok
41642026-08-24T13:07:40.697Z
41652026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.36/32 -> 10.0.0.255
41662026-08-24T13:07:40.697Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
41672026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41682026-08-24T13:07:40.697Z
41692026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.37/32 -> 10.0.0.255
41702026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41712026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.38/32 -> 10.0.0.255
41722026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41732026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.39/32 -> 10.0.0.255
41742026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41752026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.40/32 -> 10.0.0.255
41762026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41772026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.41/32 -> 10.0.0.255
41782026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41792026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.42/32 -> 10.0.0.255
41802026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41812026-08-24T13:07:40.697ZAug 24 13:07:39.576 INFO adding route 172.17.0.43/32 -> 10.0.0.255
41822026-08-24T13:07:40.697ZAug 24 13:07:39.576 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 } }]
41832026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.44/32 -> 10.0.0.255
41842026-08-24T13:07:40.698ZAug 24 13:07:39.576 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 } }]
41852026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.45/32 -> 10.0.0.255
41862026-08-24T13:07:40.698ZAug 24 13:07:39.576 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 } }]
41872026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.46/32 -> 10.0.0.255
41882026-08-24T13:07:40.698ZAug 24 13:07:39.576 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 } }]
41892026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.47/32 -> 10.0.0.255
41902026-08-24T13:07:40.698ZAug 24 13:07:39.576 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 } }]
41912026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.48/32 -> 10.0.0.255
41922026-08-24T13:07:40.698ZAug 24 13:07:39.576 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 } }]
41932026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.49/32 -> 10.0.0.255
41942026-08-24T13:07:40.698ZAug 24 13:07:39.576 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 } }]
41952026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.50/32 -> 10.0.0.255
41962026-08-24T13:07:40.698ZAug 24 13:07:39.576 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 } }]
41972026-08-24T13:07:40.698ZAug 24 13:07:39.576 INFO adding route 172.17.0.51/32 -> 10.0.0.255
41982026-08-24T13:07:40.698ZAug 24 13:07:39.583 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 } }]
41992026-08-24T13:07:40.698ZAug 24 13:07:39.583 INFO adding route 172.17.0.52/32 -> 10.0.0.255
42002026-08-24T13:07:40.698ZAug 24 13:07:39.583 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 } }]
42012026-08-24T13:07:40.698ZAug 24 13:07:39.583 INFO adding route 172.17.0.53/32 -> 10.0.0.255
42022026-08-24T13:07:40.698ZAug 24 13:07:39.583 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 } }]
42032026-08-24T13:07:40.698ZAug 24 13:07:39.583 INFO adding route 172.17.0.54/32 -> 10.0.0.255
42042026-08-24T13:07:40.698ZAug 24 13:07:39.583 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 } }]
42052026-08-24T13:07:40.698ZAug 24 13:07:39.583 INFO adding route 172.17.0.55/32 -> 10.0.0.255
42062026-08-24T13:07:40.702ZAug 24 13:07:39.583 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 } }]
42072026-08-24T13:07:40.702ZAug 24 13:07:39.583 INFO adding route 172.17.0.56/32 -> 10.0.0.255
42082026-08-24T13:07:40.702ZAug 24 13:07:39.583 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 } }]
42092026-08-24T13:07:40.702ZAug 24 13:07:39.583 INFO adding route 172.17.0.57/32 -> 10.0.0.255
42102026-08-24T13:07:40.702ZAug 24 13:07:39.583 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 } }]
42112026-08-24T13:07:40.702ZAug 24 13:07:39.583 INFO adding route 172.17.0.58/32 -> 10.0.0.255
42122026-08-24T13:07:40.702ZAug 24 13:07:39.583 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 } }]
42132026-08-24T13:07:40.702ZAug 24 13:07:39.583 INFO adding route 172.17.0.59/32 -> 10.0.0.255
42142026-08-24T13:07:40.702ZAug 24 13:07:39.583 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 } }]
42152026-08-24T13:07:40.702ZAug 24 13:07:39.583 INFO adding route 172.17.0.60/32 -> 10.0.0.255
42162026-08-24T13:07:40.702ZAug 24 13:07:39.583 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 } }]
42172026-08-24T13:07:40.702ZAug 24 13:07:39.583 DEBG failed to allocate space for the new target list
42182026-08-24T13:07:40.702ZAug 24 13:07:39.583 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 } }]
42192026-08-24T13:07:40.702Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-247525ed45b3a151)
42202026-08-24T13:07:40.702Z
42212026-08-24T13:07:40.702Zrunning 0 tests
42222026-08-24T13:07:40.702Z
42232026-08-24T13:07:40.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42242026-08-24T13:07:40.702Z
42252026-08-24T13:07:40.702Z Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c)
42262026-08-24T13:07:40.703Z
42272026-08-24T13:07:40.703Zrunning 0 tests
42282026-08-24T13:07:40.703Z
42292026-08-24T13:07:40.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42302026-08-24T13:07:40.703Z
42312026-08-24T13:07:40.703Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5f256a1e90e5cf15)
42322026-08-24T13:07:40.716Z
42332026-08-24T13:07:40.716Zrunning 6 tests
42342026-08-24T13:07:40.720Ztest tests::test_full_lot_id_neither_present ... ok
42352026-08-24T13:07:40.720Ztest tests::test_full_lot_id_both_present ... ok
42362026-08-24T13:07:40.720Ztest tests::test_full_lot_id_lot_only ... ok
42372026-08-24T13:07:40.720Ztest tests::test_full_lot_id_lotnum_only ... ok
42382026-08-24T13:07:40.720Ztest tests::test_port_id_cmp ... ok
42392026-08-24T13:07:40.720Ztest tests::test_parse_client_port_id ... ok
42402026-08-24T13:07:40.720Z
42412026-08-24T13:07:40.720Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42422026-08-24T13:07:40.720Z
42432026-08-24T13:07:40.723Z Running tests/test_all.rs (target/debug/deps/test_all-45a6dad4c15e9f2b)
42442026-08-24T13:07:40.723Z
42452026-08-24T13:07:40.723Zrunning 0 tests
42462026-08-24T13:07:40.723Z
42472026-08-24T13:07:40.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42482026-08-24T13:07:40.723Z
42492026-08-24T13:07:40.723Z Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12)
42502026-08-24T13:07:40.727Z
42512026-08-24T13:07:40.727Zrunning 0 tests
42522026-08-24T13:07:40.727Z
42532026-08-24T13:07:40.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42542026-08-24T13:07:40.727Z
42552026-08-24T13:07:40.727Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c)
42562026-08-24T13:07:40.730Z
42572026-08-24T13:07:40.730Zrunning 15 tests
42582026-08-24T13:07:40.730Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
42592026-08-24T13:07:40.730Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
42602026-08-24T13:07:40.730Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
42612026-08-24T13:07:40.730Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
42622026-08-24T13:07:40.730Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
42632026-08-24T13:07:40.731Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
42642026-08-24T13:07:40.731Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
42652026-08-24T13:07:40.731Ztest v1::network::tests::test_equal ... ok
42662026-08-24T13:07:40.731Ztest v1::network::tests::test_into ... ok
42672026-08-24T13:07:40.731Ztest v1::network::tests::test_eui64 ... ok
42682026-08-24T13:07:40.731Ztest v1::network::tests::test_not_equal ... ok
42692026-08-24T13:07:40.731Ztest v1::network::tests::test_to_string ... ok
42702026-08-24T13:07:40.731Ztest v1::port::tests::port_ids_are_ascii ... ok
42712026-08-24T13:07:40.731Ztest v1::network::tests::test_parse ... ok
42722026-08-24T13:07:40.734Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
42732026-08-24T13:07:40.734Z
42742026-08-24T13:07:40.734Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42752026-08-24T13:07:40.734Z
42762026-08-24T13:07:40.734Z Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d)
42772026-08-24T13:07:40.755Z
42782026-08-24T13:07:40.755Zrunning 12 tests
42792026-08-24T13:07:40.759Ztest lldp::test_lldp_parse ... ok
42802026-08-24T13:07:40.759Ztest ipv6::test_ipv6_parse ... ok
42812026-08-24T13:07:40.759Ztest icmp::test_v4_checksum ... ok
42822026-08-24T13:07:40.759Ztest icmp::test_v6_checksum ... ok
42832026-08-24T13:07:40.759Ztest pbuf::test_byte ... ok
42842026-08-24T13:07:40.759Ztest pbuf::test_nibble ... ok
42852026-08-24T13:07:40.759Ztest pbuf::test_overflow ... ok
42862026-08-24T13:07:40.759Ztest pbuf::test_short ... ok
42872026-08-24T13:07:40.759Ztest pbuf::test_twelve ... ok
42882026-08-24T13:07:40.759Ztest pbuf::test_word ... ok
42892026-08-24T13:07:40.759Ztest tcp::test_checksum_syn_nodata ... ok
42902026-08-24T13:07:40.759Ztest tcp::test_checksum_ack_data ... ok
42912026-08-24T13:07:40.759Z
42922026-08-24T13:07:40.759Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42932026-08-24T13:07:40.759Z
42942026-08-24T13:07:40.763Z Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce)
42952026-08-24T13:07:40.766Z
42962026-08-24T13:07:40.766Zrunning 0 tests
42972026-08-24T13:07:40.766Z
42982026-08-24T13:07:40.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42992026-08-24T13:07:40.766Z
43002026-08-24T13:07:40.766Z Running unittests src/main.rs (target/debug/deps/swadm-273db6eea72b4965)
43012026-08-24T13:07:40.769Z
43022026-08-24T13:07:40.769Zrunning 5 tests
43032026-08-24T13:07:40.769Ztest switchport::test::test_compute_lanes ... ok
43042026-08-24T13:07:40.769Ztest switchport::test::port_id_ordering ... ok
43052026-08-24T13:07:40.769Z Lane 0 Lane 1 Lane 2 Lane 3
43062026-08-24T13:07:40.769Z Rx Loss-of-lock: Yes Yes Yes Yes
43072026-08-24T13:07:40.769Z Rx Loss-of-signal: Yes Yes Yes Yes
43082026-08-24T13:07:40.769Z Rx CDR Enabled: Yes Yes Yes Yes
43092026-08-24T13:07:40.769Z Tx Enabled: Yes Yes Yes Yes
43102026-08-24T13:07:40.769Z Tx Loss-of-lock: No No No No
43112026-08-24T13:07:40.769Z Tx Loss-of-signal: No No No No
43122026-08-24T13:07:40.769Z Tx CDR Enabled: No No No No
43132026-08-24T13:07:40.769Z Tx Adaptive EQ Fault: No No No No
43142026-08-24T13:07:40.769Z Tx Fault: Yes Yes Yes Yes
43152026-08-24T13:07:40.769Z Lane 0 Lane 1 Lane 2 Lane 3
43162026-08-24T13:07:40.769Z State: Activated Activated Activated Activated
43172026-08-24T13:07:40.769Z Rx Output Enabled: false false false false
43182026-08-24T13:07:40.769Z Rx Output Status: valid valid valid valid
43192026-08-24T13:07:40.770Z Rx Loss-of-lock: true true true true
43202026-08-24T13:07:40.770Z Rx Loss-of-signal: false false false false
43212026-08-24T13:07:40.770ZRx Auto-squelch Disable: true true true true
43222026-08-24T13:07:40.770Z Tx Output Enabled: true true true true
43232026-08-24T13:07:40.770Z Tx Output Status: invalid invalid invalid invalid
43242026-08-24T13:07:40.770Z Tx Loss-of-lock: false false false false
43252026-08-24T13:07:40.770Z Tx Loss-of-signal: true true true true
43262026-08-24T13:07:40.770ZTx Auto-squelch Disable: false false false false
43272026-08-24T13:07:40.770Z Tx Adaptive EQ Fail: true true true true
43282026-08-24T13:07:40.770Z Tx Failure: false false false false
43292026-08-24T13:07:40.770Z Tx Force Squelch: true true true true
43302026-08-24T13:07:40.770Z Tx Input Polarity: normal normal normal normal
43312026-08-24T13:07:40.770Ztest switchport::test::test_print_sff_datapath ... ok
43322026-08-24T13:07:40.770Ztest switchport::test::test_print_cmis_datapath ... ok
43332026-08-24T13:07:40.773Ztest link::test_filter ... ok
43342026-08-24T13:07:40.773Z
43352026-08-24T13:07:40.773Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43362026-08-24T13:07:40.773Z
43372026-08-24T13:07:40.773Z Running tests/counters.rs (target/debug/deps/counters-ab28d65e507b198a)
43382026-08-24T13:07:40.777Z
43392026-08-24T13:07:40.777Zrunning 1 test
43402026-08-24T13:07:40.777Ztest test_p4_counter_list ... ignored
43412026-08-24T13:07:40.777Z
43422026-08-24T13:07:40.777Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
43432026-08-24T13:07:40.777Z
43442026-08-24T13:07:40.777Z Running tests/multicast.rs (target/debug/deps/multicast-f30d72e9fd5d02a2)
43452026-08-24T13:07:40.803Z
43462026-08-24T13:07:40.803Zrunning 1 test
43472026-08-24T13:07:40.803Ztest test_multicast_list_and_get ... ignored
43482026-08-24T13:07:40.803Z
43492026-08-24T13:07:40.806Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
43502026-08-24T13:07:40.806Z
43512026-08-24T13:07:40.806Z Running tests/port-link.rs (target/debug/deps/port_link-6977136d36ac54ec)
43522026-08-24T13:07:40.811Z
43532026-08-24T13:07:40.811Zrunning 5 tests
43542026-08-24T13:07:40.814Ztest test_an ... ignored
43552026-08-24T13:07:40.814Ztest test_enable ... ignored
43562026-08-24T13:07:40.814Ztest test_ip_addresses ... ignored
43572026-08-24T13:07:40.814Ztest test_kr ... ignored
43582026-08-24T13:07:40.814Ztest test_mac ... ignored
43592026-08-24T13:07:40.814Z
43602026-08-24T13:07:40.814Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
43612026-08-24T13:07:40.814Z
43622026-08-24T13:07:40.814Z Running unittests src/main.rs (target/debug/deps/tfportd-b5955991412ec610)
43632026-08-24T13:07:40.819Z
43642026-08-24T13:07:40.819Zrunning 3 tests
43652026-08-24T13:07:40.822Ztest linklocal::test_parse_ipadm ... ok
43662026-08-24T13:07:40.822Ztest tfport::test_parse_tfport ... ok
43672026-08-24T13:07:40.822Ztest config::tests::test_updates ... ok
43682026-08-24T13:07:40.822Z
43692026-08-24T13:07:40.822Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43702026-08-24T13:07:40.822Z
43712026-08-24T13:07:40.822Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f)
43722026-08-24T13:07:40.827Z
43732026-08-24T13:07:40.827Zrunning 0 tests
43742026-08-24T13:07:40.830Z
43752026-08-24T13:07:40.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43762026-08-24T13:07:40.830Z
43772026-08-24T13:07:40.830Z Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8)
43782026-08-24T13:07:40.834Z
43792026-08-24T13:07:40.835Zrunning 0 tests
43802026-08-24T13:07:40.838Z
43812026-08-24T13:07:40.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43822026-08-24T13:07:40.838Z
43832026-08-24T13:07:40.838Z Doc-tests aal
43842026-08-24T13:07:41.140Z
43852026-08-24T13:07:41.140Zrunning 0 tests
43862026-08-24T13:07:41.140Z
43872026-08-24T13:07:41.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43882026-08-24T13:07:41.143Z
43892026-08-24T13:07:41.164Z Doc-tests aal_macros
43902026-08-24T13:07:41.230Z
43912026-08-24T13:07:41.230Zrunning 0 tests
43922026-08-24T13:07:41.230Z
43932026-08-24T13:07:41.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43942026-08-24T13:07:41.230Z
43952026-08-24T13:07:41.240Z Doc-tests common
43962026-08-24T13:07:41.470Z
43972026-08-24T13:07:41.470Zrunning 0 tests
43982026-08-24T13:07:41.470Z
43992026-08-24T13:07:41.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44002026-08-24T13:07:41.470Z
44012026-08-24T13:07:41.493Z Doc-tests dpd_api
44022026-08-24T13:07:42.155Z
44032026-08-24T13:07:42.155Zrunning 2 tests
44042026-08-24T13:07:42.155Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
44052026-08-24T13:07:42.155Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
44062026-08-24T13:07:42.155Z
44072026-08-24T13:07:42.155Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
44082026-08-24T13:07:42.155Z
44092026-08-24T13:07:42.161Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
44102026-08-24T13:07:42.183Z Doc-tests dpd_client
44112026-08-24T13:07:43.549Z
44122026-08-24T13:07:43.549Zrunning 0 tests
44132026-08-24T13:07:43.549Z
44142026-08-24T13:07:43.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44152026-08-24T13:07:43.549Z
44162026-08-24T13:07:43.602Z Doc-tests dpd_types
44172026-08-24T13:07:43.776Z
44182026-08-24T13:07:43.776Zrunning 0 tests
44192026-08-24T13:07:43.776Z
44202026-08-24T13:07:43.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44212026-08-24T13:07:43.776Z
44222026-08-24T13:07:43.798Z Doc-tests dpd_types_versions
44232026-08-24T13:07:45.176Z
44242026-08-24T13:07:45.176Zrunning 1 test
44252026-08-24T13:07:45.176Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
44262026-08-24T13:07:45.176Z
44272026-08-24T13:07:45.176Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
44282026-08-24T13:07:45.176Z
44292026-08-24T13:07:45.180Zall doctests ran in 0.35s; merged doctests compilation took 0.34s
44302026-08-24T13:07:45.223Z Doc-tests packet
44312026-08-24T13:07:45.432Z
44322026-08-24T13:07:45.432Zrunning 0 tests
44332026-08-24T13:07:45.432Z
44342026-08-24T13:07:45.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44352026-08-24T13:07:45.432Z
44362026-08-24T13:07:45.457Z Doc-tests pcap
44372026-08-24T13:07:45.505Z
44382026-08-24T13:07:45.505Zrunning 0 tests
44392026-08-24T13:07:45.505Z
44402026-08-24T13:07:45.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44412026-08-24T13:07:45.505Z
44422026-08-24T13:07:45.587Z+ for feat in tofino_stub tofino_asic softnpu chaos
44432026-08-24T13:07:45.587Z+ RUST_BACKTRACE=full
44442026-08-24T13:07:45.587Z+ cargo test --features tofino_asic --no-fail-fast
44452026-08-24T13:07:46.420Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
44462026-08-24T13:07:46.535Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
44472026-08-24T13:07:46.551Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
44482026-08-24T13:07:46.585Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
44492026-08-24T13:07:55.633Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
44502026-08-24T13:07:56.960Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
44512026-08-24T13:08:53.437Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
44522026-08-24T13:08:53.587Z Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da)
44532026-08-24T13:08:53.590Z
44542026-08-24T13:08:53.590Zrunning 0 tests
44552026-08-24T13:08:53.590Z
44562026-08-24T13:08:53.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44572026-08-24T13:08:53.590Z
44582026-08-24T13:08:53.593Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
44592026-08-24T13:08:53.596Z
44602026-08-24T13:08:53.596Zrunning 0 tests
44612026-08-24T13:08:53.596Z
44622026-08-24T13:08:53.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44632026-08-24T13:08:53.596Z
44642026-08-24T13:08:53.596Z Running unittests src/lib.rs (target/debug/deps/asic-f2acb8c02db9a87d)
44652026-08-24T13:08:53.708Z
44662026-08-24T13:08:53.708Zrunning 8 tests
44672026-08-24T13:08:53.711Ztest tofino_asic::qsfp::tests::fix_link ... ok
44682026-08-24T13:08:53.711Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
44692026-08-24T13:08:53.711Ztest tofino_asic::stats::constants_sanity_check ... ok
44702026-08-24T13:08:53.711Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
44712026-08-24T13:08:53.711Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
44722026-08-24T13:08:53.711Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
44732026-08-24T13:08:53.720Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
44742026-08-24T13:08:54.210Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
44752026-08-24T13:08:54.210Z
44762026-08-24T13:08:54.210Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
44772026-08-24T13:08:54.210Z
44782026-08-24T13:08:54.222Z Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d)
44792026-08-24T13:08:54.246Z
44802026-08-24T13:08:54.246Zrunning 4 tests
44812026-08-24T13:08:54.250Ztest network::tests::test_generate_ipv6_link_local ... ok
44822026-08-24T13:08:54.250Ztest nat::tests::test_vni ... ok
44832026-08-24T13:08:54.253Ztest test_purge ... ok
44842026-08-24T13:08:54.253Ztest illumos::test::address_exists_handles_missing_object ... ok
44852026-08-24T13:08:54.253Z
44862026-08-24T13:08:54.253Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
44872026-08-24T13:08:54.253Z
44882026-08-24T13:08:54.280Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91)
44892026-08-24T13:08:54.284Z
44902026-08-24T13:08:54.284Zrunning 1 test
44912026-08-24T13:08:54.287Z -------
44922026-08-24T13:08:54.287Z Generating OpenAPI documents from API definitions ...
44932026-08-24T13:08:54.452Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
44942026-08-24T13:08:54.525Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
44952026-08-24T13:08:55.554Z -------
44962026-08-24T13:08:55.554Z Checking 13 OpenAPI documents...
44972026-08-24T13:08:55.554Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
44982026-08-24T13:08:55.554Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
44992026-08-24T13:08:55.554Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
45002026-08-24T13:08:55.554Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
45012026-08-24T13:08:55.554Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
45022026-08-24T13:08:55.554Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
45032026-08-24T13:08:55.558Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
45042026-08-24T13:08:55.558Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
45052026-08-24T13:08:55.558Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
45062026-08-24T13:08:55.558Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
45072026-08-24T13:08:55.558Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
45082026-08-24T13:08:55.558Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
45092026-08-24T13:08:55.558Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
45102026-08-24T13:08:55.558Z Fresh dpd "latest" symlink
45112026-08-24T13:08:55.558Z -------
45122026-08-24T13:08:55.558Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
45132026-08-24T13:08:55.626Ztest test::test_apis_up_to_date ... ok
45142026-08-24T13:08:55.626Z
45152026-08-24T13:08:55.629Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
45162026-08-24T13:08:55.629Z
45172026-08-24T13:08:55.687Z Running unittests src/main.rs (target/debug/deps/dpd-88a915965ec47e8e)
45182026-08-24T13:08:55.755Z
45192026-08-24T13:08:55.756Zrunning 93 tests
45202026-08-24T13:08:55.760Ztest freemap::test_ordering ... ok
45212026-08-24T13:08:55.760Ztest config::tests::test_updates ... ok
45222026-08-24T13:08:55.760Ztest dhcpv6::tests::test_create_duid_bytes ... ok
45232026-08-24T13:08:55.760Ztest freemap::test_split ... ok
45242026-08-24T13:08:55.760Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
45252026-08-24T13:08:55.760Ztest macaddrs::tests::test_mac_offset ... ok
45262026-08-24T13:08:55.760Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
45272026-08-24T13:08:55.765Ztest macaddrs::tests::test_parse_port_id ... ok
45282026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test
45292026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG initted freemap. size: 128, unit: freemap_test
45302026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG reset freemap, unit: freemap_test
45312026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test
45322026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG initted freemap. size: 128, unit:Aug 24 13:08:54.674 freemap_test
45332026-08-24T13:08:55.765ZDEBG created new freemapAug 24 13:08:54.674 DEBG, unitreset freemap:, unitfreemap_test:
45342026-08-24T13:08:55.765Zfreemap_test
45352026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG initted freemap. size: 128, unit: freemap_test
45362026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG reset freemap, unit: freemap_test
45372026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test
45382026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG initted freemap. size: 128, unit: freemap_test
45392026-08-24T13:08:55.765ZAug 24 13:08:54.674 DEBG reset freemap, unit: freemap_test
45402026-08-24T13:08:55.766Ztest freemap::test_basic ... ok
45412026-08-24T13:08:55.766Ztest freemap::test_free ... ok
45422026-08-24T13:08:55.766ZAug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test
45432026-08-24T13:08:55.766Ztest freemap::test_exhaustion ... ok
45442026-08-24T13:08:55.766ZAug 24 13:08:54.675 DEBG initted freemap. size: 8, unit: freemap_test
45452026-08-24T13:08:55.766ZAug 24 13:08:54.675 DEBG reset freemap, unit: freemap_test
45462026-08-24T13:08:55.766Ztest freemap::test_reclaim ... ok
45472026-08-24T13:08:55.766Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
45482026-08-24T13:08:55.766Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
45492026-08-24T13:08:55.766Ztest mcast::tests::test_create_port_bitmap_empty ... ok
45502026-08-24T13:08:55.766Ztest mcast::tests::test_canonicalize_sources ... ok
45512026-08-24T13:08:55.766Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
45522026-08-24T13:08:55.766Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
45532026-08-24T13:08:55.766Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
45542026-08-24T13:08:55.766Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
45552026-08-24T13:08:55.766Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
45562026-08-24T13:08:55.766ZAug 24 13:08:54.676 DEBG created new freemap, unit: freemap_test
45572026-08-24T13:08:55.766ZAug 24 13:08:54.676 DEBG initted freemap. size: 128, unit: freemap_test
45582026-08-24T13:08:55.766ZAug 24 13:08:54.676 DEBG reset freemap, unit: freemap_test
45592026-08-24T13:08:55.766Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
45602026-08-24T13:08:55.766Ztest mcast::tests::test_sources_contain_any ... ok
45612026-08-24T13:08:55.766Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
45622026-08-24T13:08:55.766Ztest freemap::test_span ... ok
45632026-08-24T13:08:55.766Ztest mcast::tests::test_concurrent_id_allocation ... ok
45642026-08-24T13:08:55.766Ztest api_server::tests::test_build_info ... ok
45652026-08-24T13:08:55.766Ztest mcast::validate::tests::test_address_validation_integrated ... ok
45662026-08-24T13:08:55.766Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
45672026-08-24T13:08:55.766Ztest mcast::validate::tests::test_ipv4_validation ... ok
45682026-08-24T13:08:55.767Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
45692026-08-24T13:08:55.767Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
45702026-08-24T13:08:55.767Ztest mcast::validate::tests::test_is_ssm_function ... ok
45712026-08-24T13:08:55.767Ztest mcast::validate::tests::test_ipv6_validation ... ok
45722026-08-24T13:08:55.767Ztest mcast::validate::tests::test_validate_nat_target ... ok
45732026-08-24T13:08:55.767Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
45742026-08-24T13:08:55.767Ztest mcast::validate::tests::test_validate_source_addresses ... ok
45752026-08-24T13:08:55.767Ztest mcast::validate::tests::test_validate_tag ... ok
45762026-08-24T13:08:55.767Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
45772026-08-24T13:08:55.767Ztest nat::test_mapping ... ok
45782026-08-24T13:08:55.767Ztest mcast::tests::test_id_range_boundaries ... ok
45792026-08-24T13:08:55.767Ztest port_map::tests::test_backplane_group ... ok
45802026-08-24T13:08:55.767Ztest mcast::validate::tests::test_validate_tag_format ... ok
45812026-08-24T13:08:55.767Ztest port_map::tests::test_port_map ... ok
45822026-08-24T13:08:55.767Ztest port_map::tests::dump_map ... ok
45832026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG created new freemap, unit: freemap_route_ipv4
45842026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG created new freemap, unit: freemap_route_ipv6
45852026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
45862026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG reset freemap, unit: freemap_route_ipv4
45872026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
45882026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG reset freemap, unit: freemap_route_ipv6
45892026-08-24T13:08:55.767ZAug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
45902026-08-24T13:08:55.767ZAug 24 13:08:54.677 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 } }]
45912026-08-24T13:08:55.767ZAug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
45922026-08-24T13:08:55.767ZAug 24 13:08:54.677 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 } }]
45932026-08-24T13:08:55.767ZAug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
45942026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45952026-08-24T13:08:55.767ZAug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
45962026-08-24T13:08:55.767ZAug 24 13:08:54.677 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
45972026-08-24T13:08:55.768ZAug 24 13:08:54.677 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
45982026-08-24T13:08:55.768ZAug 24 13:08:54.677 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 } }]
45992026-08-24T13:08:55.768ZAug 24 13:08:54.677 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
46002026-08-24T13:08:55.768ZAug 24 13:08:54.677 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 } }]
46012026-08-24T13:08:55.768ZAug 24 13:08:54.677 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
46022026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46032026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
46042026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46052026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
46062026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46072026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
46082026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46092026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
46102026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46112026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46122026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46132026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
46142026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46152026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
46162026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46172026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46182026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46192026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46202026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46212026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46222026-08-24T13:08:55.768ZAug 24 13:08:54.678 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 } }]
46232026-08-24T13:08:55.768ZAug 24 13:08:54.678 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46242026-08-24T13:08:55.769ZAug 24 13:08:54.678 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 } }]
46252026-08-24T13:08:55.769ZAug 24 13:08:54.678 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46262026-08-24T13:08:55.769ZAug 24 13:08:54.678 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 } }]
46272026-08-24T13:08:55.773ZAug 24 13:08:54.678 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46282026-08-24T13:08:55.773ZAug 24 13:08:54.678 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 } }]
46292026-08-24T13:08:55.773ZAug 24 13:08:54.678 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46302026-08-24T13:08:55.773ZAug 24 13:08:54.678 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 } }]
46312026-08-24T13:08:55.773ZAug 24 13:08:54.678 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46322026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46332026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46342026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46352026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46362026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46372026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46382026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46392026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46402026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46412026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46422026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46432026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46442026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46452026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46462026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46472026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46482026-08-24T13:08:55.774ZAug 24 13:08:54.678 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46492026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46502026-08-24T13:08:55.774ZAug 24 13:08:54.678 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46512026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46522026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46532026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46542026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46552026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46562026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46572026-08-24T13:08:55.774ZAug 24 13:08:54.678 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46582026-08-24T13:08:55.774ZAug 24 13:08:54.678 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 } }]
46592026-08-24T13:08:55.775ZAug 24 13:08:54.678 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46602026-08-24T13:08:55.775ZAug 24 13:08:54.678 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 } }]
46612026-08-24T13:08:55.775ZAug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffcreated new freemap
46622026-08-24T13:08:55.775Z, unit: Aug 24 13:08:54.678freemap_route_ipv4 DEBG
46632026-08-24T13:08:55.775Z 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 } }]
46642026-08-24T13:08:55.775ZAug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffcreated new freemap
46652026-08-24T13:08:55.775Z, unit: freemap_route_ipv6
46662026-08-24T13:08:55.775ZAug 24 13:08:54.678 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.678
46672026-08-24T13:08:55.775Z DEBG initted freemap. size: 64, unitAug 24 13:08:54.678: INFOfreemap_route_ipv4
46682026-08-24T13:08:55.775Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46692026-08-24T13:08:55.775ZAug 24 13:08:54.678 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 } }]
46702026-08-24T13:08:55.775ZAug 24 13:08:54.678 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
46712026-08-24T13:08:55.775ZAug 24 13:08:54.678 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46722026-08-24T13:08:55.775ZAug 24 13:08:54.678 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46732026-08-24T13:08:55.775Ztest port_map::tests::parse_softnpu_revision ... ok
46742026-08-24T13:08:55.775ZAug 24 13:08:54.678Aug 24 13:08:54.678 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 } }]reset freemap
46752026-08-24T13:08:55.775Z, unit: Aug 24 13:08:54.678freemap_route_ipv4 INFO
46762026-08-24T13:08:55.775Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
46772026-08-24T13:08:55.775ZAug 24 13:08:54.678 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46782026-08-24T13:08:55.775ZAug 24 13:08:54.678Aug 24 13:08:54.678Aug 24 13:08:54.678 DEBG DEBGcreated new freemap INFO, unitinitted freemap. size: 64:, unitfreemap_route_ipv4:adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46792026-08-24T13:08:55.775Z
46802026-08-24T13:08:55.775Zfreemap_route_ipv6
46812026-08-24T13:08:55.775ZAug 24 13:08:54.678 Aug 24 13:08:54.678DEBG Aug 24 13:08:54.678DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG reset freemapcreated new freemap
46822026-08-24T13:08:55.775Z, , unit:unit: freemap_route_ipv6freemap_route_ipv6
46832026-08-24T13:08:55.775Z
46842026-08-24T13:08:55.775ZAug 24 13:08:54.678 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 24 13:08:54.678 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
46852026-08-24T13:08:55.775ZAug 24 13:08:54.678 DEBG initted freemap. size: 64Aug 24 13:08:54.678, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
46862026-08-24T13:08:55.775Z
46872026-08-24T13:08:55.776ZAug 24 13:08:54.678Aug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 reset freemap
46882026-08-24T13:08:55.776Z, DEBGunit : created new freemapfreemap_route_ipv4Aug 24 13:08:54.678
46892026-08-24T13:08:55.776Z DEBG, unit: freemap_route_ipv4
46902026-08-24T13:08:55.776ZAug 24 13:08:54.678Aug 24 13:08:54.678 DEBG created new freemap, unit :DEBG freemap_route_ipv6created new freemap
46912026-08-24T13:08:55.776Z, unit: Aug 24 13:08:54.678freemap_route_ipv4
46922026-08-24T13:08:55.776ZDEBG initted freemap. size: 64, unit: freemap_route_ipv4
46932026-08-24T13:08:55.776Z
46942026-08-24T13:08:55.776ZAug 24 13:08:54.678Aug 24 13:08:54.678 DEBGDEBG created new freemapreset freemap, , unitunit:Aug 24 13:08:54.678 : freemap_route_ipv6DEBG
46952026-08-24T13:08:55.776Zfreemap_route_ipv4 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 } }]
46962026-08-24T13:08:55.776Z
46972026-08-24T13:08:55.776ZAug 24 13:08:54.678 Aug 24 13:08:54.678Aug 24 13:08:54.678DEBG INFODEBGinitted freemap. size: 64 , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit
46982026-08-24T13:08:55.776Z initted freemap. size: 64: , freemap_route_ipv4unit
46992026-08-24T13:08:55.776Z:Aug 24 13:08:54.678 freemap_route_ipv6 DEBG
47002026-08-24T13:08:55.776Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.678
47012026-08-24T13:08:55.776Z DEBGAug 24 13:08:54.678 DEBGreset freemap , reset freemapAug 24 13:08:54.678unit :, INFOfreemap_route_ipv4unit :adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47022026-08-24T13:08:55.776Zfreemap_route_ipv6
47032026-08-24T13:08:55.776Z
47042026-08-24T13:08:55.776ZAug 24 13:08:54.678 DEBG Aug 24 13:08:54.678replacing 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 } }]
47052026-08-24T13:08:55.776ZINFO Aug 24 13:08:54.678adding route 3fff:dead::/64 -> 2001:db8::55:1
47062026-08-24T13:08:55.776ZDEBGAug 24 13:08:54.678 initted freemap. size: 64INFO, unit:adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47072026-08-24T13:08:55.776Zfreemap_route_ipv6Aug 24 13:08:54.678
47082026-08-24T13:08:55.776Z DEBGAug 24 13:08:54.678 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
47092026-08-24T13:08:55.776ZAug 24 13:08:54.678 DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47102026-08-24T13:08:55.776Zreset freemap, unit: Aug 24 13:08:54.678freemap_route_ipv6
47112026-08-24T13:08:55.776ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
47122026-08-24T13:08:55.776ZAug 24 13:08:54.678Aug 24 13:08:54.678 INFOAug 24 13:08:54.678INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
47132026-08-24T13:08:55.776Z DEBGadding route 3fff:beef:2b::/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 } }]
47142026-08-24T13:08:55.777Z
47152026-08-24T13:08:55.777Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
47162026-08-24T13:08:55.777ZAug 24 13:08:54.678Aug 24 13:08:54.678 Aug 24 13:08:54.678DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3
47172026-08-24T13:08:55.777ZDEBG
47182026-08-24T13:08:55.777Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:08:54.678
47192026-08-24T13:08:55.777Z Aug 24 13:08:54.678INFO Aug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47202026-08-24T13:08:55.777Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
47212026-08-24T13:08:55.777Z
47222026-08-24T13:08:55.777ZAug 24 13:08:54.678Aug 24 13:08:54.678 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47232026-08-24T13:08:55.777Z
47242026-08-24T13:08:55.777ZAug 24 13:08:54.679Aug 24 13:08:54.679 INFO Aug 24 13:08:54.678INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
47252026-08-24T13:08:55.777Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef::/64 -> 2001:db8::55:ff
47262026-08-24T13:08:55.777ZAug 24 13:08:54.679 DEBG Aug 24 13:08:54.679replacing 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 } }]
47272026-08-24T13:08:55.782ZDEBG 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 } }]
47282026-08-24T13:08:55.782ZAug 24 13:08:54.679Aug 24 13:08:54.679 INFODEBG Aug 24 13:08:54.679adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
47292026-08-24T13:08:55.782ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64
47302026-08-24T13:08:55.782ZAug 24 13:08:54.679, DEBGunit 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 } }]:
47312026-08-24T13:08:55.782Z freemap_route_ipv6Aug 24 13:08:54.679
47322026-08-24T13:08:55.782Z DEBGAug 24 13:08:54.679 Aug 24 13:08:54.679replacing 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
47332026-08-24T13:08:55.782Z DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
47342026-08-24T13:08:55.782Zreset freemap, Aug 24 13:08:54.679Aug 24 13:08:54.679unit DEBGINFO: adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47352026-08-24T13:08:55.782Z
47362026-08-24T13:08:55.782Z freemap_route_ipv6Aug 24 13:08:54.679Aug 24 13:08:54.679
47372026-08-24T13:08:55.782Z 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:3::/64 -> 2001:db8::55:ff
47382026-08-24T13:08:55.782Z
47392026-08-24T13:08:55.782ZAug 24 13:08:54.679Aug 24 13:08:54.679 Aug 24 13:08:54.679DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
47402026-08-24T13:08:55.782ZINFO
47412026-08-24T13:08:55.782Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 24 13:08:54.679Aug 24 13:08:54.679
47422026-08-24T13:08:55.782ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
47432026-08-24T13:08:55.782Z
47442026-08-24T13:08:55.782ZAug 24 13:08:54.679 Aug 24 13:08:54.679DEBG 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 } }]
47452026-08-24T13:08:55.782Zreplacing 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: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 } }]
47462026-08-24T13:08:55.782Z
47472026-08-24T13:08:55.783ZAug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 INFOINFO Aug 24 13:08:54.679adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
47482026-08-24T13:08:55.783Z
47492026-08-24T13:08:55.783Z INFODEBG Aug 24 13:08:54.679 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
47502026-08-24T13:08:55.783Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:08:54.679replacing 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 } }]
47512026-08-24T13:08:55.783ZDEBG 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 } }]
47522026-08-24T13:08:55.783Z
47532026-08-24T13:08:55.783ZAug 24 13:08:54.679 Aug 24 13:08:54.679INFOAug 24 13:08:54.679 Aug 24 13:08:54.679adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
47542026-08-24T13:08:55.783ZINFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47552026-08-24T13:08:55.783ZAug 24 13:08:54.679replacing 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 } }] INFODEBG Aug 24 13:08:54.679
47562026-08-24T13:08:55.783Z 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 } }]
47572026-08-24T13:08:55.783Z DEBG adding route 3fff:beef::/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 } }]Aug 24 13:08:54.679
47582026-08-24T13:08:55.783Z Aug 24 13:08:54.679INFO
47592026-08-24T13:08:55.783Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
47602026-08-24T13:08:55.783ZINFOAug 24 13:08:54.679 Aug 24 13:08:54.679adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
47612026-08-24T13:08:55.783Z INFOAug 24 13:08:54.679 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGAug 24 13:08:54.679
47622026-08-24T13:08:55.783Z DEBG Aug 24 13:08:54.679replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47632026-08-24T13:08:55.783ZDEBG
47642026-08-24T13:08:55.783Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47652026-08-24T13:08:55.783Z
47662026-08-24T13:08:55.783ZAug 24 13:08:54.679 Aug 24 13:08:54.679INFO Aug 24 13:08:54.679adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
47672026-08-24T13:08:55.783ZINFOAug 24 13:08:54.679 INFO Aug 24 13:08:54.679INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
47682026-08-24T13:08:55.783Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
47692026-08-24T13:08:55.783Z
47702026-08-24T13:08:55.783Z Aug 24 13:08:54.679Aug 24 13:08:54.679replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679
47712026-08-24T13:08:55.783Z 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 } }]
47722026-08-24T13:08:55.783ZDEBGAug 24 13:08:54.679DEBG Aug 24 13:08:54.679replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO INFO
47732026-08-24T13:08:55.783Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47742026-08-24T13:08:55.783Z
47752026-08-24T13:08:55.783Zreplacing 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 } }]
47762026-08-24T13:08:55.784ZAug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47772026-08-24T13:08:55.784Z
47782026-08-24T13:08:55.784Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 24 13:08:54.679
47792026-08-24T13:08:55.784Z Aug 24 13:08:54.679 INFOINFO
47802026-08-24T13:08:55.784Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 24 13:08:54.679
47812026-08-24T13:08:55.784Z
47822026-08-24T13:08:55.784Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679
47832026-08-24T13:08:55.784ZAug 24 13:08:54.679 Aug 24 13:08:54.679DEBG 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 } }]DEBG
47842026-08-24T13:08:55.784Z 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: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 } }]
47852026-08-24T13:08:55.784ZAug 24 13:08:54.679
47862026-08-24T13:08:55.784ZAug 24 13:08:54.679 INFOINFO Aug 24 13:08:54.679Aug 24 13:08:54.679 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
47872026-08-24T13:08:55.784Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47882026-08-24T13:08:55.784Z
47892026-08-24T13:08:55.784Z
47902026-08-24T13:08:55.784ZAug 24 13:08:54.679 DEBGAug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 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 } }]DEBG
47912026-08-24T13:08:55.784ZDEBG 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: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 } }]
47922026-08-24T13:08:55.784Z
47932026-08-24T13:08:55.784ZDEBGAug 24 13:08:54.679 INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.679 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47942026-08-24T13:08:55.784Z
47952026-08-24T13:08:55.784ZINFOAug 24 13:08:54.679 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 24 13:08:54.679Aug 24 13:08:54.679 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47962026-08-24T13:08:55.784Z
47972026-08-24T13:08:55.784Z
47982026-08-24T13:08:55.784ZAug 24 13:08:54.679
47992026-08-24T13:08:55.784Z Aug 24 13:08:54.679DEBG INFO Aug 24 13:08:54.679 adding route 3fff:beef:d::/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 } }]
48002026-08-24T13:08:55.784Z
48012026-08-24T13:08:55.784ZDEBG Aug 24 13:08:54.679replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.679DEBG Aug 24 13:08:54.679INFO
48022026-08-24T13:08:55.784ZDEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48032026-08-24T13:08:55.785Z
48042026-08-24T13:08:55.785Z
48052026-08-24T13:08:55.785ZAug 24 13:08:54.679 Aug 24 13:08:54.679Aug 24 13:08:54.679 DEBGAug 24 13:08:54.679 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 } }]
48062026-08-24T13:08:55.785Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48072026-08-24T13:08:55.785Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48082026-08-24T13:08:55.785Z
48092026-08-24T13:08:55.785ZAug 24 13:08:54.679Aug 24 13:08:54.679 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: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 } }]
48102026-08-24T13:08:55.785Z
48112026-08-24T13:08:55.785ZAug 24 13:08:54.679 Aug 24 13:08:54.679INFO INFOAug 24 13:08:54.679 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
48122026-08-24T13:08:55.785Z
48132026-08-24T13:08:55.785Zreplacing 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 } }]
48142026-08-24T13:08:55.785ZAug 24 13:08:54.679Aug 24 13:08:54.679 Aug 24 13:08:54.679INFO Aug 24 13:08:54.679DEBGDEBG 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: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:3a::/64 -> 2001:db8::55:ffINFO
48152026-08-24T13:08:55.785Z
48162026-08-24T13:08:55.785Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
48172026-08-24T13:08:55.785Z
48182026-08-24T13:08:55.785ZAug 24 13:08:54.679 Aug 24 13:08:54.679INFO Aug 24 13:08:54.679DEBGAug 24 13:08:54.679 adding route 3fff:beef:1::/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 } }]
48192026-08-24T13:08:55.785Z
48202026-08-24T13:08:55.785ZDEBG INFO Aug 24 13:08:54.679replacing 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 } }]
48212026-08-24T13:08:55.785Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 24 13:08:54.679 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
48222026-08-24T13:08:55.785ZDEBG
48232026-08-24T13:08:55.785Z 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 } }]
48242026-08-24T13:08:55.785ZAug 24 13:08:54.679 INFOAug 24 13:08:54.679 Aug 24 13:08:54.679adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48252026-08-24T13:08:55.785ZAug 24 13:08:54.679DEBG 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
48262026-08-24T13:08:55.785Z Aug 24 13:08:54.679adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG
48272026-08-24T13:08:55.790ZDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679 Aug 24 13:08:54.679replacing 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 } }] INFODEBG
48282026-08-24T13:08:55.790Z
48292026-08-24T13:08:55.790Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 24 13:08:54.679
48302026-08-24T13:08:55.790Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679
48312026-08-24T13:08:55.790Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
48322026-08-24T13:08:55.790ZAug 24 13:08:54.679Aug 24 13:08:54.679 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
48332026-08-24T13:08:55.790Z Aug 24 13:08:54.679adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
48342026-08-24T13:08:55.790Zreplacing 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 } }]
48352026-08-24T13:08:55.790ZDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679
48362026-08-24T13:08:55.791ZAug 24 13:08:54.679Aug 24 13:08:54.679 INFODEBG adding route 3fff:beef:12::/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 } }]DEBG
48372026-08-24T13:08:55.791Z
48382026-08-24T13:08:55.791Z Aug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679replacing 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 } }] INFODEBG
48392026-08-24T13:08:55.791Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }]
48402026-08-24T13:08:55.791ZINFO
48412026-08-24T13:08:55.791ZAug 24 13:08:54.679adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 24 13:08:54.679 DEBG DEBGfailed to allocate space for the new target list Aug 24 13:08:54.679
48422026-08-24T13:08:55.791Z
48432026-08-24T13:08:55.791ZINFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
48442026-08-24T13:08:55.791Z
48452026-08-24T13:08:55.791ZAug 24 13:08:54.679 DEBG Aug 24 13:08:54.679replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679
48462026-08-24T13:08:55.791ZAug 24 13:08:54.679 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48472026-08-24T13:08:55.791Z
48482026-08-24T13:08:55.791Z DEBG Aug 24 13:08:54.679Aug 24 13:08:54.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 24 13:08:54.679DEBG
48492026-08-24T13:08:55.791Z INFOINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
48502026-08-24T13:08:55.791Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
48512026-08-24T13:08:55.791Z
48522026-08-24T13:08:55.791ZAug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 DEBGDEBG 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 } }]
48532026-08-24T13:08:55.791Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
48542026-08-24T13:08:55.791Zreplacing 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 } }]
48552026-08-24T13:08:55.791ZAug 24 13:08:54.679 INFOAug 24 13:08:54.679Aug 24 13:08:54.679 INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
48562026-08-24T13:08:55.791Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
48572026-08-24T13:08:55.791ZDEBG 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 } }]
48582026-08-24T13:08:55.791ZAug 24 13:08:54.679Aug 24 13:08:54.679 Aug 24 13:08:54.679DEBG 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 } }]
48592026-08-24T13:08:55.791Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
48602026-08-24T13:08:55.791Z
48612026-08-24T13:08:55.791ZAug 24 13:08:54.679Aug 24 13:08:54.679 INFOAug 24 13:08:54.679DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
48622026-08-24T13:08:55.791ZINFOreplacing 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 } }]
48632026-08-24T13:08:55.791Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
48642026-08-24T13:08:55.792ZAug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBG DEBGINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48652026-08-24T13:08:55.792Z
48662026-08-24T13:08:55.792Z
48672026-08-24T13:08:55.792ZAug 24 13:08:54.680Aug 24 13:08:54.680 Aug 24 13:08:54.680DEBG INFO 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 } }]
48682026-08-24T13:08:55.792Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
48692026-08-24T13:08:55.792Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
48702026-08-24T13:08:55.792ZAug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBG INFO DEBG adding route 3fff:beef:9::/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 } }]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 } }]
48712026-08-24T13:08:55.792Z
48722026-08-24T13:08:55.792Z
48732026-08-24T13:08:55.792ZAug 24 13:08:54.680Aug 24 13:08:54.680 DEBGAug 24 13:08:54.680INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48742026-08-24T13:08:55.792Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48752026-08-24T13:08:55.792Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
48762026-08-24T13:08:55.792ZAug 24 13:08:54.680 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 24 13:08:54.680
48772026-08-24T13:08:55.792Z DEBGAug 24 13:08:54.680 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680DEBG
48782026-08-24T13:08:55.792Z DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
48792026-08-24T13:08:55.792Z
48802026-08-24T13:08:55.792ZAug 24 13:08:54.680 INFOAug 24 13:08:54.680 Aug 24 13:08:54.680 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
48812026-08-24T13:08:55.792ZINFO INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
48822026-08-24T13:08:55.792Z
48832026-08-24T13:08:55.792ZAug 24 13:08:54.680 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680
48842026-08-24T13:08:55.792ZAug 24 13:08:54.680 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48852026-08-24T13:08:55.792ZAug 24 13:08:54.680
48862026-08-24T13:08:55.792Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:08:54.680
48872026-08-24T13:08:55.792Z INFO Aug 24 13:08:54.680adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
48882026-08-24T13:08:55.792ZAug 24 13:08:54.680INFO Aug 24 13:08:54.680 DEBG DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
48892026-08-24T13:08:55.792Z
48902026-08-24T13:08:55.792Z
48912026-08-24T13:08:55.792ZAug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGINFO adding route 3fff:beef:d::/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 } }]INFO
48922026-08-24T13:08:55.792Z
48932026-08-24T13:08:55.793Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:08:54.680
48942026-08-24T13:08:55.793ZDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680
48952026-08-24T13:08:55.793Z INFO Aug 24 13:08:54.680adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
48962026-08-24T13:08:55.793ZDEBGAug 24 13:08:54.680 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48972026-08-24T13:08:55.793Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 24 13:08:54.680
48982026-08-24T13:08:55.793Z DEBGAug 24 13:08:54.680 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 } }]INFOAug 24 13:08:54.680
48992026-08-24T13:08:55.793Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG
49002026-08-24T13:08:55.793ZAug 24 13:08:54.680 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 } }]
49012026-08-24T13:08:55.793Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 24 13:08:54.680
49022026-08-24T13:08:55.793Z DEBG Aug 24 13:08:54.680replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680
49032026-08-24T13:08:55.793Z INFO DEBG adding route 3fff:beef:f::/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 } }]
49042026-08-24T13:08:55.793Z
49052026-08-24T13:08:55.793ZAug 24 13:08:54.680 Aug 24 13:08:54.680Aug 24 13:08:54.680INFO INFO DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/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 } }]
49062026-08-24T13:08:55.793Z
49072026-08-24T13:08:55.793Z
49082026-08-24T13:08:55.793ZAug 24 13:08:54.680 Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGINFODEBG 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:10::/64 -> 2001:db8::55:ff
49092026-08-24T13:08:55.793Z
49102026-08-24T13:08:55.793Zreplacing 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 } }]
49112026-08-24T13:08:55.793ZAug 24 13:08:54.680Aug 24 13:08:54.680 DEBGAug 24 13:08:54.680 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
49122026-08-24T13:08:55.793ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
49132026-08-24T13:08:55.793ZAug 24 13:08:54.680
49142026-08-24T13:08:55.793Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
49152026-08-24T13:08:55.793ZAug 24 13:08:54.680Aug 24 13:08:54.680 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
49162026-08-24T13:08:55.793Z
49172026-08-24T13:08:55.793ZAug 24 13:08:54.680 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 } }]Aug 24 13:08:54.680Aug 24 13:08:54.680
49182026-08-24T13:08:55.793ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
49192026-08-24T13:08:55.793Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:08:54.680
49202026-08-24T13:08:55.793Z INFOAug 24 13:08:54.680 Aug 24 13:08:54.680adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG
49212026-08-24T13:08:55.793Z 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 } }] 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 } }]
49222026-08-24T13:08:55.794Z
49232026-08-24T13:08:55.794ZAug 24 13:08:54.680Aug 24 13:08:54.680 Aug 24 13:08:54.680 DEBGINFO adding route 3fff:beef:20::/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 } }]INFO
49242026-08-24T13:08:55.794Z
49252026-08-24T13:08:55.794Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
49262026-08-24T13:08:55.794ZAug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGDEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
49272026-08-24T13:08:55.798Z
49282026-08-24T13:08:55.798Z 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 } }]
49292026-08-24T13:08:55.798Z
49302026-08-24T13:08:55.798ZAug 24 13:08:54.680 Aug 24 13:08:54.680INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
49312026-08-24T13:08:55.798Z 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 } }]
49322026-08-24T13:08:55.799ZAug 24 13:08:54.680Aug 24 13:08:54.680 DEBGDEBGAug 24 13:08:54.680 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680
49332026-08-24T13:08:55.799ZDEBG Aug 24 13:08:54.680replacing 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 } }]
49342026-08-24T13:08:55.799Z Aug 24 13:08:54.680 created new freemapAug 24 13:08:54.680, INFO INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 24 13:08:54.680INFO
49352026-08-24T13:08:55.799Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOunit DEBG created new freemap:, unitfreemap_route_ipv4:
49362026-08-24T13:08:55.799Z freemap_route_ipv4adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
49372026-08-24T13:08:55.799Z
49382026-08-24T13:08:55.799ZAug 24 13:08:54.680 Aug 24 13:08:54.680DEBG Aug 24 13:08:54.680 created new freemapDEBG, unitDEBG: created new freemapreplacing 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 } }],
49392026-08-24T13:08:55.799Zfreemap_route_ipv6unit
49402026-08-24T13:08:55.799Z: freemap_route_ipv6
49412026-08-24T13:08:55.799ZAug 24 13:08:54.680 DEBGAug 24 13:08:54.680 initted freemap. size: 64INFO Aug 24 13:08:54.680adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, unitDEBG: replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
49422026-08-24T13:08:55.799Z
49432026-08-24T13:08:55.799ZAug 24 13:08:54.680
49442026-08-24T13:08:55.799Z Aug 24 13:08:54.680 DEBGINFO Aug 24 13:08:54.680 initted freemap. size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ff ,
49452026-08-24T13:08:55.799Zunit:DEBG Aug 24 13:08:54.680 freemap_route_ipv4Aug 24 13:08:54.680DEBGreset freemap , DEBGunit
49462026-08-24T13:08:55.799Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]:
49472026-08-24T13:08:55.799Z
49482026-08-24T13:08:55.799Z freemap_route_ipv4
49492026-08-24T13:08:55.799ZAug 24 13:08:54.680 Aug 24 13:08:54.680DEBG INFOAug 24 13:08:54.680reset freemap , unitINFO:Aug 24 13:08:54.680 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
49502026-08-24T13:08:55.799Z initted freemap. size: 64, freemap_route_ipv4unit
49512026-08-24T13:08:55.799ZAug 24 13:08:54.680:
49522026-08-24T13:08:55.799Z freemap_route_ipv6DEBG
49532026-08-24T13:08:55.799Z 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 } }]
49542026-08-24T13:08:55.799ZAug 24 13:08:54.680 Aug 24 13:08:54.680DEBG DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49552026-08-24T13:08:55.799Zinitted freemap. size: 64Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBG, INFOreset freemapunit , adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit:
49562026-08-24T13:08:55.799Z: freemap_route_ipv6
49572026-08-24T13:08:55.799ZAug 24 13:08:54.680freemap_route_ipv6 Aug 24 13:08:54.680
49582026-08-24T13:08:55.799Z 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 } }]
49592026-08-24T13:08:55.799Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 24 13:08:54.680
49602026-08-24T13:08:55.800ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
49612026-08-24T13:08:55.800ZAug 24 13:08:54.680Aug 24 13:08:54.680 Aug 24 13:08:54.680 INFODEBGDEBG 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 } }]reset freemap
49622026-08-24T13:08:55.800Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff, Aug 24 13:08:54.680unit
49632026-08-24T13:08:55.800Z: Aug 24 13:08:54.680 freemap_route_ipv6 Aug 24 13:08:54.680
49642026-08-24T13:08:55.800ZINFO DEBGDEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
49652026-08-24T13:08:55.800ZAug 24 13:08:54.680replacing 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 } }]
49662026-08-24T13:08:55.800Z INFOcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1,
49672026-08-24T13:08:55.800ZAug 24 13:08:54.680 INFOAug 24 13:08:54.680unit Aug 24 13:08:54.680adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
49682026-08-24T13:08:55.800Z : DEBGfreemap_route_ipv4replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49692026-08-24T13:08:55.800Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49702026-08-24T13:08:55.800ZAug 24 13:08:54.680 DEBG
49712026-08-24T13:08:55.800Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680
49722026-08-24T13:08:55.800ZAug 24 13:08:54.680 DEBG INFOAug 24 13:08:54.680 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
49732026-08-24T13:08:55.800Z
49742026-08-24T13:08:55.800ZINFOAug 24 13:08:54.680 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
49752026-08-24T13:08:55.800ZDEBG Aug 24 13:08:54.680created new freemap , Aug 24 13:08:54.680unit DEBGDEBG: replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
49762026-08-24T13:08:55.800Z
49772026-08-24T13:08:55.800Zfreemap_route_ipv6
49782026-08-24T13:08:55.800ZAug 24 13:08:54.680Aug 24 13:08:54.680 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
49792026-08-24T13:08:55.800Z
49802026-08-24T13:08:55.800ZAug 24 13:08:54.680adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG
49812026-08-24T13:08:55.800Z initted freemap. size: 64Aug 24 13:08:54.680Aug 24 13:08:54.680 , DEBGunit :replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680
49822026-08-24T13:08:55.800ZDEBG 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 } }]
49832026-08-24T13:08:55.800ZDEBGAug 24 13:08:54.680 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4Aug 24 13:08:54.680INFO
49842026-08-24T13:08:55.800Z
49852026-08-24T13:08:55.800ZINFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
49862026-08-24T13:08:55.800Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
49872026-08-24T13:08:55.801ZAug 24 13:08:54.680 Aug 24 13:08:54.680INFO DEBGAug 24 13:08:54.680Aug 24 13:08:54.680 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49882026-08-24T13:08:55.801Z
49892026-08-24T13:08:55.801ZDEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.680reset freemap
49902026-08-24T13:08:55.801ZAug 24 13:08:54.680INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG,
49912026-08-24T13:08:55.801Z 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 } }]:
49922026-08-24T13:08:55.801Z freemap_route_ipv4Aug 24 13:08:54.680Aug 24 13:08:54.680
49932026-08-24T13:08:55.801ZDEBGINFO Aug 24 13:08:54.680replacing 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 } }]
49942026-08-24T13:08:55.801Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
49952026-08-24T13:08:55.801ZINFO Aug 24 13:08:54.680adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 24 13:08:54.680Aug 24 13:08:54.680 INFODEBG
49962026-08-24T13:08:55.801Z adding route 3fff:beef:1e::/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 } }]
49972026-08-24T13:08:55.801Z
49982026-08-24T13:08:55.801ZDEBG Aug 24 13:08:54.680initted freemap. size: 64 Aug 24 13:08:54.680, DEBGunit 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 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680
49992026-08-24T13:08:55.801Zfreemap_route_ipv6
50002026-08-24T13:08:55.801ZINFO
50012026-08-24T13:08:55.801Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
50022026-08-24T13:08:55.801ZAug 24 13:08:54.680 Aug 24 13:08:54.680INFOAug 24 13:08:54.680 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
50032026-08-24T13:08:55.801Z DEBG Aug 24 13:08:54.680adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
50042026-08-24T13:08:55.801ZAug 24 13:08:54.680 reset freemap DEBG, Aug 24 13:08:54.680replacing 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
50052026-08-24T13:08:55.801Z 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 } }]unitDEBG 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 } }]
50062026-08-24T13:08:55.801Z
50072026-08-24T13:08:55.801ZAug 24 13:08:54.680: INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 24 13:08:54.681freemap_route_ipv6
50082026-08-24T13:08:55.801Z INFO
50092026-08-24T13:08:55.801Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 24 13:08:54.681Aug 24 13:08:54.681
50102026-08-24T13:08:55.801Z INFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:08:54.681replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681
50112026-08-24T13:08:55.801Z
50122026-08-24T13:08:55.801ZINFODEBG Aug 24 13:08:54.681Aug 24 13:08:54.681 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] DEBGINFO
50132026-08-24T13:08:55.801Z adding route 3fff:beef:21::/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 } }]
50142026-08-24T13:08:55.801Z
50152026-08-24T13:08:55.801Z
50162026-08-24T13:08:55.802ZAug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681DEBG 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 } }]INFOINFO
50172026-08-24T13:08:55.802Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
50182026-08-24T13:08:55.802Z
50192026-08-24T13:08:55.802ZAug 24 13:08:54.681 Aug 24 13:08:54.681DEBGAug 24 13:08:54.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
50202026-08-24T13:08:55.802ZAug 24 13:08:54.681INFO 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 } }]DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
50212026-08-24T13:08:55.802Zreplacing 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 } }]
50222026-08-24T13:08:55.802Z
50232026-08-24T13:08:55.802ZAug 24 13:08:54.681 Aug 24 13:08:54.681Aug 24 13:08:54.681DEBGAug 24 13:08:54.681 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 } }]INFOINFO
50242026-08-24T13:08:55.802Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
50252026-08-24T13:08:55.802Z
50262026-08-24T13:08:55.802ZAug 24 13:08:54.681 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
50272026-08-24T13:08:55.806Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:08:54.681Aug 24 13:08:54.681
50282026-08-24T13:08:55.807Z DEBGAug 24 13:08:54.681 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681
50292026-08-24T13:08:55.807Zreplacing 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 } }]
50302026-08-24T13:08:55.807Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
50312026-08-24T13:08:55.807Z Aug 24 13:08:54.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:08:54.681
50322026-08-24T13:08:55.807Z INFOINFO Aug 24 13:08:54.681adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
50332026-08-24T13:08:55.807Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
50342026-08-24T13:08:55.807Z Aug 24 13:08:54.681adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
50352026-08-24T13:08:55.807ZDEBGAug 24 13:08:54.681Aug 24 13:08:54.681 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 } }]DEBGINFO
50362026-08-24T13:08:55.807Z 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 172.16.0.0/32 -> 10.0.0.1
50372026-08-24T13:08:55.807ZAug 24 13:08:54.681 Aug 24 13:08:54.681
50382026-08-24T13:08:55.807Z DEBGINFO Aug 24 13:08:54.681adding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50392026-08-24T13:08:55.807Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
50402026-08-24T13:08:55.807Z
50412026-08-24T13:08:55.807ZAug 24 13:08:54.681 Aug 24 13:08:54.681DEBG DEBG Aug 24 13:08:54.681replacing 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.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 } }]
50422026-08-24T13:08:55.807ZAug 24 13:08:54.681 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:08:54.681
50432026-08-24T13:08:55.807Z
50442026-08-24T13:08:55.807Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50452026-08-24T13:08:55.807Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
50462026-08-24T13:08:55.807ZAug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681INFO Aug 24 13:08:54.681 DEBG DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50472026-08-24T13:08:55.807Z
50482026-08-24T13:08:55.807Z
50492026-08-24T13:08:55.807Zadding route 172.16.0.0/32 -> 10.0.0.2
50502026-08-24T13:08:55.807ZAug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681INFOAug 24 13:08:54.681 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
50512026-08-24T13:08:55.807Z DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:08:54.681
50522026-08-24T13:08:55.807ZDEBG
50532026-08-24T13:08:55.807Z 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: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 } }]
50542026-08-24T13:08:55.807Z
50552026-08-24T13:08:55.808ZAug 24 13:08:54.681Aug 24 13:08:54.681
50562026-08-24T13:08:55.808Z Aug 24 13:08:54.681INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
50572026-08-24T13:08:55.808ZAug 24 13:08:54.681 DEBGDEBGINFOAug 24 13:08:54.681 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
50582026-08-24T13:08:55.808Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681replacing 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 } }]
50592026-08-24T13:08:55.808Z
50602026-08-24T13:08:55.808Zreplacing 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 } }]
50612026-08-24T13:08:55.808ZAug 24 13:08:54.681 Aug 24 13:08:54.681 INFOAug 24 13:08:54.681DEBG INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50622026-08-24T13:08:55.808Z
50632026-08-24T13:08:55.808Z
50642026-08-24T13:08:55.808Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:08:54.681INFOAug 24 13:08:54.681
50652026-08-24T13:08:55.808ZDEBG INFOAug 24 13:08:54.681adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
50662026-08-24T13:08:55.808Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGAug 24 13:08:54.681
50672026-08-24T13:08:55.808Z 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 } }]
50682026-08-24T13:08:55.808Z
50692026-08-24T13:08:55.808ZAug 24 13:08:54.681DEBG Aug 24 13:08:54.681Aug 24 13:08:54.681DEBGAug 24 13:08:54.681 INFO DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
50702026-08-24T13:08:55.808Z
50712026-08-24T13:08:55.808Z
50722026-08-24T13:08:55.808Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50732026-08-24T13:08:55.808ZAug 24 13:08:54.681
50742026-08-24T13:08:55.808ZAug 24 13:08:54.681 INFODEBGAug 24 13:08:54.681Aug 24 13:08:54.681 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 } }]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 } }]
50752026-08-24T13:08:55.808Z
50762026-08-24T13:08:55.808Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
50772026-08-24T13:08:55.808Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
50782026-08-24T13:08:55.808ZAug 24 13:08:54.681 Aug 24 13:08:54.681INFO Aug 24 13:08:54.681INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
50792026-08-24T13:08:55.808Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681
50802026-08-24T13:08:55.808ZDEBG 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:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681
50812026-08-24T13:08:55.808Z DEBG Aug 24 13:08:54.681replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681
50822026-08-24T13:08:55.809ZINFO
50832026-08-24T13:08:55.809Z DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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 } }]
50842026-08-24T13:08:55.809Z
50852026-08-24T13:08:55.809ZAug 24 13:08:54.681Aug 24 13:08:54.681 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
50862026-08-24T13:08:55.809Z
50872026-08-24T13:08:55.809ZAug 24 13:08:54.681 DEBG Aug 24 13:08:54.681replacing 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 } }]
50882026-08-24T13:08:55.809ZAug 24 13:08:54.681INFOAug 24 13:08:54.681 DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
50892026-08-24T13:08:55.809Z 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: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 } }]
50902026-08-24T13:08:55.809Z
50912026-08-24T13:08:55.809ZAug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681DEBGINFO 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
50922026-08-24T13:08:55.809Ztest route::tests::grow_succeeds ... ok
50932026-08-24T13:08:55.809Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681INFO
50942026-08-24T13:08:55.809Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
50952026-08-24T13:08:55.809Z
50962026-08-24T13:08:55.809Z
50972026-08-24T13:08:55.809ZAug 24 13:08:54.681 DEBG Aug 24 13:08:54.681replacing 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 } }] DEBGAug 24 13:08:54.681 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
50982026-08-24T13:08:55.809Z created new freemapAug 24 13:08:54.681, unit :DEBG Aug 24 13:08:54.687created new freemap, unit : INFOfreemap_route_ipv4Aug 24 13:08:54.687freemap_route_ipv4
50992026-08-24T13:08:55.809Z
51002026-08-24T13:08:55.809ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
51012026-08-24T13:08:55.809Zadding route 172.17.0.1/32 -> 10.0.0.255
51022026-08-24T13:08:55.809ZAug 24 13:08:54.687Aug 24 13:08:54.687 Aug 24 13:08:54.687DEBG DEBGcreated new freemapAug 24 13:08:54.687 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 } }],
51032026-08-24T13:08:55.809Zunit: DEBG freemap_route_ipv6 DEBG
51042026-08-24T13:08:55.809Zreplacing 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 } }] created new freemapAug 24 13:08:54.687
51052026-08-24T13:08:55.809Z, Aug 24 13:08:54.687INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBG
51062026-08-24T13:08:55.809Z Aug 24 13:08:54.687initted freemap. size: 64 , INFOunit Aug 24 13:08:54.687adding route 3fff:beef:29::/64 -> 2001:db8::55:ff: DEBGfreemap_route_ipv4 unitreplacing 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 } }]
51072026-08-24T13:08:55.809Z
51082026-08-24T13:08:55.809Z
51092026-08-24T13:08:55.809Z: Aug 24 13:08:54.687Aug 24 13:08:54.687 DEBG Aug 24 13:08:54.687 DEBGfreemap_route_ipv6
51102026-08-24T13:08:55.809Z reset freemapreplacing 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
51112026-08-24T13:08:55.810Z , adding route 172.17.0.3/32 -> 10.0.0.255unit:
51122026-08-24T13:08:55.810Z freemap_route_ipv4Aug 24 13:08:54.687
51132026-08-24T13:08:55.810Z Aug 24 13:08:54.687INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGAug 24 13:08:54.687
51142026-08-24T13:08:55.810ZAug 24 13:08:54.687replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
51152026-08-24T13:08:55.810Z initted freemap. size: 64Aug 24 13:08:54.687 DEBG, DEBGunitAug 24 13:08:54.687: INFOfreemap_route_ipv6
51162026-08-24T13:08:55.810Zadding route 172.17.0.4/32 -> 10.0.0.255
51172026-08-24T13:08:55.810Zinitted freemap. size: 64replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 24 13:08:54.687
51182026-08-24T13:08:55.810Zunit :Aug 24 13:08:54.687DEBG DEBG reset freemapreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.687
51192026-08-24T13:08:55.810Z , INFOunit: freemap_route_ipv4
51202026-08-24T13:08:55.810Zfreemap_route_ipv6Aug 24 13:08:54.687
51212026-08-24T13:08:55.810Z INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
51222026-08-24T13:08:55.810Zadding route 172.17.0.5/32 -> 10.0.0.255
51232026-08-24T13:08:55.810ZAug 24 13:08:54.687 Aug 24 13:08:54.687 DEBG reset freemap, Aug 24 13:08:54.687unit :INFOAug 24 13:08:54.687DEBG adding route 172.16.0.0/32 -> 10.0.0.1
51242026-08-24T13:08:55.810ZDEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
51252026-08-24T13:08:55.810Zreplacing 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 } }]
51262026-08-24T13:08:55.810Z
51272026-08-24T13:08:55.815ZAug 24 13:08:54.688 DEBGAug 24 13:08:54.688 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51282026-08-24T13:08:55.815Z Aug 24 13:08:54.688Aug 24 13:08:54.681Aug 24 13:08:54.688DEBGAug 24 13:08:54.688 DEBG INFO INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255initted freemap. size: 64
51292026-08-24T13:08:55.816Z
51302026-08-24T13:08:55.816Z DEBG , adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunitreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688
51312026-08-24T13:08:55.816Z
51322026-08-24T13:08:55.816Z: DEBGfreemap_route_ipv6
51332026-08-24T13:08:55.816Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.688Aug 24 13:08:54.688
51342026-08-24T13:08:55.816Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
51352026-08-24T13:08:55.816ZAug 24 13:08:54.688 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
51362026-08-24T13:08:55.816ZAug 24 13:08:54.688 adding route 172.17.0.7/32 -> 10.0.0.255Aug 24 13:08:54.688
51372026-08-24T13:08:55.816ZDEBG 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 } }]
51382026-08-24T13:08:55.816ZDEBG Aug 24 13:08:54.688Aug 24 13:08:54.688 INFO reset freemapAug 24 13:08:54.688adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
51392026-08-24T13:08:55.816Z, 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
51402026-08-24T13:08:55.816Zunit adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff:
51412026-08-24T13:08:55.816Z freemap_route_ipv6Aug 24 13:08:54.688Aug 24 13:08:54.688 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 } }]
51422026-08-24T13:08:55.816Z
51432026-08-24T13:08:55.816Zadding route 172.17.0.8/32 -> 10.0.0.255
51442026-08-24T13:08:55.816ZAug 24 13:08:54.688 DEBG Aug 24 13:08:54.688Aug 24 13:08:54.688 Aug 24 13:08:54.688INFODEBGreplacing 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 } }]
51452026-08-24T13:08:55.816Zreplacing 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 3fff:beef:2e::/64 -> 2001:db8::55:ff
51462026-08-24T13:08:55.816ZINFO Aug 24 13:08:54.688adding route 3fff:dead::/64 -> 2001:db8::55:1
51472026-08-24T13:08:55.816ZINFOAug 24 13:08:54.688 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
51482026-08-24T13:08:55.816ZINFO
51492026-08-24T13:08:55.816Z adding route 172.17.0.9/32 -> 10.0.0.255
51502026-08-24T13:08:55.816ZAug 24 13:08:54.688 Aug 24 13:08:54.688Aug 24 13:08:54.688 Aug 24 13:08:54.688 DEBGDEBGDEBG 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 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 } }]
51512026-08-24T13:08:55.816Z
51522026-08-24T13:08:55.816Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688
51532026-08-24T13:08:55.816ZAug 24 13:08:54.688
51542026-08-24T13:08:55.816Z INFOINFOAug 24 13:08:54.688 adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
51552026-08-24T13:08:55.816Z
51562026-08-24T13:08:55.816Z Aug 24 13:08:54.688INFO Aug 24 13:08:54.688adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
51572026-08-24T13:08:55.817ZAug 24 13:08:54.688DEBG DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51582026-08-24T13:08:55.817Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
51592026-08-24T13:08:55.817Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:08:54.688
51602026-08-24T13:08:55.817Z Aug 24 13:08:54.688INFO adding route 172.17.0.11/32 -> 10.0.0.255DEBG
51612026-08-24T13:08:55.817ZAug 24 13:08:54.688 INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51622026-08-24T13:08:55.817Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
51632026-08-24T13:08:55.817ZAug 24 13:08:54.688Aug 24 13:08:54.688 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51642026-08-24T13:08:55.817ZAug 24 13:08:54.688
51652026-08-24T13:08:55.817ZAug 24 13:08:54.688INFO
51662026-08-24T13:08:55.817Z Aug 24 13:08:54.688DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOAug 24 13:08:54.688replacing 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 } }]
51672026-08-24T13:08:55.817Zadding route 172.17.0.12/32 -> 10.0.0.255
51682026-08-24T13:08:55.817Z
51692026-08-24T13:08:55.817ZAug 24 13:08:54.688 Aug 24 13:08:54.688INFO INFOINFO Aug 24 13:08:54.688Aug 24 13:08:54.688 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
51702026-08-24T13:08:55.817Z 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
51712026-08-24T13:08:55.817Z
51722026-08-24T13:08:55.817Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688
51732026-08-24T13:08:55.817ZAug 24 13:08:54.688DEBG INFO
51742026-08-24T13:08:55.817ZAug 24 13:08:54.688 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255
51752026-08-24T13:08:55.817Z
51762026-08-24T13:08:55.817Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688
51772026-08-24T13:08:55.817Z Aug 24 13:08:54.688Aug 24 13:08:54.688 INFODEBGAug 24 13:08:54.688 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.688
51782026-08-24T13:08:55.817Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOINFODEBG
51792026-08-24T13:08:55.817Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 24 13:08:54.688
51802026-08-24T13:08:55.817ZINFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 24 13:08:54.688adding route 172.17.0.14/32 -> 10.0.0.255
51812026-08-24T13:08:55.817Z
51822026-08-24T13:08:55.817ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688
51832026-08-24T13:08:55.817Z
51842026-08-24T13:08:55.818ZDEBG 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 } }]
51852026-08-24T13:08:55.818ZAug 24 13:08:54.688 Aug 24 13:08:54.688DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688
51862026-08-24T13:08:55.818Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688Aug 24 13:08:54.688
51872026-08-24T13:08:55.818Z INFOAug 24 13:08:54.688INFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
51882026-08-24T13:08:55.818Z
51892026-08-24T13:08:55.818ZINFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 24 13:08:54.688Aug 24 13:08:54.688
51902026-08-24T13:08:55.818Z Aug 24 13:08:54.688DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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
51912026-08-24T13:08:55.818Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
51922026-08-24T13:08:55.818ZDEBG 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 } }]
51932026-08-24T13:08:55.818Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
51942026-08-24T13:08:55.818ZAug 24 13:08:54.688 Aug 24 13:08:54.688INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
51952026-08-24T13:08:55.818Z
51962026-08-24T13:08:55.818Z Aug 24 13:08:54.688 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688
51972026-08-24T13:08:55.818ZINFOAug 24 13:08:54.688 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG
51982026-08-24T13:08:55.818Z 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 } }]Aug 24 13:08:54.688
51992026-08-24T13:08:55.818Z INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
52002026-08-24T13:08:55.818ZAug 24 13:08:54.688Aug 24 13:08:54.688 Aug 24 13:08:54.688replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG
52012026-08-24T13:08:55.818Z
52022026-08-24T13:08:55.818Zreplacing 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 } }]
52032026-08-24T13:08:55.818ZAug 24 13:08:54.688Aug 24 13:08:54.688 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
52042026-08-24T13:08:55.818ZAug 24 13:08:54.688 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 } }]INFOAug 24 13:08:54.688
52052026-08-24T13:08:55.818ZAug 24 13:08:54.688
52062026-08-24T13:08:55.818Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFO
52072026-08-24T13:08:55.818ZAug 24 13:08:54.688adding route 172.17.0.18/32 -> 10.0.0.255
52082026-08-24T13:08:55.818ZDEBGINFO Aug 24 13:08:54.688Aug 24 13:08:54.688adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:08:54.688 INFODEBGDEBG
52092026-08-24T13:08:55.818Zreplacing 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 } }]
52102026-08-24T13:08:55.818Zreplacing 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 } }]
52112026-08-24T13:08:55.818Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:08:54.688Aug 24 13:08:54.696
52122026-08-24T13:08:55.818Z INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
52132026-08-24T13:08:55.819ZAug 24 13:08:54.696created new freemap , WARNunit :shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 24 13:08:54.696
52142026-08-24T13:08:55.819Z freemap_route_ipv4DEBG
52152026-08-24T13:08:55.819Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.696
52162026-08-24T13:08:55.819Z Aug 24 13:08:54.696ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
52172026-08-24T13:08:55.819ZAug 24 13:08:54.696 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
52182026-08-24T13:08:55.819Zcreated new freemapAug 24 13:08:54.696, unitERRO: 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 itAug 24 13:08:54.696
52192026-08-24T13:08:55.819Z freemap_route_ipv6DEBG
52202026-08-24T13:08:55.819Z 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 } }]
52212026-08-24T13:08:55.819ZAug 24 13:08:54.696 DEBG initted freemap. size: 64, Aug 24 13:08:54.696unit : Aug 24 13:08:54.696 INFOfreemap_route_ipv4 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
52222026-08-24T13:08:55.819Z
52232026-08-24T13:08:55.819Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
52242026-08-24T13:08:55.819ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
52252026-08-24T13:08:55.819ZAug 24 13:08:54.696Aug 24 13:08:54.696 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
52262026-08-24T13:08:55.819ZAug 24 13:08:54.696, Aug 24 13:08:54.696unit : INFODEBG Aug 24 13:08:54.696freemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
52272026-08-24T13:08:55.824Zreplacing 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 } }]
52282026-08-24T13:08:55.824Z
52292026-08-24T13:08:55.824Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
52302026-08-24T13:08:55.824ZAug 24 13:08:54.696 Aug 24 13:08:54.696Aug 24 13:08:54.696Aug 24 13:08:54.696 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52312026-08-24T13:08:55.824Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
52322026-08-24T13:08:55.824Zinitted freemap. size: 64adding route 3fff:beef:34::/64 -> 2001:db8::55:ff, Aug 24 13:08:54.696
52332026-08-24T13:08:55.824Z Aug 24 13:08:54.696 INFOunitINFO Aug 24 13:08:54.696adding route 3fff:dead::/64 -> 2001:db8::55:3
52342026-08-24T13:08:55.824ZDEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff:replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52352026-08-24T13:08:55.824Z
52362026-08-24T13:08:55.824Z freemap_route_ipv6Aug 24 13:08:54.696Aug 24 13:08:54.696Aug 24 13:08:54.696
52372026-08-24T13:08:55.824ZDEBG DEBG Aug 24 13:08:54.696replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
52382026-08-24T13:08:55.824ZINFO Aug 24 13:08:54.696adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
52392026-08-24T13:08:55.824Z
52402026-08-24T13:08:55.824Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.696
52412026-08-24T13:08:55.825ZAug 24 13:08:54.696 INFO Aug 24 13:08:54.696 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBGDEBG
52422026-08-24T13:08:55.825Z reset 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 } }]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 } }]
52432026-08-24T13:08:55.825Z
52442026-08-24T13:08:55.825ZAug 24 13:08:54.696, unitAug 24 13:08:54.696 Aug 24 13:08:54.696Aug 24 13:08:54.696INFO: INFO DEBG freemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255
52452026-08-24T13:08:55.825ZINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
52462026-08-24T13:08:55.825Z
52472026-08-24T13:08:55.825Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:36::/64 -> 2001:db8::55:ff
52482026-08-24T13:08:55.825Z
52492026-08-24T13:08:55.825ZAug 24 13:08:54.696Aug 24 13:08:54.696 Aug 24 13:08:54.696DEBGDEBGAug 24 13:08:54.696 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.696
52502026-08-24T13:08:55.825Z DEBGINFO DEBGAug 24 13:08:54.696replacing 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: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 } }]
52512026-08-24T13:08:55.825ZINFO
52522026-08-24T13:08:55.825Z adding route 172.17.0.21/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 } }]
52532026-08-24T13:08:55.825Z
52542026-08-24T13:08:55.825ZAug 24 13:08:54.696 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:08:54.696adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 24 13:08:54.696DEBG
52552026-08-24T13:08:55.825Zreplacing 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 } }]
52562026-08-24T13:08:55.825Z
52572026-08-24T13:08:55.825ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 Aug 24 13:08:54.696DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52582026-08-24T13:08:55.825Zadding route 172.17.0.22/32 -> 10.0.0.255
52592026-08-24T13:08:55.825Z
52602026-08-24T13:08:55.825ZAug 24 13:08:54.696 Aug 24 13:08:54.696DEBG Aug 24 13:08:54.696INFO Aug 24 13:08:54.696DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
52612026-08-24T13:08:55.825Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.696
52622026-08-24T13:08:55.825Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
52632026-08-24T13:08:55.825Z Aug 24 13:08:54.696 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 } }]Aug 24 13:08:54.696
52642026-08-24T13:08:55.825Z 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 } }]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 } }]
52652026-08-24T13:08:55.825Zadding route 172.17.0.23/32 -> 10.0.0.255
52662026-08-24T13:08:55.825Z
52672026-08-24T13:08:55.825ZAug 24 13:08:54.696 Aug 24 13:08:54.696Aug 24 13:08:54.696INFOAug 24 13:08:54.696 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 24 13:08:54.696
52682026-08-24T13:08:55.826Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:33::/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 } }]
52692026-08-24T13:08:55.826Z
52702026-08-24T13:08:55.826ZAug 24 13:08:54.696
52712026-08-24T13:08:55.826ZINFO DEBG Aug 24 13:08:54.696replacing 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 } }]
52722026-08-24T13:08:55.826ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 24 13:08:54.696replacing 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 } }]
52732026-08-24T13:08:55.826ZAug 24 13:08:54.696INFO
52742026-08-24T13:08:55.826Z INFOAug 24 13:08:54.696 adding route 172.17.0.24/32 -> 10.0.0.255
52752026-08-24T13:08:55.826ZDEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 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 } }]
52762026-08-24T13:08:55.826Z
52772026-08-24T13:08:55.826ZINFOAug 24 13:08:54.696 Aug 24 13:08:54.696 DEBGAug 24 13:08:54.696adding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52782026-08-24T13:08:55.826Z DEBG
52792026-08-24T13:08:55.826ZDEBG Aug 24 13:08:54.696 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.696replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52802026-08-24T13:08:55.826Z INFO
52812026-08-24T13:08:55.826ZINFOAug 24 13:08:54.696 Aug 24 13:08:54.696adding route 172.17.0.25/32 -> 10.0.0.255
52822026-08-24T13:08:55.826ZDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff 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 } }]
52832026-08-24T13:08:55.826ZAug 24 13:08:54.696
52842026-08-24T13:08:55.826ZDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 24 13:08:54.696
52852026-08-24T13:08:55.826Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
52862026-08-24T13:08:55.826Z Aug 24 13:08:54.696Aug 24 13:08:54.696adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:08:54.696
52872026-08-24T13:08:55.826ZINFOAug 24 13:08:54.696 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFODEBG adding route 172.17.0.26/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 } }]
52882026-08-24T13:08:55.826Z
52892026-08-24T13:08:55.826Z DEBG
52902026-08-24T13:08:55.826Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.696 Aug 24 13:08:54.696DEBG
52912026-08-24T13:08:55.826Z Aug 24 13:08:54.696DEBG Aug 24 13:08:54.696 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 } }]INFODEBG
52922026-08-24T13:08:55.826Ztest route::tests::rollback_on_compact_delete_failure ... ok
52932026-08-24T13:08:55.826Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:08:54.696
52942026-08-24T13:08:55.826Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOAug 24 13:08:54.696replacing 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 } }]
52952026-08-24T13:08:55.826ZINFOAug 24 13:08:54.696
52962026-08-24T13:08:55.826Z adding route 172.17.0.27/32 -> 10.0.0.255 DEBG
52972026-08-24T13:08:55.827Ztest route::tests::identity_replace_is_noop ... ok
52982026-08-24T13:08:55.827Z 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 } }]
52992026-08-24T13:08:55.827Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:08:54.696Aug 24 13:08:54.696
53002026-08-24T13:08:55.827Z DEBGAug 24 13:08:54.696 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.696
53012026-08-24T13:08:55.827Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO
53022026-08-24T13:08:55.827Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 24 13:08:54.696
53032026-08-24T13:08:55.827Z INFO
53042026-08-24T13:08:55.827Zadding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:08:54.696
53052026-08-24T13:08:55.827ZAug 24 13:08:54.696Aug 24 13:08:54.696 DEBGDEBG 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 } }]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 } }]
53062026-08-24T13:08:55.827ZAug 24 13:08:54.696
53072026-08-24T13:08:55.827Z Aug 24 13:08:54.696DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.696
53082026-08-24T13:08:55.827Z INFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
53092026-08-24T13:08:55.827Z
53102026-08-24T13:08:55.827ZAug 24 13:08:54.696 Aug 24 13:08:54.696INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255
53112026-08-24T13:08:55.827ZINFO Aug 24 13:08:54.696adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
53122026-08-24T13:08:55.827ZAug 24 13:08:54.696INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGAug 24 13:08:54.696
53132026-08-24T13:08:55.827Zreplacing 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 } }]
53142026-08-24T13:08:55.827ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
53152026-08-24T13:08:55.827ZAug 24 13:08:54.696Aug 24 13:08:54.697 INFO adding route 172.17.0.30/32 -> 10.0.0.255 Aug 24 13:08:54.704
53162026-08-24T13:08:55.827Z DEBG Aug 24 13:08:54.696created new freemap, DEBGunit :failed to allocate space for the new target list
53172026-08-24T13:08:55.827Zfreemap_route_ipv4
53182026-08-24T13:08:55.827ZAug 24 13:08:54.704 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 } }]
53192026-08-24T13:08:55.827ZAug 24 13:08:54.704
53202026-08-24T13:08:55.827ZAug 24 13:08:54.704 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 } }]Aug 24 13:08:54.704
53212026-08-24T13:08:55.827ZINFO created new freemapadding route 172.17.0.31/32 -> 10.0.0.255,
53222026-08-24T13:08:55.827Zunit: freemap_route_ipv6Aug 24 13:08:54.704
53232026-08-24T13:08:55.827Z DEBG Aug 24 13:08:54.704DEBGAug 24 13:08:54.704 replacing targets for 3fff:dead::/64 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: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 } }]
53242026-08-24T13:08:55.827ZDEBG
53252026-08-24T13:08:55.827Z 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 } }]initted freemap. size: 64Aug 24 13:08:54.704
53262026-08-24T13:08:55.828Z WARN, unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):Aug 24 13:08:54.704Aug 24 13:08:54.704
53272026-08-24T13:08:55.832ZINFOINFO freemap_route_ipv4 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255
53282026-08-24T13:08:55.832Z
53292026-08-24T13:08:55.832Z
53302026-08-24T13:08:55.832ZAug 24 13:08:54.704Aug 24 13:08:54.704 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
53312026-08-24T13:08:55.833Z
53322026-08-24T13:08:55.833ZAug 24 13:08:54.704 DEBGAug 24 13:08:54.704Aug 24 13:08:54.704 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemap
53332026-08-24T13:08:55.833Z,
53342026-08-24T13:08:55.833Zunit: Aug 24 13:08:54.704freemap_route_ipv4Aug 24 13:08:54.704
53352026-08-24T13:08:55.833ZDEBG 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 } }]
53362026-08-24T13:08:55.833Zreplacing 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 } }]
53372026-08-24T13:08:55.833ZAug 24 13:08:54.704 INFO adding route 172.17.0.34/32 -> 10.0.0.255
53382026-08-24T13:08:55.833ZAug 24 13:08:54.704Aug 24 13:08:54.704 DEBGINFOAug 24 13:08:54.704 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
53392026-08-24T13:08:55.833ZDEBGinitted freemap. size: 64 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 } }],
53402026-08-24T13:08:55.833Zunit:Aug 24 13:08:54.704 freemap_route_ipv6
53412026-08-24T13:08:55.833ZDEBG Aug 24 13:08:54.704 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
53422026-08-24T13:08:55.833Z adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:08:54.704
53432026-08-24T13:08:55.833Z DEBG Aug 24 13:08:54.681reset freemap Aug 24 13:08:54.704, Aug 24 13:08:54.704INFOunit :DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing 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 } }]
53442026-08-24T13:08:55.833Z
53452026-08-24T13:08:55.833Z
53462026-08-24T13:08:55.833ZAug 24 13:08:54.704Aug 24 13:08:54.704 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.704adding route 172.17.0.36/32 -> 10.0.0.255
53472026-08-24T13:08:55.833Z
53482026-08-24T13:08:55.833ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:08:54.704
53492026-08-24T13:08:55.833ZAug 24 13:08:54.704 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:08:54.704DEBG 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 } }]
53502026-08-24T13:08:55.833Z
53512026-08-24T13:08:55.833ZDEBGreplacing 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 } }]
53522026-08-24T13:08:55.833Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:08:54.704
53532026-08-24T13:08:55.833Z DEBGAug 24 13:08:54.704 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 } }]
53542026-08-24T13:08:55.833Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 24 13:08:54.704
53552026-08-24T13:08:55.833ZINFO Aug 24 13:08:54.704 Aug 24 13:08:54.704DEBG INFOfailed to allocate space for the new target list
53562026-08-24T13:08:55.833Zadding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
53572026-08-24T13:08:55.833Z
53582026-08-24T13:08:55.834ZAug 24 13:08:54.696Aug 24 13:08:54.704Aug 24 13:08:54.704 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 } }]
53592026-08-24T13:08:55.834ZAug 24 13:08:54.704replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53602026-08-24T13:08:55.834ZDEBGAug 24 13:08:54.704Aug 24 13:08:54.704 DEBGINFODEBG created new freemapadding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53612026-08-24T13:08:55.834Z ,
53622026-08-24T13:08:55.834Zunit:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
53632026-08-24T13:08:55.834ZAug 24 13:08:54.704 Aug 24 13:08:54.704freemap_route_ipv4 INFODEBG
53642026-08-24T13:08:55.834Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 24 13:08:54.704
53652026-08-24T13:08:55.834Z 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
53662026-08-24T13:08:55.834Z adding route 172.16.0.0/32 -> 10.0.0.3
53672026-08-24T13:08:55.834ZAug 24 13:08:54.704Aug 24 13:08:54.704 Aug 24 13:08:54.704INFO DEBGDEBG adding route 172.17.0.39/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
53682026-08-24T13:08:55.834Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.704
53692026-08-24T13:08:55.834Z
53702026-08-24T13:08:55.834Z DEBGAug 24 13:08:54.704 Aug 24 13:08:54.704DEBG Aug 24 13:08:54.704INFO 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.4
53712026-08-24T13:08:55.834ZINFO
53722026-08-24T13:08:55.834Zcreated new freemap adding route 3fff:beef:27::/64 -> 2001:db8::55:ff,
53732026-08-24T13:08:55.834ZAug 24 13:08:54.704unitAug 24 13:08:54.704 :INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 24 13:08:54.704
53742026-08-24T13:08:55.834Z freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
53752026-08-24T13:08:55.834Z
53762026-08-24T13:08:55.834Z Aug 24 13:08:54.704replacing 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 } }]
53772026-08-24T13:08:55.834ZDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.704
53782026-08-24T13:08:55.834ZAug 24 13:08:54.704 DEBGDEBGAug 24 13:08:54.704 Aug 24 13:08:54.704INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53792026-08-24T13:08:55.834ZINFO initted freemap. size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
53802026-08-24T13:08:55.834Z, adding route 172.17.0.41/32 -> 10.0.0.255unit
53812026-08-24T13:08:55.834Z: freemap_route_ipv4
53822026-08-24T13:08:55.834ZAug 24 13:08:54.704 DEBG Aug 24 13:08:54.704replacing 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 } }]
53832026-08-24T13:08:55.834ZDEBGAug 24 13:08:54.704 reset freemap , DEBGunit Aug 24 13:08:54.704replacing 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 } }]:
53842026-08-24T13:08:55.834ZINFOfreemap_route_ipv4 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
53852026-08-24T13:08:55.834Z
53862026-08-24T13:08:55.835ZAug 24 13:08:54.704 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 24 13:08:54.704
53872026-08-24T13:08:55.835Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53882026-08-24T13:08:55.835ZAug 24 13:08:54.704 Aug 24 13:08:54.704DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.704
53892026-08-24T13:08:55.835Z initted freemap. size: 64INFO, unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:
53902026-08-24T13:08:55.835Ztest route::tests::rollback_on_compact_write_failure ... ok
53912026-08-24T13:08:55.835Z freemap_route_ipv6Aug 24 13:08:54.704
53922026-08-24T13:08:55.835Z INFO Aug 24 13:08:54.704adding route 172.17.0.43/32 -> 10.0.0.255
53932026-08-24T13:08:55.835ZDEBG Aug 24 13:08:54.704replacing 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 } }]
53942026-08-24T13:08:55.835ZDEBG Aug 24 13:08:54.704reset freemap , DEBGunit :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 } }]
53952026-08-24T13:08:55.835Zfreemap_route_ipv6
53962026-08-24T13:08:55.835Ztest route::tests::rollback_on_index_readd_failure ... ok
53972026-08-24T13:08:55.835ZAug 24 13:08:54.704Aug 24 13:08:54.704 INFOINFO Aug 24 13:08:54.704adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
53982026-08-24T13:08:55.835Z
53992026-08-24T13:08:55.835Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
54002026-08-24T13:08:55.835ZAug 24 13:08:54.704 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 } }]
54012026-08-24T13:08:55.835ZAug 24 13:08:54.704 DEBGAug 24 13:08:54.704 Aug 24 13:08:54.704DEBG 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 } }]
54022026-08-24T13:08:55.835Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.45/32 -> 10.0.0.255
54032026-08-24T13:08:55.835Z
54042026-08-24T13:08:55.835ZAug 24 13:08:54.704Aug 24 13:08:54.704 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
54052026-08-24T13:08:55.835Zreplacing 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 } }]
54062026-08-24T13:08:55.835ZAug 24 13:08:54.705 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:08:54.705
54072026-08-24T13:08:55.835ZAug 24 13:08:54.705DEBG 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 } }]
54082026-08-24T13:08:55.835ZINFOAug 24 13:08:54.705 adding route 172.17.0.46/32 -> 10.0.0.255
54092026-08-24T13:08:55.835ZDEBG Aug 24 13:08:54.705replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
54102026-08-24T13:08:55.835ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
54112026-08-24T13:08:55.835ZAug 24 13:08:54.705Aug 24 13:08:54.705 Aug 24 13:08:54.705DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54122026-08-24T13:08:55.835Z 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 } }]
54132026-08-24T13:08:55.835Zadding route 3fff:dead::/64 -> 2001:db8::55:3
54142026-08-24T13:08:55.835ZAug 24 13:08:54.705 INFO adding route 172.17.0.47/32 -> 10.0.0.255
54152026-08-24T13:08:55.836ZAug 24 13:08:54.705 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 } }]Aug 24 13:08:54.705
54162026-08-24T13:08:55.836ZAug 24 13:08:54.705Aug 24 13:08:54.712Aug 24 13:08:54.705Aug 24 13:08:54.705 DEBGDEBG created new freemap, unit :DEBG freemap_route_ipv4Aug 24 13:08:54.696 INFOcreated new freemap
54172026-08-24T13:08:55.836Z , unitadding route 3fff:dead::/64 -> 2001:db8::55:4:
54182026-08-24T13:08:55.836Zfreemap_route_ipv4DEBG
54192026-08-24T13:08:55.836ZAug 24 13:08:54.712 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
54202026-08-24T13:08:55.836Z created new freemapAug 24 13:08:54.712, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv6
54212026-08-24T13:08:55.836Z
54222026-08-24T13:08:55.836ZAug 24 13:08:54.712 DEBG Aug 24 13:08:54.712Aug 24 13:08:54.712DEBG 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 } }]
54232026-08-24T13:08:55.836Zinitted freemap. size: 64created new freemap, unit, :created new freemapAug 24 13:08:54.712 , INFO freemap_route_ipv4unit
54242026-08-24T13:08:55.836Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff:unit:
54252026-08-24T13:08:55.836Z Aug 24 13:08:54.712freemap_route_ipv4
54262026-08-24T13:08:55.836ZDEBGDEBGAug 24 13:08:54.712 freemap_route_ipv6
54272026-08-24T13:08:55.841ZINFO reset freemap, unitadding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:08:54.712
54282026-08-24T13:08:55.841Z Aug 24 13:08:54.712 Aug 24 13:08:54.712DEBG :DEBG DEBG freemap_route_ipv4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
54292026-08-24T13:08:55.841Zinitted freemap. size: 64,
54302026-08-24T13:08:55.841Zunitcreated new freemap:, Aug 24 13:08:54.713unit : 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 DEBGAug 24 13:08:54.713
54312026-08-24T13:08:55.841Z freemap_route_ipv6initted freemap. size: 64
54322026-08-24T13:08:55.841Z
54332026-08-24T13:08:55.841ZAug 24 13:08:54.713, unitAug 24 13:08:54.713 DEBG Aug 24 13:08:54.713WARN Aug 24 13:08:54.713DEBG: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 } }] DEBGfreemap_route_ipv6
54342026-08-24T13:08:55.841ZINFOinitted freemap. size: 64,
54352026-08-24T13:08:55.841Zunit Aug 24 13:08:54.713 :DEBG reset freemap Aug 24 13:08:54.713, reset freemap unit, INFOfreemap_route_ipv4unit:
54362026-08-24T13:08:55.841Z : freemap_route_ipv4adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54372026-08-24T13:08:55.841Z
54382026-08-24T13:08:55.841Zfreemap_route_ipv6
54392026-08-24T13:08:55.841Z
54402026-08-24T13:08:55.841ZAug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713 DEBGINFO Aug 24 13:08:54.713 initted freemap. size: 64DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG, DEBGunitshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
54412026-08-24T13:08:55.841Z 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 } }]:
54422026-08-24T13:08:55.841Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
54432026-08-24T13:08:55.841Z
54442026-08-24T13:08:55.841Z
54452026-08-24T13:08:55.841ZAug 24 13:08:54.713reset freemap Aug 24 13:08:54.713DEBG, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
54462026-08-24T13:08:55.841ZDEBG: Aug 24 13:08:54.713Aug 24 13:08:54.713 INFOreset freemapAug 24 13:08:54.713freemap_route_ipv4 , INFOINFOunit
54472026-08-24T13:08:55.841Z: adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.50/32 -> 10.0.0.255
54482026-08-24T13:08:55.841Z freemap_route_ipv6
54492026-08-24T13:08:55.841Z
54502026-08-24T13:08:55.841Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:08:54.713
54512026-08-24T13:08:55.841Z Aug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713DEBG DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
54522026-08-24T13:08:55.842ZINFOreplacing 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 } }]initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
54532026-08-24T13:08:55.842Z:
54542026-08-24T13:08:55.842ZAug 24 13:08:54.713 Aug 24 13:08:54.713 Aug 24 13:08:54.713INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:3
54552026-08-24T13:08:55.842Z
54562026-08-24T13:08:55.842ZAug 24 13:08:54.713Aug 24 13:08:54.713 DEBG reset freemap , DEBG unitINFO :Aug 24 13:08:54.705Aug 24 13:08:54.713 adding route 172.17.0.51/32 -> 10.0.0.255DEBGfreemap_route_ipv6 DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54572026-08-24T13:08:55.842Z created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
54582026-08-24T13:08:55.842Z, unit
54592026-08-24T13:08:55.842Z
54602026-08-24T13:08:55.842Z: freemap_route_ipv4Aug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713 Aug 24 13:08:54.705Aug 24 13:08:54.713
54612026-08-24T13:08:55.842ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4INFO adding route 172.16.0.0/32 -> 10.0.0.1
54622026-08-24T13:08:55.842Z
54632026-08-24T13:08:55.842ZDEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:08:54.713 Aug 24 13:08:54.713Aug 24 13:08:54.713
54642026-08-24T13:08:55.842Z 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 } }]DEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], 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 } }]
54652026-08-24T13:08:55.842ZunitAug 24 13:08:54.713: freemap_route_ipv6
54662026-08-24T13:08:55.842Z
54672026-08-24T13:08:55.842Z
54682026-08-24T13:08:55.842Z DEBG Aug 24 13:08:54.713replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.713Aug 24 13:08:54.713DEBG
54692026-08-24T13:08:55.842Z INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:08:54.713adding route 172.16.0.0/32 -> 10.0.0.2
54702026-08-24T13:08:55.842Z DEBGINFO
54712026-08-24T13:08:55.842Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffinitted freemap. size: 64, Aug 24 13:08:54.713unit :WARN freemap_route_ipv4shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
54722026-08-24T13:08:55.842Z
54732026-08-24T13:08:55.842Z
54742026-08-24T13:08:55.842ZAug 24 13:08:54.713Aug 24 13:08:54.713 INFODEBGAug 24 13:08:54.713Aug 24 13:08:54.713 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
54752026-08-24T13:08:55.842Z adding route 172.17.0.52/32 -> 10.0.0.255reset freemap
54762026-08-24T13:08:55.842Z, 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 } }]
54772026-08-24T13:08:55.842Zunit:Aug 24 13:08:54.713 freemap_route_ipv4INFOAug 24 13:08:54.713
54782026-08-24T13:08:55.842ZAug 24 13:08:54.713 DEBG adding route 172.16.0.0/32 -> 10.0.0.3INFO Aug 24 13:08:54.713 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 } }]
54792026-08-24T13:08:55.842Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
54802026-08-24T13:08:55.843ZDEBG
54812026-08-24T13:08:55.843Zinitted freemap. size: 64, unitAug 24 13:08:54.713: Aug 24 13:08:54.713freemap_route_ipv6
54822026-08-24T13:08:55.843Z DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:08:54.713
54832026-08-24T13:08:55.843Z Aug 24 13:08:54.713
54842026-08-24T13:08:55.843Z DEBG INFOreset freemap , Aug 24 13:08:54.713unitAug 24 13:08:54.713 :INFO freemap_route_ipv6adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54852026-08-24T13:08:55.843Z
54862026-08-24T13:08:55.843Z INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.53/32 -> 10.0.0.255Aug 24 13:08:54.713
54872026-08-24T13:08:55.843Z
54882026-08-24T13:08:55.843Ztest route::tests::delete_targets_full ... ok
54892026-08-24T13:08:55.843Z INFOAug 24 13:08:54.713 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
54902026-08-24T13:08:55.843ZAug 24 13:08:54.713 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54912026-08-24T13:08:55.843ZAug 24 13:08:54.713 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
54922026-08-24T13:08:55.843Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:08:54.713
54932026-08-24T13:08:55.843ZAug 24 13:08:54.713 DEBG INFO Aug 24 13:08:54.713replacing 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:32::/64 -> 2001:db8::55:ff
54942026-08-24T13:08:55.843ZINFO
54952026-08-24T13:08:55.843Z Aug 24 13:08:54.713adding route 172.16.0.0/32 -> 10.0.0.2 INFO
54962026-08-24T13:08:55.843Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:08:54.713
54972026-08-24T13:08:55.843Z INFOAug 24 13:08:54.713 Aug 24 13:08:54.713adding route 172.17.0.54/32 -> 10.0.0.255DEBGAug 24 13:08:54.713 DEBG
54982026-08-24T13:08:55.843Z 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 } }]
54992026-08-24T13:08:55.843Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
55002026-08-24T13:08:55.843Ztest transceivers::mpn_test::test_mpn_missing ... ok
55012026-08-24T13:08:55.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 } }]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 } }]
55022026-08-24T13:08:55.843Z
55032026-08-24T13:08:55.843ZAug 24 13:08:54.713 DEBGAug 24 13:08:54.713Aug 24 13:08:54.713 Aug 24 13:08:54.713INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55042026-08-24T13:08:55.843Z
55052026-08-24T13:08:55.843ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
55062026-08-24T13:08:55.843Ztest transceivers::mpn_test::test_mpn_present ... ok
55072026-08-24T13:08:55.843ZAug 24 13:08:54.713
55082026-08-24T13:08:55.844Ztest transceivers::mpn_test::test_xcvr_missing ... ok
55092026-08-24T13:08:55.844Z Aug 24 13:08:54.713DEBG 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 } }]
55102026-08-24T13:08:55.844Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:08:54.713Aug 24 13:08:54.713
55112026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
55122026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
55132026-08-24T13:08:55.844ZDEBG Aug 24 13:08:54.713 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 } }] INFODEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
55142026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
55152026-08-24T13:08:55.844Z
55162026-08-24T13:08:55.844Z
55172026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
55182026-08-24T13:08:55.844Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
55192026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
55202026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
55212026-08-24T13:08:55.844ZAug 24 13:08:54.713Aug 24 13:08:54.713 Aug 24 13:08:54.713DEBG INFO Aug 24 13:08:54.713replacing 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
55222026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
55232026-08-24T13:08:55.844Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
55242026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
55252026-08-24T13:08:55.844Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 24 13:08:54.713DEBG
55262026-08-24T13:08:55.844Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
55272026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
55282026-08-24T13:08:55.849ZAug 24 13:08:54.713Aug 24 13:08:54.713 DEBG INFODEBG Aug 24 13:08:54.713adding route 172.17.0.2/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 } }]
55292026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
55302026-08-24T13:08:55.849Z
55312026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
55322026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
55332026-08-24T13:08:55.849Zreplacing 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 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 } }]
55342026-08-24T13:08:55.849Z
55352026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
55362026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
55372026-08-24T13:08:55.849ZAug 24 13:08:54.713 Aug 24 13:08:54.713 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 } }]
55382026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
55392026-08-24T13:08:55.849ZDEBG Aug 24 13:08:54.713replacing 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 } }]
55402026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
55412026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
55422026-08-24T13:08:55.849ZAug 24 13:08:54.713 INFOINFO Aug 24 13:08:54.713INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.3/32 -> 10.0.0.255
55432026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
55442026-08-24T13:08:55.849Z
55452026-08-24T13:08:55.849Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
55462026-08-24T13:08:55.849Zadding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 24 13:08:54.713
55472026-08-24T13:08:55.850Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
55482026-08-24T13:08:55.850Z
55492026-08-24T13:08:55.850Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
55502026-08-24T13:08:55.850ZINFOAug 24 13:08:54.713Aug 24 13:08:54.713 adding route 172.17.0.56/32 -> 10.0.0.255Aug 24 13:08:54.713DEBG 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 } }]
55512026-08-24T13:08:55.850Z
55522026-08-24T13:08:55.850ZDEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.713 DEBGAug 24 13:08:54.713 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 } }]
55532026-08-24T13:08:55.850ZAug 24 13:08:54.713created new freemap , INFOunit :adding route 172.17.0.4/32 -> 10.0.0.255
55542026-08-24T13:08:55.850Zfreemap_route_ipv4
55552026-08-24T13:08:55.850ZDEBG
55562026-08-24T13:08:55.850Z Aug 24 13:08:54.721 DEBGAug 24 13:08:54.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }]
55572026-08-24T13:08:55.850ZAug 24 13:08:54.721INFO DEBG created new freemap
55582026-08-24T13:08:55.850ZAug 24 13:08:54.721 , Aug 24 13:08:54.721adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunitINFO: adding route 172.17.0.5/32 -> 10.0.0.255
55592026-08-24T13:08:55.850Z
55602026-08-24T13:08:55.850Z freemap_route_ipv6Aug 24 13:08:54.721
55612026-08-24T13:08:55.850ZINFO INFO Aug 24 13:08:54.721adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
55622026-08-24T13:08:55.850Z
55632026-08-24T13:08:55.850ZAug 24 13:08:54.721Aug 24 13:08:54.721 DEBGDEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]initted freemap. size: 64
55642026-08-24T13:08:55.850Z
55652026-08-24T13:08:55.850ZAug 24 13:08:54.721, Aug 24 13:08:54.721unit:Aug 24 13:08:54.721 DEBGfreemap_route_ipv4Aug 24 13:08:54.721 INFOINFO
55662026-08-24T13:08:55.850Z adding route 172.17.0.6/32 -> 10.0.0.255
55672026-08-24T13:08:55.850ZDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
55682026-08-24T13:08:55.850ZAug 24 13:08:54.721Aug 24 13:08:54.721
55692026-08-24T13:08:55.850ZDEBGDEBG reset freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit
55702026-08-24T13:08:55.850Z:
55712026-08-24T13:08:55.850Z freemap_route_ipv4Aug 24 13:08:54.721
55722026-08-24T13:08:55.850Z DEBGAug 24 13:08:54.721 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.721INFO Aug 24 13:08:54.721Aug 24 13:08:54.721adding route 172.17.0.7/32 -> 10.0.0.255
55732026-08-24T13:08:55.850ZDEBG
55742026-08-24T13:08:55.850Z DEBG Aug 24 13:08:54.721initted freemap. size: 64 Aug 24 13:08:54.721, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unitDEBG:
55752026-08-24T13:08:55.851Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
55762026-08-24T13:08:55.851Z
55772026-08-24T13:08:55.851ZINFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
55782026-08-24T13:08:55.851ZAug 24 13:08:54.721
55792026-08-24T13:08:55.851Z Aug 24 13:08:54.721INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
55802026-08-24T13:08:55.851Zreset freemapAug 24 13:08:54.721, unitAug 24 13:08:54.721DEBG: DEBG freemap_route_ipv6
55812026-08-24T13:08:55.851Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.721replacing 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 } }]
55822026-08-24T13:08:55.851Z
55832026-08-24T13:08:55.851Z Aug 24 13:08:54.721DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55842026-08-24T13:08:55.851Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:08:54.721
55852026-08-24T13:08:55.851Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
55862026-08-24T13:08:55.851ZAug 24 13:08:54.721 INFOAug 24 13:08:54.721 Aug 24 13:08:54.721INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.9/32 -> 10.0.0.255
55872026-08-24T13:08:55.851Z
55882026-08-24T13:08:55.851Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55892026-08-24T13:08:55.851Z
55902026-08-24T13:08:55.851ZAug 24 13:08:54.721Aug 24 13:08:54.721 DEBGDEBG 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.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 } }]
55912026-08-24T13:08:55.851ZAug 24 13:08:54.721Aug 24 13:08:54.721
55922026-08-24T13:08:55.851Z DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55932026-08-24T13:08:55.851Zadding route 3fff:dead::/64 -> 2001:db8::55:2
55942026-08-24T13:08:55.851ZAug 24 13:08:54.721Aug 24 13:08:54.721 INFOINFO Aug 24 13:08:54.721adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:08:54.721
55952026-08-24T13:08:55.851Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
55962026-08-24T13:08:55.851Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
55972026-08-24T13:08:55.851Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 24 13:08:54.721
55982026-08-24T13:08:55.851Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
55992026-08-24T13:08:55.851ZDEBGAug 24 13:08:54.721 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 } }]
56002026-08-24T13:08:55.851Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
56012026-08-24T13:08:55.851ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:08:54.721
56022026-08-24T13:08:55.851Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
56032026-08-24T13:08:55.852Z DEBGAug 24 13:08:54.721
56042026-08-24T13:08:55.852Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
56052026-08-24T13:08:55.852Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
56062026-08-24T13:08:55.852ZINFOAug 24 13:08:54.721replacing 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 } }]
56072026-08-24T13:08:55.852Z DEBGadding route 172.17.0.11/32 -> 10.0.0.255
56082026-08-24T13:08:55.852Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
56092026-08-24T13:08:55.852ZAug 24 13:08:54.721Aug 24 13:08:54.721 INFODEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
56102026-08-24T13:08:55.852ZAug 24 13:08:54.721
56112026-08-24T13:08:55.852ZAug 24 13:08:54.721 DEBGINFO Aug 24 13:08:54.721 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
56122026-08-24T13:08:55.852Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:08:54.721
56132026-08-24T13:08:55.852Z DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.721replacing 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 } }]
56142026-08-24T13:08:55.852ZDEBG
56152026-08-24T13:08:55.852ZAug 24 13:08:54.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
56162026-08-24T13:08:55.852ZDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.721Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGINFO
56172026-08-24T13:08:55.852Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
56182026-08-24T13:08:55.852Z INFOAug 24 13:08:54.721
56192026-08-24T13:08:55.852Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
56202026-08-24T13:08:55.852Z adding route 172.17.0.13/32 -> 10.0.0.255
56212026-08-24T13:08:55.852ZAug 24 13:08:54.721 Aug 24 13:08:54.721DEBG Aug 24 13:08:54.721DEBG 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.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 } }]
56222026-08-24T13:08:55.852ZDEBG
56232026-08-24T13:08:55.852Z 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 } }]
56242026-08-24T13:08:55.852ZAug 24 13:08:54.721Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGAug 24 13:08:54.721INFO failed to allocate space for the new target listadding route 172.17.0.14/32 -> 10.0.0.255
56252026-08-24T13:08:55.852ZDEBG
56262026-08-24T13:08:55.852Z 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 } }]
56272026-08-24T13:08:55.857ZAug 24 13:08:54.721INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 24 13:08:54.721replacing 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 } }]
56282026-08-24T13:08:55.857Z
56292026-08-24T13:08:55.857ZDEBG Aug 24 13:08:54.721Aug 24 13:08:54.721 INFOINFO replacing targets for 3fff:dead::/64 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.15/32 -> 10.0.0.255Aug 24 13:08:54.721
56302026-08-24T13:08:55.857Z
56312026-08-24T13:08:55.857Zadding route 172.17.0.57/32 -> 10.0.0.255
56322026-08-24T13:08:55.857ZDEBG Aug 24 13:08:54.721replacing 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 } }]
56332026-08-24T13:08:55.857ZDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGINFO
56342026-08-24T13:08:55.857Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
56352026-08-24T13:08:55.857Z
56362026-08-24T13:08:55.857ZAug 24 13:08:54.721 INFOAug 24 13:08:54.721 Aug 24 13:08:54.721adding route 172.17.0.16/32 -> 10.0.0.255
56372026-08-24T13:08:55.857ZINFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG
56382026-08-24T13:08:55.857Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.721
56392026-08-24T13:08:55.857Z DEBGAug 24 13:08:54.721Aug 24 13:08:54.721 Aug 24 13:08:54.714replacing 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 } }]
56402026-08-24T13:08:55.857ZDEBG 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 } }]DEBGINFO
56412026-08-24T13:08:55.857ZAug 24 13:08:54.721 INFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:08:54.721
56422026-08-24T13:08:55.857Zcreated new freemap
56432026-08-24T13:08:55.858ZINFO, adding route 172.17.0.59/32 -> 10.0.0.255unit
56442026-08-24T13:08:55.858ZAug 24 13:08:54.721 Aug 24 13:08:54.721DEBG: Aug 24 13:08:54.721replacing 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 } }]
56452026-08-24T13:08:55.858Z DEBGDEBG 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 } }]Aug 24 13:08:54.721
56462026-08-24T13:08:55.858Z INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56472026-08-24T13:08:55.858Zadding route 172.17.0.18/32 -> 10.0.0.255
56482026-08-24T13:08:55.858Z
56492026-08-24T13:08:55.858ZAug 24 13:08:54.721Aug 24 13:08:54.721Aug 24 13:08:54.721 Aug 24 13:08:54.721 DEBGINFODEBG 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 } }]
56502026-08-24T13:08:55.858Zadding route 172.17.0.60/32 -> 10.0.0.255created new freemap , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffunit
56512026-08-24T13:08:55.858Z
56522026-08-24T13:08:55.858Z:Aug 24 13:08:54.721 freemap_route_ipv6INFOAug 24 13:08:54.721
56532026-08-24T13:08:55.858Z DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:08:54.721
56542026-08-24T13:08:55.858ZDEBG 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 } }] Aug 24 13:08:54.721replacing 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 } }]
56552026-08-24T13:08:55.858Z Aug 24 13:08:54.721
56562026-08-24T13:08:55.858Z DEBG DEBGinitted freemap. size: 64 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 } }],
56572026-08-24T13:08:55.858ZunitAug 24 13:08:54.721: Aug 24 13:08:54.721INFOfreemap_route_ipv4Aug 24 13:08:54.721 INFODEBG
56582026-08-24T13:08:55.858Zadding route 172.17.0.20/32 -> 10.0.0.255
56592026-08-24T13:08:55.858Zfailed to allocate space for the new target list adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
56602026-08-24T13:08:55.858Z
56612026-08-24T13:08:55.858ZAug 24 13:08:54.721 Aug 24 13:08:54.721DEBG DEBGreset freemap Aug 24 13:08:54.721replacing 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 } }],
56622026-08-24T13:08:55.858ZDEBGunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:08:54.721:
56632026-08-24T13:08:55.858Z Aug 24 13:08:54.721 DEBGINFO freemap_route_ipv4adding route 172.17.0.21/32 -> 10.0.0.255
56642026-08-24T13:08:55.858Z
56652026-08-24T13:08:55.858Z 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 } }]
56662026-08-24T13:08:55.858ZAug 24 13:08:54.721Aug 24 13:08:54.721 Aug 24 13:08:54.721DEBG 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 } }]initted freemap. size: 64
56672026-08-24T13:08:55.858Z, INFOunit adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 24 13:08:54.722
56682026-08-24T13:08:55.858Z DEBG created new freemap, Aug 24 13:08:54.729unit :DEBG freemap_route_ipv4replacing 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 } }]
56692026-08-24T13:08:55.858Z
56702026-08-24T13:08:55.858ZAug 24 13:08:54.721Aug 24 13:08:54.729 Aug 24 13:08:54.729DEBGDEBG DEBGfailed to allocate space for the new target list
56712026-08-24T13:08:55.859Zcreated new freemap, unit:created new freemap , Aug 24 13:08:54.729freemap_route_ipv6
56722026-08-24T13:08:55.859ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit
56732026-08-24T13:08:55.859Z:Aug 24 13:08:54.729 freemap_route_ipv4DEBG
56742026-08-24T13:08:55.859Z initted freemap. size: 64Aug 24 13:08:54.729 DEBG, failed to allocate space for the new target list
56752026-08-24T13:08:55.859ZAug 24 13:08:54.721Aug 24 13:08:54.729unit INFO: 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 } }]freemap_route_ipv4
56762026-08-24T13:08:55.859Zfreemap_route_ipv6 created new freemap
56772026-08-24T13:08:55.859Z
56782026-08-24T13:08:55.859Zadding route 172.17.0.22/32 -> 10.0.0.255, Aug 24 13:08:54.729unitAug 24 13:08:54.729 : INFO DEBGfreemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255
56792026-08-24T13:08:55.859Z
56802026-08-24T13:08:55.859ZAug 24 13:08:54.729reset freemap, unit
56812026-08-24T13:08:55.859Z: Aug 24 13:08:54.729 freemap_route_ipv4Aug 24 13:08:54.729DEBG
56822026-08-24T13:08:55.859Z DEBGreset freemapDEBG initted freemap. size: 64replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.729
56832026-08-24T13:08:55.859Z, , unitunit ::DEBGAug 24 13:08:54.729 freemap_route_ipv4
56842026-08-24T13:08:55.859Z INFOinitted freemap. size: 64 , adding route 172.17.0.5/32 -> 10.0.0.255unit
56852026-08-24T13:08:55.859Zfreemap_route_ipv6:Aug 24 13:08:54.729
56862026-08-24T13:08:55.859Z Aug 24 13:08:54.729Aug 24 13:08:54.729DEBG DEBGreset freemap , replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56872026-08-24T13:08:55.859Zfreemap_route_ipv6unit:
56882026-08-24T13:08:55.859Ztest route::tests::shrink_preserves_compacted_order ... ok
56892026-08-24T13:08:55.859ZDEBG Aug 24 13:08:54.729replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.729
56902026-08-24T13:08:55.859ZINFOfreemap_route_ipv4
56912026-08-24T13:08:55.859Z adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 24 13:08:54.729
56922026-08-24T13:08:55.859Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:08:54.729reset freemap, Aug 24 13:08:54.729
56932026-08-24T13:08:55.859ZDEBG Aug 24 13:08:54.729 unit initted freemap. size: 64:INFODEBG , replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6unit :
56942026-08-24T13:08:55.859Z
56952026-08-24T13:08:55.859Z freemap_route_ipv6
56962026-08-24T13:08:55.859Zadding route 172.17.0.23/32 -> 10.0.0.255
56972026-08-24T13:08:55.859ZAug 24 13:08:54.729Aug 24 13:08:54.729Aug 24 13:08:54.729 Aug 24 13:08:54.729DEBGINFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.7/32 -> 10.0.0.255
56982026-08-24T13:08:55.859Z
56992026-08-24T13:08:55.859ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:08:54.729
57002026-08-24T13:08:55.860ZAug 24 13:08:54.729Aug 24 13:08:54.729reset freemap , DEBG unit Aug 24 13:08:54.729 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
57012026-08-24T13:08:55.860Z:INFO freemap_route_ipv6replacing 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 } }]
57022026-08-24T13:08:55.860Zadding route 3fff:dead::/64 -> 2001:db8::55:2
57032026-08-24T13:08:55.860Z
57042026-08-24T13:08:55.860ZAug 24 13:08:54.729 INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 24 13:08:54.729 Aug 24 13:08:54.729INFO
57052026-08-24T13:08:55.860ZAug 24 13:08:54.729 adding route 172.17.0.8/32 -> 10.0.0.255INFO
57062026-08-24T13:08:55.860Z DEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:08:54.729
57072026-08-24T13:08:55.860Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:08:54.729
57082026-08-24T13:08:55.860ZDEBG 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 } }]
57092026-08-24T13:08:55.860Zreplacing 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 } }]
57102026-08-24T13:08:55.860Z 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 } }]
57112026-08-24T13:08:55.860ZAug 24 13:08:54.729 Aug 24 13:08:54.729Aug 24 13:08:54.729 Aug 24 13:08:54.729DEBGAug 24 13:08:54.729 INFO INFO INFOINFOadding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1
57122026-08-24T13:08:55.860Z
57132026-08-24T13:08:55.860Z
57142026-08-24T13:08:55.860Zadding route 3fff:dead::/64 -> 2001:db8::55:3
57152026-08-24T13:08:55.860Zadding route 172.17.0.24/32 -> 10.0.0.255Aug 24 13:08:54.729
57162026-08-24T13:08:55.860Z Aug 24 13:08:54.729Aug 24 13:08:54.729 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 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 } }]
57172026-08-24T13:08:55.860Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.729
57182026-08-24T13:08:55.860ZDEBG
57192026-08-24T13:08:55.860ZAug 24 13:08:54.729 DEBGAug 24 13:08:54.729replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
57202026-08-24T13:08:55.860ZAug 24 13:08:54.729 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOAug 24 13:08:54.729
57212026-08-24T13:08:55.860Z
57222026-08-24T13:08:55.860Z INFOadding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:08:54.729
57232026-08-24T13:08:55.860Z adding route 172.16.0.0/32 -> 10.0.0.2
57242026-08-24T13:08:55.860ZAug 24 13:08:54.729Aug 24 13:08:54.729 DEBG INFOAug 24 13:08:54.729 Aug 24 13:08:54.729 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:08:54.730
57252026-08-24T13:08:55.860Z
57262026-08-24T13:08:55.860Z DEBG created new freemapAug 24 13:08:54.722INFO, Aug 24 13:08:54.738unit DEBGAug 24 13:08:54.738 DEBGcreated new freemap INFO, unit :adding route 172.17.0.0/32 -> 10.0.0.255:
57272026-08-24T13:08:55.866Z freemap_route_ipv4
57282026-08-24T13:08:55.866Z freemap_route_ipv4 Aug 24 13:08:54.738adding route 172.17.0.25/32 -> 10.0.0.255
57292026-08-24T13:08:55.866Z
57302026-08-24T13:08:55.866ZDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57312026-08-24T13:08:55.866ZAug 24 13:08:54.738
57322026-08-24T13:08:55.866Z DEBG Aug 24 13:08:54.738created new freemapAug 24 13:08:54.738, Aug 24 13:08:54.738DEBGunit :INFO freemap_route_ipv6created new freemap
57332026-08-24T13:08:55.866Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 24 13:08:54.738DEBG , unitINFOAug 24 13:08:54.738 :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 } }]
57342026-08-24T13:08:55.866Zadding route 172.17.0.11/32 -> 10.0.0.255DEBG
57352026-08-24T13:08:55.866Z initted freemap. size: 64 freemap_route_ipv6
57362026-08-24T13:08:55.866Z, Aug 24 13:08:54.738unit:
57372026-08-24T13:08:55.866Z DEBGfreemap_route_ipv4Aug 24 13:08:54.738
57382026-08-24T13:08:55.866Z Aug 24 13:08:54.738DEBG Aug 24 13:08:54.738replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.738 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
57392026-08-24T13:08:55.866Z INFO
57402026-08-24T13:08:55.866Zreset freemap, , unitadding route 172.17.0.26/32 -> 10.0.0.255:
57412026-08-24T13:08:55.866Z Aug 24 13:08:54.738freemap_route_ipv4unit
57422026-08-24T13:08:55.866Z:Aug 24 13:08:54.738 freemap_route_ipv4
57432026-08-24T13:08:55.866Z INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:08:54.738Aug 24 13:08:54.738adding route 172.17.0.2/32 -> 10.0.0.255
57442026-08-24T13:08:55.866ZDEBG
57452026-08-24T13:08:55.866Z initted freemap. size: 64 , unitDEBG:Aug 24 13:08:54.738 Aug 24 13:08:54.738freemap_route_ipv6
57462026-08-24T13:08:55.866ZDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738 Aug 24 13:08:54.738DEBG
57472026-08-24T13:08:55.866Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57482026-08-24T13:08:55.866Zreplacing 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 } }]
57492026-08-24T13:08:55.866Zreset freemap, unitDEBG:Aug 24 13:08:54.738Aug 24 13:08:54.738Aug 24 13:08:54.738 freemap_route_ipv6 INFO
57502026-08-24T13:08:55.866ZINFO INFOadding route 172.17.0.3/32 -> 10.0.0.255reset freemap
57512026-08-24T13:08:55.867Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:08:54.738 adding route 172.17.0.13/32 -> 10.0.0.255, INFO
57522026-08-24T13:08:55.867Z unitadding route 172.16.0.0/32 -> 10.0.0.1:
57532026-08-24T13:08:55.867Z
57542026-08-24T13:08:55.867Zfreemap_route_ipv4
57552026-08-24T13:08:55.867ZAug 24 13:08:54.738Aug 24 13:08:54.738Aug 24 13:08:54.738 Aug 24 13:08:54.738Aug 24 13:08:54.738 DEBGDEBG DEBGinitted freemap. size: 64 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
57562026-08-24T13:08:55.867ZDEBGunit:
57572026-08-24T13:08:55.867ZDEBGfreemap_route_ipv6Aug 24 13:08:54.738
57582026-08-24T13:08:55.867Zreplacing 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 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
57592026-08-24T13:08:55.867Z
57602026-08-24T13:08:55.867Z
57612026-08-24T13:08:55.867ZAug 24 13:08:54.738 INFO Aug 24 13:08:54.738 Aug 24 13:08:54.738DEBG adding route 172.17.0.4/32 -> 10.0.0.255reset freemapDEBGAug 24 13:08:54.738 ,
57622026-08-24T13:08:55.867Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 24 13:08:54.738
57632026-08-24T13:08:55.867Zadding route 172.17.0.14/32 -> 10.0.0.255
57642026-08-24T13:08:55.867Zunit:Aug 24 13:08:54.738 freemap_route_ipv6Aug 24 13:08:54.738DEBG
57652026-08-24T13:08:55.867ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
57662026-08-24T13:08:55.867Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738
57672026-08-24T13:08:55.867ZAug 24 13:08:54.738 Aug 24 13:08:54.738INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 24 13:08:54.738
57682026-08-24T13:08:55.867Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 172.17.0.28/32 -> 10.0.0.255DEBG
57692026-08-24T13:08:55.867Z
57702026-08-24T13:08:55.867Z INFOAug 24 13:08:54.738 adding route 172.17.0.5/32 -> 10.0.0.255Aug 24 13:08:54.738DEBGreplacing 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 } }]
57712026-08-24T13:08:55.867Z
57722026-08-24T13:08:55.867ZINFOAug 24 13:08:54.738replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4DEBG
57732026-08-24T13:08:55.867Z 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 } }]
57742026-08-24T13:08:55.867ZAug 24 13:08:54.738
57752026-08-24T13:08:55.867Z Aug 24 13:08:54.738DEBG 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 } }]Aug 24 13:08:54.738Aug 24 13:08:54.738 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
57762026-08-24T13:08:55.867Z
57772026-08-24T13:08:55.867ZAug 24 13:08:54.738 INFO INFOAug 24 13:08:54.738 Aug 24 13:08:54.738 adding route 172.17.0.0/32 -> 10.0.0.255 INFODEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
57782026-08-24T13:08:55.867Z
57792026-08-24T13:08:55.867Z
57802026-08-24T13:08:55.868Zadding route 172.17.0.29/32 -> 10.0.0.255
57812026-08-24T13:08:55.868Zadding route 172.17.0.15/32 -> 10.0.0.255
57822026-08-24T13:08:55.868ZAug 24 13:08:54.738Aug 24 13:08:54.738 DEBGDEBGAug 24 13:08:54.738 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
57832026-08-24T13:08:55.868Zreplacing 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 } }]
57842026-08-24T13:08:55.868Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
57852026-08-24T13:08:55.868Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738Aug 24 13:08:54.738 Aug 24 13:08:54.738 INFO
57862026-08-24T13:08:55.868Ztest route::tests::same_size_non_subset_replace ... ok
57872026-08-24T13:08:55.868ZINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255Aug 24 13:08:54.738
57882026-08-24T13:08:55.868Z DEBG
57892026-08-24T13:08:55.868ZAug 24 13:08:54.738 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 24 13:08:54.738
57902026-08-24T13:08:55.868Z DEBGDEBGAug 24 13:08:54.738adding route 172.17.0.16/32 -> 10.0.0.255 DEBG
57912026-08-24T13:08:55.868Zreplacing targets for 3fff:dead::/64 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 } }]
57922026-08-24T13:08:55.868Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738replacing 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 } }]
57932026-08-24T13:08:55.868Z
57942026-08-24T13:08:55.868ZAug 24 13:08:54.738 DEBGINFO Aug 24 13:08:54.738adding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57952026-08-24T13:08:55.868ZAug 24 13:08:54.738
57962026-08-24T13:08:55.868ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
57972026-08-24T13:08:55.868ZINFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 24 13:08:54.738
57982026-08-24T13:08:55.868Z INFOAug 24 13:08:54.738 Aug 24 13:08:54.738Aug 24 13:08:54.738 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
57992026-08-24T13:08:55.868ZDEBG 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 } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738
58002026-08-24T13:08:55.868Z
58012026-08-24T13:08:55.868Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58022026-08-24T13:08:55.868Z Aug 24 13:08:54.738replacing 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 } }]
58032026-08-24T13:08:55.868Z INFO Aug 24 13:08:54.738 Aug 24 13:08:54.738adding route 172.17.0.9/32 -> 10.0.0.255INFOAug 24 13:08:54.738
58042026-08-24T13:08:55.868Z INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 Aug 24 13:08:54.738adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
58052026-08-24T13:08:55.868Z
58062026-08-24T13:08:55.868Z
58072026-08-24T13:08:55.868Z DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738
58082026-08-24T13:08:55.869Z Aug 24 13:08:54.738DEBGAug 24 13:08:54.738 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 } }]DEBGAug 24 13:08:54.738
58092026-08-24T13:08:55.869Z INFO adding route 172.17.0.10/32 -> 10.0.0.255 Aug 24 13:08:54.738DEBG
58102026-08-24T13:08:55.869Zreplacing 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
58112026-08-24T13:08:55.869Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738
58122026-08-24T13:08:55.869Zadding route 172.17.0.4/32 -> 10.0.0.255
58132026-08-24T13:08:55.869ZDEBGAug 24 13:08:54.738 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
58142026-08-24T13:08:55.869Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:08:54.738
58152026-08-24T13:08:55.869Z DEBG Aug 24 13:08:54.738 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738
58162026-08-24T13:08:55.869Z INFODEBGAug 24 13:08:54.738 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
58172026-08-24T13:08:55.869ZAug 24 13:08:54.738INFO
58182026-08-24T13:08:55.869Z adding route 172.17.0.32/32 -> 10.0.0.255INFO
58192026-08-24T13:08:55.869Z Aug 24 13:08:54.738adding route 172.17.0.5/32 -> 10.0.0.255 Aug 24 13:08:54.738INFOAug 24 13:08:54.738
58202026-08-24T13:08:55.869Z adding route 172.17.0.20/32 -> 10.0.0.255
58212026-08-24T13:08:55.869ZDEBG 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 } }]
58222026-08-24T13:08:55.869ZDEBGAug 24 13:08:54.738Aug 24 13:08:54.738 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 } }]DEBGAug 24 13:08:54.738
58232026-08-24T13:08:55.869Z 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.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 } }]
58242026-08-24T13:08:55.869Z
58252026-08-24T13:08:55.869ZINFOAug 24 13:08:54.738 Aug 24 13:08:54.738INFOadding route 172.17.0.12/32 -> 10.0.0.255 Aug 24 13:08:54.738
58262026-08-24T13:08:55.869ZINFO adding route 172.17.0.21/32 -> 10.0.0.255 INFOadding route 172.17.0.6/32 -> 10.0.0.255
58272026-08-24T13:08:55.874Z
58282026-08-24T13:08:55.874ZAug 24 13:08:54.738 DEBGadding route 172.17.0.33/32 -> 10.0.0.255
58292026-08-24T13:08:55.874Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738
58302026-08-24T13:08:55.874ZAug 24 13:08:54.738 DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.739replacing 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 } }]
58312026-08-24T13:08:55.874Z
58322026-08-24T13:08:55.874ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
58332026-08-24T13:08:55.874ZAug 24 13:08:54.739 Aug 24 13:08:54.739INFOAug 24 13:08:54.739Aug 24 13:08:54.739 DEBGDEBG INFOadding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
58342026-08-24T13:08:55.874Z
58352026-08-24T13:08:55.875Zreplacing 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 } }]
58362026-08-24T13:08:55.875ZAug 24 13:08:54.739 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58372026-08-24T13:08:55.875Z
58382026-08-24T13:08:55.875ZAug 24 13:08:54.746 INFO adding route 172.17.0.34/32 -> 10.0.0.255
58392026-08-24T13:08:55.875ZAug 24 13:08:54.746Aug 24 13:08:54.746 DEBGDEBGAug 24 13:08:54.746 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58402026-08-24T13:08:55.875Z
58412026-08-24T13:08:55.875ZAug 24 13:08:54.746 DEBG Aug 24 13:08:54.746INFO INFOadding route 172.17.0.8/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 } }]
58422026-08-24T13:08:55.875Z
58432026-08-24T13:08:55.875Zadding route 172.17.0.15/32 -> 10.0.0.255
58442026-08-24T13:08:55.875ZAug 24 13:08:54.746 Aug 24 13:08:54.746DEBG INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58452026-08-24T13:08:55.875ZAug 24 13:08:54.746adding route 172.17.0.35/32 -> 10.0.0.255
58462026-08-24T13:08:55.875Z
58472026-08-24T13:08:55.875ZDEBG 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 } }]
58482026-08-24T13:08:55.875ZAug 24 13:08:54.746Aug 24 13:08:54.746 Aug 24 13:08:54.746INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 24 13:08:54.746DEBG
58492026-08-24T13:08:55.875Z DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
58502026-08-24T13:08:55.875ZAug 24 13:08:54.746
58512026-08-24T13:08:55.875Zadding route 172.17.0.16/32 -> 10.0.0.255
58522026-08-24T13:08:55.875ZDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.746
58532026-08-24T13:08:55.875ZAug 24 13:08:54.746Aug 24 13:08:54.746 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255INFOAug 24 13:08:54.747
58542026-08-24T13:08:55.875Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
58552026-08-24T13:08:55.875Z
58562026-08-24T13:08:55.875ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
58572026-08-24T13:08:55.875ZAug 24 13:08:54.747Aug 24 13:08:54.747 DEBGAug 24 13:08:54.747INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 24 13:08:54.747replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58582026-08-24T13:08:55.875Z
58592026-08-24T13:08:55.875Z
58602026-08-24T13:08:55.875Z 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 } }]Aug 24 13:08:54.747Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.11/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 } }]
58612026-08-24T13:08:55.875Z
58622026-08-24T13:08:55.875ZAug 24 13:08:54.747
58632026-08-24T13:08:55.875ZINFO Aug 24 13:08:54.747adding route 172.17.0.37/32 -> 10.0.0.255Aug 24 13:08:54.747
58642026-08-24T13:08:55.876Z 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 } }] Aug 24 13:08:54.747
58652026-08-24T13:08:55.876Z adding route 172.17.0.24/32 -> 10.0.0.255Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:08:54.747replacing 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 } }]
58662026-08-24T13:08:55.876Z
58672026-08-24T13:08:55.876ZINFO
58682026-08-24T13:08:55.876Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:08:54.747
58692026-08-24T13:08:55.876Z Aug 24 13:08:54.747DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747DEBG
58702026-08-24T13:08:55.876ZINFO Aug 24 13:08:54.747adding route 172.17.0.38/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 } }]Aug 24 13:08:54.747
58712026-08-24T13:08:55.876ZDEBG
58722026-08-24T13:08:55.876ZINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:08:54.747
58732026-08-24T13:08:55.876Z
58742026-08-24T13:08:55.876Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
58752026-08-24T13:08:55.876ZAug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747INFO DEBG DEBG adding route 172.17.0.13/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 } }]Aug 24 13:08:54.747
58762026-08-24T13:08:55.876Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58772026-08-24T13:08:55.876Z
58782026-08-24T13:08:55.876ZAug 24 13:08:54.747 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58792026-08-24T13:08:55.876ZAug 24 13:08:54.747 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747
58802026-08-24T13:08:55.876Z INFO INFOAug 24 13:08:54.747 adding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:08:54.747INFO
58812026-08-24T13:08:55.876Z adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
58822026-08-24T13:08:55.876Z
58832026-08-24T13:08:55.876ZINFO Aug 24 13:08:54.747adding route 172.17.0.14/32 -> 10.0.0.255
58842026-08-24T13:08:55.876ZAug 24 13:08:54.747DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58852026-08-24T13:08:55.876ZAug 24 13:08:54.747replacing 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
58862026-08-24T13:08:55.876ZAug 24 13:08:54.747replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747 DEBGINFO
58872026-08-24T13:08:55.876Zadding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58882026-08-24T13:08:55.876Z
58892026-08-24T13:08:55.876ZAug 24 13:08:54.747 Aug 24 13:08:54.747INFO Aug 24 13:08:54.747Aug 24 13:08:54.747 INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255INFO
58902026-08-24T13:08:55.877Zreplacing 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.15/32 -> 10.0.0.255
58912026-08-24T13:08:55.877Zadding route 172.17.0.40/32 -> 10.0.0.255
58922026-08-24T13:08:55.877Z
58932026-08-24T13:08:55.877ZAug 24 13:08:54.747Aug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747 DEBGINFO 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 } }] adding route 172.17.0.22/32 -> 10.0.0.255
58942026-08-24T13:08:55.877Zreplacing 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 } }]
58952026-08-24T13:08:55.877Z
58962026-08-24T13:08:55.877ZDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747Aug 24 13:08:54.747
58972026-08-24T13:08:55.877Z Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.16/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 } }]
58982026-08-24T13:08:55.877Z
58992026-08-24T13:08:55.877Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:08:54.747
59002026-08-24T13:08:55.877Z INFOAug 24 13:08:54.747Aug 24 13:08:54.747 DEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO
59012026-08-24T13:08:55.877ZAug 24 13:08:54.747 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
59022026-08-24T13:08:55.877ZDEBG
59032026-08-24T13:08:55.877Z Aug 24 13:08:54.747replacing 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 } }]
59042026-08-24T13:08:55.877ZDEBGAug 24 13:08:54.747 Aug 24 13:08:54.747INFO DEBGadding route 172.17.0.17/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 } }]
59052026-08-24T13:08:55.877Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747
59062026-08-24T13:08:55.877Z
59072026-08-24T13:08:55.877Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
59082026-08-24T13:08:55.877ZAug 24 13:08:54.747Aug 24 13:08:54.747 INFODEBGAug 24 13:08:54.747 adding route 172.17.0.24/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 } }]
59092026-08-24T13:08:55.877Z
59102026-08-24T13:08:55.877ZAug 24 13:08:54.747 INFODEBGAug 24 13:08:54.747 Aug 24 13:08:54.747DEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59112026-08-24T13:08:55.877ZINFO
59122026-08-24T13:08:55.877Z adding route 172.17.0.18/32 -> 10.0.0.255
59132026-08-24T13:08:55.877Z
59142026-08-24T13:08:55.877ZAug 24 13:08:54.747Aug 24 13:08:54.747 INFOAug 24 13:08:54.747 DEBGAug 24 13:08:54.747adding route 172.17.0.25/32 -> 10.0.0.255
59152026-08-24T13:08:55.877ZDEBG INFO adding route 172.17.0.30/32 -> 10.0.0.255
59162026-08-24T13:08:55.877Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747
59172026-08-24T13:08:55.877Z DEBG
59182026-08-24T13:08:55.878Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747
59192026-08-24T13:08:55.878Z DEBGAug 24 13:08:54.747Aug 24 13:08:54.747 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747
59202026-08-24T13:08:55.878Zadding route 172.17.0.19/32 -> 10.0.0.255 INFO adding route 172.17.0.26/32 -> 10.0.0.255INFO
59212026-08-24T13:08:55.878Z
59222026-08-24T13:08:55.878ZAug 24 13:08:54.747 adding route 172.17.0.43/32 -> 10.0.0.255
59232026-08-24T13:08:55.878ZAug 24 13:08:54.747Aug 24 13:08:54.747 DEBGINFO 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 } }]
59242026-08-24T13:08:55.878ZAug 24 13:08:54.747replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
59252026-08-24T13:08:55.878Z
59262026-08-24T13:08:55.878ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747
59272026-08-24T13:08:55.883Z Aug 24 13:08:54.747INFOAug 24 13:08:54.747 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255 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 } }]
59282026-08-24T13:08:55.883Z
59292026-08-24T13:08:55.883Zadding route 172.17.0.20/32 -> 10.0.0.255
59302026-08-24T13:08:55.883ZAug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747INFOAug 24 13:08:54.747 INFODEBGDEBG 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.32/32 -> 10.0.0.255
59312026-08-24T13:08:55.883Zadding route 172.17.0.44/32 -> 10.0.0.255
59322026-08-24T13:08:55.883Z
59332026-08-24T13:08:55.883Zreplacing 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 } }]
59342026-08-24T13:08:55.883ZAug 24 13:08:54.747 Aug 24 13:08:54.747Aug 24 13:08:54.747DEBG Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
59352026-08-24T13:08:55.883Z
59362026-08-24T13:08:55.883Z
59372026-08-24T13:08:55.883Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 24 13:08:54.747
59382026-08-24T13:08:55.883Z Aug 24 13:08:54.747 INFODEBGAug 24 13:08:54.747Aug 24 13:08:54.747 adding route 172.17.0.33/32 -> 10.0.0.255DEBGreplacing 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 } }]
59392026-08-24T13:08:55.883Z
59402026-08-24T13:08:55.883Zreplacing 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 } }]
59412026-08-24T13:08:55.883ZINFO Aug 24 13:08:54.747adding route 172.17.0.45/32 -> 10.0.0.255 Aug 24 13:08:54.747
59422026-08-24T13:08:55.883ZAug 24 13:08:54.747INFO DEBGINFOadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.22/32 -> 10.0.0.255
59432026-08-24T13:08:55.883Zreplacing 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 } }]
59442026-08-24T13:08:55.883Z
59452026-08-24T13:08:55.883ZAug 24 13:08:54.747 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 } }]
59462026-08-24T13:08:55.883ZAug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747INFOAug 24 13:08:54.747 DEBGadding route 172.17.0.34/32 -> 10.0.0.255DEBG
59472026-08-24T13:08:55.884ZINFO adding route 172.17.0.46/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 } }]
59482026-08-24T13:08:55.884Z
59492026-08-24T13:08:55.884Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747
59502026-08-24T13:08:55.884Z DEBG Aug 24 13:08:54.747replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.747
59512026-08-24T13:08:55.884Z INFOAug 24 13:08:54.747 DEBG adding route 172.17.0.30/32 -> 10.0.0.255INFO
59522026-08-24T13:08:55.884Zadding route 172.17.0.23/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 } }]
59532026-08-24T13:08:55.884Z
59542026-08-24T13:08:55.884ZAug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747Aug 24 13:08:54.747 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG 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 } }]
59552026-08-24T13:08:55.884Z adding route 172.17.0.47/32 -> 10.0.0.255
59562026-08-24T13:08:55.884ZDEBG Aug 24 13:08:54.754replacing 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 } }]
59572026-08-24T13:08:55.884ZDEBG Aug 24 13:08:54.754replacing 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 } }]
59582026-08-24T13:08:55.884ZINFO Aug 24 13:08:54.754adding route 172.17.0.31/32 -> 10.0.0.255
59592026-08-24T13:08:55.884ZINFO Aug 24 13:08:54.754 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59602026-08-24T13:08:55.884ZAug 24 13:08:54.754 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
59612026-08-24T13:08:55.884Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.739
59622026-08-24T13:08:55.884Z Aug 24 13:08:54.754DEBG DEBGAug 24 13:08:54.754 Aug 24 13:08:54.754 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 } }] created new freemap
59632026-08-24T13:08:55.884ZINFODEBG , adding route 172.17.0.32/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 } }]
59642026-08-24T13:08:55.884Z
59652026-08-24T13:08:55.884Zunit:Aug 24 13:08:54.754 INFOAug 24 13:08:54.754 adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv4DEBG
59662026-08-24T13:08:55.884ZAug 24 13:08:54.754
59672026-08-24T13:08:55.884Z 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 } }]
59682026-08-24T13:08:55.884ZINFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 24 13:08:54.754
59692026-08-24T13:08:55.884Z Aug 24 13:08:54.754INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255
59702026-08-24T13:08:55.884ZAug 24 13:08:54.755replacing 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 } }]
59712026-08-24T13:08:55.884Z
59722026-08-24T13:08:55.884ZAug 24 13:08:54.755 DEBGDEBG Aug 24 13:08:54.755 created new freemapreplacing 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 } }]
59732026-08-24T13:08:55.884Z, DEBGAug 24 13:08:54.755Aug 24 13:08:54.755unit INFO :Aug 24 13:08:54.755 DEBGINFO freemap_route_ipv6replacing 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.50/32 -> 10.0.0.255
59742026-08-24T13:08:55.884Z
59752026-08-24T13:08:55.885Zadding route 172.17.0.34/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 } }]
59762026-08-24T13:08:55.885Z
59772026-08-24T13:08:55.885Z
59782026-08-24T13:08:55.885ZAug 24 13:08:54.755Aug 24 13:08:54.755 DEBG Aug 24 13:08:54.755Aug 24 13:08:54.755replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 24 13:08:54.755 INFO
59792026-08-24T13:08:55.885Z INFO DEBG adding route 172.17.0.36/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 } }]initted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255
59802026-08-24T13:08:55.885Z
59812026-08-24T13:08:55.885ZAug 24 13:08:54.755,
59822026-08-24T13:08:55.885Z Aug 24 13:08:54.755unit :Aug 24 13:08:54.755 INFOfreemap_route_ipv4INFO
59832026-08-24T13:08:55.885Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 24 13:08:54.755
59842026-08-24T13:08:55.885Z adding route 172.17.0.35/32 -> 10.0.0.255DEBG DEBG
59852026-08-24T13:08:55.885Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.755
59862026-08-24T13:08:55.885Z DEBG Aug 24 13:08:54.755Aug 24 13:08:54.755Aug 24 13:08:54.755replacing 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 } }] reset freemap
59872026-08-24T13:08:55.885Z , unit :DEBGINFODEBG Aug 24 13:08:54.755 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 } }] INFOfreemap_route_ipv4replacing 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.37/32 -> 10.0.0.255
59882026-08-24T13:08:55.885Z
59892026-08-24T13:08:55.885Zadding route 172.17.0.27/32 -> 10.0.0.255
59902026-08-24T13:08:55.885Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
59912026-08-24T13:08:55.885Z
59922026-08-24T13:08:55.885Z
59932026-08-24T13:08:55.885Ztest route::tests::delete_target_full ... ok
59942026-08-24T13:08:55.885ZAug 24 13:08:54.755 INFOAug 24 13:08:54.755Aug 24 13:08:54.755 Aug 24 13:08:54.755 DEBGadding route 172.17.0.36/32 -> 10.0.0.255
59952026-08-24T13:08:55.885ZDEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.755
59962026-08-24T13:08:55.885Z 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 } }]
59972026-08-24T13:08:55.885Z Aug 24 13:08:54.755DEBGAug 24 13:08:54.755INFO INFOAug 24 13:08:54.755 adding route 172.17.0.52/32 -> 10.0.0.255 DEBGinitted freemap. size: 64adding route 172.17.0.38/32 -> 10.0.0.255,
59982026-08-24T13:08:55.885Zreplacing 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 } }]
59992026-08-24T13:08:55.885Z
60002026-08-24T13:08:55.885Zunit: INFOfreemap_route_ipv6 Aug 24 13:08:54.755Aug 24 13:08:54.755 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBG
60012026-08-24T13:08:55.885Zreplacing 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 } }]
60022026-08-24T13:08:55.885Z
60032026-08-24T13:08:55.886Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.755
60042026-08-24T13:08:55.886Z INFO Aug 24 13:08:54.755Aug 24 13:08:54.755 INFODEBGAug 24 13:08:54.755 Aug 24 13:08:54.755adding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255INFO
60052026-08-24T13:08:55.886Z
60062026-08-24T13:08:55.886Zreplacing 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 Aug 24 13:08:54.755Aug 24 13:08:54.755 adding route 172.17.0.53/32 -> 10.0.0.255DEBGDEBG
60072026-08-24T13:08:55.886Z
60082026-08-24T13:08:55.886Zreplacing 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.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 } }]
60092026-08-24T13:08:55.886Z
60102026-08-24T13:08:55.886Zreset freemapAug 24 13:08:54.755, unitINFOAug 24 13:08:54.755: Aug 24 13:08:54.755adding route 172.17.0.29/32 -> 10.0.0.255 INFODEBG
60112026-08-24T13:08:55.886Z Aug 24 13:08:54.755 adding route 172.17.0.40/32 -> 10.0.0.255 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 } }]
60122026-08-24T13:08:55.886Z adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv6
60132026-08-24T13:08:55.886Z
60142026-08-24T13:08:55.886ZAug 24 13:08:54.755
60152026-08-24T13:08:55.886ZAug 24 13:08:54.755 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 } }]DEBGAug 24 13:08:54.755
60162026-08-24T13:08:55.886Z 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
60172026-08-24T13:08:55.886Z Aug 24 13:08:54.755replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.755
60182026-08-24T13:08:55.886ZINFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:08:54.755
60192026-08-24T13:08:55.886Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
60202026-08-24T13:08:55.886ZINFOAug 24 13:08:54.763 Aug 24 13:08:54.763INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 24 13:08:54.763 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 } }]
60212026-08-24T13:08:55.886ZDEBG
60222026-08-24T13:08:55.886Zadding route 172.17.0.39/32 -> 10.0.0.255
60232026-08-24T13:08:55.886Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763
60242026-08-24T13:08:55.886Z INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 24 13:08:54.763
60252026-08-24T13:08:55.886Z INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:08:54.763
60262026-08-24T13:08:55.886Z DEBGAug 24 13:08:54.763 DEBGAug 24 13:08:54.763 Aug 24 13:08:54.763replacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
60272026-08-24T13:08:55.891ZINFO
60282026-08-24T13:08:55.891Z DEBGadding route 172.17.0.41/32 -> 10.0.0.255
60292026-08-24T13:08:55.891Zreplacing 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 } }]
60302026-08-24T13:08:55.891ZAug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763DEBGINFO Aug 24 13:08:54.763 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 } }]
60312026-08-24T13:08:55.891ZINFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
60322026-08-24T13:08:55.891Z Aug 24 13:08:54.763 INFOadding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60332026-08-24T13:08:55.891Z
60342026-08-24T13:08:55.891Zadding route 172.17.0.42/32 -> 10.0.0.255
60352026-08-24T13:08:55.891Z
60362026-08-24T13:08:55.891ZAug 24 13:08:54.763Aug 24 13:08:54.763 DEBG INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 24 13:08:54.763replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763
60372026-08-24T13:08:55.891Z
60382026-08-24T13:08:55.891ZAug 24 13:08:54.763 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 } }]DEBGDEBG
60392026-08-24T13:08:55.891Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763
60402026-08-24T13:08:55.891Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.763
60412026-08-24T13:08:55.892ZAug 24 13:08:54.763DEBG Aug 24 13:08:54.763replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763
60422026-08-24T13:08:55.892ZINFOINFOINFO Aug 24 13:08:54.763adding route 172.17.0.57/32 -> 10.0.0.255 adding route 172.17.0.43/32 -> 10.0.0.255INFO
60432026-08-24T13:08:55.892Z
60442026-08-24T13:08:55.892Z INFOadding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3
60452026-08-24T13:08:55.892Zadding route 172.17.0.41/32 -> 10.0.0.255
60462026-08-24T13:08:55.892ZAug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763DEBG
60472026-08-24T13:08:55.892Z DEBGAug 24 13:08:54.763replacing 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 } }]
60482026-08-24T13:08:55.892ZDEBG 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.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
60492026-08-24T13:08:55.892Z
60502026-08-24T13:08:55.892Z Aug 24 13:08:54.763replacing 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 } }]
60512026-08-24T13:08:55.892ZINFO Aug 24 13:08:54.763adding route 172.17.0.44/32 -> 10.0.0.255
60522026-08-24T13:08:55.892ZDEBGAug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763 INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763adding route 172.17.0.58/32 -> 10.0.0.255
60532026-08-24T13:08:55.892Z
60542026-08-24T13:08:55.892Z INFO
60552026-08-24T13:08:55.892Z adding route 172.17.0.42/32 -> 10.0.0.255
60562026-08-24T13:08:55.892Z adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:08:54.763Aug 24 13:08:54.763
60572026-08-24T13:08:55.892Z DEBGAug 24 13:08:54.763 INFO Aug 24 13:08:54.763replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.763DEBG DEBG
60582026-08-24T13:08:55.892Z adding route 172.17.0.45/32 -> 10.0.0.255 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
60592026-08-24T13:08:55.892Z
60602026-08-24T13:08:55.892Z
60612026-08-24T13:08:55.892Z Aug 24 13:08:54.763 adding route 172.16.0.0/32 -> 10.0.0.4INFO
60622026-08-24T13:08:55.892Z adding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763 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 } }]INFO
60632026-08-24T13:08:55.892Z INFO
60642026-08-24T13:08:55.892Z adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
60652026-08-24T13:08:55.892Z
60662026-08-24T13:08:55.892ZAug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763 DEBGINFOAug 24 13:08:54.763 Aug 24 13:08:54.763 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
60672026-08-24T13:08:55.892Z 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
60682026-08-24T13:08:55.892Z Aug 24 13:08:54.763replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
60692026-08-24T13:08:55.893Z 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 } }]
60702026-08-24T13:08:55.893Z
60712026-08-24T13:08:55.893ZAug 24 13:08:54.763 INFO Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763adding route 172.17.0.44/32 -> 10.0.0.255
60722026-08-24T13:08:55.893ZINFOINFO 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 } }]
60732026-08-24T13:08:55.893Zadding route 172.17.0.36/32 -> 10.0.0.255
60742026-08-24T13:08:55.893Z adding route 172.17.0.47/32 -> 10.0.0.255Aug 24 13:08:54.763adding route 172.17.0.60/32 -> 10.0.0.255
60752026-08-24T13:08:55.893ZAug 24 13:08:54.763
60762026-08-24T13:08:55.893Z 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 } }] Aug 24 13:08:54.763Aug 24 13:08:54.763replacing 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 } }]
60772026-08-24T13:08:55.893ZDEBG Aug 24 13:08:54.763DEBG 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
60782026-08-24T13:08:55.893Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
60792026-08-24T13:08:55.893Z
60802026-08-24T13:08:55.893Z
60812026-08-24T13:08:55.893ZAug 24 13:08:54.763 INFOAug 24 13:08:54.763 Aug 24 13:08:54.763adding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:08:54.763
60822026-08-24T13:08:55.893Z INFOINFO INFOadding route 172.17.0.37/32 -> 10.0.0.255 Aug 24 13:08:54.763
60832026-08-24T13:08:55.893Z adding route 172.17.0.61/32 -> 10.0.0.255DEBG
60842026-08-24T13:08:55.893Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
60852026-08-24T13:08:55.893Ztest route::tests::delete_target_fragmented ... ok
60862026-08-24T13:08:55.893ZAug 24 13:08:54.763
60872026-08-24T13:08:55.893Ztest route::tests::delete_targets_fragmented ... ok
60882026-08-24T13:08:55.893Z DEBGAug 24 13:08:54.763Aug 24 13:08:54.763 INFOAug 24 13:08:54.763replacing 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 } }]
60892026-08-24T13:08:55.893Ztest route::tests::add_target_fails_full ... ok
60902026-08-24T13:08:55.893Z
60912026-08-24T13:08:55.893Ztest result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
60922026-08-24T13:08:55.893Z
60932026-08-24T13:08:55.893Zadding route 172.17.0.49/32 -> 10.0.0.255 DEBGDEBG
60942026-08-24T13:08:55.893Zreplacing 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 } }]
60952026-08-24T13:08:55.893Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763
60962026-08-24T13:08:55.894ZAug 24 13:08:54.763 INFOAug 24 13:08:54.763 DEBGAug 24 13:08:54.763adding route 172.17.0.38/32 -> 10.0.0.255
60972026-08-24T13:08:55.894Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
60982026-08-24T13:08:55.894ZINFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.62/32 -> 10.0.0.255
60992026-08-24T13:08:55.894Z
61002026-08-24T13:08:55.894ZAug 24 13:08:54.763Aug 24 13:08:54.763 INFODEBG Aug 24 13:08:54.763adding route 172.17.0.50/32 -> 10.0.0.255
61012026-08-24T13:08:55.894Z Aug 24 13:08:54.763DEBG 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.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.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763
61022026-08-24T13:08:55.894Z
61032026-08-24T13:08:55.894Z
61042026-08-24T13:08:55.894ZDEBG 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 } }]
61052026-08-24T13:08:55.894ZAug 24 13:08:54.763 Aug 24 13:08:54.763DEBGAug 24 13:08:54.763Aug 24 13:08:54.763 failed to allocate space for the new target list INFOINFOINFO
61062026-08-24T13:08:55.894Z adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
61072026-08-24T13:08:55.894Z
61082026-08-24T13:08:55.894Zadding route 172.17.0.47/32 -> 10.0.0.255
61092026-08-24T13:08:55.894ZAug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763 DEBGDEBGDEBG 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 } }]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 } }]
61102026-08-24T13:08:55.894Z
61112026-08-24T13:08:55.894Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
61122026-08-24T13:08:55.894Zreplacing 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 } }]
61132026-08-24T13:08:55.894ZAug 24 13:08:54.763Aug 24 13:08:54.763 INFOINFOAug 24 13:08:54.763 adding route 172.17.0.40/32 -> 10.0.0.255
61142026-08-24T13:08:55.894ZINFOadding route 172.17.0.48/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255
61152026-08-24T13:08:55.894Z
61162026-08-24T13:08:55.894ZAug 24 13:08:54.763 DEBGAug 24 13:08:54.763Aug 24 13:08:54.763 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.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.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 } }]
61172026-08-24T13:08:55.894Z
61182026-08-24T13:08:55.894Z
61192026-08-24T13:08:55.894ZAug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255
61202026-08-24T13:08:55.894Zadding route 172.17.0.41/32 -> 10.0.0.255
61212026-08-24T13:08:55.894ZINFO adding route 172.17.0.49/32 -> 10.0.0.255
61222026-08-24T13:08:55.894ZAug 24 13:08:54.763Aug 24 13:08:54.763 DEBGAug 24 13:08:54.763 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61232026-08-24T13:08:55.894Zreplacing 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.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 } }]
61242026-08-24T13:08:55.894Z
61252026-08-24T13:08:55.895ZAug 24 13:08:54.763Aug 24 13:08:54.763 INFOAug 24 13:08:54.763 INFOINFOadding route 172.17.0.54/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255
61262026-08-24T13:08:55.895Zadding route 172.17.0.50/32 -> 10.0.0.255
61272026-08-24T13:08:55.899Z
61282026-08-24T13:08:55.899ZAug 24 13:08:54.763Aug 24 13:08:54.763Aug 24 13:08:54.763 DEBG DEBGDEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61292026-08-24T13:08:55.899Zreplacing 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.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 } }]
61302026-08-24T13:08:55.900Z
61312026-08-24T13:08:55.900ZAug 24 13:08:54.763Aug 24 13:08:54.763Aug 24 13:08:54.763 INFOINFOINFO adding route 172.17.0.55/32 -> 10.0.0.255 adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
61322026-08-24T13:08:55.900Z
61332026-08-24T13:08:55.900Z
61342026-08-24T13:08:55.900ZAug 24 13:08:54.763Aug 24 13:08:54.763Aug 24 13:08:54.763 DEBGDEBG 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 } }]
61352026-08-24T13:08:55.900Zreplacing 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.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 } }]
61362026-08-24T13:08:55.900ZAug 24 13:08:54.771 Aug 24 13:08:54.771INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255
61372026-08-24T13:08:55.900Z
61382026-08-24T13:08:55.900Zadding route 172.17.0.52/32 -> 10.0.0.255
61392026-08-24T13:08:55.900ZAug 24 13:08:54.771 Aug 24 13:08:54.771DEBG 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 } }]
61402026-08-24T13:08:55.900Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.771
61412026-08-24T13:08:55.900Z INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 24 13:08:54.771
61422026-08-24T13:08:55.900Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
61432026-08-24T13:08:55.900ZAug 24 13:08:54.771 Aug 24 13:08:54.771DEBG 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 } }]
61442026-08-24T13:08:55.900Zreplacing 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 } }]
61452026-08-24T13:08:55.900ZAug 24 13:08:54.771Aug 24 13:08:54.771Aug 24 13:08:54.771 INFO INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
61462026-08-24T13:08:55.900Z adding route 172.17.0.53/32 -> 10.0.0.255
61472026-08-24T13:08:55.900Z
61482026-08-24T13:08:55.900ZAug 24 13:08:54.771 DEBGAug 24 13:08:54.771 Aug 24 13:08:54.771replacing 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
61492026-08-24T13:08:55.900Z 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 } }]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 } }]
61502026-08-24T13:08:55.900Z
61512026-08-24T13:08:55.900ZAug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.58/32 -> 10.0.0.255Aug 24 13:08:54.771
61522026-08-24T13:08:55.900Z INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
61532026-08-24T13:08:55.900ZAug 24 13:08:54.771
61542026-08-24T13:08:55.900Z DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.771
61552026-08-24T13:08:55.900ZAug 24 13:08:54.771 DEBGDEBG Aug 24 13:08:54.771replacing 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 } }]
61562026-08-24T13:08:55.900ZINFOreplacing 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 } }]
61572026-08-24T13:08:55.900Zadding route 172.17.0.59/32 -> 10.0.0.255
61582026-08-24T13:08:55.901ZAug 24 13:08:54.771 INFOAug 24 13:08:54.771 adding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:08:54.771
61592026-08-24T13:08:55.901ZINFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255
61602026-08-24T13:08:55.901Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.771
61612026-08-24T13:08:55.901Z DEBG Aug 24 13:08:54.771replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.771DEBG
61622026-08-24T13:08:55.901Z 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.60/32 -> 10.0.0.255
61632026-08-24T13:08:55.901Z
61642026-08-24T13:08:55.901ZAug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.49/32 -> 10.0.0.255
61652026-08-24T13:08:55.901ZAug 24 13:08:54.771DEBG 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 } }]INFOAug 24 13:08:54.771
61662026-08-24T13:08:55.901Z adding route 172.17.0.56/32 -> 10.0.0.255DEBG
61672026-08-24T13:08:55.901Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.771
61682026-08-24T13:08:55.901Z DEBGAug 24 13:08:54.771 failed to allocate space for the new target listDEBG
61692026-08-24T13:08:55.901Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.771
61702026-08-24T13:08:55.901Z INFOAug 24 13:08:54.771 adding route 172.17.0.50/32 -> 10.0.0.255DEBG
61712026-08-24T13:08:55.901ZAug 24 13:08:54.771 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
61722026-08-24T13:08:55.901Z adding route 172.17.0.57/32 -> 10.0.0.255
61732026-08-24T13:08:55.901ZAug 24 13:08:54.771 DEBG Aug 24 13:08:54.771replacing 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 } }]
61742026-08-24T13:08:55.901ZDEBG 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 } }]
61752026-08-24T13:08:55.901ZAug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.51/32 -> 10.0.0.255
61762026-08-24T13:08:55.901ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
61772026-08-24T13:08:55.901ZAug 24 13:08:54.771 DEBG Aug 24 13:08:54.771replacing 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 } }]
61782026-08-24T13:08:55.901ZDEBG 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 } }]
61792026-08-24T13:08:55.901ZAug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.52/32 -> 10.0.0.255
61802026-08-24T13:08:55.901ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
61812026-08-24T13:08:55.901ZAug 24 13:08:54.771 Aug 24 13:08:54.771DEBG 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 } }]
61822026-08-24T13:08:55.901Zreplacing 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 } }]
61832026-08-24T13:08:55.901ZAug 24 13:08:54.771 Aug 24 13:08:54.771INFO INFO adding route 172.17.0.53/32 -> 10.0.0.255
61842026-08-24T13:08:55.901Z adding route 172.17.0.60/32 -> 10.0.0.255
61852026-08-24T13:08:55.902ZAug 24 13:08:54.771Aug 24 13:08:54.771 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
61862026-08-24T13:08:55.902Z
61872026-08-24T13:08:55.902ZAug 24 13:08:54.771Aug 24 13:08:54.771 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.54/32 -> 10.0.0.255
61882026-08-24T13:08:55.902Z
61892026-08-24T13:08:55.902ZAug 24 13:08:54.771Aug 24 13:08:54.771 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
61902026-08-24T13:08:55.902Z
61912026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.55/32 -> 10.0.0.255
61922026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
61932026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.56/32 -> 10.0.0.255
61942026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
61952026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.57/32 -> 10.0.0.255
61962026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
61972026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.58/32 -> 10.0.0.255
61982026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
61992026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.59/32 -> 10.0.0.255
62002026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
62012026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.60/32 -> 10.0.0.255
62022026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
62032026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.61/32 -> 10.0.0.255
62042026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
62052026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.62/32 -> 10.0.0.255
62062026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
62072026-08-24T13:08:55.902ZAug 24 13:08:54.771 INFO adding route 172.17.0.63/32 -> 10.0.0.255
62082026-08-24T13:08:55.902ZAug 24 13:08:54.771 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
62092026-08-24T13:08:55.902ZAug 24 13:08:54.771 DEBG failed to allocate space for the new target list
62102026-08-24T13:08:55.902ZAug 24 13:08:54.771 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 } }]
62112026-08-24T13:08:55.902ZAug 24 13:08:54.771 DEBG failed to allocate space for the new target list
62122026-08-24T13:08:55.902Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-325716cae2a3204c)
62132026-08-24T13:08:55.902Z
62142026-08-24T13:08:55.903Zrunning 0 tests
62152026-08-24T13:08:55.903Z
62162026-08-24T13:08:55.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62172026-08-24T13:08:55.903Z
62182026-08-24T13:08:55.903Z Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c)
62192026-08-24T13:08:55.903Z
62202026-08-24T13:08:55.903Zrunning 0 tests
62212026-08-24T13:08:55.903Z
62222026-08-24T13:08:55.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62232026-08-24T13:08:55.903Z
62242026-08-24T13:08:55.903Z Running unittests src/lib.rs (target/debug/deps/dpd_client-8e5ff8e1b2b25bf7)
62252026-08-24T13:08:55.913Z
62262026-08-24T13:08:55.913Zrunning 6 tests
62272026-08-24T13:08:55.916Ztest tests::test_full_lot_id_neither_present ... ok
62282026-08-24T13:08:55.916Ztest tests::test_full_lot_id_lotnum_only ... ok
62292026-08-24T13:08:55.916Ztest tests::test_full_lot_id_lot_only ... ok
62302026-08-24T13:08:55.916Ztest tests::test_full_lot_id_both_present ... ok
62312026-08-24T13:08:55.916Ztest tests::test_parse_client_port_id ... ok
62322026-08-24T13:08:55.916Ztest tests::test_port_id_cmp ... ok
62332026-08-24T13:08:55.916Z
62342026-08-24T13:08:55.916Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62352026-08-24T13:08:55.917Z
62362026-08-24T13:08:55.921Z Running tests/test_all.rs (target/debug/deps/test_all-ce2b335441cbe6a6)
62372026-08-24T13:08:55.924Z
62382026-08-24T13:08:55.924Zrunning 0 tests
62392026-08-24T13:08:55.924Z
62402026-08-24T13:08:55.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62412026-08-24T13:08:55.924Z
62422026-08-24T13:08:55.928Z Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12)
62432026-08-24T13:08:55.928Z
62442026-08-24T13:08:55.928Zrunning 0 tests
62452026-08-24T13:08:55.928Z
62462026-08-24T13:08:55.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62472026-08-24T13:08:55.928Z
62482026-08-24T13:08:55.928Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c)
62492026-08-24T13:08:55.950Z
62502026-08-24T13:08:55.950Zrunning 15 tests
62512026-08-24T13:08:55.954Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
62522026-08-24T13:08:55.954Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
62532026-08-24T13:08:55.954Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
62542026-08-24T13:08:55.954Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
62552026-08-24T13:08:55.954Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
62562026-08-24T13:08:55.954Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
62572026-08-24T13:08:55.954Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
62582026-08-24T13:08:55.954Ztest v1::network::tests::test_equal ... ok
62592026-08-24T13:08:55.954Ztest v1::network::tests::test_into ... ok
62602026-08-24T13:08:55.954Ztest v1::network::tests::test_not_equal ... ok
62612026-08-24T13:08:55.954Ztest v1::network::tests::test_eui64 ... ok
62622026-08-24T13:08:55.954Ztest v1::network::tests::test_to_string ... ok
62632026-08-24T13:08:55.954Ztest v1::port::tests::port_ids_are_ascii ... ok
62642026-08-24T13:08:55.955Ztest v1::network::tests::test_parse ... ok
62652026-08-24T13:08:55.958Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
62662026-08-24T13:08:55.958Z
62672026-08-24T13:08:55.958Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62682026-08-24T13:08:55.958Z
62692026-08-24T13:08:55.958Z Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d)
62702026-08-24T13:08:55.980Z
62712026-08-24T13:08:55.980Zrunning 12 tests
62722026-08-24T13:08:55.983Ztest icmp::test_v6_checksum ... ok
62732026-08-24T13:08:55.983Ztest ipv6::test_ipv6_parse ... ok
62742026-08-24T13:08:55.984Ztest lldp::test_lldp_parse ... ok
62752026-08-24T13:08:55.984Ztest icmp::test_v4_checksum ... ok
62762026-08-24T13:08:55.984Ztest pbuf::test_byte ... ok
62772026-08-24T13:08:55.984Ztest pbuf::test_nibble ... ok
62782026-08-24T13:08:55.984Ztest pbuf::test_overflow ... ok
62792026-08-24T13:08:55.984Ztest pbuf::test_short ... ok
62802026-08-24T13:08:55.984Ztest pbuf::test_twelve ... ok
62812026-08-24T13:08:55.984Ztest pbuf::test_word ... ok
62822026-08-24T13:08:55.984Ztest tcp::test_checksum_syn_nodata ... ok
62832026-08-24T13:08:55.984Ztest tcp::test_checksum_ack_data ... ok
62842026-08-24T13:08:55.984Z
62852026-08-24T13:08:55.984Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62862026-08-24T13:08:55.984Z
62872026-08-24T13:08:55.988Z Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce)
62882026-08-24T13:08:55.991Z
62892026-08-24T13:08:55.991Zrunning 0 tests
62902026-08-24T13:08:55.991Z
62912026-08-24T13:08:55.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62922026-08-24T13:08:55.991Z
62932026-08-24T13:08:55.991Z Running unittests src/main.rs (target/debug/deps/swadm-b9bbcd1df1d4b64c)
62942026-08-24T13:08:56.016Z
62952026-08-24T13:08:56.016Zrunning 5 tests
62962026-08-24T13:08:56.019Ztest switchport::test::test_compute_lanes ... ok
62972026-08-24T13:08:56.023Ztest switchport::test::port_id_ordering ... ok
62982026-08-24T13:08:56.023Ztest link::test_filter ... ok
62992026-08-24T13:08:56.023Z Lane 0 Lane 1 Lane 2 Lane 3
63002026-08-24T13:08:56.023Z Rx Loss-of-lock: Yes Yes Yes Yes
63012026-08-24T13:08:56.023Z Rx Loss-of-signal: Yes Yes Yes Yes
63022026-08-24T13:08:56.023Z Rx CDR Enabled: Yes Yes Yes Yes
63032026-08-24T13:08:56.023Z Tx Enabled: Yes Yes Yes Yes
63042026-08-24T13:08:56.023Z Tx Loss-of-lock: No No No No
63052026-08-24T13:08:56.023Z Tx Loss-of-signal: No No No No
63062026-08-24T13:08:56.023Z Tx CDR Enabled: No No No No
63072026-08-24T13:08:56.023Z Tx Adaptive EQ Fault: No No No No
63082026-08-24T13:08:56.023Z Tx Fault: Yes Yes Yes Yes
63092026-08-24T13:08:56.023Z Lane 0 Lane 1 Lane 2 Lane 3
63102026-08-24T13:08:56.023Z State: Activated Activated Activated Activated
63112026-08-24T13:08:56.023Z Rx Output Enabled: false false false false
63122026-08-24T13:08:56.023Z Rx Output Status: valid valid valid valid
63132026-08-24T13:08:56.023Z Rx Loss-of-lock: true true true true
63142026-08-24T13:08:56.023Z Rx Loss-of-signal: false false false false
63152026-08-24T13:08:56.023ZRx Auto-squelch Disable: true true true true
63162026-08-24T13:08:56.023Z Tx Output Enabled: true true true true
63172026-08-24T13:08:56.023Z Tx Output Status: invalid invalid invalid invalid
63182026-08-24T13:08:56.023Z Tx Loss-of-lock: false false false false
63192026-08-24T13:08:56.023Z Tx Loss-of-signal: true true true true
63202026-08-24T13:08:56.023ZTx Auto-squelch Disable: false false false false
63212026-08-24T13:08:56.023Z Tx Adaptive EQ Fail: true true true true
63222026-08-24T13:08:56.023Z Tx Failure: false false false false
63232026-08-24T13:08:56.023Z Tx Force Squelch: true true true true
63242026-08-24T13:08:56.024Z Tx Input Polarity: normal normal normal normal
63252026-08-24T13:08:56.027Ztest switchport::test::test_print_cmis_datapath ... ok
63262026-08-24T13:08:56.027Ztest switchport::test::test_print_sff_datapath ... ok
63272026-08-24T13:08:56.027Z
63282026-08-24T13:08:56.027Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
63292026-08-24T13:08:56.027Z
63302026-08-24T13:08:56.027Z Running tests/counters.rs (target/debug/deps/counters-9a3971d5e12c66dd)
63312026-08-24T13:08:56.032Z
63322026-08-24T13:08:56.032Zrunning 1 test
63332026-08-24T13:08:56.032Ztest test_p4_counter_list ... ignored
63342026-08-24T13:08:56.032Z
63352026-08-24T13:08:56.035Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
63362026-08-24T13:08:56.035Z
63372026-08-24T13:08:56.035Z Running tests/multicast.rs (target/debug/deps/multicast-019ec48069e8cdf7)
63382026-08-24T13:08:56.058Z
63392026-08-24T13:08:56.058Zrunning 1 test
63402026-08-24T13:08:56.058Ztest test_multicast_list_and_get ... ignored
63412026-08-24T13:08:56.058Z
63422026-08-24T13:08:56.062Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
63432026-08-24T13:08:56.062Z
63442026-08-24T13:08:56.062Z Running tests/port-link.rs (target/debug/deps/port_link-5e078dc1d2752621)
63452026-08-24T13:08:56.066Z
63462026-08-24T13:08:56.066Zrunning 5 tests
63472026-08-24T13:08:56.069Ztest test_an ... ignored
63482026-08-24T13:08:56.070Ztest test_enable ... ignored
63492026-08-24T13:08:56.070Ztest test_ip_addresses ... ignored
63502026-08-24T13:08:56.070Ztest test_kr ... ignored
63512026-08-24T13:08:56.070Ztest test_mac ... ignored
63522026-08-24T13:08:56.070Z
63532026-08-24T13:08:56.070Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
63542026-08-24T13:08:56.070Z
63552026-08-24T13:08:56.070Z Running unittests src/main.rs (target/debug/deps/tfportd-cd236ee7391c5be3)
63562026-08-24T13:08:56.074Z
63572026-08-24T13:08:56.074Zrunning 3 tests
63582026-08-24T13:08:56.078Ztest linklocal::test_parse_ipadm ... ok
63592026-08-24T13:08:56.078Ztest tfport::test_parse_tfport ... ok
63602026-08-24T13:08:56.078Ztest config::tests::test_updates ... ok
63612026-08-24T13:08:56.078Z
63622026-08-24T13:08:56.078Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63632026-08-24T13:08:56.078Z
63642026-08-24T13:08:56.078Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f)
63652026-08-24T13:08:56.082Z
63662026-08-24T13:08:56.082Zrunning 0 tests
63672026-08-24T13:08:56.086Z
63682026-08-24T13:08:56.086Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63692026-08-24T13:08:56.086Z
63702026-08-24T13:08:56.086Z Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8)
63712026-08-24T13:08:56.098Z
63722026-08-24T13:08:56.098Zrunning 0 tests
63732026-08-24T13:08:56.098Z
63742026-08-24T13:08:56.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63752026-08-24T13:08:56.101Z
63762026-08-24T13:08:56.101Z Doc-tests aal
63772026-08-24T13:08:56.440Z
63782026-08-24T13:08:56.440Zrunning 0 tests
63792026-08-24T13:08:56.440Z
63802026-08-24T13:08:56.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63812026-08-24T13:08:56.443Z
63822026-08-24T13:08:56.465Z Doc-tests aal_macros
63832026-08-24T13:08:56.534Z
63842026-08-24T13:08:56.534Zrunning 0 tests
63852026-08-24T13:08:56.534Z
63862026-08-24T13:08:56.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63872026-08-24T13:08:56.534Z
63882026-08-24T13:08:56.542Z Doc-tests common
63892026-08-24T13:08:56.778Z
63902026-08-24T13:08:56.778Zrunning 0 tests
63912026-08-24T13:08:56.778Z
63922026-08-24T13:08:56.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63932026-08-24T13:08:56.778Z
63942026-08-24T13:08:56.805Z Doc-tests dpd_api
63952026-08-24T13:08:57.480Z
63962026-08-24T13:08:57.480Zrunning 2 tests
63972026-08-24T13:08:57.480Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
63982026-08-24T13:08:57.480Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
63992026-08-24T13:08:57.480Z
64002026-08-24T13:08:57.483Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
64012026-08-24T13:08:57.484Z
64022026-08-24T13:08:57.484Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
64032026-08-24T13:08:57.508Z Doc-tests dpd_client
64042026-08-24T13:08:58.995Z
64052026-08-24T13:08:58.995Zrunning 0 tests
64062026-08-24T13:08:58.995Z
64072026-08-24T13:08:58.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64082026-08-24T13:08:58.995Z
64092026-08-24T13:08:59.048Z Doc-tests dpd_types
64102026-08-24T13:08:59.221Z
64112026-08-24T13:08:59.221Zrunning 0 tests
64122026-08-24T13:08:59.221Z
64132026-08-24T13:08:59.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64142026-08-24T13:08:59.221Z
64152026-08-24T13:08:59.242Z Doc-tests dpd_types_versions
64162026-08-24T13:09:00.622Z
64172026-08-24T13:09:00.622Zrunning 1 test
64182026-08-24T13:09:00.622Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
64192026-08-24T13:09:00.622Z
64202026-08-24T13:09:00.622Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64212026-08-24T13:09:00.622Z
64222026-08-24T13:09:00.626Zall doctests ran in 0.35s; merged doctests compilation took 0.34s
64232026-08-24T13:09:00.669Z Doc-tests packet
64242026-08-24T13:09:00.879Z
64252026-08-24T13:09:00.879Zrunning 0 tests
64262026-08-24T13:09:00.879Z
64272026-08-24T13:09:00.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64282026-08-24T13:09:00.879Z
64292026-08-24T13:09:00.901Z Doc-tests pcap
64302026-08-24T13:09:00.948Z
64312026-08-24T13:09:00.948Zrunning 0 tests
64322026-08-24T13:09:00.948Z
64332026-08-24T13:09:00.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64342026-08-24T13:09:00.948Z
64352026-08-24T13:09:01.014Z+ for feat in tofino_stub tofino_asic softnpu chaos
64362026-08-24T13:09:01.014Z+ RUST_BACKTRACE=full
64372026-08-24T13:09:01.014Z+ cargo test --features softnpu --no-fail-fast
64382026-08-24T13:09:02.070Z Compiling typify-impl v0.4.3
64392026-08-24T13:09:02.211Z Compiling goblin v0.10.1
64402026-08-24T13:09:02.228Z Compiling log v0.4.29
64412026-08-24T13:09:02.249Z Compiling const-oid v0.9.6
64422026-08-24T13:09:02.325Z Compiling serde_with v3.22.0
64432026-08-24T13:09:02.351Z Compiling der_derive v0.7.3
64442026-08-24T13:09:02.445Z Compiling rustls v0.23.40
64452026-08-24T13:09:02.489Z Compiling native-tls v0.2.14
64462026-08-24T13:09:02.821Z Compiling tokio-native-tls v0.3.1
64472026-08-24T13:09:02.994Z Compiling digest v0.10.7
64482026-08-24T13:09:03.011Z Compiling hyper-tls v0.6.0
64492026-08-24T13:09:03.268Z Compiling sha1 v0.10.6
64502026-08-24T13:09:03.363Z Compiling rustls v0.22.4
64512026-08-24T13:09:06.916Z Compiling dof v0.4.0
64522026-08-24T13:09:07.480Z Compiling usdt-impl v0.6.0
64532026-08-24T13:09:07.833Z Compiling tokio-rustls v0.26.4
64542026-08-24T13:09:08.081Z Compiling hyper-rustls v0.27.7
64552026-08-24T13:09:08.236Z Compiling usdt-attr-macro v0.6.0
64562026-08-24T13:09:08.451Z Compiling usdt-macro v0.6.0
64572026-08-24T13:09:08.542Z Compiling typify-macro v0.4.3
64582026-08-24T13:09:08.995Z Compiling reqwest v0.12.23
64592026-08-24T13:09:09.297Z Compiling tokio-rustls v0.25.0
64602026-08-24T13:09:09.683Z Compiling usdt v0.6.0
64612026-08-24T13:09:09.993Z Compiling dropshot v0.16.7
64622026-08-24T13:09:10.645Z Compiling progenitor-client v0.10.0
64632026-08-24T13:09:10.678Z Compiling typify v0.4.3
64642026-08-24T13:09:10.776Z Compiling progenitor-impl v0.11.1
64652026-08-24T13:09:10.978Z Compiling progenitor-client v0.11.1
64662026-08-24T13:09:14.497Z Compiling progenitor-macro v0.11.1
64672026-08-24T13:09:14.595Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64682026-08-24T13:09:15.173Z Compiling pem-rfc7468 v0.7.0
64692026-08-24T13:09:15.416Z Compiling num-integer v0.1.46
64702026-08-24T13:09:15.530Z Compiling flagset v0.4.7
64712026-08-24T13:09:15.743Z Compiling der v0.7.10
64722026-08-24T13:09:16.342Z Compiling dropshot v0.17.1
64732026-08-24T13:09:16.959Z Compiling num-rational v0.4.2
64742026-08-24T13:09:17.055Z Compiling num-iter v0.1.45
64752026-08-24T13:09:17.135Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
64762026-08-24T13:09:17.194Z Compiling num-complex v0.4.6
64772026-08-24T13:09:17.510Z Compiling spki v0.7.3
64782026-08-24T13:09:17.611Z Compiling num v0.4.3
64792026-08-24T13:09:17.649Z Compiling progenitor-impl v0.10.0
64802026-08-24T13:09:17.749Z Compiling pkcs8 v0.10.2
64812026-08-24T13:09:18.233Z Compiling num-bigint v0.4.6
64822026-08-24T13:09:19.740Z Compiling hmac v0.12.1
64832026-08-24T13:09:19.748Z Compiling goblin v0.8.2
64842026-08-24T13:09:19.748Z Compiling progenitor v0.11.1
64852026-08-24T13:09:19.853Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
64862026-08-24T13:09:20.442Z Compiling ff v0.13.1
64872026-08-24T13:09:21.049Z Compiling base16ct v0.2.0
64882026-08-24T13:09:21.261Z Compiling progenitor-macro v0.10.0
64892026-08-24T13:09:21.278Z Compiling dof v0.3.0
64902026-08-24T13:09:22.268Z Compiling sec1 v0.7.3
64912026-08-24T13:09:22.699Z Compiling group v0.13.0
64922026-08-24T13:09:22.915Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
64932026-08-24T13:09:23.835Z Compiling hkdf v0.12.4
64942026-08-24T13:09:23.888Z Compiling usdt-impl v0.5.0
64952026-08-24T13:09:24.009Z Compiling elliptic-curve v0.13.8
64962026-08-24T13:09:24.373Z Compiling usdt v0.5.0
64972026-08-24T13:09:24.401Z Compiling nix v0.31.3
64982026-08-24T13:09:24.419Z Compiling curve25519-dalek v4.1.3
64992026-08-24T13:09:24.686Z Compiling sha3 v0.10.8
65002026-08-24T13:09:24.818Z Compiling typify-impl v0.6.2
65012026-08-24T13:09:25.015Z Compiling blake2 v0.10.6
65022026-08-24T13:09:25.684Z Compiling argon2 v0.5.3
65032026-08-24T13:09:25.873Z Compiling vsss-rs v3.3.4
65042026-08-24T13:09:26.421Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65052026-08-24T13:09:26.780Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65062026-08-24T13:09:26.890Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
65072026-08-24T13:09:27.269Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
65082026-08-24T13:09:27.992Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65092026-08-24T13:09:28.516Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65102026-08-24T13:09:29.293Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65112026-08-24T13:09:29.864Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65122026-08-24T13:09:29.927Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
65132026-08-24T13:09:31.356Z Compiling typify-macro v0.6.2
65142026-08-24T13:09:31.375Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65152026-08-24T13:09:31.405Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65162026-08-24T13:09:31.661Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65172026-08-24T13:09:31.843Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65182026-08-24T13:09:32.019Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65192026-08-24T13:09:32.151Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65202026-08-24T13:09:32.305Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65212026-08-24T13:09:33.449Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65222026-08-24T13:09:33.667Z Compiling bindgen v0.72.1
65232026-08-24T13:09:34.393Z Compiling progenitor v0.10.0
65242026-08-24T13:09:34.569Z Compiling typify v0.6.2
65252026-08-24T13:09:35.467Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
65262026-08-24T13:09:35.758Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
65272026-08-24T13:09:35.978Z Compiling progenitor-impl v0.14.0
65282026-08-24T13:09:36.699Z Compiling sha2 v0.10.9
65292026-08-24T13:09:37.670Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65302026-08-24T13:09:37.808Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65312026-08-24T13:09:38.891Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65322026-08-24T13:09:38.943Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
65332026-08-24T13:09:39.265Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65342026-08-24T13:09:39.727Z Compiling progenitor-macro v0.14.0
65352026-08-24T13:09:40.330Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65362026-08-24T13:09:41.086Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65372026-08-24T13:09:41.387Z Compiling signature v2.2.0
65382026-08-24T13:09:41.573Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
65392026-08-24T13:09:41.610Z Compiling utf-8 v0.7.6
65402026-08-24T13:09:41.856Z Compiling tungstenite v0.21.0
65412026-08-24T13:09:41.940Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65422026-08-24T13:09:42.336Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65432026-08-24T13:09:42.660Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65442026-08-24T13:09:42.757Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65452026-08-24T13:09:42.850Z Compiling tokio-dtrace v0.1.1
65462026-08-24T13:09:43.158Z Compiling reqwest v0.13.2
65472026-08-24T13:09:44.953Z Compiling bitstruct_derive v0.1.0
65482026-08-24T13:09:46.425Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65492026-08-24T13:09:46.893Z Compiling progenitor-client v0.14.0
65502026-08-24T13:09:47.007Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65512026-08-24T13:09:47.479Z Compiling oxide-tokio-rt v0.1.6
65522026-08-24T13:09:47.847Z Compiling tokio-tungstenite v0.21.0
65532026-08-24T13:09:48.208Z Compiling rfc6979 v0.4.0
65542026-08-24T13:09:48.367Z Compiling base64 v0.21.7
65552026-08-24T13:09:48.524Z Compiling tap v1.0.1
65562026-08-24T13:09:48.736Z Compiling wyz v0.5.1
65572026-08-24T13:09:48.966Z Compiling progenitor v0.14.0
65582026-08-24T13:09:49.053Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65592026-08-24T13:09:50.158Z Compiling ecdsa v0.16.9
65602026-08-24T13:09:50.598Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65612026-08-24T13:09:50.867Z Compiling ed25519 v2.2.3
65622026-08-24T13:09:51.170Z Compiling salty v0.3.0
65632026-08-24T13:09:51.232Z Compiling radium v0.7.0
65642026-08-24T13:09:51.358Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
65652026-08-24T13:09:51.444Z Compiling primeorder v0.13.6
65662026-08-24T13:09:51.476Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65672026-08-24T13:09:51.556Z Compiling env_filter v2.0.0
65682026-08-24T13:09:51.741Z Compiling funty v2.0.0
65692026-08-24T13:09:51.904Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65702026-08-24T13:09:51.990Z Compiling env_logger v0.11.11
65712026-08-24T13:09:52.391Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65722026-08-24T13:09:52.461Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
65732026-08-24T13:09:52.510Z Compiling bitvec v1.0.1
65742026-08-24T13:09:53.044Z Compiling p384 v0.13.1
65752026-08-24T13:09:53.555Z Compiling ed25519-dalek v2.2.0
65762026-08-24T13:09:53.629Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
65772026-08-24T13:09:53.681Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65782026-08-24T13:09:53.745Z Compiling x509-cert v0.2.5
65792026-08-24T13:09:54.077Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65802026-08-24T13:09:54.121Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65812026-08-24T13:09:54.277Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65822026-08-24T13:09:54.302Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65832026-08-24T13:09:54.477Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
65842026-08-24T13:09:55.583Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
65852026-08-24T13:09:55.939Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65862026-08-24T13:09:56.215Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
65872026-08-24T13:09:56.367Z Compiling typeid v1.0.3
65882026-08-24T13:09:56.503Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65892026-08-24T13:09:56.786Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65902026-08-24T13:09:56.861Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65912026-08-24T13:09:57.005Z Compiling ascii v1.1.0
65922026-08-24T13:09:57.124Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65932026-08-24T13:09:57.244Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65942026-08-24T13:09:57.801Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65952026-08-24T13:09:58.277Z Compiling qorb v0.4.1
65962026-08-24T13:09:59.695Z Compiling erased-serde v0.4.8
65972026-08-24T13:10:00.226Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
65982026-08-24T13:10:00.520Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
65992026-08-24T13:10:00.691Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
66002026-08-24T13:10:00.908Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66012026-08-24T13:10:01.228Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66022026-08-24T13:10:01.469Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
66032026-08-24T13:10:03.102Z Compiling bitstruct v0.1.1
66042026-08-24T13:10:03.186Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
66052026-08-24T13:10:03.220Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
66062026-08-24T13:10:03.553Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66072026-08-24T13:10:04.596Z Compiling itertools v0.13.0
66082026-08-24T13:10:04.623Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66092026-08-24T13:10:04.640Z Compiling acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc)
66102026-08-24T13:10:04.777Z Compiling serde_arrays v0.1.0
66112026-08-24T13:10:04.924Z Compiling pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66122026-08-24T13:10:05.005Z Compiling libloading v0.7.4
66132026-08-24T13:10:05.254Z Compiling bit_field v0.10.3
66142026-08-24T13:10:05.432Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66152026-08-24T13:10:05.863Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66162026-08-24T13:10:06.571Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66172026-08-24T13:10:07.507Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66182026-08-24T13:10:08.024Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66192026-08-24T13:10:08.153Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66202026-08-24T13:10:08.475Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66212026-08-24T13:10:08.548Z Compiling globset v0.4.16
66222026-08-24T13:10:08.791Z Compiling slog-dtrace v0.3.0
66232026-08-24T13:10:10.444Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66242026-08-24T13:10:10.716Z Compiling tough v0.20.0
66252026-08-24T13:10:11.074Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66262026-08-24T13:10:11.321Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66272026-08-24T13:10:11.539Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66282026-08-24T13:10:13.939Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66292026-08-24T13:10:14.242Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66302026-08-24T13:10:14.926Z Compiling git2 v0.19.0
66312026-08-24T13:10:18.374Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66322026-08-24T13:10:19.214Z Compiling vergen v8.3.2
66332026-08-24T13:10:22.716Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
66342026-08-24T13:10:22.949Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
66352026-08-24T13:10:24.244Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
66362026-08-24T13:10:24.459Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66372026-08-24T13:10:24.785Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
66382026-08-24T13:10:24.939Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
66392026-08-24T13:10:27.568Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
66402026-08-24T13:10:29.569Z Compiling omicron-zone-package v0.12.2
66412026-08-24T13:10:30.558Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66422026-08-24T13:10:31.717Z Compiling dropshot-api-manager v0.7.2
66432026-08-24T13:10:33.099Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
66442026-08-24T13:10:34.013Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66452026-08-24T13:10:36.468Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66462026-08-24T13:10:38.923Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
66472026-08-24T13:10:38.975Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
66482026-08-24T13:10:41.332Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
66492026-08-24T13:10:41.622Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
66502026-08-24T13:10:47.048Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
66512026-08-24T13:10:54.092Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
66522026-08-24T13:12:04.555Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 03s
66532026-08-24T13:12:06.148Z Running unittests src/lib.rs (target/debug/deps/aal-5a6e32cdbb3a89b4)
66542026-08-24T13:12:06.164Z
66552026-08-24T13:12:06.164Zrunning 0 tests
66562026-08-24T13:12:06.164Z
66572026-08-24T13:12:06.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66582026-08-24T13:12:06.167Z
66592026-08-24T13:12:06.167Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
66602026-08-24T13:12:06.185Z
66612026-08-24T13:12:06.185Zrunning 0 tests
66622026-08-24T13:12:06.188Z
66632026-08-24T13:12:06.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66642026-08-24T13:12:06.188Z
66652026-08-24T13:12:06.188Z Running unittests src/lib.rs (target/debug/deps/asic-aca0c4d24f0cfbaf)
66662026-08-24T13:12:06.241Z
66672026-08-24T13:12:06.241Zrunning 21 tests
66682026-08-24T13:12:06.244Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
66692026-08-24T13:12:06.244Ztest softnpu::mcast::tests::port_add_rejects_ports_above_127 ... ok
66702026-08-24T13:12:06.244Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
66712026-08-24T13:12:06.244Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
66722026-08-24T13:12:06.244Ztest softnpu::mcast::tests::group_lifecycle ... ok
66732026-08-24T13:12:06.244Ztest softnpu::mcast::tests::groups_are_independent ... ok
66742026-08-24T13:12:06.244Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
66752026-08-24T13:12:06.244Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
66762026-08-24T13:12:06.247Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
66772026-08-24T13:12:06.247Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
66782026-08-24T13:12:06.247Ztest softnpu::mcast::tests::clear_repl_entries_drops_all_tracked_entries ... ok
66792026-08-24T13:12:06.247Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
66802026-08-24T13:12:06.247Ztest softnpu::mcast::tests::refresh_matches_external_slot ... ok
66812026-08-24T13:12:06.247Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
66822026-08-24T13:12:06.247Ztest softnpu::mcast::tests::refresh_recomputes_bitmap_after_membership_change ... ok
66832026-08-24T13:12:06.247Ztest softnpu::mcast::tests::refresh_skips_unrelated_groups_and_forgotten_entries ... ok
66842026-08-24T13:12:06.247Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
66852026-08-24T13:12:06.247Ztest softnpu::table::tests::parse_dump_malformed_rejected ... ok
66862026-08-24T13:12:06.247Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
66872026-08-24T13:12:06.247Ztest softnpu::table::tests::parse_dump_propolis_uart_bare_map ... ok
66882026-08-24T13:12:06.247Ztest softnpu::table::tests::parse_dump_standalone_uds_wrapped_response ... ok
66892026-08-24T13:12:06.247Z
66902026-08-24T13:12:06.247Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
66912026-08-24T13:12:06.247Z
66922026-08-24T13:12:06.250Z Running unittests src/lib.rs (target/debug/deps/common-733ce0e079fe5a0a)
66932026-08-24T13:12:06.272Z
66942026-08-24T13:12:06.272Zrunning 4 tests
66952026-08-24T13:12:06.275Ztest nat::tests::test_vni ... ok
66962026-08-24T13:12:06.275Ztest network::tests::test_generate_ipv6_link_local ... ok
66972026-08-24T13:12:06.278Ztest test_purge ... ok
66982026-08-24T13:12:06.301Ztest illumos::test::address_exists_handles_missing_object ... ok
66992026-08-24T13:12:06.301Z
67002026-08-24T13:12:06.303Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
67012026-08-24T13:12:06.303Z
67022026-08-24T13:12:06.303Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d43859761558b33)
67032026-08-24T13:12:06.326Z
67042026-08-24T13:12:06.326Zrunning 1 test
67052026-08-24T13:12:06.331Z -------
67062026-08-24T13:12:06.334Z Generating OpenAPI documents from API definitions ...
67072026-08-24T13:12:06.517Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
67082026-08-24T13:12:06.604Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
67092026-08-24T13:12:07.626Z -------
67102026-08-24T13:12:07.626Z Checking 13 OpenAPI documents...
67112026-08-24T13:12:07.626Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
67122026-08-24T13:12:07.626Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
67132026-08-24T13:12:07.626Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
67142026-08-24T13:12:07.629Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
67152026-08-24T13:12:07.629Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
67162026-08-24T13:12:07.629Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
67172026-08-24T13:12:07.629Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
67182026-08-24T13:12:07.629Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
67192026-08-24T13:12:07.629Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
67202026-08-24T13:12:07.629Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
67212026-08-24T13:12:07.629Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
67222026-08-24T13:12:07.629Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
67232026-08-24T13:12:07.629Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
67242026-08-24T13:12:07.629Z Fresh dpd "latest" symlink
67252026-08-24T13:12:07.630Z -------
67262026-08-24T13:12:07.630Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
67272026-08-24T13:12:07.701Ztest test::test_apis_up_to_date ... ok
67282026-08-24T13:12:07.701Z
67292026-08-24T13:12:07.704Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
67302026-08-24T13:12:07.704Z
67312026-08-24T13:12:07.764Z Running unittests src/main.rs (target/debug/deps/dpd-a5e47f691a9ebe41)
67322026-08-24T13:12:07.770Z
67332026-08-24T13:12:07.770Zrunning 61 tests
67342026-08-24T13:12:07.773Ztest freemap::test_ordering ... ok
67352026-08-24T13:12:07.773Ztest config::tests::test_updates ... ok
67362026-08-24T13:12:07.773Ztest dhcpv6::tests::test_create_duid_bytes ... ok
67372026-08-24T13:12:07.773Ztest freemap::test_split ... ok
67382026-08-24T13:12:07.776Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
67392026-08-24T13:12:07.776ZAug 24 13:12:06.688 DEBG created new freemap, unit: freemap_test
67402026-08-24T13:12:07.776ZAug 24 13:12:06.688 Aug 24 13:12:06.688DEBG DEBGcreated new freemap , initted freemap. size: 128unit, :unitAug 24 13:12:06.688: DEBG freemap_testfreemap_testcreated new freemap
67412026-08-24T13:12:07.776Z
67422026-08-24T13:12:07.776Z, unit: freemap_testAug 24 13:12:06.688
67432026-08-24T13:12:07.776ZDEBG Aug 24 13:12:06.688reset freemap , DEBGunit :Aug 24 13:12:06.688 freemap_testDEBGinitted freemap. size: 128
67442026-08-24T13:12:07.776Z , initted freemap. size: 128unit, :unit :freemap_test
67452026-08-24T13:12:07.776Zfreemap_test
67462026-08-24T13:12:07.776Ztest macaddrs::tests::test_mac_offset ... ok
67472026-08-24T13:12:07.776ZAug 24 13:12:06.688Aug 24 13:12:06.688 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
67482026-08-24T13:12:07.777Z
67492026-08-24T13:12:07.777ZAug 24 13:12:06.688 DEBG created new freemap, unit: freemap_test
67502026-08-24T13:12:07.777ZAug 24 13:12:06.688 DEBG initted freemap. size: 128, unit: freemap_test
67512026-08-24T13:12:07.777ZAug 24 13:12:06.688 DEBG reset freemap, unit: freemap_test
67522026-08-24T13:12:07.777Ztest freemap::test_exhaustion ... ok
67532026-08-24T13:12:07.777ZAug 24 13:12:06.688 DEBG created new freemap, unit: freemap_test
67542026-08-24T13:12:07.777ZAug 24 13:12:06.688 DEBG initted freemap. size: 8, unit: freemap_test
67552026-08-24T13:12:07.777Ztest freemap::test_reclaim ... ok
67562026-08-24T13:12:07.777Ztest freemap::test_free ... ok
67572026-08-24T13:12:07.777ZAug 24 13:12:06.688 DEBG reset freemap, unit: freemap_test
67582026-08-24T13:12:07.777Ztest freemap::test_basic ... ok
67592026-08-24T13:12:07.777Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
67602026-08-24T13:12:07.777Ztest macaddrs::tests::test_parse_port_id ... ok
67612026-08-24T13:12:07.777Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
67622026-08-24T13:12:07.777Ztest mcast::tests::test_create_port_bitmap_empty ... ok
67632026-08-24T13:12:07.777Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
67642026-08-24T13:12:07.777Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
67652026-08-24T13:12:07.777Ztest mcast::tests::test_canonicalize_sources ... ok
67662026-08-24T13:12:07.777Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
67672026-08-24T13:12:07.777Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
67682026-08-24T13:12:07.777Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
67692026-08-24T13:12:07.777Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
67702026-08-24T13:12:07.777Ztest mcast::tests::test_sources_contain_any ... ok
67712026-08-24T13:12:07.777Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
67722026-08-24T13:12:07.777Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
67732026-08-24T13:12:07.777Ztest mcast::tests::test_concurrent_id_allocation ... ok
67742026-08-24T13:12:07.777Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
67752026-08-24T13:12:07.777Ztest mcast::validate::tests::test_ipv4_validation ... ok
67762026-08-24T13:12:07.777Ztest mcast::validate::tests::test_address_validation_integrated ... ok
67772026-08-24T13:12:07.777Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
67782026-08-24T13:12:07.777Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
67792026-08-24T13:12:07.777Ztest mcast::validate::tests::test_ipv6_validation ... ok
67802026-08-24T13:12:07.777Ztest mcast::validate::tests::test_is_ssm_function ... ok
67812026-08-24T13:12:07.777Ztest mcast::validate::tests::test_validate_nat_target ... ok
67822026-08-24T13:12:07.777Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
67832026-08-24T13:12:07.777Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
67842026-08-24T13:12:07.777Ztest mcast::validate::tests::test_validate_source_addresses ... ok
67852026-08-24T13:12:07.777Ztest mcast::validate::tests::test_validate_tag ... ok
67862026-08-24T13:12:07.777Ztest port_map::tests::test_backplane_group ... ok
67872026-08-24T13:12:07.777Ztest nat::test_mapping ... ok
67882026-08-24T13:12:07.778Ztest mcast::validate::tests::test_validate_tag_format ... ok
67892026-08-24T13:12:07.778Ztest mcast::tests::test_id_range_boundaries ... ok
67902026-08-24T13:12:07.782Ztest port_map::tests::test_port_map ... ok
67912026-08-24T13:12:07.782Ztest port_map::tests::dump_map ... ok
67922026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG created new freemap, unit: freemap_test
67932026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG initted freemap. size: 128, unit: freemap_test
67942026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG reset freemap, unit: freemap_test
67952026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG created new freemap, unit: freemap_route_ipv4
67962026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG created new freemap, unit: freemap_route_ipv6
67972026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
67982026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG reset freemap, unit: freemap_route_ipv4
67992026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
68002026-08-24T13:12:07.782ZAug 24 13:12:06.691 DEBG reset freemap, unit: freemap_route_ipv6
68012026-08-24T13:12:07.782ZAug 24 13:12:06.691 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
68022026-08-24T13:12:07.782ZAug 24 13:12:06.691 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 } }]
68032026-08-24T13:12:07.782ZAug 24 13:12:06.691 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
68042026-08-24T13:12:07.782ZAug 24 13:12:06.691 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 } }]
68052026-08-24T13:12:07.782ZAug 24 13:12:06.691 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
68062026-08-24T13:12:07.782ZAug 24 13:12:06.691 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 } }]
68072026-08-24T13:12:07.782ZAug 24 13:12:06.691 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
68082026-08-24T13:12:07.782ZAug 24 13:12:06.691 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 } }]
68092026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68102026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68112026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
68122026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68132026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68142026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68152026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
68162026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68172026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
68182026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68192026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
68202026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68212026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
68222026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68232026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
68242026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68252026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
68262026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68272026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
68282026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68292026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
68302026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68312026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
68322026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68332026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
68342026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68352026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
68362026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68372026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
68382026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68392026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
68402026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68412026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
68422026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68432026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
68442026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68452026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
68462026-08-24T13:12:07.783ZAug 24 13:12:06.691 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 } }]
68472026-08-24T13:12:07.783ZAug 24 13:12:06.691 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
68482026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68492026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
68502026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68512026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
68522026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68532026-08-24T13:12:07.784Ztest freemap::test_span ... ok
68542026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
68552026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68562026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
68572026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68582026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
68592026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68602026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
68612026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68622026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
68632026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68642026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
68652026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68662026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
68672026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68682026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
68692026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68702026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
68712026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68722026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68732026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]
68742026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
68752026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68762026-08-24T13:12:07.784ZAug 24 13:12:06.691 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
68772026-08-24T13:12:07.784ZAug 24 13:12:06.691 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 } }]Aug 24 13:12:06.691
68782026-08-24T13:12:07.784Z DEBG created new freemapAug 24 13:12:06.691 , INFOunit :adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
68792026-08-24T13:12:07.784Zfreemap_route_ipv4
68802026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68812026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBG created new freemapAug 24 13:12:06.691, unitINFO: adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6
68822026-08-24T13:12:07.784Z
68832026-08-24T13:12:07.784ZAug 24 13:12:06.691Aug 24 13:12:06.691 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
68842026-08-24T13:12:07.784Z, unit: Aug 24 13:12:06.691freemap_route_ipv4
68852026-08-24T13:12:07.784ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
68862026-08-24T13:12:07.784ZAug 24 13:12:06.691 DEBGAug 24 13:12:06.691 reset freemapDEBG, unit: freemap_route_ipv4
68872026-08-24T13:12:07.784ZAug 24 13:12:06.692 DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68882026-08-24T13:12:07.784Zinitted freemap. size: 64, unit: Aug 24 13:12:06.692freemap_route_ipv6
68892026-08-24T13:12:07.785ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
68902026-08-24T13:12:07.788ZAug 24 13:12:06.692 Aug 24 13:12:06.692DEBG DEBGreset freemap , 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 } }]unit
68912026-08-24T13:12:07.789Z: freemap_route_ipv6
68922026-08-24T13:12:07.789ZAug 24 13:12:06.692 INFO Aug 24 13:12:06.692adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
68932026-08-24T13:12:07.789ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
68942026-08-24T13:12:07.789ZAug 24 13:12:06.692 DEBG Aug 24 13:12:06.692replacing 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 } }]
68952026-08-24T13:12:07.789ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68962026-08-24T13:12:07.789ZAug 24 13:12:06.692 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
68972026-08-24T13:12:07.789ZAug 24 13:12:06.692 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:12:06.692
68982026-08-24T13:12:07.789Z 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 } }]
68992026-08-24T13:12:07.789ZAug 24 13:12:06.692 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.692
69002026-08-24T13:12:07.789Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 24 13:12:06.692
69012026-08-24T13:12:07.789Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
69022026-08-24T13:12:07.789ZAug 24 13:12:06.692 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692Aug 24 13:12:06.692
69032026-08-24T13:12:07.789ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
69042026-08-24T13:12:07.789Ztest port_map::tests::parse_softnpu_revision ... ok
69052026-08-24T13:12:07.789Z created new freemapAug 24 13:12:06.692 , INFOunitAug 24 13:12:06.692 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO:
69062026-08-24T13:12:07.789Z freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:4
69072026-08-24T13:12:07.789Z
69082026-08-24T13:12:07.789ZAug 24 13:12:06.692 DEBG Aug 24 13:12:06.692replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692
69092026-08-24T13:12:07.789Z 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 } }]created new freemap
69102026-08-24T13:12:07.789Z, unit: freemap_route_ipv6Aug 24 13:12:06.692
69112026-08-24T13:12:07.789Z Aug 24 13:12:06.692INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 24 13:12:06.692
69122026-08-24T13:12:07.789Z DEBG Aug 24 13:12:06.692initted freemap. size: 64 , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit
69132026-08-24T13:12:07.789Z: DEBG freemap_route_ipv4replacing 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 } }]
69142026-08-24T13:12:07.789Z
69152026-08-24T13:12:07.789ZAug 24 13:12:06.692 DEBG Aug 24 13:12:06.692Aug 24 13:12:06.692 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 } }]
69162026-08-24T13:12:07.789ZDEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
69172026-08-24T13:12:07.789Zreset freemap, Aug 24 13:12:06.692unitAug 24 13:12:06.692: DEBGfreemap_route_ipv4
69182026-08-24T13:12:07.789Zreplacing 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 } }]
69192026-08-24T13:12:07.789ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
69202026-08-24T13:12:07.789ZAug 24 13:12:06.692Aug 24 13:12:06.692 DEBGINFO initted freemap. size: 64adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff, Aug 24 13:12:06.692
69212026-08-24T13:12:07.789Zunit :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 } }]freemap_route_ipv6Aug 24 13:12:06.692
69222026-08-24T13:12:07.789Z
69232026-08-24T13:12:07.789Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69242026-08-24T13:12:07.789Ztest api_server::tests::test_build_info ... ok
69252026-08-24T13:12:07.789ZAug 24 13:12:06.692Aug 24 13:12:06.692 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 24 13:12:06.692reset freemap
69262026-08-24T13:12:07.789ZINFO , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit
69272026-08-24T13:12:07.789Z: freemap_route_ipv6
69282026-08-24T13:12:07.789ZAug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692 DEBGDEBG 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 } }]
69292026-08-24T13:12:07.790Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
69302026-08-24T13:12:07.790Z
69312026-08-24T13:12:07.790ZAug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692Aug 24 13:12:06.692DEBG INFOcreated new freemapDEBG , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit :
69322026-08-24T13:12:07.790Zreplacing 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 } }]
69332026-08-24T13:12:07.790Zfreemap_route_ipv4INFO
69342026-08-24T13:12:07.790ZAug 24 13:12:06.692adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 24 13:12:06.692
69352026-08-24T13:12:07.790Z Aug 24 13:12:06.692 INFO DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:12:06.692created new freemap ,
69362026-08-24T13:12:07.790Zunitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:
69372026-08-24T13:12:07.790Z freemap_route_ipv6Aug 24 13:12:06.692replacing 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 } }]
69382026-08-24T13:12:07.790ZDEBG
69392026-08-24T13:12:07.790ZAug 24 13:12:06.692 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 } }]
69402026-08-24T13:12:07.790ZINFO Aug 24 13:12:06.692adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
69412026-08-24T13:12:07.790ZAug 24 13:12:06.692INFO Aug 24 13:12:06.692 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
69422026-08-24T13:12:07.790ZINFO Aug 24 13:12:06.692adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
69432026-08-24T13:12:07.790Z, unit :DEBG Aug 24 13:12:06.692Aug 24 13:12:06.692 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
69442026-08-24T13:12:07.790Z 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 } }]
69452026-08-24T13:12:07.790Zfreemap_route_ipv4
69462026-08-24T13:12:07.790ZAug 24 13:12:06.692replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692
69472026-08-24T13:12:07.790Z Aug 24 13:12:06.692INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
69482026-08-24T13:12:07.790Zreset freemapAug 24 13:12:06.692 INFOINFO Aug 24 13:12:06.692adding route 3fff:beef:5::/64 -> 2001:db8::55:ff , DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit
69492026-08-24T13:12:07.790Z
69502026-08-24T13:12:07.790Zreplacing 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 } }]:
69512026-08-24T13:12:07.790Zfreemap_route_ipv4
69522026-08-24T13:12:07.790ZAug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692 DEBGINFODEBG Aug 24 13:12:06.692 adding route 3fff:beef::/64 -> 2001:db8::55:ff
69532026-08-24T13:12:07.790ZDEBGreplacing 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: 64replacing 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 } }],
69542026-08-24T13:12:07.790ZAug 24 13:12:06.692 unitDEBG
69552026-08-24T13:12:07.790Z :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692 Aug 24 13:12:06.692freemap_route_ipv6 INFOINFO
69562026-08-24T13:12:07.790Z
69572026-08-24T13:12:07.790Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
69582026-08-24T13:12:07.790Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 24 13:12:06.692Aug 24 13:12:06.692
69592026-08-24T13:12:07.790Z DEBGINFOAug 24 13:12:06.692 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff reset freemapDEBG,
69602026-08-24T13:12:07.790ZunitAug 24 13:12:06.692 : Aug 24 13:12:06.692 DEBGDEBGreplacing 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 } }]freemap_route_ipv6
69612026-08-24T13:12:07.790Z
69622026-08-24T13:12:07.790Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69632026-08-24T13:12:07.790ZAug 24 13:12:06.692
69642026-08-24T13:12:07.790ZINFOAug 24 13:12:06.692 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 24 13:12:06.692 INFO
69652026-08-24T13:12:07.790Z Aug 24 13:12:06.692adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
69662026-08-24T13:12:07.790ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
69672026-08-24T13:12:07.790ZAug 24 13:12:06.692 Aug 24 13:12:06.692 DEBGDEBG Aug 24 13:12:06.692 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
69682026-08-24T13:12:07.790Z
69692026-08-24T13:12:07.791Zreplacing 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 } }]
69702026-08-24T13:12:07.791Zreplacing 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 } }]
69712026-08-24T13:12:07.791ZAug 24 13:12:06.692 Aug 24 13:12:06.692Aug 24 13:12:06.692INFO Aug 24 13:12:06.692INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFO
69722026-08-24T13:12:07.791ZDEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69732026-08-24T13:12:07.791Z
69742026-08-24T13:12:07.791Z
69752026-08-24T13:12:07.791ZAug 24 13:12:06.692Aug 24 13:12:06.692 DEBGAug 24 13:12:06.692INFOAug 24 13:12:06.692 DEBGDEBG adding route 3fff:beef:8::/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 } }]Aug 24 13:12:06.692
69762026-08-24T13:12:07.791Z DEBG
69772026-08-24T13:12:07.791Z created new freemap , unitAug 24 13:12:06.692: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.692freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69782026-08-24T13:12:07.791Z
69792026-08-24T13:12:07.791ZAug 24 13:12:06.692 DEBG created new freemapDEBG, unitreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
69802026-08-24T13:12:07.791Z
69812026-08-24T13:12:07.791Z freemap_route_ipv6
69822026-08-24T13:12:07.791ZINFO Aug 24 13:12:06.692 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
69832026-08-24T13:12:07.791Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
69842026-08-24T13:12:07.791ZAug 24 13:12:06.692Aug 24 13:12:06.692 DEBG reset freemap, unit: Aug 24 13:12:06.692freemap_route_ipv4
69852026-08-24T13:12:07.791Z Aug 24 13:12:06.692Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBG initted freemap. size: 64INFO, unit: freemap_route_ipv6INFO
69862026-08-24T13:12:07.791ZDEBG 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 } }]
69872026-08-24T13:12:07.791ZAug 24 13:12:06.692 Aug 24 13:12:06.692DEBG INFO reset freemap, unit: freemap_route_ipv6adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69882026-08-24T13:12:07.791Z
69892026-08-24T13:12:07.791Z INFO Aug 24 13:12:06.692Aug 24 13:12:06.692 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
69902026-08-24T13:12:07.795Z
69912026-08-24T13:12:07.795Z 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 } }]
69922026-08-24T13:12:07.795ZAug 24 13:12:06.692Aug 24 13:12:06.692 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 } }]
69932026-08-24T13:12:07.795Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
69942026-08-24T13:12:07.795Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692
69952026-08-24T13:12:07.795Z Aug 24 13:12:06.692DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69962026-08-24T13:12:07.795ZAug 24 13:12:06.692 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
69972026-08-24T13:12:07.795ZDEBG 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 } }]
69982026-08-24T13:12:07.795ZAug 24 13:12:06.692adding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBG
69992026-08-24T13:12:07.795Z 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 } }]
70002026-08-24T13:12:07.795ZAug 24 13:12:06.692 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
70012026-08-24T13:12:07.795ZAug 24 13:12:06.692Aug 24 13:12:06.692Aug 24 13:12:06.692 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
70022026-08-24T13:12:07.795Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70032026-08-24T13:12:07.795Z
70042026-08-24T13:12:07.795ZAug 24 13:12:06.692 Aug 24 13:12:06.692DEBGAug 24 13:12:06.692 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70052026-08-24T13:12:07.795Z INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
70062026-08-24T13:12:07.795Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
70072026-08-24T13:12:07.795ZAug 24 13:12:06.692 INFO Aug 24 13:12:06.692adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 24 13:12:06.692
70082026-08-24T13:12:07.795ZDEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70092026-08-24T13:12:07.795ZAug 24 13:12:06.692replacing 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 } }]
70102026-08-24T13:12:07.795ZDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692
70112026-08-24T13:12:07.795Z INFOAug 24 13:12:06.692 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
70122026-08-24T13:12:07.796Z Aug 24 13:12:06.692adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
70132026-08-24T13:12:07.796ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
70142026-08-24T13:12:07.796ZAug 24 13:12:06.692Aug 24 13:12:06.692 DEBGAug 24 13:12:06.692 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
70152026-08-24T13:12:07.796ZDEBG 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 } }]
70162026-08-24T13:12:07.796Zreplacing 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 } }]
70172026-08-24T13:12:07.796ZAug 24 13:12:06.692 INFOAug 24 13:12:06.692Aug 24 13:12:06.692 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
70182026-08-24T13:12:07.796ZINFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:12:06.692
70192026-08-24T13:12:07.796Z
70202026-08-24T13:12:07.796ZDEBG 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 } }]
70212026-08-24T13:12:07.796ZAug 24 13:12:06.692Aug 24 13:12:06.692 DEBGDEBGAug 24 13:12:06.692 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: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 } }]
70222026-08-24T13:12:07.796ZINFO
70232026-08-24T13:12:07.796Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
70242026-08-24T13:12:07.796ZAug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70252026-08-24T13:12:07.796Z
70262026-08-24T13:12:07.796Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
70272026-08-24T13:12:07.796ZAug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
70282026-08-24T13:12:07.796ZDEBG 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: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 } }]
70292026-08-24T13:12:07.796Z
70302026-08-24T13:12:07.796ZAug 24 13:12:06.692 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692Aug 24 13:12:06.692
70312026-08-24T13:12:07.796Z INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
70322026-08-24T13:12:07.796ZAug 24 13:12:06.692adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
70332026-08-24T13:12:07.796ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
70342026-08-24T13:12:07.796ZAug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692DEBG DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70352026-08-24T13:12:07.796ZDEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70362026-08-24T13:12:07.796Z
70372026-08-24T13:12:07.796ZAug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
70382026-08-24T13:12:07.796Z
70392026-08-24T13:12:07.796Z
70402026-08-24T13:12:07.796ZAug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG DEBGDEBGreplacing 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 } }]
70412026-08-24T13:12:07.796Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70422026-08-24T13:12:07.796Z
70432026-08-24T13:12:07.796ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
70442026-08-24T13:12:07.796ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
70452026-08-24T13:12:07.796Z
70462026-08-24T13:12:07.796ZAug 24 13:12:06.693 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693Aug 24 13:12:06.693
70472026-08-24T13:12:07.796ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693
70482026-08-24T13:12:07.796Z
70492026-08-24T13:12:07.796Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
70502026-08-24T13:12:07.796ZAug 24 13:12:06.693Aug 24 13:12:06.693 DEBGINFO Aug 24 13:12:06.693failed to allocate space for the new target list adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
70512026-08-24T13:12:07.797Z 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 } }]
70522026-08-24T13:12:07.797Z
70532026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
70542026-08-24T13:12:07.797Z
70552026-08-24T13:12:07.797ZAug 24 13:12:06.693 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 } }]
70562026-08-24T13:12:07.797ZAug 24 13:12:06.693 Aug 24 13:12:06.693 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
70572026-08-24T13:12:07.797ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
70582026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 DEBGINFOAug 24 13:12:06.693 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 } }]DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
70592026-08-24T13:12:07.797Z
70602026-08-24T13:12:07.797Zreplacing 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 } }]
70612026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 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 } }] INFO
70622026-08-24T13:12:07.797Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
70632026-08-24T13:12:07.797Z
70642026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG 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 } }]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 } }]
70652026-08-24T13:12:07.797ZINFO
70662026-08-24T13:12:07.797Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
70672026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
70682026-08-24T13:12:07.797Z
70692026-08-24T13:12:07.797Z 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 } }]
70702026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBG 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 } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70712026-08-24T13:12:07.797Z
70722026-08-24T13:12:07.797Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
70732026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
70742026-08-24T13:12:07.797ZAug 24 13:12:06.693
70752026-08-24T13:12:07.797Z DEBGAug 24 13:12:06.693 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 } }]DEBGAug 24 13:12:06.693
70762026-08-24T13:12:07.797Z DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70772026-08-24T13:12:07.797Z
70782026-08-24T13:12:07.797ZAug 24 13:12:06.693 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
70792026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
70802026-08-24T13:12:07.797Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 24 13:12:06.693
70812026-08-24T13:12:07.797Z 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 } }]
70822026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBG INFODEBGreplacing 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 } }]
70832026-08-24T13:12:07.797Zreplacing 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:5::/64 -> 2001:db8::55:ff
70842026-08-24T13:12:07.797Z
70852026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBG 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 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
70862026-08-24T13:12:07.797Z
70872026-08-24T13:12:07.797Z
70882026-08-24T13:12:07.797ZAug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
70892026-08-24T13:12:07.797ZINFO
70902026-08-24T13:12:07.801Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
70912026-08-24T13:12:07.801ZAug 24 13:12:06.693Aug 24 13:12:06.693 INFOAug 24 13:12:06.693INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
70922026-08-24T13:12:07.801Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
70932026-08-24T13:12:07.801Zreplacing 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 } }]
70942026-08-24T13:12:07.801ZAug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBGAug 24 13:12:06.693 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: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
70952026-08-24T13:12:07.801Z
70962026-08-24T13:12:07.801Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
70972026-08-24T13:12:07.801ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693 INFOINFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
70982026-08-24T13:12:07.801Z
70992026-08-24T13:12:07.801Z 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 } }]
71002026-08-24T13:12:07.802ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBGDEBG 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 } }]
71012026-08-24T13:12:07.802Zadding route 3fff:beef:8::/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 } }]
71022026-08-24T13:12:07.802Z
71032026-08-24T13:12:07.802ZAug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
71042026-08-24T13:12:07.802Z 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:18::/64 -> 2001:db8::55:ff
71052026-08-24T13:12:07.802ZAug 24 13:12:06.693
71062026-08-24T13:12:07.802Z 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 } }]
71072026-08-24T13:12:07.802ZAug 24 13:12:06.693Aug 24 13:12:06.693 INFODEBGAug 24 13:12:06.693 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
71082026-08-24T13:12:07.802Z
71092026-08-24T13:12:07.802Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
71102026-08-24T13:12:07.802ZAug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG 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 } }] INFOreplacing 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 } }]
71112026-08-24T13:12:07.802Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
71122026-08-24T13:12:07.802Z
71132026-08-24T13:12:07.802ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693INFO DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
71142026-08-24T13:12:07.802Z
71152026-08-24T13:12:07.802Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 24 13:12:06.693Aug 24 13:12:06.693
71162026-08-24T13:12:07.802Z INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
71172026-08-24T13:12:07.802ZAug 24 13:12:06.693 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
71182026-08-24T13:12:07.802Z Aug 24 13:12:06.693replacing 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 } }]
71192026-08-24T13:12:07.802ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693
71202026-08-24T13:12:07.802Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
71212026-08-24T13:12:07.802ZAug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFO Aug 24 13:12:06.693adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
71222026-08-24T13:12:07.802ZDEBG
71232026-08-24T13:12:07.802Z 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 } }]
71242026-08-24T13:12:07.802ZAug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 24 13:12:06.693
71252026-08-24T13:12:07.802Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
71262026-08-24T13:12:07.802Z 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 } }]
71272026-08-24T13:12:07.802Zcreated new freemapAug 24 13:12:06.693, Aug 24 13:12:06.693 unitINFO: adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
71282026-08-24T13:12:07.802ZAug 24 13:12:06.693DEBG 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 } }]
71292026-08-24T13:12:07.802ZINFOAug 24 13:12:06.693 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
71302026-08-24T13:12:07.802Z
71312026-08-24T13:12:07.802Zreplacing 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 } }]
71322026-08-24T13:12:07.802ZAug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 INFODEBG DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffcreated new freemapAug 24 13:12:06.693
71332026-08-24T13:12:07.802Z, INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit:
71342026-08-24T13:12:07.802Z
71352026-08-24T13:12:07.802Zfreemap_route_ipv6Aug 24 13:12:06.693
71362026-08-24T13:12:07.802Z DEBGAug 24 13:12:06.693 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 } }]
71372026-08-24T13:12:07.802Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693
71382026-08-24T13:12:07.802Z INFOAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693 INFOINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
71392026-08-24T13:12:07.803Z
71402026-08-24T13:12:07.803Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
71412026-08-24T13:12:07.803Zinitted freemap. size: 64, Aug 24 13:12:06.693Aug 24 13:12:06.693unit :Aug 24 13:12:06.693DEBG freemap_route_ipv4DEBG
71422026-08-24T13:12:07.803Z 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 } }] DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71432026-08-24T13:12:07.803Z
71442026-08-24T13:12:07.803Z Aug 24 13:12:06.693replacing 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 } }]
71452026-08-24T13:12:07.803ZDEBG reset freemap, Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693unitINFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
71462026-08-24T13:12:07.803ZINFO:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
71472026-08-24T13:12:07.803Zadding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4
71482026-08-24T13:12:07.803Ztest route::tests::grow_succeeds ... ok
71492026-08-24T13:12:07.803Z
71502026-08-24T13:12:07.803ZAug 24 13:12:06.693 DEBGAug 24 13:12:06.693 Aug 24 13:12:06.693DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693
71512026-08-24T13:12:07.803Z DEBGreplacing 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 } }]
71522026-08-24T13:12:07.803Z initted freemap. size: 64DEBG, unit :Aug 24 13:12:06.693 Aug 24 13:12:06.693 INFOINFO freemap_route_ipv6 adding route 3fff:beef:23::/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 } }]
71532026-08-24T13:12:07.803Z
71542026-08-24T13:12:07.803Z
71552026-08-24T13:12:07.803Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
71562026-08-24T13:12:07.803ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }]
71572026-08-24T13:12:07.803Z
71582026-08-24T13:12:07.803Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreset freemap
71592026-08-24T13:12:07.803ZAug 24 13:12:06.693, INFOunit Aug 24 13:12:06.693Aug 24 13:12:06.693adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
71602026-08-24T13:12:07.803Z :DEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:fffreemap_route_ipv6
71612026-08-24T13:12:07.803Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693
71622026-08-24T13:12:07.803Z 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 } }]
71632026-08-24T13:12:07.803Z
71642026-08-24T13:12:07.803ZAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693 DEBG 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 } }]Aug 24 13:12:06.693INFO
71652026-08-24T13:12:07.803Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
71662026-08-24T13:12:07.803Z
71672026-08-24T13:12:07.803ZAug 24 13:12:06.693INFO INFOAug 24 13:12:06.693 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
71682026-08-24T13:12:07.803Z
71692026-08-24T13:12:07.803ZAug 24 13:12:06.693 DEBGDEBG Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
71702026-08-24T13:12:07.803Z
71712026-08-24T13:12:07.803Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71722026-08-24T13:12:07.803Z
71732026-08-24T13:12:07.803ZAug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
71742026-08-24T13:12:07.803ZAug 24 13:12:06.693 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
71752026-08-24T13:12:07.803Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
71762026-08-24T13:12:07.803ZDEBG created new freemapAug 24 13:12:06.693, unitDEBG: Aug 24 13:12:06.693replacing 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 } }]
71772026-08-24T13:12:07.803Zfreemap_route_ipv4DEBG
71782026-08-24T13:12:07.803Z 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 } }]
71792026-08-24T13:12:07.804ZAug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
71802026-08-24T13:12:07.804ZDEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffcreated new freemapAug 24 13:12:06.693
71812026-08-24T13:12:07.804Z , DEBGunit :replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693
71822026-08-24T13:12:07.804Z DEBGfreemap_route_ipv6
71832026-08-24T13:12:07.804Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693
71842026-08-24T13:12:07.804ZINFO Aug 24 13:12:06.693adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
71852026-08-24T13:12:07.804ZDEBG initted freemap. size: 64Aug 24 13:12:06.693, Aug 24 13:12:06.693unit INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff:
71862026-08-24T13:12:07.804Zreplacing 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 } }]
71872026-08-24T13:12:07.804Zfreemap_route_ipv4
71882026-08-24T13:12:07.804ZAug 24 13:12:06.693 DEBGAug 24 13:12:06.693 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
71892026-08-24T13:12:07.804ZAug 24 13:12:06.693 reset freemapINFO , adding route 3fff:beef:26::/64 -> 2001:db8::55:ffunit
71902026-08-24T13:12:07.807ZAug 24 13:12:06.693 Aug 24 13:12:06.693INFO: Aug 24 13:12:06.693freemap_route_ipv4 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
71912026-08-24T13:12:07.808Z
71922026-08-24T13:12:07.808Zreplacing 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
71932026-08-24T13:12:07.808Z Aug 24 13:12:06.693created new freemap Aug 24 13:12:06.693DEBG , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.694DEBG INFOinitted freemap. size: 64
71942026-08-24T13:12:07.808Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffunit, unit
71952026-08-24T13:12:07.808Z:Aug 24 13:12:06.694 :freemap_route_ipv6INFOAug 24 13:12:06.694
71962026-08-24T13:12:07.808Z DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
71972026-08-24T13:12:07.808Zreplacing 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 } }]
71982026-08-24T13:12:07.808ZAug 24 13:12:06.694 freemap_route_ipv4 Aug 24 13:12:06.694
71992026-08-24T13:12:07.808ZAug 24 13:12:06.694 INFO DEBGAug 24 13:12:06.694DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
72002026-08-24T13:12:07.808Z
72012026-08-24T13:12:07.808Z, unitcreated new freemap:, freemap_route_ipv6Aug 24 13:12:06.694unit
72022026-08-24T13:12:07.808Z DEBG Aug 24 13:12:06.694: Aug 24 13:12:06.694replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO freemap_route_ipv6
72032026-08-24T13:12:07.808ZINFO
72042026-08-24T13:12:07.808Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
72052026-08-24T13:12:07.808ZAug 24 13:12:06.694Aug 24 13:12:06.694
72062026-08-24T13:12:07.808Z INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 24 13:12:06.694initted freemap. size: 64
72072026-08-24T13:12:07.808Z Aug 24 13:12:06.694 DEBGDEBG Aug 24 13:12:06.694, 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 } }]DEBGunit
72082026-08-24T13:12:07.808Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]:
72092026-08-24T13:12:07.808Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.694freemap_route_ipv4
72102026-08-24T13:12:07.808Z INFO
72112026-08-24T13:12:07.808Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:12:06.694
72122026-08-24T13:12:07.808ZAug 24 13:12:06.694 INFO INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 24 13:12:06.694Aug 24 13:12:06.694
72132026-08-24T13:12:07.808Z DEBG adding route 172.17.0.0/32 -> 10.0.0.255DEBGAug 24 13:12:06.694
72142026-08-24T13:12:07.808Z 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 } }]
72152026-08-24T13:12:07.808ZDEBGreset freemap, 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 } }]:
72162026-08-24T13:12:07.808Z Aug 24 13:12:06.694freemap_route_ipv4 INFOAug 24 13:12:06.694
72172026-08-24T13:12:07.808ZAug 24 13:12:06.694 INFODEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
72182026-08-24T13:12:07.808Z
72192026-08-24T13:12:07.808Z
72202026-08-24T13:12:07.808ZAug 24 13:12:06.694 DEBG initted freemap. size: 64Aug 24 13:12:06.694, Aug 24 13:12:06.694unit Aug 24 13:12:06.694INFODEBG : DEBGadding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6replacing 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 } }]
72212026-08-24T13:12:07.808Z
72222026-08-24T13:12:07.808Z
72232026-08-24T13:12:07.808Z
72242026-08-24T13:12:07.808ZAug 24 13:12:06.694Aug 24 13:12:06.694 INFOINFO Aug 24 13:12:06.694adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
72252026-08-24T13:12:07.808Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 24 13:12:06.694
72262026-08-24T13:12:07.808Z DEBGAug 24 13:12:06.694DEBG 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 } }] reset freemapreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72272026-08-24T13:12:07.808ZAug 24 13:12:06.694
72282026-08-24T13:12:07.808Z, DEBGunit :replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.694 Aug 24 13:12:06.694 freemap_route_ipv6
72292026-08-24T13:12:07.808ZINFO INFO
72302026-08-24T13:12:07.809Zadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
72312026-08-24T13:12:07.809Z
72322026-08-24T13:12:07.809ZAug 24 13:12:06.694 INFOAug 24 13:12:06.694 Aug 24 13:12:06.694adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
72332026-08-24T13:12:07.809ZINFODEBGAug 24 13:12:06.694 adding route 3fff:dead::/64 -> 2001:db8::55:1
72342026-08-24T13:12:07.809Zreplacing 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
72352026-08-24T13:12:07.809Z Aug 24 13:12:06.694replacing 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 } }]
72362026-08-24T13:12:07.809ZDEBGAug 24 13:12:06.694Aug 24 13:12:06.694 INFO Aug 24 13:12:06.694replacing 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:2e::/64 -> 2001:db8::55:ff
72372026-08-24T13:12:07.809Z
72382026-08-24T13:12:07.809ZINFODEBG Aug 24 13:12:06.694 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255DEBG
72392026-08-24T13:12:07.809Z
72402026-08-24T13:12:07.809Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.694
72412026-08-24T13:12:07.809ZAug 24 13:12:06.694 INFO Aug 24 13:12:06.694Aug 24 13:12:06.694 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
72422026-08-24T13:12:07.809Z DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOAug 24 13:12:06.694
72432026-08-24T13:12:07.809Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
72442026-08-24T13:12:07.809Zadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:12:06.694replacing 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 } }]
72452026-08-24T13:12:07.809ZDEBG
72462026-08-24T13:12:07.809Z Aug 24 13:12:06.694replacing 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 } }]
72472026-08-24T13:12:07.809ZINFO Aug 24 13:12:06.694Aug 24 13:12:06.694 Aug 24 13:12:06.694adding route 172.17.0.4/32 -> 10.0.0.255
72482026-08-24T13:12:07.809ZINFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
72492026-08-24T13:12:07.809ZDEBG
72502026-08-24T13:12:07.809Z Aug 24 13:12:06.694replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:12:06.694
72512026-08-24T13:12:07.809ZAug 24 13:12:06.694DEBG DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.694replacing 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 } }]
72522026-08-24T13:12:07.809Z
72532026-08-24T13:12:07.809Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72542026-08-24T13:12:07.809ZAug 24 13:12:06.694Aug 24 13:12:06.694 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:12:06.694
72552026-08-24T13:12:07.809Z
72562026-08-24T13:12:07.809Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
72572026-08-24T13:12:07.809ZAug 24 13:12:06.694
72582026-08-24T13:12:07.809Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.694
72592026-08-24T13:12:07.809ZAug 24 13:12:06.694 Aug 24 13:12:06.694 DEBGDEBG Aug 24 13:12:06.694 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG
72602026-08-24T13:12:07.809Zreplacing 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
72612026-08-24T13:12:07.809Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
72622026-08-24T13:12:07.809Zreplacing 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 } }]
72632026-08-24T13:12:07.809ZAug 24 13:12:06.694 INFOAug 24 13:12:06.694 Aug 24 13:12:06.694 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:12:06.694 INFODEBG
72642026-08-24T13:12:07.809Z adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
72652026-08-24T13:12:07.809ZINFOINFOAug 24 13:12:06.695 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
72662026-08-24T13:12:07.809ZDEBG
72672026-08-24T13:12:07.809Z Aug 24 13:12:06.695replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG
72682026-08-24T13:12:07.809Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.695
72692026-08-24T13:12:07.809ZAug 24 13:12:06.695 DEBGAug 24 13:12:06.695 Aug 24 13:12:06.695replacing 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
72702026-08-24T13:12:07.810Z INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
72712026-08-24T13:12:07.810Z
72722026-08-24T13:12:07.810Zreplacing 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 } }]
72732026-08-24T13:12:07.810ZAug 24 13:12:06.695 Aug 24 13:12:06.695Aug 24 13:12:06.695 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72742026-08-24T13:12:07.810Z
72752026-08-24T13:12:07.810ZAug 24 13:12:06.695 INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 24 13:12:06.695
72762026-08-24T13:12:07.810Zadding route 172.17.0.7/32 -> 10.0.0.255 INFO
72772026-08-24T13:12:07.810ZAug 24 13:12:06.695 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
72782026-08-24T13:12:07.810Z Aug 24 13:12:06.695INFO DEBGAug 24 13:12:06.695 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:20::/64 -> 2001:db8::55:ffAug 24 13:12:06.695
72792026-08-24T13:12:07.810Z DEBG
72802026-08-24T13:12:07.810Z 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 } }]
72812026-08-24T13:12:07.810ZDEBGAug 24 13:12:06.695Aug 24 13:12:06.695 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72822026-08-24T13:12:07.810ZINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
72832026-08-24T13:12:07.810ZAug 24 13:12:06.695
72842026-08-24T13:12:07.810Z Aug 24 13:12:06.695 INFOINFO Aug 24 13:12:06.695adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 24 13:12:06.695
72852026-08-24T13:12:07.810ZDEBG INFOadding route 172.17.0.8/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 } }] Aug 24 13:12:06.695
72862026-08-24T13:12:07.810Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 24 13:12:06.695
72872026-08-24T13:12:07.810ZDEBG
72882026-08-24T13:12:07.810Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
72892026-08-24T13:12:07.810ZAug 24 13:12:06.695Aug 24 13:12:06.695 created new freemapAug 24 13:12:06.695, INFOunit Aug 24 13:12:06.695adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
72902026-08-24T13:12:07.814ZINFO: adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBGDEBG
72912026-08-24T13:12:07.814Zfreemap_route_ipv4replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.695
72922026-08-24T13:12:07.814Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
72932026-08-24T13:12:07.814Z
72942026-08-24T13:12:07.814Z
72952026-08-24T13:12:07.814ZAug 24 13:12:06.695 INFOAug 24 13:12:06.695 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 24 13:12:06.695Aug 24 13:12:06.695
72962026-08-24T13:12:07.814Z INFODEBG INFO Aug 24 13:12:06.695adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72972026-08-24T13:12:07.814Z
72982026-08-24T13:12:07.814Z DEBG Aug 24 13:12:06.695 Aug 24 13:12:06.695adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBGcreated new freemapAug 24 13:12:06.695
72992026-08-24T13:12:07.814Z , INFODEBG Aug 24 13:12:06.695adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
73002026-08-24T13:12:07.814Zunitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
73012026-08-24T13:12:07.814Z
73022026-08-24T13:12:07.814Zreplacing 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 } }]freemap_route_ipv6
73032026-08-24T13:12:07.814Z
73042026-08-24T13:12:07.814ZAug 24 13:12:06.695Aug 24 13:12:06.695 INFODEBGAug 24 13:12:06.695 Aug 24 13:12:06.695replacing 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:23::/64 -> 2001:db8::55:ff INFO
73052026-08-24T13:12:07.814Z INFO
73062026-08-24T13:12:07.814Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 24 13:12:06.695Aug 24 13:12:06.695 INFO
73072026-08-24T13:12:07.814Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.10/32 -> 10.0.0.255
73082026-08-24T13:12:07.814ZAug 24 13:12:06.695
73092026-08-24T13:12:07.814Z Aug 24 13:12:06.695 DEBGinitted freemap. size: 64 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 } }]Aug 24 13:12:06.695
73102026-08-24T13:12:07.814Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 24 13:12:06.695
73112026-08-24T13:12:07.814Z, 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 } }]
73122026-08-24T13:12:07.814ZDEBGunit :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.695 Aug 24 13:12:06.695Aug 24 13:12:06.695 freemap_route_ipv4INFO
73132026-08-24T13:12:07.814Z INFO
73142026-08-24T13:12:07.814Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
73152026-08-24T13:12:07.814Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
73162026-08-24T13:12:07.814ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
73172026-08-24T13:12:07.815ZAug 24 13:12:06.695 Aug 24 13:12:06.695DEBG Aug 24 13:12:06.695 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
73182026-08-24T13:12:07.815Z DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }]
73192026-08-24T13:12:07.815ZAug 24 13:12:06.695Aug 24 13:12:06.695
73202026-08-24T13:12:07.815ZAug 24 13:12:06.696 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
73212026-08-24T13:12:07.815Z
73222026-08-24T13:12:07.815Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.696
73232026-08-24T13:12:07.815ZAug 24 13:12:06.696 Aug 24 13:12:06.696 DEBGINFOINFO Aug 24 13:12:06.696adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
73242026-08-24T13:12:07.815Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
73252026-08-24T13:12:07.815Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:12:06.696
73262026-08-24T13:12:07.815ZDEBG
73272026-08-24T13:12:07.815Z Aug 24 13:12:06.696replacing 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 } }]
73282026-08-24T13:12:07.815ZINFO Aug 24 13:12:06.696adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 24 13:12:06.696
73292026-08-24T13:12:07.815Z DEBGAug 24 13:12:06.696 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.696INFO DEBGDEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
73302026-08-24T13:12:07.815Z
73312026-08-24T13:12:07.815Zreplacing 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 } }]
73322026-08-24T13:12:07.815ZAug 24 13:12:06.696replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.696 Aug 24 13:12:06.696INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG
73332026-08-24T13:12:07.815Z adding route 3fff:beef:26::/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 } }]
73342026-08-24T13:12:07.815Z
73352026-08-24T13:12:07.815Z
73362026-08-24T13:12:07.815ZAug 24 13:12:06.696Aug 24 13:12:06.696 Aug 24 13:12:06.696DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
73372026-08-24T13:12:07.815Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
73382026-08-24T13:12:07.815Z
73392026-08-24T13:12:07.815ZAug 24 13:12:06.696 INFOAug 24 13:12:06.696 Aug 24 13:12:06.696adding route 172.17.0.13/32 -> 10.0.0.255
73402026-08-24T13:12:07.815ZINFO Aug 24 13:12:06.696DEBG INFO adding route 3fff:beef:27::/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 } }]
73412026-08-24T13:12:07.815Z
73422026-08-24T13:12:07.815Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 24 13:12:06.696
73432026-08-24T13:12:07.815Z DEBG Aug 24 13:12:06.696Aug 24 13:12:06.696replacing 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 } }]
73442026-08-24T13:12:07.815ZAug 24 13:12:06.696 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 } }]INFODEBG
73452026-08-24T13:12:07.815Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 24 13:12:06.696 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 } }]
73462026-08-24T13:12:07.815ZINFOAug 24 13:12:06.696
73472026-08-24T13:12:07.815Z INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 24 13:12:06.696
73482026-08-24T13:12:07.815Z DEBGAug 24 13:12:06.696
73492026-08-24T13:12:07.815Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.696INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
73502026-08-24T13:12:07.815ZAug 24 13:12:06.696
73512026-08-24T13:12:07.815Z DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
73522026-08-24T13:12:07.815ZAug 24 13:12:06.696
73532026-08-24T13:12:07.815ZAug 24 13:12:06.696 INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
73542026-08-24T13:12:07.815ZAug 24 13:12:06.696replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.696INFO
73552026-08-24T13:12:07.815ZAug 24 13:12:06.696 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 24 13:12:06.696 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 } }]
73562026-08-24T13:12:07.815Z
73572026-08-24T13:12:07.816ZINFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
73582026-08-24T13:12:07.816Z
73592026-08-24T13:12:07.816ZAug 24 13:12:06.696 Aug 24 13:12:06.696Aug 24 13:12:06.696 DEBGAug 24 13:12:06.695 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 } }]
73602026-08-24T13:12:07.816ZINFOreplacing 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 } }]
73612026-08-24T13:12:07.816Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
73622026-08-24T13:12:07.816ZAug 24 13:12:06.696 DEBGAug 24 13:12:06.696 Aug 24 13:12:06.696DEBGAug 24 13:12:06.696 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 INFO created new freemapDEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
73632026-08-24T13:12:07.816Z
73642026-08-24T13:12:07.816Z, replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffunit
73652026-08-24T13:12:07.816Z: freemap_route_ipv4
73662026-08-24T13:12:07.816Z
73672026-08-24T13:12:07.816ZAug 24 13:12:06.696 Aug 24 13:12:06.696Aug 24 13:12:06.696INFOAug 24 13:12:06.696 DEBG DEBG adding route 172.17.0.16/32 -> 10.0.0.255 INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73682026-08-24T13:12:07.816Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
73692026-08-24T13:12:07.816Z
73702026-08-24T13:12:07.816Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.696Aug 24 13:12:06.696
73712026-08-24T13:12:07.816Z DEBGDEBGAug 24 13:12:06.696 Aug 24 13:12:06.696created new freemap , Aug 24 13:12:06.696 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 INFODEBG
73722026-08-24T13:12:07.816Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff unit
73732026-08-24T13:12:07.816Z:
73742026-08-24T13:12:07.816Zreplacing 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 } }]
73752026-08-24T13:12:07.816Z freemap_route_ipv6
73762026-08-24T13:12:07.816ZAug 24 13:12:06.696Aug 24 13:12:06.696 DEBGDEBG Aug 24 13:12:06.696Aug 24 13:12:06.696Aug 24 13:12:06.696replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
73772026-08-24T13:12:07.816Z
73782026-08-24T13:12:07.816Z adding route 172.17.0.17/32 -> 10.0.0.255
73792026-08-24T13:12:07.816ZAug 24 13:12:06.702Aug 24 13:12:06.702 INFODEBG adding route 3fff:beef:2c::/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 } }]
73802026-08-24T13:12:07.816Z
73812026-08-24T13:12:07.816ZAug 24 13:12:06.702 DEBGAug 24 13:12:06.702
73822026-08-24T13:12:07.816Z Aug 24 13:12:06.702DEBG INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
73832026-08-24T13:12:07.816Zreplacing 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 } }]
73842026-08-24T13:12:07.816Z
73852026-08-24T13:12:07.816ZAug 24 13:12:06.702Aug 24 13:12:06.702 DEBGINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73862026-08-24T13:12:07.816Z
73872026-08-24T13:12:07.816ZAug 24 13:12:06.702Aug 24 13:12:06.702 INFOINFO Aug 24 13:12:06.702Aug 24 13:12:06.702adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
73882026-08-24T13:12:07.816ZDEBG INFOadding route 3fff:beef:33::/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 } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
73892026-08-24T13:12:07.816Z
73902026-08-24T13:12:07.820Z
73912026-08-24T13:12:07.820ZAug 24 13:12:06.702 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 } }]Aug 24 13:12:06.702
73922026-08-24T13:12:07.820ZAug 24 13:12:06.702Aug 24 13:12:06.702 INFODEBG Aug 24 13:12:06.702DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73932026-08-24T13:12:07.820ZINFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
73942026-08-24T13:12:07.820Z
73952026-08-24T13:12:07.820Z
73962026-08-24T13:12:07.820ZAug 24 13:12:06.702 DEBG Aug 24 13:12:06.702Aug 24 13:12:06.702replacing 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 } }]
73972026-08-24T13:12:07.820ZAug 24 13:12:06.702 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 24 13:12:06.702 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
73982026-08-24T13:12:07.820Z
73992026-08-24T13:12:07.820Z DEBG initted freemap. size: 64
74002026-08-24T13:12:07.820Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff,
74012026-08-24T13:12:07.820ZunitAug 24 13:12:06.702Aug 24 13:12:06.702 Aug 24 13:12:06.702INFODEBG: DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 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 } }]
74022026-08-24T13:12:07.820Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
74032026-08-24T13:12:07.820Z
74042026-08-24T13:12:07.820Z
74052026-08-24T13:12:07.821ZAug 24 13:12:06.702 Aug 24 13:12:06.702Aug 24 13:12:06.702 DEBGDEBG Aug 24 13:12:06.702 Aug 24 13:12:06.702INFOreplacing 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: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:35::/64 -> 2001:db8::55:ff DEBGINFO
74062026-08-24T13:12:07.821Z
74072026-08-24T13:12:07.821Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
74082026-08-24T13:12:07.821Z
74092026-08-24T13:12:07.821Z reset freemap, unitAug 24 13:12:06.702 Aug 24 13:12:06.702Aug 24 13:12:06.702 Aug 24 13:12:06.702DEBG : INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
74102026-08-24T13:12:07.821Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
74112026-08-24T13:12:07.821Z 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 } }]
74122026-08-24T13:12:07.821Z
74132026-08-24T13:12:07.821Zfreemap_route_ipv4Aug 24 13:12:06.702
74142026-08-24T13:12:07.821Z Aug 24 13:12:06.702DEBGAug 24 13:12:06.702 Aug 24 13:12:06.702 INFO INFODEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 24 13:12:06.702
74152026-08-24T13:12:07.821Z 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:39::/64 -> 2001:db8::55:ffDEBG
74162026-08-24T13:12:07.821Z
74172026-08-24T13:12:07.821Zreplacing 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 } }]
74182026-08-24T13:12:07.821Z initted freemap. size: 64, Aug 24 13:12:06.702unit Aug 24 13:12:06.702DEBGAug 24 13:12:06.702: Aug 24 13:12:06.702freemap_route_ipv6INFO
74192026-08-24T13:12:07.821Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG
74202026-08-24T13:12:07.821Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
74212026-08-24T13:12:07.821Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 24 13:12:06.702
74222026-08-24T13:12:07.821Z DEBG reset freemap , Aug 24 13:12:06.702unit Aug 24 13:12:06.702replacing 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:Aug 24 13:12:06.702 INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
74232026-08-24T13:12:07.821Z 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 } }]
74242026-08-24T13:12:07.821Z
74252026-08-24T13:12:07.821Z
74262026-08-24T13:12:07.821Zfreemap_route_ipv6
74272026-08-24T13:12:07.821ZAug 24 13:12:06.702Aug 24 13:12:06.702 DEBG Aug 24 13:12:06.702Aug 24 13:12:06.702replacing 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
74282026-08-24T13:12:07.821ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.702
74292026-08-24T13:12:07.821Z INFOAug 24 13:12:06.702 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
74302026-08-24T13:12:07.821Z
74312026-08-24T13:12:07.821Z
74322026-08-24T13:12:07.821ZINFOAug 24 13:12:06.702 DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 24 13:12:06.702replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 24 13:12:06.702DEBG
74332026-08-24T13:12:07.821Z Aug 24 13:12:06.702 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 } }]
74342026-08-24T13:12:07.821Z DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.702
74352026-08-24T13:12:07.821ZAug 24 13:12:06.702
74362026-08-24T13:12:07.821Z DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
74372026-08-24T13:12:07.821Z
74382026-08-24T13:12:07.821ZAug 24 13:12:06.703Aug 24 13:12:06.703 INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:12:06.703
74392026-08-24T13:12:07.821Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
74402026-08-24T13:12:07.821ZAug 24 13:12:06.703
74412026-08-24T13:12:07.821Z DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
74422026-08-24T13:12:07.821Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.703 DEBGAug 24 13:12:06.703
74432026-08-24T13:12:07.821Zreplacing 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 } }]DEBGAug 24 13:12:06.703
74442026-08-24T13:12:07.821Z Aug 24 13:12:06.703INFO 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 } }]DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
74452026-08-24T13:12:07.822ZAug 24 13:12:06.703Aug 24 13:12:06.703
74462026-08-24T13:12:07.822Z 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 } }]Aug 24 13:12:06.703
74472026-08-24T13:12:07.822Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:12:06.703 INFODEBG DEBGfailed to allocate space for the new target list
74482026-08-24T13:12:07.822Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
74492026-08-24T13:12:07.822Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
74502026-08-24T13:12:07.822Z
74512026-08-24T13:12:07.822Z
74522026-08-24T13:12:07.822ZAug 24 13:12:06.703Aug 24 13:12:06.703 Aug 24 13:12:06.703 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.703 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 } }]
74532026-08-24T13:12:07.822Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
74542026-08-24T13:12:07.822Z
74552026-08-24T13:12:07.822ZDEBG Aug 24 13:12:06.703replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.703
74562026-08-24T13:12:07.822ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
74572026-08-24T13:12:07.822ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:12:06.703
74582026-08-24T13:12:07.822ZAug 24 13:12:06.703Aug 24 13:12:06.703 INFODEBGDEBG Aug 24 13:12:06.703replacing 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 } }]
74592026-08-24T13:12:07.822Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
74602026-08-24T13:12:07.822ZDEBG
74612026-08-24T13:12:07.822Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.703 INFO
74622026-08-24T13:12:07.822Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 24 13:12:06.703
74632026-08-24T13:12:07.822Z INFOAug 24 13:12:06.703 Aug 24 13:12:06.703adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 24 13:12:06.703 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
74642026-08-24T13:12:07.822Z
74652026-08-24T13:12:07.822Z adding route 3fff:beef:18::/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 } }]
74662026-08-24T13:12:07.822Z
74672026-08-24T13:12:07.822ZAug 24 13:12:06.703Aug 24 13:12:06.703 DEBGAug 24 13:12:06.703 Aug 24 13:12:06.703 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
74682026-08-24T13:12:07.822Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
74692026-08-24T13:12:07.822Z Aug 24 13:12:06.703replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
74702026-08-24T13:12:07.822Z
74712026-08-24T13:12:07.822ZAug 24 13:12:06.703 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74722026-08-24T13:12:07.822Z
74732026-08-24T13:12:07.822ZAug 24 13:12:06.703 INFOAug 24 13:12:06.703Aug 24 13:12:06.703 Aug 24 13:12:06.703adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
74742026-08-24T13:12:07.822ZWARNINFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
74752026-08-24T13:12:07.822Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
74762026-08-24T13:12:07.822ZAug 24 13:12:06.703replacing 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 } }]
74772026-08-24T13:12:07.822Z DEBG Aug 24 13:12:06.703replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.703Aug 24 13:12:06.703
74782026-08-24T13:12:07.822ZDEBG INFO 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 } }]
74792026-08-24T13:12:07.822Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:12:06.703replacing 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 } }]
74802026-08-24T13:12:07.822Z INFOAug 24 13:12:06.703
74812026-08-24T13:12:07.822Z Aug 24 13:12:06.703adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBG
74822026-08-24T13:12:07.822ZDEBG failed to allocate space for the new target listAug 24 13:12:06.703
74832026-08-24T13:12:07.822Z 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 } }]created new freemap
74842026-08-24T13:12:07.823ZAug 24 13:12:06.709, Aug 24 13:12:06.694 unitDEBG: Aug 24 13:12:06.709Aug 24 13:12:06.709 INFO freemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
74852026-08-24T13:12:07.823Z
74862026-08-24T13:12:07.823ZDEBG 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 } }]
74872026-08-24T13:12:07.823ZAug 24 13:12:06.709 DEBG ERROAug 24 13:12:06.709replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.709
74882026-08-24T13:12:07.823Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFODEBG INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:12:06.709
74892026-08-24T13:12:07.823Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.709
74902026-08-24T13:12:07.826Z DEBG INFO
74912026-08-24T13:12:07.826ZAug 24 13:12:06.709 created new freemap , ERROadding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:12:06.709
74922026-08-24T13:12:07.826Zunit adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG: replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
74932026-08-24T13:12:07.826Z
74942026-08-24T13:12:07.826Z
74952026-08-24T13:12:07.826Z
74962026-08-24T13:12:07.826ZAug 24 13:12:06.709Aug 24 13:12:06.709 Aug 24 13:12:06.709DEBGAug 24 13:12:06.709INFO 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
74972026-08-24T13:12:07.827Zinitted freemap. size: 64
74982026-08-24T13:12:07.827Z, unit :DEBG Aug 24 13:12:06.709freemap_route_ipv4 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
74992026-08-24T13:12:07.827Z
75002026-08-24T13:12:07.827Zreplacing 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 } }]
75012026-08-24T13:12:07.827ZAug 24 13:12:06.709Aug 24 13:12:06.709 Aug 24 13:12:06.709Aug 24 13:12:06.709 DEBGINFOINFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff reset freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff,
75022026-08-24T13:12:07.827Zunit
75032026-08-24T13:12:07.827Z: adding route 172.17.0.19/32 -> 10.0.0.255 freemap_route_ipv4
75042026-08-24T13:12:07.827ZAug 24 13:12:06.709
75052026-08-24T13:12:07.827ZAug 24 13:12:06.709 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
75062026-08-24T13:12:07.827Z
75072026-08-24T13:12:07.827ZAug 24 13:12:06.709 DEBG Aug 24 13:12:06.709replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.709DEBG
75082026-08-24T13:12:07.827ZAug 24 13:12:06.709 initted freemap. size: 64INFO , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffunit
75092026-08-24T13:12:07.827Z :INFO Aug 24 13:12:06.709 freemap_route_ipv6INFO
75102026-08-24T13:12:07.827Zadding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 24 13:12:06.709
75112026-08-24T13:12:07.827Z
75122026-08-24T13:12:07.827ZDEBGAug 24 13:12:06.709 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 } }]reset freemap
75132026-08-24T13:12:07.827ZAug 24 13:12:06.709, Aug 24 13:12:06.709DEBGunit replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75142026-08-24T13:12:07.827Z :replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.709
75152026-08-24T13:12:07.827Z freemap_route_ipv6INFO
75162026-08-24T13:12:07.827Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:12:06.709
75172026-08-24T13:12:07.827Z INFOAug 24 13:12:06.709Aug 24 13:12:06.709 INFOAug 24 13:12:06.709 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255
75182026-08-24T13:12:07.827Z
75192026-08-24T13:12:07.827ZDEBG 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 } }]
75202026-08-24T13:12:07.827Zadding route 172.16.0.0/32 -> 10.0.0.1
75212026-08-24T13:12:07.827ZAug 24 13:12:06.709 Aug 24 13:12:06.709DEBG Aug 24 13:12:06.709Aug 24 13:12:06.709replacing 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 } }] DEBGINFO
75222026-08-24T13:12:07.827Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
75232026-08-24T13:12:07.827Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]
75242026-08-24T13:12:07.827Z
75252026-08-24T13:12:07.827ZAug 24 13:12:06.709Aug 24 13:12:06.709 DEBGINFO Aug 24 13:12:06.709replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.709
75262026-08-24T13:12:07.827Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
75272026-08-24T13:12:07.827ZINFO INFOAug 24 13:12:06.709 adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2INFO
75282026-08-24T13:12:07.827Z
75292026-08-24T13:12:07.827Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
75302026-08-24T13:12:07.827ZAug 24 13:12:06.709 DEBGAug 24 13:12:06.709 Aug 24 13:12:06.709replacing 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 } }]Aug 24 13:12:06.709
75312026-08-24T13:12:07.827ZDEBG 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 } }]
75322026-08-24T13:12:07.827Zreplacing 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
75332026-08-24T13:12:07.827Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709
75342026-08-24T13:12:07.827ZAug 24 13:12:06.709 INFOINFO Aug 24 13:12:06.709 Aug 24 13:12:06.709adding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
75352026-08-24T13:12:07.827ZINFOINFO adding route 172.17.0.23/32 -> 10.0.0.255
75362026-08-24T13:12:07.827Z
75372026-08-24T13:12:07.828Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
75382026-08-24T13:12:07.828ZAug 24 13:12:06.709 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 } }]Aug 24 13:12:06.709
75392026-08-24T13:12:07.828Z Aug 24 13:12:06.709Aug 24 13:12:06.709 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 } }]DEBGAug 24 13:12:06.709replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75402026-08-24T13:12:07.828Z
75412026-08-24T13:12:07.828Z 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 } }]
75422026-08-24T13:12:07.828Zfailed to allocate space for the new target listAug 24 13:12:06.709Aug 24 13:12:06.709
75432026-08-24T13:12:07.828Z Aug 24 13:12:06.709 INFO INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4Aug 24 13:12:06.709
75442026-08-24T13:12:07.828Z
75452026-08-24T13:12:07.828Z adding route 172.17.0.24/32 -> 10.0.0.255DEBG
75462026-08-24T13:12:07.828Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:12:06.709Aug 24 13:12:06.709
75472026-08-24T13:12:07.828ZDEBGAug 24 13:12:06.709DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
75482026-08-24T13:12:07.828Z
75492026-08-24T13:12:07.828Z 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 } }]
75502026-08-24T13:12:07.828ZAug 24 13:12:06.709 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
75512026-08-24T13:12:07.828ZAug 24 13:12:06.709Aug 24 13:12:06.709created new freemap , INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255unit
75522026-08-24T13:12:07.828Z
75532026-08-24T13:12:07.828ZAug 24 13:12:06.709 : DEBGfreemap_route_ipv4Aug 24 13:12:06.709 Aug 24 13:12:06.709
75542026-08-24T13:12:07.828Zreplacing 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
75552026-08-24T13:12:07.828Z 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 } }]
75562026-08-24T13:12:07.828ZDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709Aug 24 13:12:06.709
75572026-08-24T13:12:07.828Z INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
75582026-08-24T13:12:07.828Zadding route 172.17.0.1/32 -> 10.0.0.255
75592026-08-24T13:12:07.828ZAug 24 13:12:06.709 INFOAug 24 13:12:06.709 Aug 24 13:12:06.709DEBG adding route 172.17.0.26/32 -> 10.0.0.255DEBG
75602026-08-24T13:12:07.828Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709
75612026-08-24T13:12:07.828ZAug 24 13:12:06.709
75622026-08-24T13:12:07.828Z DEBG created new freemapDEBG, Aug 24 13:12:06.709unit Aug 24 13:12:06.709replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO: adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6
75632026-08-24T13:12:07.828Z
75642026-08-24T13:12:07.828ZINFO
75652026-08-24T13:12:07.828Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 24 13:12:06.709
75662026-08-24T13:12:07.828Z Aug 24 13:12:06.709INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255
75672026-08-24T13:12:07.828Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709Aug 24 13:12:06.709
75682026-08-24T13:12:07.828Z DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
75692026-08-24T13:12:07.828Z, Aug 24 13:12:06.709 INFOunit :adding route 172.17.0.3/32 -> 10.0.0.255
75702026-08-24T13:12:07.828ZAug 24 13:12:06.709freemap_route_ipv4
75712026-08-24T13:12:07.828ZINFO Aug 24 13:12:06.709adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
75722026-08-24T13:12:07.828ZDEBGAug 24 13:12:06.709 DEBGAug 24 13:12:06.709 Aug 24 13:12:06.709DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
75732026-08-24T13:12:07.828Zreset freemap
75742026-08-24T13:12:07.828Z, DEBGunitAug 24 13:12:06.709 : replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
75752026-08-24T13:12:07.828Z adding route 172.17.0.4/32 -> 10.0.0.255
75762026-08-24T13:12:07.829ZAug 24 13:12:06.709freemap_route_ipv4
75772026-08-24T13:12:07.829ZAug 24 13:12:06.709 INFOAug 24 13:12:06.709INFO Aug 24 13:12:06.709adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
75782026-08-24T13:12:07.829ZDEBGDEBG initted freemap. size: 64adding route 172.17.0.28/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 } }],
75792026-08-24T13:12:07.829Zunit
75802026-08-24T13:12:07.829Z:Aug 24 13:12:06.709 freemap_route_ipv6DEBG
75812026-08-24T13:12:07.829Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.709
75822026-08-24T13:12:07.829Z 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 } }]Aug 24 13:12:06.709
75832026-08-24T13:12:07.829ZAug 24 13:12:06.709 Aug 24 13:12:06.709 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255reset freemapINFOAug 24 13:12:06.709, unitINFO : adding route 172.17.0.29/32 -> 10.0.0.255freemap_route_ipv6
75842026-08-24T13:12:07.829Z
75852026-08-24T13:12:07.829Z
75862026-08-24T13:12:07.829Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
75872026-08-24T13:12:07.829ZAug 24 13:12:06.709 DEBGAug 24 13:12:06.709Aug 24 13:12:06.709 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
75882026-08-24T13:12:07.829Z
75892026-08-24T13:12:07.829Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:12:06.709
75902026-08-24T13:12:07.833Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
75912026-08-24T13:12:07.833ZAug 24 13:12:06.709Aug 24 13:12:06.709 Aug 24 13:12:06.709 DEBG
75922026-08-24T13:12:07.833Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG 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 } }]
75932026-08-24T13:12:07.833Z
75942026-08-24T13:12:07.833ZAug 24 13:12:06.695Aug 24 13:12:06.709 DEBGINFOAug 24 13:12:06.709Aug 24 13:12:06.709 reset freemapINFOadding route 172.17.0.6/32 -> 10.0.0.255DEBG , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit
75952026-08-24T13:12:07.833Z:
75962026-08-24T13:12:07.833Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
75972026-08-24T13:12:07.833ZAug 24 13:12:06.710 Aug 24 13:12:06.709DEBG Aug 24 13:12:06.715DEBGAug 24 13:12:06.709 created new freemap 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 } }]
75982026-08-24T13:12:07.833ZDEBG, unit created new freemapinitted freemap. size: 64:, unit:, freemap_route_ipv4freemap_route_ipv4
75992026-08-24T13:12:07.833ZAug 24 13:12:06.715
76002026-08-24T13:12:07.833ZINFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
76012026-08-24T13:12:07.833Z:Aug 24 13:12:06.715 freemap_route_ipv6 DEBG
76022026-08-24T13:12:07.833ZAug 24 13:12:06.715Aug 24 13:12:06.710 Aug 24 13:12:06.715 DEBGadding route 172.17.0.7/32 -> 10.0.0.255INFO
76032026-08-24T13:12:07.833Z Aug 24 13:12:06.715created new freemap Aug 24 13:12:06.715 created new freemap, DEBGunitDEBG Aug 24 13:12:06.715created new freemapDEBG:adding route 172.17.0.31/32 -> 10.0.0.255,
76042026-08-24T13:12:07.833Z, reset freemap unit, unit: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
76052026-08-24T13:12:07.833Z :unitfreemap_route_ipv4freemap_route_ipv6
76062026-08-24T13:12:07.833Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.715Aug 24 13:12:06.715
76072026-08-24T13:12:07.833Z
76082026-08-24T13:12:07.833Z : freemap_route_ipv6freemap_route_ipv6
76092026-08-24T13:12:07.833ZAug 24 13:12:06.715
76102026-08-24T13:12:07.833ZDEBGAug 24 13:12:06.715Aug 24 13:12:06.715 DEBGAug 24 13:12:06.715 INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGinitted freemap. size: 64 INFOcreated new freemap
76112026-08-24T13:12:07.833Z, , unitadding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.715
76122026-08-24T13:12:07.833Z unit:: DEBGfreemap_route_ipv6
76132026-08-24T13:12:07.833Z
76142026-08-24T13:12:07.833Zfreemap_route_ipv4Aug 24 13:12:06.715 initted freemap. size: 64
76152026-08-24T13:12:07.833ZDEBG, Aug 24 13:12:06.715Aug 24 13:12:06.715 DEBG Aug 24 13:12:06.715 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 } }]unitDEBGinitted freemap. size: 64
76162026-08-24T13:12:07.833Z, INFOAug 24 13:12:06.715 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 } }]DEBG:
76172026-08-24T13:12:07.833Z Aug 24 13:12:06.715reset freemapfreemap_route_ipv4
76182026-08-24T13:12:07.833Z , INFOAug 24 13:12:06.715 adding route 172.17.0.9/32 -> 10.0.0.255Aug 24 13:12:06.715INFOunit adding route 172.17.0.32/32 -> 10.0.0.255DEBG:freemap_route_ipv4
76192026-08-24T13:12:07.833Zreset freemap , freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
76202026-08-24T13:12:07.833Z
76212026-08-24T13:12:07.833Zunit:
76222026-08-24T13:12:07.833Z
76232026-08-24T13:12:07.833ZAug 24 13:12:06.715freemap_route_ipv4
76242026-08-24T13:12:07.833ZAug 24 13:12:06.715 DEBGAug 24 13:12:06.715Aug 24 13:12:06.715 Aug 24 13:12:06.715replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
76252026-08-24T13:12:07.833Z Aug 24 13:12:06.715DEBGDEBG DEBG initted freemap. size: 64 initted freemap. size: 64DEBG, DEBG, unit :unit replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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
76262026-08-24T13:12:07.834Z
76272026-08-24T13:12:07.834Zfreemap_route_ipv6freemap_route_ipv6
76282026-08-24T13:12:07.834Z
76292026-08-24T13:12:07.834ZAug 24 13:12:06.715 INFO Aug 24 13:12:06.715Aug 24 13:12:06.715, Aug 24 13:12:06.715 Aug 24 13:12:06.715 unitINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 :INFO freemap_route_ipv4
76302026-08-24T13:12:07.834Z
76312026-08-24T13:12:07.834ZDEBGadding route 172.17.0.33/32 -> 10.0.0.255
76322026-08-24T13:12:07.834Z adding route 172.17.0.10/32 -> 10.0.0.255reset freemapDEBG, unitreset freemap,
76332026-08-24T13:12:07.834Z:unit: Aug 24 13:12:06.715 freemap_route_ipv6Aug 24 13:12:06.715freemap_route_ipv6 Aug 24 13:12:06.715Aug 24 13:12:06.715 DEBGDEBG
76342026-08-24T13:12:07.834Z
76352026-08-24T13:12:07.834Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.715replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.715
76362026-08-24T13:12:07.834Z DEBG INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76372026-08-24T13:12:07.834Z DEBGINFO
76382026-08-24T13:12:07.834Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:dead::/64 -> 2001:db8::55:1
76392026-08-24T13:12:07.834ZAug 24 13:12:06.715Aug 24 13:12:06.715
76402026-08-24T13:12:07.834Z INFO initted freemap. size: 64 Aug 24 13:12:06.715, Aug 24 13:12:06.715 Aug 24 13:12:06.715INFO DEBGDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4unit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
76412026-08-24T13:12:07.834Z
76422026-08-24T13:12:07.834Z
76432026-08-24T13:12:07.834Zadding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255:
76442026-08-24T13:12:07.834Z
76452026-08-24T13:12:07.834ZAug 24 13:12:06.715 Aug 24 13:12:06.715 INFO freemap_route_ipv6Aug 24 13:12:06.715
76462026-08-24T13:12:07.834ZAug 24 13:12:06.715 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.2
76472026-08-24T13:12:07.834Z Aug 24 13:12:06.715
76482026-08-24T13:12:07.834ZDEBGAug 24 13:12:06.715DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.715
76492026-08-24T13:12:07.834Z Aug 24 13:12:06.716replacing 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.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 } }]
76502026-08-24T13:12:07.834Ztest route::tests::rollback_on_compact_write_failure ... ok
76512026-08-24T13:12:07.834ZDEBG
76522026-08-24T13:12:07.834Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
76532026-08-24T13:12:07.834ZAug 24 13:12:06.716INFO Aug 24 13:12:06.716
76542026-08-24T13:12:07.834Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOINFO
76552026-08-24T13:12:07.834Zadding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:12:06.716
76562026-08-24T13:12:07.834Z
76572026-08-24T13:12:07.834ZINFO Aug 24 13:12:06.716Aug 24 13:12:06.716Aug 24 13:12:06.716adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGDEBG
76582026-08-24T13:12:07.834Z 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 } }]
76592026-08-24T13:12:07.834Zreplacing 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.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 } }]
76602026-08-24T13:12:07.834Z
76612026-08-24T13:12:07.834ZAug 24 13:12:06.716Aug 24 13:12:06.716 Aug 24 13:12:06.716INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255INFOAug 24 13:12:06.716adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
76622026-08-24T13:12:07.834Z DEBGadding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
76632026-08-24T13:12:07.834Z
76642026-08-24T13:12:07.834ZAug 24 13:12:06.716
76652026-08-24T13:12:07.835ZDEBG Aug 24 13:12:06.716Aug 24 13:12:06.716 DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
76662026-08-24T13:12:07.835ZAug 24 13:12:06.716 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
76672026-08-24T13:12:07.835Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:12:06.716 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 } }]
76682026-08-24T13:12:07.835Z
76692026-08-24T13:12:07.835ZAug 24 13:12:06.716INFO adding route 172.17.0.37/32 -> 10.0.0.255
76702026-08-24T13:12:07.835ZINFOAug 24 13:12:06.716Aug 24 13:12:06.716 DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
76712026-08-24T13:12:07.835Z adding route 172.17.0.14/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 } }]Aug 24 13:12:06.716
76722026-08-24T13:12:07.835Z
76732026-08-24T13:12:07.835Z DEBGAug 24 13:12:06.716Aug 24 13:12:06.716 DEBG 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 } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.716
76742026-08-24T13:12:07.835Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76752026-08-24T13:12:07.835Z adding route 3fff:dead::/64 -> 2001:db8::55:4
76762026-08-24T13:12:07.835Z
76772026-08-24T13:12:07.835ZAug 24 13:12:06.716 Aug 24 13:12:06.716 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:12:06.716
76782026-08-24T13:12:07.835Z adding route 172.17.0.38/32 -> 10.0.0.255DEBGAug 24 13:12:06.716
76792026-08-24T13:12:07.835Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.716 Aug 24 13:12:06.716
76802026-08-24T13:12:07.835Z DEBG 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 } }]
76812026-08-24T13:12:07.835Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
76822026-08-24T13:12:07.835ZDEBGDEBGAug 24 13:12:06.716 Aug 24 13:12:06.716 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 freemapDEBG, unitreplacing 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 } }]
76832026-08-24T13:12:07.835Z:
76842026-08-24T13:12:07.835ZINFO freemap_route_ipv6
76852026-08-24T13:12:07.835Zadding route 172.17.0.39/32 -> 10.0.0.255
76862026-08-24T13:12:07.835ZAug 24 13:12:06.716Aug 24 13:12:06.716 INFOINFO Aug 24 13:12:06.716adding route 172.17.0.16/32 -> 10.0.0.255Aug 24 13:12:06.716
76872026-08-24T13:12:07.835Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBGINFO
76882026-08-24T13:12:07.835Zadding route 172.16.0.0/32 -> 10.0.0.1 Aug 24 13:12:06.716
76892026-08-24T13:12:07.835Z 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 } }]
76902026-08-24T13:12:07.839ZAug 24 13:12:06.716Aug 24 13:12:06.716 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 } }] DEBGAug 24 13:12:06.716replacing 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 } }]
76912026-08-24T13:12:07.839Z
76922026-08-24T13:12:07.839Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO adding route 172.17.0.40/32 -> 10.0.0.255
76932026-08-24T13:12:07.839Z
76942026-08-24T13:12:07.839ZAug 24 13:12:06.716Aug 24 13:12:06.716 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 24 13:12:06.716
76952026-08-24T13:12:07.839Z INFO Aug 24 13:12:06.716 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1
76962026-08-24T13:12:07.839Z
76972026-08-24T13:12:07.839ZAug 24 13:12:06.716 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 } }] Aug 24 13:12:06.716replacing 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 } }]
76982026-08-24T13:12:07.839ZAug 24 13:12:06.716
76992026-08-24T13:12:07.839Z DEBGDEBG Aug 24 13:12:06.716replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77002026-08-24T13:12:07.839Z
77012026-08-24T13:12:07.839Z Aug 24 13:12:06.716INFO INFOAug 24 13:12:06.716adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 24 13:12:06.716
77022026-08-24T13:12:07.839Z INFOINFOadding route 172.17.0.41/32 -> 10.0.0.255
77032026-08-24T13:12:07.839Zadding route 172.16.0.0/32 -> 10.0.0.1
77042026-08-24T13:12:07.839Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:12:06.716
77052026-08-24T13:12:07.839Z Aug 24 13:12:06.716DEBG Aug 24 13:12:06.716DEBG DEBGAug 24 13:12:06.716 DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
77062026-08-24T13:12:07.839Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77072026-08-24T13:12:07.839Z
77082026-08-24T13:12:07.840Z
77092026-08-24T13:12:07.840ZAug 24 13:12:06.721DEBGAug 24 13:12:06.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
77102026-08-24T13:12:07.840ZAug 24 13:12:06.721INFO INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.19/32 -> 10.0.0.255
77112026-08-24T13:12:07.840Z
77122026-08-24T13:12:07.840ZAug 24 13:12:06.721adding route 172.17.0.42/32 -> 10.0.0.255
77132026-08-24T13:12:07.840ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
77142026-08-24T13:12:07.840ZAug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721 DEBGAug 24 13:12:06.721 Aug 24 13:12:06.721 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 } }]DEBG
77152026-08-24T13:12:07.840Z 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 } }] DEBGDEBGDEBG
77162026-08-24T13:12:07.840Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.721
77172026-08-24T13:12:07.840Z INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.721adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:12:06.721
77182026-08-24T13:12:07.840ZINFO
77192026-08-24T13:12:07.840Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:12:06.721
77202026-08-24T13:12:07.840Zadding route 172.17.0.20/32 -> 10.0.0.255 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 } }]
77212026-08-24T13:12:07.840Z
77222026-08-24T13:12:07.840ZINFOAug 24 13:12:06.721Aug 24 13:12:06.721 INFO INFOAug 24 13:12:06.721adding route 172.17.0.43/32 -> 10.0.0.255
77232026-08-24T13:12:07.840Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 24 13:12:06.721
77242026-08-24T13:12:07.840Zadding route 172.17.0.0/32 -> 10.0.0.255
77252026-08-24T13:12:07.840ZINFODEBG adding route 172.17.0.1/32 -> 10.0.0.255
77262026-08-24T13:12:07.840ZAug 24 13:12:06.721 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77272026-08-24T13:12:07.840Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.721Aug 24 13:12:06.721 DEBG Aug 24 13:12:06.721
77282026-08-24T13:12:07.840ZAug 24 13:12:06.721DEBG 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 } }] 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 } }]
77292026-08-24T13:12:07.840Zadding route 172.17.0.21/32 -> 10.0.0.255
77302026-08-24T13:12:07.840Z
77312026-08-24T13:12:07.840Z DEBGAug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77322026-08-24T13:12:07.840Z INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77332026-08-24T13:12:07.840Z
77342026-08-24T13:12:07.840Zreplacing targets for 3fff:dead::/64 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 } }]
77352026-08-24T13:12:07.840ZAug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255
77362026-08-24T13:12:07.840Z INFOWARN 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.1/32 -> 10.0.0.255
77372026-08-24T13:12:07.840Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
77382026-08-24T13:12:07.840ZAug 24 13:12:06.721
77392026-08-24T13:12:07.840ZINFO Aug 24 13:12:06.721DEBG adding route 172.17.0.44/32 -> 10.0.0.255 DEBG
77402026-08-24T13:12:07.840Zreplacing 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 } }]
77412026-08-24T13:12:07.840Zreplacing 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 } }]
77422026-08-24T13:12:07.840ZAug 24 13:12:06.721 INFOAug 24 13:12:06.721 adding route 172.17.0.3/32 -> 10.0.0.255Aug 24 13:12:06.721INFO
77432026-08-24T13:12:07.840Z Aug 24 13:12:06.721 INFODEBGAug 24 13:12:06.721adding route 172.17.0.23/32 -> 10.0.0.255
77442026-08-24T13:12:07.840Z 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
77452026-08-24T13:12:07.840Z adding route 172.17.0.2/32 -> 10.0.0.255
77462026-08-24T13:12:07.840ZAug 24 13:12:06.721 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 } }]
77472026-08-24T13:12:07.841ZAug 24 13:12:06.721Aug 24 13:12:06.721 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77482026-08-24T13:12:07.841ZDEBGadding route 172.17.0.45/32 -> 10.0.0.255
77492026-08-24T13:12:07.841Ztest route::tests::rollback_on_compact_delete_failure ... ok
77502026-08-24T13:12:07.841ZAug 24 13:12:06.721Aug 24 13:12:06.721replacing 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 } }] INFOINFO
77512026-08-24T13:12:07.841ZAug 24 13:12:06.722adding route 172.17.0.4/32 -> 10.0.0.255
77522026-08-24T13:12:07.841Zadding route 172.17.0.24/32 -> 10.0.0.255
77532026-08-24T13:12:07.841Z DEBGAug 24 13:12:06.722 Aug 24 13:12:06.722INFO Aug 24 13:12:06.722 DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 24 13:12:06.722replacing 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 } }]
77542026-08-24T13:12:07.841ZINFO Aug 24 13:12:06.716replacing 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 } }] DEBGAug 24 13:12:06.728
77552026-08-24T13:12:07.841Z INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
77562026-08-24T13:12:07.841ZAug 24 13:12:06.728 INFOadding route 172.17.0.25/32 -> 10.0.0.255Aug 24 13:12:06.728 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 } }]
77572026-08-24T13:12:07.841Z
77582026-08-24T13:12:07.841ZAug 24 13:12:06.728 adding route 172.17.0.5/32 -> 10.0.0.255Aug 24 13:12:06.728INFO
77592026-08-24T13:12:07.841Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
77602026-08-24T13:12:07.841Z 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 } }]
77612026-08-24T13:12:07.841ZAug 24 13:12:06.728
77622026-08-24T13:12:07.841ZAug 24 13:12:06.728 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 } }]
77632026-08-24T13:12:07.841Z DEBGAug 24 13:12:06.728Aug 24 13:12:06.728 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:12:06.728replacing 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 } }]
77642026-08-24T13:12:07.841Z
77652026-08-24T13:12:07.841ZINFOadding route 172.17.0.46/32 -> 10.0.0.255
77662026-08-24T13:12:07.841Z adding route 172.17.0.6/32 -> 10.0.0.255
77672026-08-24T13:12:07.841ZAug 24 13:12:06.728Aug 24 13:12:06.728 DEBGINFOAug 24 13:12:06.728Aug 24 13:12:06.728 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
77682026-08-24T13:12:07.841Z 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 } }] 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 } }]
77692026-08-24T13:12:07.841ZAug 24 13:12:06.728
77702026-08-24T13:12:07.841Zreplacing 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 } }]
77712026-08-24T13:12:07.841ZDEBG 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 } }]
77722026-08-24T13:12:07.841ZAug 24 13:12:06.728 Aug 24 13:12:06.728INFOAug 24 13:12:06.728 INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 Aug 24 13:12:06.728
77732026-08-24T13:12:07.841Z adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
77742026-08-24T13:12:07.841Z
77752026-08-24T13:12:07.841ZINFOAug 24 13:12:06.728 Aug 24 13:12:06.728adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 24 13:12:06.728
77762026-08-24T13:12:07.841ZDEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77772026-08-24T13:12:07.841Zreplacing 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 } }]
77782026-08-24T13:12:07.841ZAug 24 13:12:06.728 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 } }]
77792026-08-24T13:12:07.841Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.728
77802026-08-24T13:12:07.841Z INFOAug 24 13:12:06.728 Aug 24 13:12:06.728Aug 24 13:12:06.728adding route 172.17.0.8/32 -> 10.0.0.255 INFO
77812026-08-24T13:12:07.841Z INFOINFOadding route 172.17.0.48/32 -> 10.0.0.255
77822026-08-24T13:12:07.841Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:12:06.728adding route 172.17.0.28/32 -> 10.0.0.255
77832026-08-24T13:12:07.841Z
77842026-08-24T13:12:07.841ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728
77852026-08-24T13:12:07.841Z DEBGAug 24 13:12:06.728Aug 24 13:12:06.722Aug 24 13:12:06.728 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 } }] DEBGDEBG Aug 24 13:12:06.728 created new freemap
77862026-08-24T13:12:07.841ZINFODEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
77872026-08-24T13:12:07.841Z
77882026-08-24T13:12:07.842Z, unitAug 24 13:12:06.728adding route 172.17.0.9/32 -> 10.0.0.255
77892026-08-24T13:12:07.842ZAug 24 13:12:06.728INFO : INFOAug 24 13:12:06.728adding route 172.17.0.49/32 -> 10.0.0.255 Aug 24 13:12:06.728adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
77902026-08-24T13:12:07.846Z
77912026-08-24T13:12:07.846ZINFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG
77922026-08-24T13:12:07.846Z Aug 24 13:12:06.728replacing 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 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 } }]
77932026-08-24T13:12:07.846Z
77942026-08-24T13:12:07.846ZAug 24 13:12:06.728freemap_route_ipv4Aug 24 13:12:06.728
77952026-08-24T13:12:07.846Z Aug 24 13:12:06.728DEBG 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 } }]DEBGINFO Aug 24 13:12:06.728
77962026-08-24T13:12:07.846Z adding route 172.17.0.10/32 -> 10.0.0.255INFO
77972026-08-24T13:12:07.846Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77982026-08-24T13:12:07.846Z
77992026-08-24T13:12:07.846ZAug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728 DEBGAug 24 13:12:06.728DEBGAug 24 13:12:06.728DEBG INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
78002026-08-24T13:12:07.846Z
78012026-08-24T13:12:07.846Zadding route 172.17.0.50/32 -> 10.0.0.255 created new freemapINFO Aug 24 13:12:06.728adding route 172.17.0.30/32 -> 10.0.0.255
78022026-08-24T13:12:07.846Z Aug 24 13:12:06.728INFO
78032026-08-24T13:12:07.846Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
78042026-08-24T13:12:07.846Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 24 13:12:06.728 ,
78052026-08-24T13:12:07.846ZunitDEBG:Aug 24 13:12:06.728 freemap_route_ipv6 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 24 13:12:06.728
78062026-08-24T13:12:07.846ZAug 24 13:12:06.728 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
78072026-08-24T13:12:07.846ZDEBG 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.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 } }]
78082026-08-24T13:12:07.846ZAug 24 13:12:06.728
78092026-08-24T13:12:07.846Z
78102026-08-24T13:12:07.846Z INFO Aug 24 13:12:06.728adding route 172.17.0.31/32 -> 10.0.0.255
78112026-08-24T13:12:07.846Z Aug 24 13:12:06.728INFO INFO Aug 24 13:12:06.728adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
78122026-08-24T13:12:07.846Z
78132026-08-24T13:12:07.846Z Aug 24 13:12:06.728DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728Aug 24 13:12:06.728
78142026-08-24T13:12:07.846Z INFODEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255Aug 24 13:12:06.728
78152026-08-24T13:12:07.846ZAug 24 13:12:06.728
78162026-08-24T13:12:07.846Z DEBGDEBG INFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.32/32 -> 10.0.0.255initted freemap. size: 64Aug 24 13:12:06.728
78172026-08-24T13:12:07.846Z
78182026-08-24T13:12:07.846ZDEBGAug 24 13:12:06.728 , INFOunit 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.13/32 -> 10.0.0.255
78192026-08-24T13:12:07.846ZAug 24 13:12:06.728 Aug 24 13:12:06.728INFOfreemap_route_ipv4
78202026-08-24T13:12:07.846Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
78212026-08-24T13:12:07.846Z
78222026-08-24T13:12:07.846ZDEBGAug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728DEBGreplacing 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 } }]
78232026-08-24T13:12:07.846ZINFO DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728
78242026-08-24T13:12:07.846Zreplacing 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 } }]
78252026-08-24T13:12:07.846ZAug 24 13:12:06.728 Aug 24 13:12:06.728DEBGINFO INFO reset freemapAug 24 13:12:06.728adding route 172.17.0.52/32 -> 10.0.0.255, adding route 172.17.0.33/32 -> 10.0.0.255DEBG
78262026-08-24T13:12:07.846Zadding route 172.17.0.14/32 -> 10.0.0.255
78272026-08-24T13:12:07.846Zfailed to allocate space for the new target list
78282026-08-24T13:12:07.847Z
78292026-08-24T13:12:07.847ZAug 24 13:12:06.728unit Aug 24 13:12:06.728Aug 24 13:12:06.728DEBG Aug 24 13:12:06.728DEBG 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 } }]
78302026-08-24T13:12:07.847Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG:
78312026-08-24T13:12:07.847Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
78322026-08-24T13:12:07.847Z
78332026-08-24T13:12:07.847Zreplacing 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 } }]
78342026-08-24T13:12:07.847ZAug 24 13:12:06.728 INFO Aug 24 13:12:06.728adding route 172.17.0.15/32 -> 10.0.0.255 Aug 24 13:12:06.728DEBG
78352026-08-24T13:12:07.847ZAug 24 13:12:06.728 initted freemap. size: 64 , INFO Aug 24 13:12:06.728Aug 24 13:12:06.728INFOunit DEBGadding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
78362026-08-24T13:12:07.847Z replacing targets for 3fff:dead::/64 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 } }]
78372026-08-24T13:12:07.847Z
78382026-08-24T13:12:07.847Z
78392026-08-24T13:12:07.847ZAug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728 WARN DEBG INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
78402026-08-24T13:12:07.847Z
78412026-08-24T13:12:07.847Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 24 13:12:06.728
78422026-08-24T13:12:07.847Z Aug 24 13:12:06.728DEBGAug 24 13:12:06.728 adding route 172.17.0.3/32 -> 10.0.0.255INFO
78432026-08-24T13:12:07.847Zreplacing 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.54/32 -> 10.0.0.255
78442026-08-24T13:12:07.847ZDEBG
78452026-08-24T13:12:07.847Z 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 } }]Aug 24 13:12:06.728Aug 24 13:12:06.728
78462026-08-24T13:12:07.847Z Aug 24 13:12:06.728INFO 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 } }]adding route 172.17.0.35/32 -> 10.0.0.255
78472026-08-24T13:12:07.847Z
78482026-08-24T13:12:07.847Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728
78492026-08-24T13:12:07.847ZINFOAug 24 13:12:06.728 Aug 24 13:12:06.728adding route 172.17.0.17/32 -> 10.0.0.255
78502026-08-24T13:12:07.847ZDEBGINFO 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.4/32 -> 10.0.0.255
78512026-08-24T13:12:07.847Z
78522026-08-24T13:12:07.847ZAug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728 INFODEBG INFODEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
78532026-08-24T13:12:07.847Ztest route::tests::add_target_fails_full ... ok
78542026-08-24T13:12:07.847Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
78552026-08-24T13:12:07.847Z
78562026-08-24T13:12:07.847Z
78572026-08-24T13:12:07.847ZAug 24 13:12:06.728Aug 24 13:12:06.728 INFOAug 24 13:12:06.728Aug 24 13:12:06.728 INFO DEBG DEBG adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
78582026-08-24T13:12:07.847Z
78592026-08-24T13:12:07.847Z
78602026-08-24T13:12:07.847Z
78612026-08-24T13:12:07.847ZAug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728 INFODEBGDEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
78622026-08-24T13:12:07.847Z
78632026-08-24T13:12:07.847Zreplacing 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 } }]
78642026-08-24T13:12:07.847Z
78652026-08-24T13:12:07.847ZAug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728DEBG Aug 24 13:12:06.728 INFO INFO DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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.6/32 -> 10.0.0.255
78662026-08-24T13:12:07.847Z
78672026-08-24T13:12:07.847Z
78682026-08-24T13:12:07.848Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:12:06.728
78692026-08-24T13:12:07.848ZAug 24 13:12:06.728 DEBG INFOAug 24 13:12:06.728 INFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728 DEBGAug 24 13:12:06.729
78702026-08-24T13:12:07.848Z DEBGadding route 172.17.0.57/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78712026-08-24T13:12:07.848Z
78722026-08-24T13:12:07.848Zcreated new freemapAug 24 13:12:06.734, unitINFOAug 24 13:12:06.734: adding route 172.17.0.7/32 -> 10.0.0.255 freemap_route_ipv4
78732026-08-24T13:12:07.848Z
78742026-08-24T13:12:07.848ZAug 24 13:12:06.734INFO adding route 172.17.0.20/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734
78752026-08-24T13:12:07.848Z
78762026-08-24T13:12:07.848Zadding route 172.17.0.38/32 -> 10.0.0.255DEBG
78772026-08-24T13:12:07.848Z Aug 24 13:12:06.734replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.734INFO
78782026-08-24T13:12:07.848Z DEBGadding route 172.17.0.58/32 -> 10.0.0.255
78792026-08-24T13:12:07.848Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734
78802026-08-24T13:12:07.848Z Aug 24 13:12:06.734DEBG Aug 24 13:12:06.734replacing 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
78812026-08-24T13:12:07.848Z Aug 24 13:12:06.734 adding route 172.17.0.8/32 -> 10.0.0.255INFO
78822026-08-24T13:12:07.848ZDEBGadding route 172.17.0.21/32 -> 10.0.0.255Aug 24 13:12:06.734
78832026-08-24T13:12:07.848ZINFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734
78842026-08-24T13:12:07.848Zadding route 172.17.0.39/32 -> 10.0.0.255 DEBG
78852026-08-24T13:12:07.848Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734
78862026-08-24T13:12:07.848Z Aug 24 13:12:06.734DEBGAug 24 13:12:06.734 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 } }]INFODEBGAug 24 13:12:06.734
78872026-08-24T13:12:07.848Z INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
78882026-08-24T13:12:07.848Z
78892026-08-24T13:12:07.848ZAug 24 13:12:06.734 adding route 172.17.0.9/32 -> 10.0.0.255 INFO
78902026-08-24T13:12:07.852Z Aug 24 13:12:06.734adding route 172.17.0.22/32 -> 10.0.0.255
78912026-08-24T13:12:07.852ZINFO Aug 24 13:12:06.734adding route 172.17.0.40/32 -> 10.0.0.255
78922026-08-24T13:12:07.852ZDEBGAug 24 13:12:06.734 Aug 24 13:12:06.734 DEBG Aug 24 13:12:06.734replacing 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.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 } }]
78932026-08-24T13:12:07.852Z
78942026-08-24T13:12:07.852ZDEBG 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 } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734
78952026-08-24T13:12:07.852Z
78962026-08-24T13:12:07.852Z INFOAug 24 13:12:06.734 Aug 24 13:12:06.734Aug 24 13:12:06.734 adding route 172.17.0.60/32 -> 10.0.0.255 INFOINFOINFO
78972026-08-24T13:12:07.852Zadding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
78982026-08-24T13:12:07.852Z
78992026-08-24T13:12:07.852Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:12:06.734
79002026-08-24T13:12:07.852Z DEBGAug 24 13:12:06.734 DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 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 } }]
79012026-08-24T13:12:07.852ZAug 24 13:12:06.734
79022026-08-24T13:12:07.852ZDEBG DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734
79032026-08-24T13:12:07.852ZAug 24 13:12:06.734
79042026-08-24T13:12:07.852Z INFO INFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
79052026-08-24T13:12:07.852ZAug 24 13:12:06.734
79062026-08-24T13:12:07.852ZINFO Aug 24 13:12:06.734 adding route 172.17.0.11/32 -> 10.0.0.255INFO
79072026-08-24T13:12:07.852ZAug 24 13:12:06.734 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
79082026-08-24T13:12:07.852ZAug 24 13:12:06.734 Aug 24 13:12:06.734 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 } }]
79092026-08-24T13:12:07.852ZDEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
79102026-08-24T13:12:07.852Z
79112026-08-24T13:12:07.852ZAug 24 13:12:06.734Aug 24 13:12:06.734 INFODEBGAug 24 13:12:06.729 Aug 24 13:12:06.734 Aug 24 13:12:06.734 INFOINFOadding route 172.17.0.62/32 -> 10.0.0.255 DEBG
79122026-08-24T13:12:07.852Zadding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
79132026-08-24T13:12:07.852Z
79142026-08-24T13:12:07.852Zreplacing 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 } }]
79152026-08-24T13:12:07.852Z Aug 24 13:12:06.734created new freemap Aug 24 13:12:06.734DEBG, unitAug 24 13:12:06.734: 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 } }] DEBG
79162026-08-24T13:12:07.852Z Aug 24 13:12:06.734 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4DEBG
79172026-08-24T13:12:07.852Z
79182026-08-24T13:12:07.852ZAug 24 13:12:06.734 INFOINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255
79192026-08-24T13:12:07.852Z
79202026-08-24T13:12:07.853Zadding route 172.17.0.25/32 -> 10.0.0.255
79212026-08-24T13:12:07.853ZAug 24 13:12:06.734 Aug 24 13:12:06.734DEBG Aug 24 13:12:06.734INFO Aug 24 13:12:06.734 DEBG INFOadding route 172.17.0.13/32 -> 10.0.0.255 created new freemap
79222026-08-24T13:12:07.853Zreplacing 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 } }],
79232026-08-24T13:12:07.853Zadding route 172.17.0.63/32 -> 10.0.0.255unit:
79242026-08-24T13:12:07.853Z Aug 24 13:12:06.734Aug 24 13:12:06.734 freemap_route_ipv6INFOAug 24 13:12:06.734
79252026-08-24T13:12:07.853Z Aug 24 13:12:06.734DEBGadding route 172.17.0.45/32 -> 10.0.0.255DEBG 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 } }]
79262026-08-24T13:12:07.853Z
79272026-08-24T13:12:07.853Z DEBGAug 24 13:12:06.734 DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79282026-08-24T13:12:07.853ZAug 24 13:12:06.734initted freemap. size: 64replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.734DEBG
79292026-08-24T13:12:07.853Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], INFO
79302026-08-24T13:12:07.853Zunit: freemap_route_ipv4Aug 24 13:12:06.734adding route 172.17.0.26/32 -> 10.0.0.255
79312026-08-24T13:12:07.853ZAug 24 13:12:06.734 Aug 24 13:12:06.734INFO
79322026-08-24T13:12:07.853Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 24 13:12:06.734
79332026-08-24T13:12:07.853ZDEBG failed to allocate space for the new target listINFO
79342026-08-24T13:12:07.853ZDEBG Aug 24 13:12:06.734 Aug 24 13:12:06.734 DEBGDEBG reset freemapreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734, replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
79352026-08-24T13:12:07.853Z
79362026-08-24T13:12:07.853Zunit: DEBGfreemap_route_ipv4
79372026-08-24T13:12:07.853Z
79382026-08-24T13:12:07.853Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
79392026-08-24T13:12:07.853ZAug 24 13:12:06.734 INFOAug 24 13:12:06.734Aug 24 13:12:06.734 DEBGadding route 172.17.0.47/32 -> 10.0.0.255
79402026-08-24T13:12:07.853ZAug 24 13:12:06.734INFOAug 24 13:12:06.734initted freemap. size: 64 , unit adding route 172.17.0.27/32 -> 10.0.0.255
79412026-08-24T13:12:07.853ZDEBG failed to allocate space for the new target listDEBG
79422026-08-24T13:12:07.853ZAug 24 13:12:06.734 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:Aug 24 13:12:06.734
79432026-08-24T13:12:07.853Z 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 } }]
79442026-08-24T13:12:07.853ZDEBG 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 } }]
79452026-08-24T13:12:07.853ZAug 24 13:12:06.734Aug 24 13:12:06.734 Aug 24 13:12:06.734freemap_route_ipv6INFO
79462026-08-24T13:12:07.853ZINFO INFOadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
79472026-08-24T13:12:07.853Z
79482026-08-24T13:12:07.853Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:12:06.734
79492026-08-24T13:12:07.853Z DEBGAug 24 13:12:06.734Aug 24 13:12:06.734 reset freemapDEBG , replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
79502026-08-24T13:12:07.853Ztest route::tests::delete_target_fragmented ... ok
79512026-08-24T13:12:07.853ZAug 24 13:12:06.734 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
79522026-08-24T13:12:07.853Ztest route::tests::same_size_non_subset_replace ... ok
79532026-08-24T13:12:07.853Z Aug 24 13:12:06.734replacing 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
79542026-08-24T13:12:07.853Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
79552026-08-24T13:12:07.853Z: INFO adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6
79562026-08-24T13:12:07.853Z
79572026-08-24T13:12:07.853ZAug 24 13:12:06.734 Aug 24 13:12:06.734Aug 24 13:12:06.734INFO DEBGAug 24 13:12:06.734 adding route 172.17.0.16/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 } }]
79582026-08-24T13:12:07.853Z
79592026-08-24T13:12:07.854ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
79602026-08-24T13:12:07.854Zadding route 172.17.0.29/32 -> 10.0.0.255
79612026-08-24T13:12:07.854ZAug 24 13:12:06.734Aug 24 13:12:06.734 DEBG INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734adding route 172.17.0.50/32 -> 10.0.0.255
79622026-08-24T13:12:07.854ZDEBG Aug 24 13:12:06.734 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 } }]
79632026-08-24T13:12:07.854ZDEBGAug 24 13:12:06.734
79642026-08-24T13:12:07.854Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
79652026-08-24T13:12:07.854Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734Aug 24 13:12:06.734 INFOINFO Aug 24 13:12:06.734
79662026-08-24T13:12:07.854Z INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
79672026-08-24T13:12:07.854Z
79682026-08-24T13:12:07.854Z
79692026-08-24T13:12:07.854ZAug 24 13:12:06.734 Aug 24 13:12:06.734 Aug 24 13:12:06.734DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.51/32 -> 10.0.0.255
79702026-08-24T13:12:07.854Z
79712026-08-24T13:12:07.854ZDEBGAug 24 13:12:06.734 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 } }]Aug 24 13:12:06.734Aug 24 13:12:06.734
79722026-08-24T13:12:07.854Z DEBGDEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
79732026-08-24T13:12:07.854ZAug 24 13:12:06.734
79742026-08-24T13:12:07.854Z 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 } }]
79752026-08-24T13:12:07.854ZINFOAug 24 13:12:06.734 adding route 172.17.0.18/32 -> 10.0.0.255INFO
79762026-08-24T13:12:07.854Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 24 13:12:06.734
79772026-08-24T13:12:07.854ZINFO Aug 24 13:12:06.734adding route 172.17.0.31/32 -> 10.0.0.255
79782026-08-24T13:12:07.854ZDEBG Aug 24 13:12:06.734replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734
79792026-08-24T13:12:07.854Z Aug 24 13:12:06.734DEBG 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.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 } }]
79802026-08-24T13:12:07.854Z
79812026-08-24T13:12:07.854Zcreated new freemapAug 24 13:12:06.735 INFOAug 24 13:12:06.735 adding route 172.17.0.19/32 -> 10.0.0.255INFO
79822026-08-24T13:12:07.854Z adding route 172.17.0.32/32 -> 10.0.0.255Aug 24 13:12:06.735
79832026-08-24T13:12:07.854Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
79842026-08-24T13:12:07.854ZAug 24 13:12:06.735Aug 24 13:12:06.735 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
79852026-08-24T13:12:07.854Z
79862026-08-24T13:12:07.854Z: freemap_route_ipv6
79872026-08-24T13:12:07.854ZAug 24 13:12:06.735 Aug 24 13:12:06.735Aug 24 13:12:06.735Aug 24 13:12:06.735 :DEBG INFOINFO DEBG freemap_route_ipv6replacing 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.33/32 -> 10.0.0.255
79882026-08-24T13:12:07.854Z
79892026-08-24T13:12:07.854Z
79902026-08-24T13:12:07.858Zinitted freemap. size: 64adding route 172.17.0.20/32 -> 10.0.0.255,
79912026-08-24T13:12:07.858ZunitAug 24 13:12:06.735: INFOAug 24 13:12:06.735 DEBGadding route 172.17.0.54/32 -> 10.0.0.255 freemap_route_ipv4Aug 24 13:12:06.735
79922026-08-24T13:12:07.858Z
79932026-08-24T13:12:07.858ZAug 24 13:12:06.735reset freemap , DEBGunit: freemap_route_ipv6replacing 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 } }]
79942026-08-24T13:12:07.858Z
79952026-08-24T13:12:07.858ZAug 24 13:12:06.735 DEBG Aug 24 13:12:06.740reset freemap Aug 24 13:12:06.735INFO , DEBGunit created new freemap: freemap_route_ipv4Aug 24 13:12:06.740
79962026-08-24T13:12:07.858ZAug 24 13:12:06.735 INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
79972026-08-24T13:12:07.858Zreplacing 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 } }]
79982026-08-24T13:12:07.858ZAug 24 13:12:06.740 DEBGDEBG, Aug 24 13:12:06.740 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 } }]
79992026-08-24T13:12:07.858ZDEBGAug 24 13:12:06.740unit INFOinitted freemap. size: 64: replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , freemap_route_ipv4unit
80002026-08-24T13:12:07.858ZAug 24 13:12:06.740
80012026-08-24T13:12:07.858Z: INFOfreemap_route_ipv6 adding route 172.17.0.55/32 -> 10.0.0.255
80022026-08-24T13:12:07.858Zadding route 172.17.0.34/32 -> 10.0.0.255
80032026-08-24T13:12:07.858Z
80042026-08-24T13:12:07.858ZAug 24 13:12:06.740Aug 24 13:12:06.740 INFOAug 24 13:12:06.740 DEBG adding route 172.17.0.22/32 -> 10.0.0.255
80052026-08-24T13:12:07.858ZDEBGAug 24 13:12:06.740created new freemap Aug 24 13:12:06.740, reset freemap , unitunit:DEBG: freemap_route_ipv6DEBG
80062026-08-24T13:12:07.858ZAug 24 13:12:06.740 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
80072026-08-24T13:12:07.859Z
80082026-08-24T13:12:07.859Z
80092026-08-24T13:12:07.859Z DEBGAug 24 13:12:06.740 Aug 24 13:12:06.740 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 Aug 24 13:12:06.740Aug 24 13:12:06.740adding route 172.16.0.0/32 -> 10.0.0.1INFO
80102026-08-24T13:12:07.859Z adding route 172.17.0.56/32 -> 10.0.0.255INFO
80112026-08-24T13:12:07.859Z Aug 24 13:12:06.740adding route 172.17.0.35/32 -> 10.0.0.255 DEBG
80122026-08-24T13:12:07.859Z
80132026-08-24T13:12:07.859ZDEBG initted freemap. size: 64, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:12:06.740unit :DEBGAug 24 13:12:06.740
80142026-08-24T13:12:07.859Z INFO Aug 24 13:12:06.740 freemap_route_ipv4replacing 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.23/32 -> 10.0.0.255Aug 24 13:12:06.740
80152026-08-24T13:12:07.859ZDEBG INFO
80162026-08-24T13:12:07.859Z
80172026-08-24T13:12:07.859Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.740
80182026-08-24T13:12:07.859Zadding route 172.16.0.0/32 -> 10.0.0.1
80192026-08-24T13:12:07.859Z INFOAug 24 13:12:06.740 Aug 24 13:12:06.740Aug 24 13:12:06.740Aug 24 13:12:06.740 DEBGINFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255reset freemapDEBG
80202026-08-24T13:12:07.859Z
80212026-08-24T13:12:07.859Z , unitadding route 172.17.0.36/32 -> 10.0.0.255:replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.740
80222026-08-24T13:12:07.859Zfreemap_route_ipv4
80232026-08-24T13:12:07.859Z
80242026-08-24T13:12:07.859ZAug 24 13:12:06.740 INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
80252026-08-24T13:12:07.859ZAug 24 13:12:06.740 Aug 24 13:12:06.740Aug 24 13:12:06.740 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
80262026-08-24T13:12:07.859ZAug 24 13:12:06.740 DEBGDEBG 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 } }]
80272026-08-24T13:12:07.859Z Aug 24 13:12:06.740adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
80282026-08-24T13:12:07.859Z
80292026-08-24T13:12:07.859Z initted freemap. size: 64INFOAug 24 13:12:06.740Aug 24 13:12:06.740 DEBG, unitreplacing 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 } }]INFOadding route 172.17.0.58/32 -> 10.0.0.255
80302026-08-24T13:12:07.859Z
80312026-08-24T13:12:07.859Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:12:06.740
80322026-08-24T13:12:07.859Z :INFO Aug 24 13:12:06.740Aug 24 13:12:06.740Aug 24 13:12:06.740 freemap_route_ipv6 INFO
80332026-08-24T13:12:07.859Z DEBGadding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
80342026-08-24T13:12:07.859ZDEBG
80352026-08-24T13:12:07.859Zreplacing 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 } }]
80362026-08-24T13:12:07.859Zreplacing 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 } }]
80372026-08-24T13:12:07.859ZAug 24 13:12:06.740 Aug 24 13:12:06.740Aug 24 13:12:06.740Aug 24 13:12:06.740 DEBG reset freemapINFODEBGDEBG adding route 172.17.0.59/32 -> 10.0.0.255, Aug 24 13:12:06.740replacing 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 } }]
80382026-08-24T13:12:07.859ZINFO unitadding route 172.17.0.0/32 -> 10.0.0.255
80392026-08-24T13:12:07.859Z: freemap_route_ipv6
80402026-08-24T13:12:07.859Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.741
80412026-08-24T13:12:07.859Z
80422026-08-24T13:12:07.859ZAug 24 13:12:06.741 DEBGINFO 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.255Aug 24 13:12:06.741
80432026-08-24T13:12:07.859ZAug 24 13:12:06.741
80442026-08-24T13:12:07.859ZAug 24 13:12:06.741 INFO DEBGAug 24 13:12:06.741 Aug 24 13:12:06.741INFO DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
80452026-08-24T13:12:07.859ZINFO
80462026-08-24T13:12:07.859Z 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.1/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
80472026-08-24T13:12:07.860Z
80482026-08-24T13:12:07.860Z
80492026-08-24T13:12:07.860ZAug 24 13:12:06.741Aug 24 13:12:06.741 Aug 24 13:12:06.741INFO Aug 24 13:12:06.741adding route 172.17.0.60/32 -> 10.0.0.255 INFODEBGDEBG
80502026-08-24T13:12:07.860Ztest route::tests::identity_replace_is_noop ... ok
80512026-08-24T13:12:07.860ZAug 24 13:12:06.741 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.27/32 -> 10.0.0.255
80522026-08-24T13:12:07.860Z
80532026-08-24T13:12:07.860Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
80542026-08-24T13:12:07.860ZDEBG Aug 24 13:12:06.741Aug 24 13:12:06.741Aug 24 13:12:06.741replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.741 DEBGINFO INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.2/32 -> 10.0.0.255
80552026-08-24T13:12:07.860Zreplacing 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 } }]
80562026-08-24T13:12:07.860Zadding route 172.16.0.0/32 -> 10.0.0.2
80572026-08-24T13:12:07.860Z
80582026-08-24T13:12:07.860Z
80592026-08-24T13:12:07.860ZAug 24 13:12:06.741 DEBGAug 24 13:12:06.741Aug 24 13:12:06.741 Aug 24 13:12:06.741Aug 24 13:12:06.741replacing 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 } }]INFOINFO
80602026-08-24T13:12:07.860ZDEBG failed to allocate space for the new target listadding route 172.17.0.28/32 -> 10.0.0.255 DEBGAug 24 13:12:06.741adding route 172.17.0.39/32 -> 10.0.0.255
80612026-08-24T13:12:07.860Z
80622026-08-24T13:12:07.860Z
80632026-08-24T13:12:07.860ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.3/32 -> 10.0.0.255Aug 24 13:12:06.741
80642026-08-24T13:12:07.860Z
80652026-08-24T13:12:07.860ZAug 24 13:12:06.741 DEBGDEBG Aug 24 13:12:06.741replacing 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.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 } }]
80662026-08-24T13:12:07.860Z
80672026-08-24T13:12:07.860ZAug 24 13:12:06.741 Aug 24 13:12:06.741DEBGAug 24 13:12:06.741DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
80682026-08-24T13:12:07.860Z
80692026-08-24T13:12:07.860ZDEBGINFO Aug 24 13:12:06.741adding route 172.17.0.40/32 -> 10.0.0.255 Aug 24 13:12:06.741
80702026-08-24T13:12:07.860Z INFOINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
80712026-08-24T13:12:07.860Zadding route 172.17.0.29/32 -> 10.0.0.255
80722026-08-24T13:12:07.860Zadding route 172.17.0.4/32 -> 10.0.0.255
80732026-08-24T13:12:07.860ZAug 24 13:12:06.741 DEBG Aug 24 13:12:06.741 Aug 24 13:12:06.741DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
80742026-08-24T13:12:07.860Zreplacing 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 } }]
80752026-08-24T13:12:07.860ZAug 24 13:12:06.741 Aug 24 13:12:06.741INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
80762026-08-24T13:12:07.860Zadding route 172.17.0.30/32 -> 10.0.0.255created new freemap
80772026-08-24T13:12:07.860Z, unit: Aug 24 13:12:06.741freemap_route_ipv4 DEBGAug 24 13:12:06.741
80782026-08-24T13:12:07.860Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
80792026-08-24T13:12:07.860Z 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 } }]
80802026-08-24T13:12:07.860ZAug 24 13:12:06.741 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 } }]DEBGAug 24 13:12:06.741
80812026-08-24T13:12:07.860Z INFOcreated new freemapAug 24 13:12:06.741, unitadding route 172.17.0.6/32 -> 10.0.0.255 Aug 24 13:12:06.741
80822026-08-24T13:12:07.860ZINFO: INFO freemap_route_ipv6 adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
80832026-08-24T13:12:07.860Z
80842026-08-24T13:12:07.860Z
80852026-08-24T13:12:07.860ZAug 24 13:12:06.741 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 } }]Aug 24 13:12:06.741
80862026-08-24T13:12:07.860Z DEBGAug 24 13:12:06.741Aug 24 13:12:06.741 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 } }]
80872026-08-24T13:12:07.861Z Aug 24 13:12:06.741initted freemap. size: 64 DEBG, INFOunitreplacing 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 } }]:
80882026-08-24T13:12:07.861Z adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv4
80892026-08-24T13:12:07.861Z
80902026-08-24T13:12:07.864ZAug 24 13:12:06.741Aug 24 13:12:06.741Aug 24 13:12:06.741 INFODEBGDEBG Aug 24 13:12:06.741 reset freemap adding route 172.17.0.42/32 -> 10.0.0.255INFO, 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 } }]unit
80912026-08-24T13:12:07.865Z:
80922026-08-24T13:12:07.865Zfreemap_route_ipv4
80932026-08-24T13:12:07.865Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 24 13:12:06.741
80942026-08-24T13:12:07.865Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
80952026-08-24T13:12:07.865ZAug 24 13:12:06.741 Aug 24 13:12:06.741DEBG DEBGinitted freemap. size: 64 Aug 24 13:12:06.741, 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 } }]unitAug 24 13:12:06.741
80962026-08-24T13:12:07.865Z :DEBGDEBG Aug 24 13:12:06.741replacing 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.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
80972026-08-24T13:12:07.865Z
80982026-08-24T13:12:07.865Zadding route 172.17.0.43/32 -> 10.0.0.255freemap_route_ipv6
80992026-08-24T13:12:07.865Z
81002026-08-24T13:12:07.865ZAug 24 13:12:06.741Aug 24 13:12:06.741 INFOAug 24 13:12:06.741 INFODEBG 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 } }]adding route 172.17.0.33/32 -> 10.0.0.255
81012026-08-24T13:12:07.865Z
81022026-08-24T13:12:07.865Z
81032026-08-24T13:12:07.865ZAug 24 13:12:06.741 DEBGAug 24 13:12:06.741 Aug 24 13:12:06.741reset freemapAug 24 13:12:06.741 , DEBG unit INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
81042026-08-24T13:12:07.865Z adding route 172.17.0.44/32 -> 10.0.0.255:
81052026-08-24T13:12:07.865Zreplacing 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
81062026-08-24T13:12:07.865Z
81072026-08-24T13:12:07.865ZAug 24 13:12:06.741 Aug 24 13:12:06.741INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 24 13:12:06.741
81082026-08-24T13:12:07.865ZAug 24 13:12:06.741replacing 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 } }]
81092026-08-24T13:12:07.865ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
81102026-08-24T13:12:07.865Z Aug 24 13:12:06.746Aug 24 13:12:06.746 INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1
81112026-08-24T13:12:07.865Zreplacing 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 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 } }]
81122026-08-24T13:12:07.865Z
81132026-08-24T13:12:07.865ZAug 24 13:12:06.746Aug 24 13:12:06.746 Aug 24 13:12:06.746 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 } }]INFO
81142026-08-24T13:12:07.865Z adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
81152026-08-24T13:12:07.865Z
81162026-08-24T13:12:07.865ZAug 24 13:12:06.746 INFOAug 24 13:12:06.735 Aug 24 13:12:06.746adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:12:06.746
81172026-08-24T13:12:07.865Z DEBG DEBGDEBG created new freemapreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 24 13:12:06.746
81182026-08-24T13:12:07.865Z DEBGunit 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
81192026-08-24T13:12:07.865ZAug 24 13:12:06.746:
81202026-08-24T13:12:07.865Z INFO freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:12:06.746
81212026-08-24T13:12:07.865Z Aug 24 13:12:06.746
81222026-08-24T13:12:07.865Z INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
81232026-08-24T13:12:07.865Z
81242026-08-24T13:12:07.865ZAug 24 13:12:06.746 DEBGAug 24 13:12:06.746 Aug 24 13:12:06.746DEBGreplacing 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 } }]
81252026-08-24T13:12:07.865ZAug 24 13:12:06.746 created new freemap , DEBGunit Aug 24 13:12:06.746: DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
81262026-08-24T13:12:07.865Zfreemap_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 } }]
81272026-08-24T13:12:07.865Zadding route 172.17.0.13/32 -> 10.0.0.255
81282026-08-24T13:12:07.865Z
81292026-08-24T13:12:07.865ZAug 24 13:12:06.746 Aug 24 13:12:06.746Aug 24 13:12:06.746INFO Aug 24 13:12:06.746adding route 172.16.0.0/32 -> 10.0.0.4DEBG INFO
81302026-08-24T13:12:07.866Z 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 } }]initted freemap. size: 64
81312026-08-24T13:12:07.866Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 24 13:12:06.746 ,
81322026-08-24T13:12:07.866ZunitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 24 13:12:06.746
81332026-08-24T13:12:07.866Zfreemap_route_ipv4 INFOAug 24 13:12:06.747
81342026-08-24T13:12:07.866Z Aug 24 13:12:06.747DEBG adding route 172.17.0.14/32 -> 10.0.0.255
81352026-08-24T13:12:07.866ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
81362026-08-24T13:12:07.866Z
81372026-08-24T13:12:07.866ZAug 24 13:12:06.747Aug 24 13:12:06.747 DEBG DEBGreset freemap , replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.747unit
81382026-08-24T13:12:07.866ZINFO adding route 172.17.0.38/32 -> 10.0.0.255:
81392026-08-24T13:12:07.866Z freemap_route_ipv4Aug 24 13:12:06.747
81402026-08-24T13:12:07.866ZINFO Aug 24 13:12:06.741adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:12:06.747
81412026-08-24T13:12:07.866Z DEBG Aug 24 13:12:06.747DEBG 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 } }]Aug 24 13:12:06.747
81422026-08-24T13:12:07.866ZDEBGinitted freemap. size: 64 , created new freemapunitreplacing 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 } }]:
81432026-08-24T13:12:07.866Z , freemap_route_ipv6
81442026-08-24T13:12:07.866ZunitAug 24 13:12:06.747: Aug 24 13:12:06.747INFO freemap_route_ipv4 adding route 172.17.0.39/32 -> 10.0.0.255INFO
81452026-08-24T13:12:07.866Z
81462026-08-24T13:12:07.866Z Aug 24 13:12:06.747adding route 172.17.0.16/32 -> 10.0.0.255 DEBG
81472026-08-24T13:12:07.866Z reset freemapAug 24 13:12:06.747, unitAug 24 13:12:06.747 : DEBGAug 24 13:12:06.747 created new freemap DEBG, unitfreemap_route_ipv6replacing 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 } }]
81482026-08-24T13:12:07.866Z
81492026-08-24T13:12:07.866Z: freemap_route_ipv6
81502026-08-24T13:12:07.866ZDEBGAug 24 13:12:06.747 Aug 24 13:12:06.747Aug 24 13:12:06.747replacing 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 } }]
81512026-08-24T13:12:07.866Ztest route::tests::rollback_on_index_readd_failure ... ok
81522026-08-24T13:12:07.866Z DEBGINFOINFO initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unitadding route 172.17.0.17/32 -> 10.0.0.255:
81532026-08-24T13:12:07.866Z Aug 24 13:12:06.747
81542026-08-24T13:12:07.866Z INFOfreemap_route_ipv4
81552026-08-24T13:12:07.866Zadding route 172.17.0.40/32 -> 10.0.0.255
81562026-08-24T13:12:07.866ZAug 24 13:12:06.747 Aug 24 13:12:06.747DEBGAug 24 13:12:06.747Aug 24 13:12:06.747 DEBG DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap ,
81572026-08-24T13:12:07.866Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }]unit
81582026-08-24T13:12:07.866Z
81592026-08-24T13:12:07.866Z: Aug 24 13:12:06.747freemap_route_ipv4
81602026-08-24T13:12:07.866ZINFOAug 24 13:12:06.747 Aug 24 13:12:06.747 adding route 172.17.0.41/32 -> 10.0.0.255 INFO
81612026-08-24T13:12:07.866ZAug 24 13:12:06.747 INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG
81622026-08-24T13:12:07.866Z adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64
81632026-08-24T13:12:07.866ZAug 24 13:12:06.747, Aug 24 13:12:06.747 unitDEBGDEBG :replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.747 freemap_route_ipv6DEBG
81642026-08-24T13:12:07.866Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
81652026-08-24T13:12:07.866Z
81662026-08-24T13:12:07.866Z
81672026-08-24T13:12:07.866ZAug 24 13:12:06.741Aug 24 13:12:06.753 Aug 24 13:12:06.753Aug 24 13:12:06.753INFOINFOAug 24 13:12:06.753 adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3INFOINFO
81682026-08-24T13:12:07.866Zadding route 172.17.0.42/32 -> 10.0.0.255
81692026-08-24T13:12:07.866Z adding route 172.17.0.19/32 -> 10.0.0.255
81702026-08-24T13:12:07.867ZDEBG reset freemap,
81712026-08-24T13:12:07.867Zunit:Aug 24 13:12:06.753 freemap_route_ipv6DEBG
81722026-08-24T13:12:07.867Z Aug 24 13:12:06.753replacing 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
81732026-08-24T13:12:07.867Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753
81742026-08-24T13:12:07.867ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.753
81752026-08-24T13:12:07.867Z INFOAug 24 13:12:06.753 Aug 24 13:12:06.753Aug 24 13:12:06.753adding route 172.17.0.46/32 -> 10.0.0.255
81762026-08-24T13:12:07.867Z INFODEBGDEBG adding route 172.17.0.20/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:12:06.753
81772026-08-24T13:12:07.867Z
81782026-08-24T13:12:07.867ZDEBG
81792026-08-24T13:12:07.867Zreplacing 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 } }]
81802026-08-24T13:12:07.867ZAug 24 13:12:06.753Aug 24 13:12:06.753 Aug 24 13:12:06.753INFO Aug 24 13:12:06.753 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
81812026-08-24T13:12:07.867Z INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255
81822026-08-24T13:12:07.867Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
81832026-08-24T13:12:07.867ZAug 24 13:12:06.753
81842026-08-24T13:12:07.867Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.753Aug 24 13:12:06.753
81852026-08-24T13:12:07.867Z Aug 24 13:12:06.753 DEBG 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 } }]Aug 24 13:12:06.753replacing 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 } }]
81862026-08-24T13:12:07.867Z adding route 172.17.0.21/32 -> 10.0.0.255
81872026-08-24T13:12:07.867Z
81882026-08-24T13:12:07.867ZDEBG replacing targets for 3fff:dead::/64 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 } }]
81892026-08-24T13:12:07.867ZAug 24 13:12:06.753 Aug 24 13:12:06.753INFOAug 24 13:12:06.753 INFOadding route 172.17.0.48/32 -> 10.0.0.255DEBG
81902026-08-24T13:12:07.871Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
81912026-08-24T13:12:07.871Z
81922026-08-24T13:12:07.871ZAug 24 13:12:06.753 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.753
81932026-08-24T13:12:07.871Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.753
81942026-08-24T13:12:07.871ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:12:06.753
81952026-08-24T13:12:07.871ZAug 24 13:12:06.753 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
81962026-08-24T13:12:07.871ZAug 24 13:12:06.753
81972026-08-24T13:12:07.871ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
81982026-08-24T13:12:07.871Z Aug 24 13:12:06.753Aug 24 13:12:06.753 adding route 172.17.0.22/32 -> 10.0.0.255 Aug 24 13:12:06.753INFOAug 24 13:12:06.753INFO adding route 172.17.0.43/32 -> 10.0.0.255
81992026-08-24T13:12:07.871Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
82002026-08-24T13:12:07.871ZINFO
82012026-08-24T13:12:07.871Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753
82022026-08-24T13:12:07.871ZAug 24 13:12:06.753 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
82032026-08-24T13:12:07.871ZDEBG Aug 24 13:12:06.753 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753
82042026-08-24T13:12:07.871Z DEBG
82052026-08-24T13:12:07.871ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.50/32 -> 10.0.0.255
82062026-08-24T13:12:07.871ZAug 24 13:12:06.753
82072026-08-24T13:12:07.871ZAug 24 13:12:06.753DEBG INFO adding route 172.17.0.23/32 -> 10.0.0.255INFOAug 24 13:12:06.753replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 24 13:12:06.753DEBG
82082026-08-24T13:12:07.871Z adding route 172.17.0.44/32 -> 10.0.0.255 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 } }]
82092026-08-24T13:12:07.871Z
82102026-08-24T13:12:07.871Z
82112026-08-24T13:12:07.871ZDEBGAug 24 13:12:06.753 replacing targets for 3fff:dead::/64 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 } }]INFOAug 24 13:12:06.753
82122026-08-24T13:12:07.871Z Aug 24 13:12:06.753DEBG 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 3fff:dead::/64 -> 2001:db8::55:3
82132026-08-24T13:12:07.872ZINFO
82142026-08-24T13:12:07.872Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 24 13:12:06.753 DEBG
82152026-08-24T13:12:07.872Z Aug 24 13:12:06.753replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.753INFO
82162026-08-24T13:12:07.872ZAug 24 13:12:06.753 DEBGDEBG adding route 172.17.0.45/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 } }]
82172026-08-24T13:12:07.872Z
82182026-08-24T13:12:07.872Zreplacing 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 } }]
82192026-08-24T13:12:07.872ZAug 24 13:12:06.753 INFO Aug 24 13:12:06.753Aug 24 13:12:06.753Aug 24 13:12:06.753 adding route 172.17.0.24/32 -> 10.0.0.255INFO
82202026-08-24T13:12:07.872Z adding route 172.17.0.52/32 -> 10.0.0.255
82212026-08-24T13:12:07.872Z INFODEBG Aug 24 13:12:06.753 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
82222026-08-24T13:12:07.872Z
82232026-08-24T13:12:07.872ZDEBGAug 24 13:12:06.753 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.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753
82242026-08-24T13:12:07.872Z
82252026-08-24T13:12:07.872Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.753
82262026-08-24T13:12:07.872ZAug 24 13:12:06.753 Aug 24 13:12:06.753INFOINFO Aug 24 13:12:06.753INFOadding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.25/32 -> 10.0.0.255
82272026-08-24T13:12:07.872Z adding route 172.17.0.46/32 -> 10.0.0.255DEBG
82282026-08-24T13:12:07.872Z replacing targets for 3fff:dead::/64 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 } }]
82292026-08-24T13:12:07.872Z
82302026-08-24T13:12:07.872ZAug 24 13:12:06.753 DEBGAug 24 13:12:06.753 Aug 24 13:12:06.753replacing 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
82312026-08-24T13:12:07.872ZWARN Aug 24 13:12:06.753shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
82322026-08-24T13:12:07.872Z
82332026-08-24T13:12:07.872Z Aug 24 13:12:06.753DEBG 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 } }]
82342026-08-24T13:12:07.872ZINFO Aug 24 13:12:06.753adding route 172.17.0.54/32 -> 10.0.0.255 Aug 24 13:12:06.753INFO
82352026-08-24T13:12:07.872Z INFOadding route 172.17.0.47/32 -> 10.0.0.255
82362026-08-24T13:12:07.872Zadding route 172.17.0.26/32 -> 10.0.0.255
82372026-08-24T13:12:07.872ZAug 24 13:12:06.753 DEBGAug 24 13:12:06.753 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753DEBG
82382026-08-24T13:12:07.872ZDEBG 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.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 } }]
82392026-08-24T13:12:07.872Z
82402026-08-24T13:12:07.872ZAug 24 13:12:06.753 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:12:06.753
82412026-08-24T13:12:07.872Z INFOAug 24 13:12:06.753 adding route 172.17.0.48/32 -> 10.0.0.255INFO
82422026-08-24T13:12:07.872ZAug 24 13:12:06.753 DEBGadding route 172.17.0.27/32 -> 10.0.0.255
82432026-08-24T13:12:07.872Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753
82442026-08-24T13:12:07.872Z 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 } }]
82452026-08-24T13:12:07.872ZAug 24 13:12:06.753Aug 24 13:12:06.753 DEBGINFO Aug 24 13:12:06.753 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.56/32 -> 10.0.0.255INFO
82462026-08-24T13:12:07.872Z
82472026-08-24T13:12:07.872ZAug 24 13:12:06.753 INFO adding route 172.17.0.28/32 -> 10.0.0.255
82482026-08-24T13:12:07.872Z Aug 24 13:12:06.753adding route 172.17.0.49/32 -> 10.0.0.255Aug 24 13:12:06.753
82492026-08-24T13:12:07.872Z 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 } }]
82502026-08-24T13:12:07.872Ztest route::tests::delete_targets_fragmented ... ok
82512026-08-24T13:12:07.872Zreplacing 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 } }]
82522026-08-24T13:12:07.872ZAug 24 13:12:06.753 DEBGAug 24 13:12:06.753 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
82532026-08-24T13:12:07.873Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 24 13:12:06.753
82542026-08-24T13:12:07.873Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
82552026-08-24T13:12:07.873Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
82562026-08-24T13:12:07.873ZAug 24 13:12:06.753 Aug 24 13:12:06.753INFOAug 24 13:12:06.753 adding route 172.17.0.50/32 -> 10.0.0.255
82572026-08-24T13:12:07.873ZDEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
82582026-08-24T13:12:07.873Z
82592026-08-24T13:12:07.873ZAug 24 13:12:06.753 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 } }]
82602026-08-24T13:12:07.873ZAug 24 13:12:06.753 Aug 24 13:12:06.753INFO INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:12:06.753
82612026-08-24T13:12:07.873Ztest route::tests::delete_target_full ... ok
82622026-08-24T13:12:07.873Z
82632026-08-24T13:12:07.873Ztest route::tests::shrink_preserves_compacted_order ... ok
82642026-08-24T13:12:07.873ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
82652026-08-24T13:12:07.873ZAug 24 13:12:06.753 Aug 24 13:12:06.753DEBGAug 24 13:12:06.753 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 } }]
82662026-08-24T13:12:07.873Zreplacing 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 } }]
82672026-08-24T13:12:07.873ZAug 24 13:12:06.754Aug 24 13:12:06.759 Aug 24 13:12:06.759DEBG INFOINFO created new freemap, unit:adding route 172.17.0.31/32 -> 10.0.0.255
82682026-08-24T13:12:07.873Zfreemap_route_ipv4
82692026-08-24T13:12:07.873Z adding route 172.17.0.59/32 -> 10.0.0.255
82702026-08-24T13:12:07.873Z Aug 24 13:12:06.759DEBGAug 24 13:12:06.759 DEBGDEBG Aug 24 13:12:06.759created new freemap , replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
82712026-08-24T13:12:07.873Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
82722026-08-24T13:12:07.873Zreplacing 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 } }]:
82732026-08-24T13:12:07.873Z freemap_route_ipv6
82742026-08-24T13:12:07.873ZAug 24 13:12:06.759Aug 24 13:12:06.759Aug 24 13:12:06.759 INFODEBGAug 24 13:12:06.759 adding route 172.17.0.60/32 -> 10.0.0.255 INFO
82752026-08-24T13:12:07.873Zinitted freemap. size: 64 adding route 172.17.0.52/32 -> 10.0.0.255,
82762026-08-24T13:12:07.873ZunitAug 24 13:12:06.759INFO : adding route 172.17.0.32/32 -> 10.0.0.255DEBG
82772026-08-24T13:12:07.873Z Aug 24 13:12:06.759replacing 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 } }]freemap_route_ipv4
82782026-08-24T13:12:07.873Z
82792026-08-24T13:12:07.873Z 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 } }]Aug 24 13:12:06.759
82802026-08-24T13:12:07.873Z DEBG Aug 24 13:12:06.759Aug 24 13:12:06.759 failed to allocate space for the new target listDEBG
82812026-08-24T13:12:07.873ZAug 24 13:12:06.759 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 } }]
82822026-08-24T13:12:07.873ZINFOAug 24 13:12:06.759 reset freemap , DEBGadding route 172.17.0.53/32 -> 10.0.0.255unit:
82832026-08-24T13:12:07.873Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 24 13:12:06.759
82842026-08-24T13:12:07.873Zfreemap_route_ipv4
82852026-08-24T13:12:07.873ZINFOAug 24 13:12:06.759 adding route 172.17.0.33/32 -> 10.0.0.255DEBG
82862026-08-24T13:12:07.873Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.759
82872026-08-24T13:12:07.873Z DEBG initted freemap. size: 64, Aug 24 13:12:06.759unit Aug 24 13:12:06.759DEBG: freemap_route_ipv6INFO
82882026-08-24T13:12:07.873Zreplacing 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 } }]
82892026-08-24T13:12:07.873Zadding route 172.17.0.54/32 -> 10.0.0.255
82902026-08-24T13:12:07.877ZAug 24 13:12:06.759Aug 24 13:12:06.759Aug 24 13:12:06.759 DEBG DEBG reset freemapreplacing 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
82912026-08-24T13:12:07.877Zunit :adding route 172.17.0.34/32 -> 10.0.0.255 freemap_route_ipv6
82922026-08-24T13:12:07.877Z
82932026-08-24T13:12:07.877ZAug 24 13:12:06.759 INFO Aug 24 13:12:06.759adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:12:06.759
82942026-08-24T13:12:07.877Z INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
82952026-08-24T13:12:07.877Z
82962026-08-24T13:12:07.877ZAug 24 13:12:06.759 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 } }]
82972026-08-24T13:12:07.877ZAug 24 13:12:06.759Aug 24 13:12:06.759 INFODEBG Aug 24 13:12:06.759adding route 172.17.0.35/32 -> 10.0.0.255
82982026-08-24T13:12:07.877Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
82992026-08-24T13:12:07.877ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
83002026-08-24T13:12:07.877ZAug 24 13:12:06.759 DEBG Aug 24 13:12:06.759Aug 24 13:12:06.759 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 } }] INFODEBG
83012026-08-24T13:12:07.878Zadding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
83022026-08-24T13:12:07.878Z
83032026-08-24T13:12:07.878ZAug 24 13:12:06.759Aug 24 13:12:06.759 Aug 24 13:12:06.759INFODEBG 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 } }]
83042026-08-24T13:12:07.878Zadding route 172.17.0.36/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255
83052026-08-24T13:12:07.878Z
83062026-08-24T13:12:07.878ZAug 24 13:12:06.759 Aug 24 13:12:06.759DEBGAug 24 13:12:06.759 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 } }] adding route 172.16.0.0/32 -> 10.0.0.3
83072026-08-24T13:12:07.878Z
83082026-08-24T13:12:07.878ZDEBG 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 } }]
83092026-08-24T13:12:07.878ZAug 24 13:12:06.759 INFOAug 24 13:12:06.759 Aug 24 13:12:06.759adding route 172.17.0.58/32 -> 10.0.0.255
83102026-08-24T13:12:07.878ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
83112026-08-24T13:12:07.878ZINFOAug 24 13:12:06.759 adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 24 13:12:06.759
83122026-08-24T13:12:07.878Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
83132026-08-24T13:12:07.878Zadding route 172.16.0.0/32 -> 10.0.0.4
83142026-08-24T13:12:07.878ZAug 24 13:12:06.759 DEBG Aug 24 13:12:06.754replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.759
83152026-08-24T13:12:07.878Z INFOAug 24 13:12:06.759 DEBGDEBGadding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:12:06.759
83162026-08-24T13:12:07.878Zcreated new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] ,
83172026-08-24T13:12:07.878ZINFOunit: adding route 172.17.0.38/32 -> 10.0.0.255
83182026-08-24T13:12:07.878Z freemap_route_ipv4Aug 24 13:12:06.759
83192026-08-24T13:12:07.878ZAug 24 13:12:06.759 DEBGAug 24 13:12:06.759 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
83202026-08-24T13:12:07.878Z
83212026-08-24T13:12:07.878Z
83222026-08-24T13:12:07.878ZAug 24 13:12:06.759 DEBG created new freemap, Aug 24 13:12:06.759Aug 24 13:12:06.759 INFOunit INFOadding route 172.17.0.60/32 -> 10.0.0.255
83232026-08-24T13:12:07.878Z:adding route 172.17.0.39/32 -> 10.0.0.255
83242026-08-24T13:12:07.878ZAug 24 13:12:06.759 Aug 24 13:12:06.759DEBG 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 } }]freemap_route_ipv6
83252026-08-24T13:12:07.878Z
83262026-08-24T13:12:07.878Zreplacing 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 } }]
83272026-08-24T13:12:07.878ZAug 24 13:12:06.760Aug 24 13:12:06.760 Aug 24 13:12:06.760INFO INFODEBGadding route 172.17.0.61/32 -> 10.0.0.255
83282026-08-24T13:12:07.878Zadding route 172.17.0.40/32 -> 10.0.0.255 initted freemap. size: 64
83292026-08-24T13:12:07.878Z, unit: freemap_route_ipv4Aug 24 13:12:06.760
83302026-08-24T13:12:07.878ZAug 24 13:12:06.760 DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.760 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 } }]DEBG
83312026-08-24T13:12:07.878Z
83322026-08-24T13:12:07.878Zreset freemap, unit: freemap_route_ipv4Aug 24 13:12:06.760
83332026-08-24T13:12:07.878Z Aug 24 13:12:06.760INFO INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
83342026-08-24T13:12:07.878Z
83352026-08-24T13:12:07.878ZAug 24 13:12:06.760 DEBG Aug 24 13:12:06.760initted freemap. size: 64Aug 24 13:12:06.760 , DEBGDEBG unit :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 } }]
83362026-08-24T13:12:07.878Zreplacing 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
83372026-08-24T13:12:07.878Z
83382026-08-24T13:12:07.878ZAug 24 13:12:06.760Aug 24 13:12:06.760 Aug 24 13:12:06.760 DEBGDEBGINFO failed to allocate space for the new target listreset freemap
83392026-08-24T13:12:07.878Zadding route 172.17.0.42/32 -> 10.0.0.255,
83402026-08-24T13:12:07.878Zunit: Aug 24 13:12:06.760freemap_route_ipv6
83412026-08-24T13:12:07.879ZAug 24 13:12:06.760 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
83422026-08-24T13:12:07.879Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.760
83432026-08-24T13:12:07.879Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
83442026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:12:06.760
83452026-08-24T13:12:07.879Z 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 } }]
83462026-08-24T13:12:07.879ZAug 24 13:12:06.760 DEBG Aug 24 13:12:06.760replacing 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 } }]
83472026-08-24T13:12:07.879ZINFO adding route 172.16.0.0/32 -> 10.0.0.2
83482026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO Aug 24 13:12:06.760adding route 172.17.0.44/32 -> 10.0.0.255
83492026-08-24T13:12:07.879ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
83502026-08-24T13:12:07.879Ztest route::tests::delete_targets_full ... ok
83512026-08-24T13:12:07.879ZAug 24 13:12:06.760 DEBG Aug 24 13:12:06.760 INFO adding route 172.16.0.0/32 -> 10.0.0.3
83522026-08-24T13:12:07.879Zreplacing 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 } }]
83532026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83542026-08-24T13:12:07.879ZAug 24 13:12:06.760 Aug 24 13:12:06.760INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
83552026-08-24T13:12:07.879Zadding route 172.16.0.0/32 -> 10.0.0.4
83562026-08-24T13:12:07.879Z
83572026-08-24T13:12:07.879ZAug 24 13:12:06.760 Aug 24 13:12:06.760DEBG 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 } }]
83582026-08-24T13:12:07.879Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
83592026-08-24T13:12:07.879Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
83602026-08-24T13:12:07.879Z
83612026-08-24T13:12:07.879ZAug 24 13:12:06.760 Aug 24 13:12:06.760INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
83622026-08-24T13:12:07.879Zreplacing targets for 172.16.0.0/32 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 } }]
83632026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83642026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.47/32 -> 10.0.0.255
83652026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83662026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.48/32 -> 10.0.0.255
83672026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83682026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.49/32 -> 10.0.0.255
83692026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83702026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.50/32 -> 10.0.0.255
83712026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83722026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.51/32 -> 10.0.0.255
83732026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83742026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.52/32 -> 10.0.0.255
83752026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83762026-08-24T13:12:07.879ZAug 24 13:12:06.760 INFO adding route 172.17.0.53/32 -> 10.0.0.255
83772026-08-24T13:12:07.879ZAug 24 13:12:06.760 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 } }]
83782026-08-24T13:12:07.879ZAug 24 13:12:06.766 INFO adding route 172.17.0.54/32 -> 10.0.0.255
83792026-08-24T13:12:07.879ZAug 24 13:12:06.766 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 } }]
83802026-08-24T13:12:07.879ZAug 24 13:12:06.766 INFO adding route 172.17.0.55/32 -> 10.0.0.255
83812026-08-24T13:12:07.880ZAug 24 13:12:06.766 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 } }]
83822026-08-24T13:12:07.880ZAug 24 13:12:06.766 INFO adding route 172.17.0.56/32 -> 10.0.0.255
83832026-08-24T13:12:07.880ZAug 24 13:12:06.766 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 } }]
83842026-08-24T13:12:07.880ZAug 24 13:12:06.766 INFO adding route 172.17.0.57/32 -> 10.0.0.255
83852026-08-24T13:12:07.880ZAug 24 13:12:06.766 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 } }]
83862026-08-24T13:12:07.880ZAug 24 13:12:06.766 INFO adding route 172.17.0.58/32 -> 10.0.0.255
83872026-08-24T13:12:07.880ZAug 24 13:12:06.766 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 } }]
83882026-08-24T13:12:07.880ZAug 24 13:12:06.766 INFO adding route 172.17.0.59/32 -> 10.0.0.255
83892026-08-24T13:12:07.880ZAug 24 13:12:06.766 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 } }]
83902026-08-24T13:12:07.883ZAug 24 13:12:06.766 INFO adding route 172.17.0.60/32 -> 10.0.0.255
83912026-08-24T13:12:07.883ZAug 24 13:12:06.766 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 } }]
83922026-08-24T13:12:07.883ZAug 24 13:12:06.766 DEBG failed to allocate space for the new target list
83932026-08-24T13:12:07.883ZAug 24 13:12:06.766 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 } }]
83942026-08-24T13:12:07.883Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b33a6c7353650928)
83952026-08-24T13:12:07.883Z
83962026-08-24T13:12:07.883Zrunning 0 tests
83972026-08-24T13:12:07.883Z
83982026-08-24T13:12:07.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83992026-08-24T13:12:07.883Z
84002026-08-24T13:12:07.883Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1b936deade55f1a7)
84012026-08-24T13:12:07.883Z
84022026-08-24T13:12:07.883Zrunning 0 tests
84032026-08-24T13:12:07.883Z
84042026-08-24T13:12:07.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84052026-08-24T13:12:07.883Z
84062026-08-24T13:12:07.883Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c58e3c606bcd92fd)
84072026-08-24T13:12:07.892Z
84082026-08-24T13:12:07.892Zrunning 6 tests
84092026-08-24T13:12:07.896Ztest tests::test_full_lot_id_neither_present ... ok
84102026-08-24T13:12:07.896Ztest tests::test_full_lot_id_lot_only ... ok
84112026-08-24T13:12:07.896Ztest tests::test_full_lot_id_lotnum_only ... ok
84122026-08-24T13:12:07.896Ztest tests::test_full_lot_id_both_present ... ok
84132026-08-24T13:12:07.899Ztest tests::test_parse_client_port_id ... ok
84142026-08-24T13:12:07.899Ztest tests::test_port_id_cmp ... ok
84152026-08-24T13:12:07.899Z
84162026-08-24T13:12:07.899Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84172026-08-24T13:12:07.899Z
84182026-08-24T13:12:07.899Z Running tests/test_all.rs (target/debug/deps/test_all-23ad4ccb303d7285)
84192026-08-24T13:12:07.903Z
84202026-08-24T13:12:07.903Zrunning 0 tests
84212026-08-24T13:12:07.905Z
84222026-08-24T13:12:07.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84232026-08-24T13:12:07.905Z
84242026-08-24T13:12:07.905Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7715dfacdf50582)
84252026-08-24T13:12:07.908Z
84262026-08-24T13:12:07.908Zrunning 0 tests
84272026-08-24T13:12:07.911Z
84282026-08-24T13:12:07.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84292026-08-24T13:12:07.911Z
84302026-08-24T13:12:07.911Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-3d324a83bdecafd6)
84312026-08-24T13:12:07.933Z
84322026-08-24T13:12:07.933Zrunning 15 tests
84332026-08-24T13:12:07.935Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
84342026-08-24T13:12:07.935Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
84352026-08-24T13:12:07.935Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
84362026-08-24T13:12:07.935Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
84372026-08-24T13:12:07.935Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
84382026-08-24T13:12:07.935Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
84392026-08-24T13:12:07.935Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
84402026-08-24T13:12:07.935Ztest v1::network::tests::test_equal ... ok
84412026-08-24T13:12:07.935Ztest v1::network::tests::test_eui64 ... ok
84422026-08-24T13:12:07.935Ztest v1::network::tests::test_into ... ok
84432026-08-24T13:12:07.935Ztest v1::network::tests::test_not_equal ... ok
84442026-08-24T13:12:07.938Ztest v1::port::tests::port_ids_are_ascii ... ok
84452026-08-24T13:12:07.938Ztest v1::network::tests::test_parse ... ok
84462026-08-24T13:12:07.938Ztest v1::network::tests::test_to_string ... ok
84472026-08-24T13:12:07.938Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
84482026-08-24T13:12:07.939Z
84492026-08-24T13:12:07.941Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
84502026-08-24T13:12:07.941Z
84512026-08-24T13:12:07.941Z Running unittests src/lib.rs (target/debug/deps/packet-e9947bbf48cd2090)
84522026-08-24T13:12:07.964Z
84532026-08-24T13:12:07.964Zrunning 12 tests
84542026-08-24T13:12:07.966Ztest icmp::test_v6_checksum ... ok
84552026-08-24T13:12:07.967Ztest icmp::test_v4_checksum ... ok
84562026-08-24T13:12:07.967Ztest ipv6::test_ipv6_parse ... ok
84572026-08-24T13:12:07.967Ztest pbuf::test_byte ... ok
84582026-08-24T13:12:07.967Ztest pbuf::test_nibble ... ok
84592026-08-24T13:12:07.967Ztest pbuf::test_overflow ... ok
84602026-08-24T13:12:07.967Ztest lldp::test_lldp_parse ... ok
84612026-08-24T13:12:07.967Ztest pbuf::test_short ... ok
84622026-08-24T13:12:07.967Ztest pbuf::test_twelve ... ok
84632026-08-24T13:12:07.967Ztest pbuf::test_word ... ok
84642026-08-24T13:12:07.967Ztest tcp::test_checksum_ack_data ... ok
84652026-08-24T13:12:07.967Ztest tcp::test_checksum_syn_nodata ... ok
84662026-08-24T13:12:07.967Z
84672026-08-24T13:12:07.967Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84682026-08-24T13:12:07.967Z
84692026-08-24T13:12:07.970Z Running unittests src/lib.rs (target/debug/deps/pcap-40b532ff69700b19)
84702026-08-24T13:12:07.972Z
84712026-08-24T13:12:07.972Zrunning 0 tests
84722026-08-24T13:12:07.972Z
84732026-08-24T13:12:07.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84742026-08-24T13:12:07.972Z
84752026-08-24T13:12:07.972Z Running unittests src/main.rs (target/debug/deps/swadm-4f5f2a7ff2b0f11e)
84762026-08-24T13:12:07.999Z
84772026-08-24T13:12:07.999Zrunning 5 tests
84782026-08-24T13:12:08.003Ztest switchport::test::test_compute_lanes ... ok
84792026-08-24T13:12:08.006Ztest link::test_filter ... ok
84802026-08-24T13:12:08.006Ztest switchport::test::port_id_ordering ... ok
84812026-08-24T13:12:08.008Z Lane 0 Lane 1 Lane 2 Lane 3
84822026-08-24T13:12:08.008Z Rx Loss-of-lock: Yes Yes Yes Yes
84832026-08-24T13:12:08.008Z Rx Loss-of-signal: Yes Yes Yes Yes
84842026-08-24T13:12:08.008Z Rx CDR Enabled: Yes Yes Yes Yes
84852026-08-24T13:12:08.008Z Tx Enabled: Yes Yes Yes Yes
84862026-08-24T13:12:08.008Z Tx Loss-of-lock: No No No No
84872026-08-24T13:12:08.008Z Tx Loss-of-signal: No No No No
84882026-08-24T13:12:08.008Z Tx CDR Enabled: No No No No
84892026-08-24T13:12:08.008Z Tx Adaptive EQ Fault: No No No No
84902026-08-24T13:12:08.009Z Tx Fault: Yes Yes Yes Yes
84912026-08-24T13:12:08.009Z Lane 0 Lane 1 Lane 2 Lane 3
84922026-08-24T13:12:08.009Z State: Activated Activated Activated Activated
84932026-08-24T13:12:08.009Z Rx Output Enabled: false false false false
84942026-08-24T13:12:08.009Z Rx Output Status: valid valid valid valid
84952026-08-24T13:12:08.009Z Rx Loss-of-lock: true true true true
84962026-08-24T13:12:08.009Z Rx Loss-of-signal: false false false false
84972026-08-24T13:12:08.009ZRx Auto-squelch Disable: true true true true
84982026-08-24T13:12:08.009Z Tx Output Enabled: true true true true
84992026-08-24T13:12:08.009Z Tx Output Status: invalid invalid invalid invalid
85002026-08-24T13:12:08.009Z Tx Loss-of-lock: false false false false
85012026-08-24T13:12:08.009Z Tx Loss-of-signal: true true true true
85022026-08-24T13:12:08.009ZTx Auto-squelch Disable: false false false false
85032026-08-24T13:12:08.009Z Tx Adaptive EQ Fail: true true true true
85042026-08-24T13:12:08.009Z Tx Failure: false false false false
85052026-08-24T13:12:08.009Z Tx Force Squelch: true true true true
85062026-08-24T13:12:08.009Z Tx Input Polarity: normal normal normal normal
85072026-08-24T13:12:08.009Ztest switchport::test::test_print_cmis_datapath ... ok
85082026-08-24T13:12:08.009Ztest switchport::test::test_print_sff_datapath ... ok
85092026-08-24T13:12:08.009Z
85102026-08-24T13:12:08.009Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
85112026-08-24T13:12:08.009Z
85122026-08-24T13:12:08.012Z Running tests/counters.rs (target/debug/deps/counters-84257b5bc3c48cfc)
85132026-08-24T13:12:08.016Z
85142026-08-24T13:12:08.016Zrunning 1 test
85152026-08-24T13:12:08.016Ztest test_p4_counter_list ... ignored
85162026-08-24T13:12:08.019Z
85172026-08-24T13:12:08.019Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85182026-08-24T13:12:08.019Z
85192026-08-24T13:12:08.019Z Running tests/multicast.rs (target/debug/deps/multicast-3d193d34c46c10a2)
85202026-08-24T13:12:08.042Z
85212026-08-24T13:12:08.042Zrunning 1 test
85222026-08-24T13:12:08.045Ztest test_multicast_list_and_get ... ignored
85232026-08-24T13:12:08.045Z
85242026-08-24T13:12:08.045Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85252026-08-24T13:12:08.045Z
85262026-08-24T13:12:08.045Z Running tests/port-link.rs (target/debug/deps/port_link-bbfc89aca0e9d19e)
85272026-08-24T13:12:08.050Z
85282026-08-24T13:12:08.050Zrunning 5 tests
85292026-08-24T13:12:08.053Ztest test_an ... ignored
85302026-08-24T13:12:08.053Ztest test_enable ... ignored
85312026-08-24T13:12:08.053Ztest test_ip_addresses ... ignored
85322026-08-24T13:12:08.053Ztest test_kr ... ignored
85332026-08-24T13:12:08.053Ztest test_mac ... ignored
85342026-08-24T13:12:08.053Z
85352026-08-24T13:12:08.053Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
85362026-08-24T13:12:08.053Z
85372026-08-24T13:12:08.053Z Running unittests src/main.rs (target/debug/deps/tfportd-e242e206d8f08df9)
85382026-08-24T13:12:08.082Z
85392026-08-24T13:12:08.082Zrunning 3 tests
85402026-08-24T13:12:08.086Ztest config::tests::test_updates ... ok
85412026-08-24T13:12:08.086Ztest linklocal::test_parse_ipadm ... ok
85422026-08-24T13:12:08.089Ztest tfport::test_parse_tfport ... ok
85432026-08-24T13:12:08.089Z
85442026-08-24T13:12:08.089Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85452026-08-24T13:12:08.089Z
85462026-08-24T13:12:08.091Z Running unittests src/main.rs (target/debug/deps/uplinkd-4ab98f17839c773b)
85472026-08-24T13:12:08.095Z
85482026-08-24T13:12:08.095Zrunning 0 tests
85492026-08-24T13:12:08.097Z
85502026-08-24T13:12:08.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85512026-08-24T13:12:08.097Z
85522026-08-24T13:12:08.098Z Running unittests src/main.rs (target/debug/deps/xtask-e18dbfe8377dfc73)
85532026-08-24T13:12:08.112Z
85542026-08-24T13:12:08.112Zrunning 0 tests
85552026-08-24T13:12:08.114Z
85562026-08-24T13:12:08.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85572026-08-24T13:12:08.114Z
85582026-08-24T13:12:08.115Z Doc-tests aal
85592026-08-24T13:12:10.552Z
85602026-08-24T13:12:10.552Zrunning 0 tests
85612026-08-24T13:12:10.552Z
85622026-08-24T13:12:10.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85632026-08-24T13:12:10.555Z
85642026-08-24T13:12:10.575Z Doc-tests aal_macros
85652026-08-24T13:12:10.669Z
85662026-08-24T13:12:10.669Zrunning 0 tests
85672026-08-24T13:12:10.669Z
85682026-08-24T13:12:10.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85692026-08-24T13:12:10.669Z
85702026-08-24T13:12:10.679Z Doc-tests common
85712026-08-24T13:12:10.956Z
85722026-08-24T13:12:10.956Zrunning 0 tests
85732026-08-24T13:12:10.956Z
85742026-08-24T13:12:10.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85752026-08-24T13:12:10.956Z
85762026-08-24T13:12:10.978Z Doc-tests dpd_api
85772026-08-24T13:12:11.735Z
85782026-08-24T13:12:11.735Zrunning 2 tests
85792026-08-24T13:12:11.736Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
85802026-08-24T13:12:11.736Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
85812026-08-24T13:12:11.736Z
85822026-08-24T13:12:11.736Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
85832026-08-24T13:12:11.736Z
85842026-08-24T13:12:11.739Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
85852026-08-24T13:12:11.761Z Doc-tests dpd_client
85862026-08-24T13:12:13.291Z
85872026-08-24T13:12:13.291Zrunning 0 tests
85882026-08-24T13:12:13.292Z
85892026-08-24T13:12:13.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85902026-08-24T13:12:13.292Z
85912026-08-24T13:12:13.342Z Doc-tests dpd_types
85922026-08-24T13:12:13.528Z
85932026-08-24T13:12:13.528Zrunning 0 tests
85942026-08-24T13:12:13.528Z
85952026-08-24T13:12:13.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85962026-08-24T13:12:13.528Z
85972026-08-24T13:12:13.547Z Doc-tests dpd_types_versions
85982026-08-24T13:12:14.934Z
85992026-08-24T13:12:14.934Zrunning 1 test
86002026-08-24T13:12:14.934Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
86012026-08-24T13:12:14.934Z
86022026-08-24T13:12:14.934Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
86032026-08-24T13:12:14.934Z
86042026-08-24T13:12:14.937Zall doctests ran in 0.35s; merged doctests compilation took 0.34s
86052026-08-24T13:12:14.981Z Doc-tests packet
86062026-08-24T13:12:15.202Z
86072026-08-24T13:12:15.202Zrunning 0 tests
86082026-08-24T13:12:15.202Z
86092026-08-24T13:12:15.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86102026-08-24T13:12:15.202Z
86112026-08-24T13:12:15.224Z Doc-tests pcap
86122026-08-24T13:12:15.273Z
86132026-08-24T13:12:15.273Zrunning 0 tests
86142026-08-24T13:12:15.273Z
86152026-08-24T13:12:15.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86162026-08-24T13:12:15.273Z
86172026-08-24T13:12:15.401Z+ for feat in tofino_stub tofino_asic softnpu chaos
86182026-08-24T13:12:15.404Z+ RUST_BACKTRACE=full
86192026-08-24T13:12:15.404Z+ cargo test --features chaos --no-fail-fast
86202026-08-24T13:12:18.506Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
86212026-08-24T13:12:18.623Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
86222026-08-24T13:12:18.649Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
86232026-08-24T13:12:18.677Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
86242026-08-24T13:12:27.967Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
86252026-08-24T13:12:27.969Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
86262026-08-24T13:13:26.149Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
86272026-08-24T13:13:26.505Z Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da)
86282026-08-24T13:13:26.518Z
86292026-08-24T13:13:26.518Zrunning 0 tests
86302026-08-24T13:13:26.518Z
86312026-08-24T13:13:26.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86322026-08-24T13:13:26.520Z
86332026-08-24T13:13:26.520Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
86342026-08-24T13:13:26.534Z
86352026-08-24T13:13:26.534Zrunning 0 tests
86362026-08-24T13:13:26.534Z
86372026-08-24T13:13:26.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86382026-08-24T13:13:26.536Z
86392026-08-24T13:13:26.536Z Running unittests src/lib.rs (target/debug/deps/asic-d501d83017dcce1c)
86402026-08-24T13:13:26.540Z
86412026-08-24T13:13:26.540Zrunning 0 tests
86422026-08-24T13:13:26.540Z
86432026-08-24T13:13:26.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86442026-08-24T13:13:26.542Z
86452026-08-24T13:13:26.542Z Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d)
86462026-08-24T13:13:26.708Z
86472026-08-24T13:13:26.708Zrunning 4 tests
86482026-08-24T13:13:26.725Ztest nat::tests::test_vni ... ok
86492026-08-24T13:13:26.727Ztest network::tests::test_generate_ipv6_link_local ... ok
86502026-08-24T13:13:26.746Ztest test_purge ... ok
86512026-08-24T13:13:26.763Ztest illumos::test::address_exists_handles_missing_object ... ok
86522026-08-24T13:13:26.763Z
86532026-08-24T13:13:26.766Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
86542026-08-24T13:13:26.766Z
86552026-08-24T13:13:26.768Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91)
86562026-08-24T13:13:26.949Z
86572026-08-24T13:13:26.949Zrunning 1 test
86582026-08-24T13:13:26.995Z -------
86592026-08-24T13:13:27.000Z Generating OpenAPI documents from API definitions ...
86602026-08-24T13:13:27.313Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
86612026-08-24T13:13:27.410Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
86622026-08-24T13:13:28.528Z -------
86632026-08-24T13:13:28.528Z Checking 13 OpenAPI documents...
86642026-08-24T13:13:28.528Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
86652026-08-24T13:13:28.528Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
86662026-08-24T13:13:28.528Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
86672026-08-24T13:13:28.528Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
86682026-08-24T13:13:28.528Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
86692026-08-24T13:13:28.532Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
86702026-08-24T13:13:28.532Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
86712026-08-24T13:13:28.532Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
86722026-08-24T13:13:28.532Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
86732026-08-24T13:13:28.532Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
86742026-08-24T13:13:28.532Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
86752026-08-24T13:13:28.532Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
86762026-08-24T13:13:28.532Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
86772026-08-24T13:13:28.532Z Fresh dpd "latest" symlink
86782026-08-24T13:13:28.532Z -------
86792026-08-24T13:13:28.532Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
86802026-08-24T13:13:28.577Ztest test::test_apis_up_to_date ... ok
86812026-08-24T13:13:28.577Z
86822026-08-24T13:13:28.580Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.63s
86832026-08-24T13:13:28.580Z
86842026-08-24T13:13:28.643Z Running unittests src/main.rs (target/debug/deps/dpd-54b4087a28ff836d)
86852026-08-24T13:13:28.652Z
86862026-08-24T13:13:28.652Zrunning 61 tests
86872026-08-24T13:13:28.655Ztest freemap::test_ordering ... ok
86882026-08-24T13:13:28.656Ztest dhcpv6::tests::test_create_duid_bytes ... ok
86892026-08-24T13:13:28.659Ztest freemap::test_basic ... ok
86902026-08-24T13:13:28.659Ztest freemap::test_exhaustion ... ok
86912026-08-24T13:13:28.659Ztest freemap::test_free ... ok
86922026-08-24T13:13:28.659Ztest freemap::test_reclaim ... ok
86932026-08-24T13:13:28.659Ztest freemap::test_split ... ok
86942026-08-24T13:13:28.659Ztest macaddrs::tests::test_mac_offset ... ok
86952026-08-24T13:13:28.659ZAug 24 13:13:27.570Aug 24 13:13:27.570 Aug 24 13:13:27.570 Aug 24 13:13:27.570 DEBGDEBG DEBGDEBG created new freemapcreated new freemapcreated new freemapcreated new freemap, , , , unitunitunit::: unit : freemap_testfreemap_test freemap_testfreemap_test
86962026-08-24T13:13:28.659Z
86972026-08-24T13:13:28.659Z
86982026-08-24T13:13:28.659Z
86992026-08-24T13:13:28.659ZAug 24 13:13:27.570Aug 24 13:13:27.570Aug 24 13:13:27.570 DEBGDEBG initted freemap. size: 128initted freemap. size: 128Aug 24 13:13:27.570, DEBGunit , DEBG unit initted freemap. size: 128:, :unit : initted freemap. size: 128freemap_test freemap_testfreemap_test
87002026-08-24T13:13:28.659Z
87012026-08-24T13:13:28.659Z
87022026-08-24T13:13:28.659Z, unit:Aug 24 13:13:27.570 Aug 24 13:13:27.570Aug 24 13:13:27.570 DEBGDEBG reset freemapDEBGreset freemap freemap_test, reset freemap, , unitunit::
87032026-08-24T13:13:28.659Zunit freemap_testfreemap_test
87042026-08-24T13:13:28.659Z
87052026-08-24T13:13:28.659Z: Aug 24 13:13:27.570freemap_test
87062026-08-24T13:13:28.659ZDEBG reset freemap, unit: freemap_test
87072026-08-24T13:13:28.659Ztest macaddrs::tests::test_parse_port_id ... ok
87082026-08-24T13:13:28.659Ztest mcast::tests::test_canonicalize_sources ... ok
87092026-08-24T13:13:28.659Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
87102026-08-24T13:13:28.659Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
87112026-08-24T13:13:28.659Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
87122026-08-24T13:13:28.659Ztest mcast::tests::test_create_port_bitmap_empty ... ok
87132026-08-24T13:13:28.659Ztest config::tests::test_updates ... ok
87142026-08-24T13:13:28.659ZAug 24 13:13:27.571 DEBG created new freemap, unit: freemap_test
87152026-08-24T13:13:28.660ZAug 24 13:13:27.571 DEBG initted freemap. size: 8, unit: freemap_test
87162026-08-24T13:13:28.660ZAug 24 13:13:27.571 DEBG reset freemap, unit: freemap_test
87172026-08-24T13:13:28.660Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
87182026-08-24T13:13:28.660Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
87192026-08-24T13:13:28.660Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
87202026-08-24T13:13:28.660Ztest api_server::tests::test_build_info ... ok
87212026-08-24T13:13:28.660Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
87222026-08-24T13:13:28.660Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
87232026-08-24T13:13:28.660Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
87242026-08-24T13:13:28.660Ztest mcast::tests::test_sources_contain_any ... ok
87252026-08-24T13:13:28.660Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
87262026-08-24T13:13:28.660Ztest mcast::tests::test_concurrent_id_allocation ... ok
87272026-08-24T13:13:28.660Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
87282026-08-24T13:13:28.660Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
87292026-08-24T13:13:28.666Ztest mcast::validate::tests::test_address_validation_integrated ... ok
87302026-08-24T13:13:28.666Ztest mcast::validate::tests::test_ipv4_validation ... ok
87312026-08-24T13:13:28.667Ztest mcast::validate::tests::test_ipv6_validation ... ok
87322026-08-24T13:13:28.667Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
87332026-08-24T13:13:28.667Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
87342026-08-24T13:13:28.667Ztest mcast::validate::tests::test_is_ssm_function ... ok
87352026-08-24T13:13:28.667Ztest mcast::validate::tests::test_validate_source_addresses ... ok
87362026-08-24T13:13:28.667Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
87372026-08-24T13:13:28.667Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
87382026-08-24T13:13:28.667Ztest mcast::validate::tests::test_validate_nat_target ... ok
87392026-08-24T13:13:28.667Ztest mcast::validate::tests::test_validate_tag ... ok
87402026-08-24T13:13:28.667Ztest nat::test_mapping ... ok
87412026-08-24T13:13:28.667Ztest port_map::tests::test_backplane_group ... ok
87422026-08-24T13:13:28.667Ztest mcast::validate::tests::test_validate_tag_format ... ok
87432026-08-24T13:13:28.667Ztest port_map::tests::test_port_map ... ok
87442026-08-24T13:13:28.667Ztest mcast::tests::test_id_range_boundaries ... ok
87452026-08-24T13:13:28.667Ztest port_map::tests::dump_map ... ok
87462026-08-24T13:13:28.667ZAug 24 13:13:27.573 DEBG created new freemap, unit: freemap_test
87472026-08-24T13:13:28.667ZAug 24 13:13:27.573 DEBG initted freemap. size: 128, unit: freemap_test
87482026-08-24T13:13:28.667ZAug 24 13:13:27.573 DEBG reset freemap, unit: freemap_test
87492026-08-24T13:13:28.667Ztest freemap::test_span ... ok
87502026-08-24T13:13:28.667ZAug 24 13:13:27.573 DEBG created new freemap, unit: freemap_route_ipv4
87512026-08-24T13:13:28.667ZAug 24 13:13:27.574 DEBG created new freemap, unit: freemap_route_ipv6
87522026-08-24T13:13:28.667ZAug 24 13:13:27.574 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
87532026-08-24T13:13:28.667ZAug 24 13:13:27.574 DEBG reset freemap, unit: freemap_route_ipv4
87542026-08-24T13:13:28.667ZAug 24 13:13:27.574 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
87552026-08-24T13:13:28.667ZAug 24 13:13:27.574 DEBG reset freemap, unit: freemap_route_ipv6
87562026-08-24T13:13:28.667ZAug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87572026-08-24T13:13:28.667ZAug 24 13:13:27.574 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 } }]
87582026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
87592026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87602026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
87612026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87622026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
87632026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87642026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
87652026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87662026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87672026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87682026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
87692026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87702026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
87712026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87722026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
87732026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87742026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
87752026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87762026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
87772026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87782026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
87792026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87802026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
87812026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87822026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
87832026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87842026-08-24T13:13:28.668ZAug 24 13:13:27.574 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
87852026-08-24T13:13:28.668ZAug 24 13:13:27.574 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 } }]
87862026-08-24T13:13:28.669ZAug 24 13:13:27.574 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
87872026-08-24T13:13:28.669ZAug 24 13:13:27.574 Aug 24 13:13:27.574DEBG 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 } }]
87882026-08-24T13:13:28.669Zcreated new freemap, Aug 24 13:13:27.574unit :INFO freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
87892026-08-24T13:13:28.669Z
87902026-08-24T13:13:28.669ZAug 24 13:13:27.574 Aug 24 13:13:27.574DEBG 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 } }]
87912026-08-24T13:13:28.669Zcreated new freemap, unit:Aug 24 13:13:27.574 freemap_route_ipv6INFO
87922026-08-24T13:13:28.669Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
87932026-08-24T13:13:28.669ZAug 24 13:13:27.574 Aug 24 13:13:27.574DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
87942026-08-24T13:13:28.669Z: freemap_route_ipv4
87952026-08-24T13:13:28.669ZAug 24 13:13:27.574 INFO Aug 24 13:13:27.574adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
87962026-08-24T13:13:28.669ZDEBG reset freemap, unitAug 24 13:13:27.574: DEBGfreemap_route_ipv4
87972026-08-24T13:13:28.669Zreplacing 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 } }]
87982026-08-24T13:13:28.669ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO initted freemap. size: 64adding route 3fff:beef:f::/64 -> 2001:db8::55:ff,
87992026-08-24T13:13:28.669Zunit: freemap_route_ipv6
88002026-08-24T13:13:28.669ZAug 24 13:13:27.574 DEBG Aug 24 13:13:27.574replacing 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 } }]
88012026-08-24T13:13:28.669ZDEBG reset freemap, unit:Aug 24 13:13:27.574 freemap_route_ipv6INFO
88022026-08-24T13:13:28.669Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
88032026-08-24T13:13:28.669ZAug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
88042026-08-24T13:13:28.669Z
88052026-08-24T13:13:28.669ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
88062026-08-24T13:13:28.669Z
88072026-08-24T13:13:28.669ZAug 24 13:13:27.574Aug 24 13:13:27.574 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::/64 -> 2001:db8::55:ff
88082026-08-24T13:13:28.669Z
88092026-08-24T13:13:28.669ZAug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:12::/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 } }]
88102026-08-24T13:13:28.669Z
88112026-08-24T13:13:28.669ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88122026-08-24T13:13:28.669Z
88132026-08-24T13:13:28.669ZAug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:13::/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 } }]
88142026-08-24T13:13:28.670Z
88152026-08-24T13:13:28.670ZAug 24 13:13:27.574Aug 24 13:13:27.574 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:2::/64 -> 2001:db8::55:ff
88162026-08-24T13:13:28.670Z
88172026-08-24T13:13:28.670ZAug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88182026-08-24T13:13:28.670Z
88192026-08-24T13:13:28.670ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
88202026-08-24T13:13:28.670Z
88212026-08-24T13:13:28.670ZAug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:15::/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 } }]
88222026-08-24T13:13:28.670Z
88232026-08-24T13:13:28.670ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
88242026-08-24T13:13:28.670Z
88252026-08-24T13:13:28.670ZAug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBGINFO DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
88262026-08-24T13:13:28.670Z
88272026-08-24T13:13:28.670Ztest port_map::tests::parse_softnpu_revision ... ok
88282026-08-24T13:13:28.670Z created new freemap, Aug 24 13:13:27.574unit Aug 24 13:13:27.574: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 } }]INFO
88292026-08-24T13:13:28.674Z freemap_route_ipv4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
88302026-08-24T13:13:28.674Z
88312026-08-24T13:13:28.674ZAug 24 13:13:27.574 Aug 24 13:13:27.574INFO Aug 24 13:13:27.574DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
88322026-08-24T13:13:28.674Z created new freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
88332026-08-24T13:13:28.674Zunit: freemap_route_ipv6Aug 24 13:13:27.574
88342026-08-24T13:13:28.674Z Aug 24 13:13:27.574DEBG 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 } }]Aug 24 13:13:27.574
88352026-08-24T13:13:28.674Z DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
88362026-08-24T13:13:28.675ZAug 24 13:13:27.574initted freemap. size: 64 , INFOunit :adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
88372026-08-24T13:13:28.675ZAug 24 13:13:27.574freemap_route_ipv4 DEBG
88382026-08-24T13:13:28.675Z Aug 24 13:13:27.574replacing 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 } }]
88392026-08-24T13:13:28.675ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.574
88402026-08-24T13:13:28.675ZAug 24 13:13:27.574 DEBGINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap
88412026-08-24T13:13:28.675Z, unitAug 24 13:13:27.574: Aug 24 13:13:27.574 freemap_route_ipv4INFO
88422026-08-24T13:13:28.675Z DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
88432026-08-24T13:13:28.675Zreplacing 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 } }]
88442026-08-24T13:13:28.675ZAug 24 13:13:27.574 DEBGAug 24 13:13:27.574 DEBGinitted freemap. size: 64 , 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 } }]unit
88452026-08-24T13:13:28.675Z: freemap_route_ipv6
88462026-08-24T13:13:28.675ZAug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreset freemap
88472026-08-24T13:13:28.675Z, unit: freemap_route_ipv6Aug 24 13:13:27.574
88482026-08-24T13:13:28.675Z DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88492026-08-24T13:13:28.675ZAug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
88502026-08-24T13:13:28.675ZAug 24 13:13:27.574 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
88512026-08-24T13:13:28.675ZAug 24 13:13:27.574 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.574
88522026-08-24T13:13:28.675Z 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 } }]
88532026-08-24T13:13:28.675ZAug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
88542026-08-24T13:13:28.675ZAug 24 13:13:27.574 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
88552026-08-24T13:13:28.675ZAug 24 13:13:27.574 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.574
88562026-08-24T13:13:28.675ZAug 24 13:13:27.574 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
88572026-08-24T13:13:28.675Z, unitAug 24 13:13:27.574:Aug 24 13:13:27.574 freemap_route_ipv4INFOINFO
88582026-08-24T13:13:28.675Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
88592026-08-24T13:13:28.675Z
88602026-08-24T13:13:28.675ZAug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBG DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
88612026-08-24T13:13:28.675Z
88622026-08-24T13:13:28.675Zunit: freemap_route_ipv6Aug 24 13:13:27.574
88632026-08-24T13:13:28.675ZAug 24 13:13:27.574 INFOINFOAug 24 13:13:27.574 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88642026-08-24T13:13:28.676Z
88652026-08-24T13:13:28.676ZDEBG initted freemap. size: 64, unit: Aug 24 13:13:27.574Aug 24 13:13:27.574freemap_route_ipv4
88662026-08-24T13:13:28.676ZDEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
88672026-08-24T13:13:28.676Z
88682026-08-24T13:13:28.676ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGAug 24 13:13:27.574INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
88692026-08-24T13:13:28.676Zreset freemap , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit
88702026-08-24T13:13:28.676Z:Aug 24 13:13:27.574 freemap_route_ipv4DEBG
88712026-08-24T13:13:28.676ZAug 24 13:13:27.574 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
88722026-08-24T13:13:28.676Z 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 } }]
88732026-08-24T13:13:28.676ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGAug 24 13:13:27.574 INFO initted freemap. size: 64 , DEBGunit :adding route 3fff:beef:3::/64 -> 2001:db8::55:ff created new freemapAug 24 13:13:27.574freemap_route_ipv6 , INFO
88742026-08-24T13:13:28.676Zunit :adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
88752026-08-24T13:13:28.676Z
88762026-08-24T13:13:28.676Zfreemap_route_ipv4
88772026-08-24T13:13:28.676ZAug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBGDEBG Aug 24 13:13:27.574reset freemapreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBG
88782026-08-24T13:13:28.676Zunit : 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 } }]freemap_route_ipv6
88792026-08-24T13:13:28.676Z
88802026-08-24T13:13:28.676ZDEBGAug 24 13:13:27.574 created new freemapINFOAug 24 13:13:27.574 Aug 24 13:13:27.574 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff,
88812026-08-24T13:13:28.676ZunitINFOINFO : adding route 3fff:dead::/64 -> 2001:db8::55:1
88822026-08-24T13:13:28.676Zfreemap_route_ipv6Aug 24 13:13:27.574adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
88832026-08-24T13:13:28.676ZDEBG
88842026-08-24T13:13:28.676Z Aug 24 13:13:27.574replacing 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 } }]
88852026-08-24T13:13:28.676ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.574
88862026-08-24T13:13:28.676Z Aug 24 13:13:27.574DEBG INFOAug 24 13:13:27.574 initted freemap. size: 64Aug 24 13:13:27.574adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
88872026-08-24T13:13:28.676ZINFO, adding route 3fff:dead::/64 -> 2001:db8::55:1unit
88882026-08-24T13:13:28.676Z: Aug 24 13:13:27.574 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 } }]freemap_route_ipv4
88892026-08-24T13:13:28.676ZDEBG
88902026-08-24T13:13:28.676Zreplacing 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 } }]
88912026-08-24T13:13:28.676ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGAug 24 13:13:27.574 Aug 24 13:13:27.574DEBG 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 } }] INFOreset freemapadding route 3fff:beef:23::/64 -> 2001:db8::55:ff,
88922026-08-24T13:13:28.677Zunit:
88932026-08-24T13:13:28.677Z freemap_route_ipv4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
88942026-08-24T13:13:28.677ZAug 24 13:13:27.574Aug 24 13:13:27.574
88952026-08-24T13:13:28.677Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
88962026-08-24T13:13:28.677Z
88972026-08-24T13:13:28.677ZAug 24 13:13:27.574Aug 24 13:13:27.574 DEBGDEBGAug 24 13:13:27.574 Aug 24 13:13:27.574 initted freemap. size: 64 , 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 } }] 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 } }]
88982026-08-24T13:13:28.677Z
88992026-08-24T13:13:28.677Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
89002026-08-24T13:13:28.677Zunit: freemap_route_ipv6Aug 24 13:13:27.574Aug 24 13:13:27.574
89012026-08-24T13:13:28.677Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
89022026-08-24T13:13:28.677ZAug 24 13:13:27.574
89032026-08-24T13:13:28.677Z INFOAug 24 13:13:27.574 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGAug 24 13:13:27.574Aug 24 13:13:27.574
89042026-08-24T13:13:28.677Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemap
89052026-08-24T13:13:28.677ZINFOAug 24 13:13:27.574, unit :DEBGAug 24 13:13:27.574 INFOfreemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
89062026-08-24T13:13:28.677Zadding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89072026-08-24T13:13:28.677Z
89082026-08-24T13:13:28.677Z
89092026-08-24T13:13:28.677ZAug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO 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 } }]
89102026-08-24T13:13:28.677Zreplacing 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:7::/64 -> 2001:db8::55:ff
89112026-08-24T13:13:28.677Z
89122026-08-24T13:13:28.677ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.575Aug 24 13:13:27.575
89132026-08-24T13:13:28.677ZINFO INFO Aug 24 13:13:27.575adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 24 13:13:27.575
89142026-08-24T13:13:28.677Z DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
89152026-08-24T13:13:28.677Z
89162026-08-24T13:13:28.677Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.575
89172026-08-24T13:13:28.677Z DEBG Aug 24 13:13:27.575replacing 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 } }]
89182026-08-24T13:13:28.677ZINFO Aug 24 13:13:27.575Aug 24 13:13:27.575adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
89192026-08-24T13:13:28.677Z
89202026-08-24T13:13:28.678Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
89212026-08-24T13:13:28.678ZDEBG Aug 24 13:13:27.575replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575
89222026-08-24T13:13:28.678ZAug 24 13:13:27.575 DEBG DEBGDEBGAug 24 13:13:27.575replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
89232026-08-24T13:13:28.678Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89242026-08-24T13:13:28.678Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
89252026-08-24T13:13:28.678Zreplacing 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 } }]
89262026-08-24T13:13:28.678ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFODEBG Aug 24 13:13:27.575adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
89272026-08-24T13:13:28.678ZINFO 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:dead::/64 -> 2001:db8::55:3
89282026-08-24T13:13:28.678Z
89292026-08-24T13:13:28.682Z INFO Aug 24 13:13:27.575adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 24 13:13:27.575DEBG
89302026-08-24T13:13:28.682Z Aug 24 13:13:27.575replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
89312026-08-24T13:13:28.682ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:28::/64 -> 2001:db8::55:ff
89322026-08-24T13:13:28.682Z
89332026-08-24T13:13:28.682ZAug 24 13:13:27.575 Aug 24 13:13:27.575INFOAug 24 13:13:27.575 Aug 24 13:13:27.575adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
89342026-08-24T13:13:28.682Z DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
89352026-08-24T13:13:28.682Z
89362026-08-24T13:13:28.682ZAug 24 13:13:27.575 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89372026-08-24T13:13:28.682Z Aug 24 13:13:27.575replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575
89382026-08-24T13:13:28.682ZDEBG 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 } }]
89392026-08-24T13:13:28.682ZAug 24 13:13:27.575adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
89402026-08-24T13:13:28.682ZINFOAug 24 13:13:27.575 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 24 13:13:27.575
89412026-08-24T13:13:28.683ZAug 24 13:13:27.575 DEBGDEBG adding route 3fff:beef:a::/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 } }]
89422026-08-24T13:13:28.683Z
89432026-08-24T13:13:28.683Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:13:27.575
89442026-08-24T13:13:28.683Z DEBGAug 24 13:13:27.575 Aug 24 13:13:27.575replacing 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 } }]
89452026-08-24T13:13:28.683ZDEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
89462026-08-24T13:13:28.683Z
89472026-08-24T13:13:28.683Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
89482026-08-24T13:13:28.683ZAug 24 13:13:27.575Aug 24 13:13:27.575 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89492026-08-24T13:13:28.683Z
89502026-08-24T13:13:28.683ZAug 24 13:13:27.575 Aug 24 13:13:27.575INFO Aug 24 13:13:27.575INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
89512026-08-24T13:13:28.683Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
89522026-08-24T13:13:28.683Z
89532026-08-24T13:13:28.683ZAug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBG DEBGDEBGreplacing 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 } }]
89542026-08-24T13:13:28.683Zreplacing 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: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 } }]
89552026-08-24T13:13:28.683Z
89562026-08-24T13:13:28.683ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFO INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
89572026-08-24T13:13:28.683Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89582026-08-24T13:13:28.683Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89592026-08-24T13:13:28.683ZAug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBG DEBGDEBG 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 } }]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 } }]
89602026-08-24T13:13:28.683Zreplacing 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 } }]
89612026-08-24T13:13:28.683Z
89622026-08-24T13:13:28.683ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
89632026-08-24T13:13:28.683Z
89642026-08-24T13:13:28.683Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
89652026-08-24T13:13:28.683ZAug 24 13:13:27.575Aug 24 13:13:27.575 DEBGAug 24 13:13:27.575 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89662026-08-24T13:13:28.683Zreplacing 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 } }]
89672026-08-24T13:13:28.683Zreplacing 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 } }]
89682026-08-24T13:13:28.683ZAug 24 13:13:27.575 Aug 24 13:13:27.575INFO INFOAug 24 13:13:27.575 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
89692026-08-24T13:13:28.684Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
89702026-08-24T13:13:28.684Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
89712026-08-24T13:13:28.684ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG 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 } }]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 } }]
89722026-08-24T13:13:28.684Z
89732026-08-24T13:13:28.684Zreplacing 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 } }]
89742026-08-24T13:13:28.684ZAug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFOAug 24 13:13:27.575 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
89752026-08-24T13:13:28.684Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
89762026-08-24T13:13:28.684Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
89772026-08-24T13:13:28.684ZAug 24 13:13:27.575Aug 24 13:13:27.575 DEBGDEBGAug 24 13:13:27.575 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89782026-08-24T13:13:28.684Z
89792026-08-24T13:13:28.684ZDEBG 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 } }]
89802026-08-24T13:13:28.684ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOINFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89812026-08-24T13:13:28.684Z
89822026-08-24T13:13:28.684Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
89832026-08-24T13:13:28.684ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG DEBG 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 } }]
89842026-08-24T13:13:28.684Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89852026-08-24T13:13:28.684Z
89862026-08-24T13:13:28.684ZAug 24 13:13:27.575 Aug 24 13:13:27.575INFO Aug 24 13:13:27.575 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOINFO
89872026-08-24T13:13:28.684Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
89882026-08-24T13:13:28.684Z
89892026-08-24T13:13:28.684ZAug 24 13:13:27.575 Aug 24 13:13:27.575DEBGAug 24 13:13:27.575 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 } }]
89902026-08-24T13:13:28.684ZDEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575
89912026-08-24T13:13:28.684Z
89922026-08-24T13:13:28.684Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 24 13:13:27.575
89932026-08-24T13:13:28.684ZAug 24 13:13:27.575 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:13:27.575
89942026-08-24T13:13:28.684Z
89952026-08-24T13:13:28.684Z DEBGAug 24 13:13:27.575 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
89962026-08-24T13:13:28.684Z Aug 24 13:13:27.575replacing 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 } }]
89972026-08-24T13:13:28.685ZDEBGAug 24 13:13:27.575 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
89982026-08-24T13:13:28.685ZAug 24 13:13:27.575 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
89992026-08-24T13:13:28.685ZINFOAug 24 13:13:27.575 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
90002026-08-24T13:13:28.685Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
90012026-08-24T13:13:28.685ZAug 24 13:13:27.575 DEBGAug 24 13:13:27.575Aug 24 13:13:27.575 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 } }]DEBG
90022026-08-24T13:13:28.685Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575replacing 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 } }]
90032026-08-24T13:13:28.685Z
90042026-08-24T13:13:28.685ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
90052026-08-24T13:13:28.685ZAug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFO Aug 24 13:13:27.575adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90062026-08-24T13:13:28.685ZDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
90072026-08-24T13:13:28.685Zreplacing 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 } }]
90082026-08-24T13:13:28.685ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
90092026-08-24T13:13:28.685Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
90102026-08-24T13:13:28.685Z
90112026-08-24T13:13:28.685ZAug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBGINFO INFOadding route 3fff:beef:15::/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 } }]
90122026-08-24T13:13:28.685Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
90132026-08-24T13:13:28.685Z
90142026-08-24T13:13:28.685ZAug 24 13:13:27.575 Aug 24 13:13:27.575INFOAug 24 13:13:27.575 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG
90152026-08-24T13:13:28.685ZDEBG 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 } }]
90162026-08-24T13:13:28.685Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575
90172026-08-24T13:13:28.685Z 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 } }]
90182026-08-24T13:13:28.685ZAug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFO Aug 24 13:13:27.575 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
90192026-08-24T13:13:28.685Z
90202026-08-24T13:13:28.685Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
90212026-08-24T13:13:28.685ZAug 24 13:13:27.575Aug 24 13:13:27.575 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575replacing 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 } }]
90222026-08-24T13:13:28.685ZDEBG
90232026-08-24T13:13:28.685Zreplacing 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 } }]
90242026-08-24T13:13:28.685ZAug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFO Aug 24 13:13:27.575adding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFO
90252026-08-24T13:13:28.685Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90262026-08-24T13:13:28.686Z
90272026-08-24T13:13:28.686ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90282026-08-24T13:13:28.686Z
90292026-08-24T13:13:28.690Z
90302026-08-24T13:13:28.690ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOINFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
90312026-08-24T13:13:28.690Z
90322026-08-24T13:13:28.690Z
90332026-08-24T13:13:28.690ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG 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 } }]DEBGDEBG
90342026-08-24T13:13:28.690Zreplacing 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: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 } }]
90352026-08-24T13:13:28.690Z
90362026-08-24T13:13:28.690ZAug 24 13:13:27.575 Aug 24 13:13:27.575INFOAug 24 13:13:27.575 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90372026-08-24T13:13:28.690ZINFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
90382026-08-24T13:13:28.690Z
90392026-08-24T13:13:28.690ZAug 24 13:13:27.575 DEBG Aug 24 13:13:27.575replacing 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 } }]
90402026-08-24T13:13:28.690ZDEBGAug 24 13:13:27.575 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
90412026-08-24T13:13:28.690ZAug 24 13:13:27.575 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 } }]
90422026-08-24T13:13:28.690ZINFO Aug 24 13:13:27.575adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
90432026-08-24T13:13:28.690ZINFO Aug 24 13:13:27.575adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90442026-08-24T13:13:28.690ZINFOAug 24 13:13:27.575 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
90452026-08-24T13:13:28.690Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575
90462026-08-24T13:13:28.691Z DEBGAug 24 13:13:27.575 Aug 24 13:13:27.575replacing 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 } }] DEBGINFO
90472026-08-24T13:13:28.691Z adding route 3fff:beef:18::/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 } }]
90482026-08-24T13:13:28.691Z
90492026-08-24T13:13:28.691ZAug 24 13:13:27.575 Aug 24 13:13:27.575Aug 24 13:13:27.575INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFODEBG
90502026-08-24T13:13:28.691Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90512026-08-24T13:13:28.691Z
90522026-08-24T13:13:28.691ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575 DEBGINFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
90532026-08-24T13:13:28.691Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90542026-08-24T13:13:28.691Z
90552026-08-24T13:13:28.691ZAug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG INFOINFOreplacing 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 } }]
90562026-08-24T13:13:28.691Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
90572026-08-24T13:13:28.691Z
90582026-08-24T13:13:28.691ZAug 24 13:13:27.575 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:13:27.575
90592026-08-24T13:13:28.691Z DEBGAug 24 13:13:27.575 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
90602026-08-24T13:13:28.691ZAug 24 13:13:27.575 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 } }]
90612026-08-24T13:13:28.691Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575
90622026-08-24T13:13:28.691Z DEBG Aug 24 13:13:27.575failed to allocate space for the new target list
90632026-08-24T13:13:28.691ZINFO Aug 24 13:13:27.575adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
90642026-08-24T13:13:28.691ZINFOAug 24 13:13:27.575 Aug 24 13:13:27.575adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
90652026-08-24T13:13:28.691ZDEBGDEBG 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
90662026-08-24T13:13:28.691Z
90672026-08-24T13:13:28.691ZAug 24 13:13:27.575 DEBG Aug 24 13:13:27.575replacing 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 } }]
90682026-08-24T13:13:28.691ZAug 24 13:13:27.574INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 24 13:13:27.575
90692026-08-24T13:13:28.691Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
90702026-08-24T13:13:28.691Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90712026-08-24T13:13:28.691ZAug 24 13:13:27.575 Aug 24 13:13:27.575DEBGAug 24 13:13:27.575 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 } }]
90722026-08-24T13:13:28.691Zreplacing 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
90732026-08-24T13:13:28.691Z 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 } }]
90742026-08-24T13:13:28.691ZAug 24 13:13:27.575 Aug 24 13:13:27.575INFO Aug 24 13:13:27.575adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
90752026-08-24T13:13:28.692Z INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
90762026-08-24T13:13:28.692Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
90772026-08-24T13:13:28.692ZAug 24 13:13:27.575 Aug 24 13:13:27.575DEBGAug 24 13:13:27.575 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90782026-08-24T13:13:28.692ZDEBG 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: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 } }]
90792026-08-24T13:13:28.692Z
90802026-08-24T13:13:28.692ZAug 24 13:13:27.575 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:13:27.575Aug 24 13:13:27.575
90812026-08-24T13:13:28.692Z INFO Aug 24 13:13:27.575adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFODEBG
90822026-08-24T13:13:28.692Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90832026-08-24T13:13:28.692Z
90842026-08-24T13:13:28.692ZAug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 INFODEBGDEBG 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:1f::/64 -> 2001:db8::55:ff
90852026-08-24T13:13:28.692Zreplacing 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 } }]
90862026-08-24T13:13:28.692Ztest route::tests::identity_replace_is_noop ... ok
90872026-08-24T13:13:28.692Z
90882026-08-24T13:13:28.692ZAug 24 13:13:27.575 INFOAug 24 13:13:27.575Aug 24 13:13:27.575 DEBG adding route 3fff:beef:b::/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 } }]
90892026-08-24T13:13:28.692Z
90902026-08-24T13:13:28.692ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
90912026-08-24T13:13:28.692ZAug 24 13:13:27.575Aug 24 13:13:27.575 INFOAug 24 13:13:27.575 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90922026-08-24T13:13:28.692Z
90932026-08-24T13:13:28.692Z 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 } }]
90942026-08-24T13:13:28.692ZAug 24 13:13:27.575Aug 24 13:13:27.575 DEBGINFO Aug 24 13:13:27.575 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 } }]
90952026-08-24T13:13:28.692ZINFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
90962026-08-24T13:13:28.692Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
90972026-08-24T13:13:28.692ZAug 24 13:13:27.575 INFOAug 24 13:13:27.575 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
90982026-08-24T13:13:28.692Z Aug 24 13:13:27.575replacing 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 } }]
90992026-08-24T13:13:28.692ZDEBG Aug 24 13:13:27.575replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.575DEBG
91002026-08-24T13:13:28.692Z 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 } }]
91012026-08-24T13:13:28.692Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
91022026-08-24T13:13:28.692ZAug 24 13:13:27.575 INFOAug 24 13:13:27.575 Aug 24 13:13:27.575adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFODEBG
91032026-08-24T13:13:28.693Zadding route 3fff:beef:22::/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 } }]
91042026-08-24T13:13:28.693Z
91052026-08-24T13:13:28.693ZAug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBG DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91062026-08-24T13:13:28.693Zreplacing 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:e::/64 -> 2001:db8::55:ff
91072026-08-24T13:13:28.693Z
91082026-08-24T13:13:28.693ZAug 24 13:13:27.576 INFOAug 24 13:13:27.576Aug 24 13:13:27.576 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
91092026-08-24T13:13:28.693Z DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
91102026-08-24T13:13:28.693Zreplacing 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 } }]
91112026-08-24T13:13:28.693ZAug 24 13:13:27.576 DEBGAug 24 13:13:27.576 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
91122026-08-24T13:13:28.693Z Aug 24 13:13:27.575replacing 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 } }]
91132026-08-24T13:13:28.693ZDEBGAug 24 13:13:27.576 created new freemapAug 24 13:13:27.576INFOAug 24 13:13:27.576 INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
91142026-08-24T13:13:28.693Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91152026-08-24T13:13:28.693Z
91162026-08-24T13:13:28.693Z, unit:Aug 24 13:13:27.576 freemap_route_ipv4DEBGAug 24 13:13:27.576 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 } }]
91172026-08-24T13:13:28.693ZDEBG
91182026-08-24T13:13:28.693ZAug 24 13:13:27.576 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
91192026-08-24T13:13:28.693Z 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 } }]
91202026-08-24T13:13:28.693ZAug 24 13:13:27.576Aug 24 13:13:27.576Aug 24 13:13:27.576 INFOINFOAug 24 13:13:27.576 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91212026-08-24T13:13:28.693Z DEBGINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffcreated new freemap
91222026-08-24T13:13:28.693Z,
91232026-08-24T13:13:28.693Zunit: Aug 24 13:13:27.576Aug 24 13:13:27.576 Aug 24 13:13:27.576freemap_route_ipv6DEBG
91242026-08-24T13:13:28.693Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
91252026-08-24T13:13:28.693Z 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 } }]
91262026-08-24T13:13:28.693ZAug 24 13:13:27.576Aug 24 13:13:27.576 DEBG DEBGinitted freemap. size: 64Aug 24 13:13:27.576 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 } }], INFOunit
91272026-08-24T13:13:28.693Z :adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91282026-08-24T13:13:28.693Zfreemap_route_ipv4INFO
91292026-08-24T13:13:28.698Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 24 13:13:27.576
91302026-08-24T13:13:28.698Z Aug 24 13:13:27.576Aug 24 13:13:27.576DEBG DEBG INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreset freemap
91312026-08-24T13:13:28.698Z, unitAug 24 13:13:27.576: DEBG Aug 24 13:13:27.576replacing 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_ipv4
91322026-08-24T13:13:28.698Z
91332026-08-24T13:13:28.698ZINFOAug 24 13:13:27.576 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
91342026-08-24T13:13:28.698Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
91352026-08-24T13:13:28.698ZAug 24 13:13:27.576Aug 24 13:13:27.576 DEBGDEBG initted freemap. size: 64replacing 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 } }],
91362026-08-24T13:13:28.698ZunitAug 24 13:13:27.576: DEBGAug 24 13:13:27.576 freemap_route_ipv6INFOreplacing 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 } }]
91372026-08-24T13:13:28.698Z
91382026-08-24T13:13:28.698Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
91392026-08-24T13:13:28.698ZAug 24 13:13:27.576Aug 24 13:13:27.576 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 } }]Aug 24 13:13:27.576
91402026-08-24T13:13:28.698Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
91412026-08-24T13:13:28.698Z reset freemap, unit:Aug 24 13:13:27.576 freemap_route_ipv6INFO
91422026-08-24T13:13:28.698Z Aug 24 13:13:27.576adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
91432026-08-24T13:13:28.698ZDEBGAug 24 13:13:27.576 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
91442026-08-24T13:13:28.698Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:13:27.576
91452026-08-24T13:13:28.699Z DEBGAug 24 13:13:27.576 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
91462026-08-24T13:13:28.699Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
91472026-08-24T13:13:28.699ZAug 24 13:13:27.576Aug 24 13:13:27.576 DEBGINFO Aug 24 13:13:27.576replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
91482026-08-24T13:13:28.699Z
91492026-08-24T13:13:28.699ZDEBG 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 } }]
91502026-08-24T13:13:28.699ZAug 24 13:13:27.576 Aug 24 13:13:27.576INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:13:27.576
91512026-08-24T13:13:28.699Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
91522026-08-24T13:13:28.699Z Aug 24 13:13:27.576replacing 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 } }]
91532026-08-24T13:13:28.699ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
91542026-08-24T13:13:28.699ZAug 24 13:13:27.576Aug 24 13:13:27.576 INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 24 13:13:27.576
91552026-08-24T13:13:28.699Z 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 } }]
91562026-08-24T13:13:28.699ZINFO Aug 24 13:13:27.576adding route 172.16.0.0/32 -> 10.0.0.3
91572026-08-24T13:13:28.699ZDEBG 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 } }]
91582026-08-24T13:13:28.699ZAug 24 13:13:27.576Aug 24 13:13:27.576 Aug 24 13:13:27.576INFODEBG adding route 3fff:beef:2b::/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 } }]
91592026-08-24T13:13:28.699Z
91602026-08-24T13:13:28.699ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
91612026-08-24T13:13:28.699ZAug 24 13:13:27.576 INFOAug 24 13:13:27.576 Aug 24 13:13:27.576 DEBGadding route 172.16.0.0/32 -> 10.0.0.4DEBG
91622026-08-24T13:13:28.699Z 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 } }]
91632026-08-24T13:13:28.699Z
91642026-08-24T13:13:28.699ZAug 24 13:13:27.576Aug 24 13:13:27.576 INFODEBGAug 24 13:13:27.576 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFO
91652026-08-24T13:13:28.699Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
91662026-08-24T13:13:28.699Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
91672026-08-24T13:13:28.699ZAug 24 13:13:27.576 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 24 13:13:27.576
91682026-08-24T13:13:28.699Z DEBGAug 24 13:13:27.576 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
91692026-08-24T13:13:28.699Z 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 } }]
91702026-08-24T13:13:28.699ZAug 24 13:13:27.576 INFO Aug 24 13:13:27.576adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
91712026-08-24T13:13:28.699ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
91722026-08-24T13:13:28.699Z
91732026-08-24T13:13:28.700ZAug 24 13:13:27.576Aug 24 13:13:27.576 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.576
91742026-08-24T13:13:28.700Z
91752026-08-24T13:13:28.700ZDEBG 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 } }]
91762026-08-24T13:13:28.700ZAug 24 13:13:27.576Aug 24 13:13:27.576 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
91772026-08-24T13:13:28.700Z
91782026-08-24T13:13:28.700ZAug 24 13:13:27.576Aug 24 13:13:27.576Aug 24 13:13:27.576 DEBGINFODEBG 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: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 } }]
91792026-08-24T13:13:28.700Z
91802026-08-24T13:13:28.700Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
91812026-08-24T13:13:28.700ZAug 24 13:13:27.576Aug 24 13:13:27.576 Aug 24 13:13:27.576 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
91822026-08-24T13:13:28.700Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:13:27.576 DEBG
91832026-08-24T13:13:28.700Zreplacing 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 } }]
91842026-08-24T13:13:28.700ZAug 24 13:13:27.576 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
91852026-08-24T13:13:28.700ZAug 24 13:13:27.576 DEBGAug 24 13:13:27.576 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
91862026-08-24T13:13:28.700Z 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 } }]
91872026-08-24T13:13:28.700ZAug 24 13:13:27.576 INFO Aug 24 13:13:27.576adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
91882026-08-24T13:13:28.700ZINFO Aug 24 13:13:27.576adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 24 13:13:27.576
91892026-08-24T13:13:28.700Z DEBGDEBG created new freemapreplacing 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 } }],
91902026-08-24T13:13:28.700Zunit:Aug 24 13:13:27.576 freemap_route_ipv4DEBGAug 24 13:13:27.576
91912026-08-24T13:13:28.700Z INFOreplacing 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 } }]
91922026-08-24T13:13:28.700ZAug 24 13:13:27.576adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
91932026-08-24T13:13:28.700ZDEBG created new freemap, Aug 24 13:13:27.576unit Aug 24 13:13:27.576INFO: adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv6
91942026-08-24T13:13:28.700Z
91952026-08-24T13:13:28.700Zreplacing 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 } }]
91962026-08-24T13:13:28.700ZAug 24 13:13:27.577Aug 24 13:13:27.577Aug 24 13:13:27.580 DEBGAug 24 13:13:27.576 DEBGcreated new freemap created new freemap, unit, :unit :freemap_route_ipv4
91972026-08-24T13:13:28.700ZINFODEBG created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff,
91982026-08-24T13:13:28.700Zunit : freemap_route_ipv4
91992026-08-24T13:13:28.700ZAug 24 13:13:27.580 DEBG Aug 24 13:13:27.580replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
92002026-08-24T13:13:28.700Z Aug 24 13:13:27.580DEBG
92012026-08-24T13:13:28.701Z created new freemap , DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92022026-08-24T13:13:28.701Zcreated new freemapAug 24 13:13:27.580Aug 24 13:13:27.576 , DEBGunit : Aug 24 13:13:27.576created new freemapAug 24 13:13:27.580freemap_route_ipv6 DEBGINFO, unit unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff:
92032026-08-24T13:13:28.701Z:replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92042026-08-24T13:13:28.701Z
92052026-08-24T13:13:28.701Zfreemap_route_ipv6Aug 24 13:13:27.580
92062026-08-24T13:13:28.701ZDEBG freemap_route_ipv6 Aug 24 13:13:27.580replacing 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 } }]
92072026-08-24T13:13:28.701ZINFOAug 24 13:13:27.580 initted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:13:27.580
92082026-08-24T13:13:28.701Z
92092026-08-24T13:13:28.701Z DEBG , DEBGunitAug 24 13:13:27.580Aug 24 13:13:27.580initted freemap. size: 64 , DEBGinitted freemap. size: 64unitINFO :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 } }]:
92102026-08-24T13:13:28.701Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff , unit:
92112026-08-24T13:13:28.701Z freemap_route_ipv4freemap_route_ipv4 Aug 24 13:13:27.580
92122026-08-24T13:13:28.701Z
92132026-08-24T13:13:28.701ZINFOfreemap_route_ipv4
92142026-08-24T13:13:28.701ZAug 24 13:13:27.580adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
92152026-08-24T13:13:28.701ZDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.580
92162026-08-24T13:13:28.701Z DEBGAug 24 13:13:27.580 reset freemapDEBGAug 24 13:13:27.580Aug 24 13:13:27.580, unitAug 24 13:13:27.580INFO 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
92172026-08-24T13:13:28.701Z: adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4reset freemap
92182026-08-24T13:13:28.701Z
92192026-08-24T13:13:28.701ZAug 24 13:13:27.580 INFO, adding route 3fff:beef:20::/64 -> 2001:db8::55:ff unitDEBGAug 24 13:13:27.580:
92202026-08-24T13:13:28.701Z Aug 24 13:13:27.580 DEBGDEBGreset freemap initted freemap. size: 64 , 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 } }],
92212026-08-24T13:13:28.701Zunit: unitfreemap_route_ipv4Aug 24 13:13:27.580: INFOfreemap_route_ipv6
92222026-08-24T13:13:28.701Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 24 13:13:27.580
92232026-08-24T13:13:28.701Zfreemap_route_ipv4
92242026-08-24T13:13:28.701ZAug 24 13:13:27.580
92252026-08-24T13:13:28.701ZDEBG DEBGreset freemapAug 24 13:13:27.580, 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
92262026-08-24T13:13:28.701Z:Aug 24 13:13:27.580 freemap_route_ipv6DEBGAug 24 13:13:27.580 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 } }]
92272026-08-24T13:13:28.701Z
92282026-08-24T13:13:28.701ZDEBG Aug 24 13:13:27.580 INFOinitted freemap. size: 64 initted freemap. size: 64Aug 24 13:13:27.580Aug 24 13:13:27.580adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFO
92292026-08-24T13:13:28.706ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
92302026-08-24T13:13:28.706Z
92312026-08-24T13:13:28.706ZAug 24 13:13:27.580, unit :, Aug 24 13:13:27.580Aug 24 13:13:27.580DEBG DEBGunitDEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 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 } }]
92322026-08-24T13:13:28.706Z
92332026-08-24T13:13:28.706Z:
92342026-08-24T13:13:28.706Zreplacing 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 } }]
92352026-08-24T13:13:28.706Zfreemap_route_ipv6
92362026-08-24T13:13:28.706ZAug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580INFO DEBG INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFOAug 24 13:13:27.580adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
92372026-08-24T13:13:28.706Zadding route 3fff:dead::/64 -> 2001:db8::55:1 reset freemap
92382026-08-24T13:13:28.706Z,
92392026-08-24T13:13:28.706ZDEBG initted freemap. size: 64unitAug 24 13:13:27.580, Aug 24 13:13:27.580Aug 24 13:13:27.580unit Aug 24 13:13:27.580: DEBG :freemap_route_ipv6DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
92402026-08-24T13:13:28.706Zreplacing 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 } }]
92412026-08-24T13:13:28.706Z
92422026-08-24T13:13:28.706Z
92432026-08-24T13:13:28.706ZDEBG reset freemapDEBGAug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580INFOreplacing 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
92442026-08-24T13:13:28.707Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
92452026-08-24T13:13:28.707Z adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
92462026-08-24T13:13:28.707Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.580reset freemap DEBG
92472026-08-24T13:13:28.707Z Aug 24 13:13:27.580, unit:, Aug 24 13:13:27.580replacing 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 } }]
92482026-08-24T13:13:28.707ZDEBGAug 24 13:13:27.580 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 } }]
92492026-08-24T13:13:28.707ZINFOAug 24 13:13:27.580 unitINFOadding route 3fff:beef:23::/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 } }]
92502026-08-24T13:13:28.707Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
92512026-08-24T13:13:28.707Z
92522026-08-24T13:13:28.707Zfreemap_route_ipv6:
92532026-08-24T13:13:28.707Zfreemap_route_ipv4Aug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580DEBG
92542026-08-24T13:13:28.707ZINFODEBG 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: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:dead::/64 -> 2001:db8::55:2
92552026-08-24T13:13:28.707Z
92562026-08-24T13:13:28.707Z
92572026-08-24T13:13:28.707ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
92582026-08-24T13:13:28.707ZAug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
92592026-08-24T13:13:28.707Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
92602026-08-24T13:13:28.707Z
92612026-08-24T13:13:28.707ZAug 24 13:13:27.580Aug 24 13:13:27.580 DEBGDEBG Aug 24 13:13:27.580Aug 24 13:13:27.580 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.580DEBG initted freemap. size: 64replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.580
92622026-08-24T13:13:28.707Z, INFODEBG
92632026-08-24T13:13:28.707Z unitAug 24 13:13:27.580replacing 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::/64 -> 2001:db8::55:ffINFO:
92642026-08-24T13:13:28.707Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
92652026-08-24T13:13:28.707Z
92662026-08-24T13:13:28.707Zfreemap_route_ipv6 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.580Aug 24 13:13:27.580
92672026-08-24T13:13:28.707ZDEBGAug 24 13:13:27.580 Aug 24 13:13:27.580 INFO DEBGAug 24 13:13:27.580 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
92682026-08-24T13:13:28.707Z DEBG reset freemap, 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 } }]
92692026-08-24T13:13:28.707Zunit
92702026-08-24T13:13:28.707Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:13:27.580
92712026-08-24T13:13:28.707Z: freemap_route_ipv6Aug 24 13:13:27.580DEBG
92722026-08-24T13:13:28.708ZAug 24 13:13:27.580 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 24 13:13:27.580
92732026-08-24T13:13:28.708Z DEBGINFO Aug 24 13:13:27.580 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFOAug 24 13:13:27.580
92742026-08-24T13:13:28.708Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
92752026-08-24T13:13:28.708Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
92762026-08-24T13:13:28.708Z
92772026-08-24T13:13:28.708Zadding route 3fff:dead::/64 -> 2001:db8::55:1
92782026-08-24T13:13:28.708ZAug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580DEBG 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 } }] DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
92792026-08-24T13:13:28.708Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92802026-08-24T13:13:28.708ZAug 24 13:13:27.580
92812026-08-24T13:13:28.708Z INFO Aug 24 13:13:27.580 Aug 24 13:13:27.580INFO Aug 24 13:13:27.580adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
92822026-08-24T13:13:28.708Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
92832026-08-24T13:13:28.708Z
92842026-08-24T13:13:28.708Z
92852026-08-24T13:13:28.708ZAug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
92862026-08-24T13:13:28.708Ztest route::tests::rollback_on_compact_delete_failure ... ok
92872026-08-24T13:13:28.708Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.580
92882026-08-24T13:13:28.708Z DEBG Aug 24 13:13:27.580replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 24 13:13:27.580DEBG
92892026-08-24T13:13:28.708ZINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
92902026-08-24T13:13:28.708Z
92912026-08-24T13:13:28.708ZAug 24 13:13:27.580Aug 24 13:13:27.580
92922026-08-24T13:13:28.708Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
92932026-08-24T13:13:28.708Z Aug 24 13:13:27.580INFO 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 } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
92942026-08-24T13:13:28.708Ztest route::tests::grow_succeeds ... ok
92952026-08-24T13:13:28.708Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
92962026-08-24T13:13:28.708Z
92972026-08-24T13:13:28.708ZAug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 INFODEBG DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 24 13:13:27.580replacing 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 } }]
92982026-08-24T13:13:28.708Z
92992026-08-24T13:13:28.708Z WARNreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.580 Aug 24 13:13:27.580
93002026-08-24T13:13:28.708Z DEBGINFO adding route 3fff:beef:37::/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 } }]
93012026-08-24T13:13:28.709Z
93022026-08-24T13:13:28.709ZAug 24 13:13:27.580shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
93032026-08-24T13:13:28.709ZINFOAug 24 13:13:27.580 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:13:27.580DEBG
93042026-08-24T13:13:28.709Z INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 24 13:13:27.581 DEBG
93052026-08-24T13:13:28.709Z
93062026-08-24T13:13:28.709Z created new freemapAug 24 13:13:27.587, unitAug 24 13:13:27.587DEBG INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
93072026-08-24T13:13:28.709Z:Aug 24 13:13:27.587Aug 24 13:13:27.587 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: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 } }]
93082026-08-24T13:13:28.709Zfreemap_route_ipv4
93092026-08-24T13:13:28.709Z
93102026-08-24T13:13:28.709Z Aug 24 13:13:27.587replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93112026-08-24T13:13:28.709ZAug 24 13:13:27.587INFOAug 24 13:13:27.587 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 24 13:13:27.587INFO
93122026-08-24T13:13:28.709Z DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
93132026-08-24T13:13:28.709Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOcreated new freemap ,
93142026-08-24T13:13:28.709Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 24 13:13:27.587Aug 24 13:13:27.587 DEBG unitINFOreplacing 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 } }]:
93152026-08-24T13:13:28.709Z freemap_route_ipv6
93162026-08-24T13:13:28.709Z
93172026-08-24T13:13:28.709Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
93182026-08-24T13:13:28.709ZAug 24 13:13:27.588Aug 24 13:13:27.588 INFODEBGAug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBG initted freemap. size: 64DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, DEBG
93192026-08-24T13:13:28.709Zreplacing 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 } }]unit
93202026-08-24T13:13:28.709Z: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
93212026-08-24T13:13:28.709ZAug 24 13:13:27.588Aug 24 13:13:27.588
93222026-08-24T13:13:28.709Z 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 DEBG Aug 24 13:13:27.588
93232026-08-24T13:13:28.709ZDEBGDEBG adding route 3fff:beef:7::/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 } }]Aug 24 13:13:27.588
93242026-08-24T13:13:28.709Z
93252026-08-24T13:13:28.709Zreset freemapDEBG, Aug 24 13:13:27.588replacing targets for 3fff:dead::/64 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 } }]
93262026-08-24T13:13:28.709Zreplacing 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 unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
93272026-08-24T13:13:28.709ZAug 24 13:13:27.588:Aug 24 13:13:27.588
93282026-08-24T13:13:28.709Z WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv4
93292026-08-24T13:13:28.714Z
93302026-08-24T13:13:28.714ZAug 24 13:13:27.588 INFO DEBGAug 24 13:13:27.588Aug 24 13:13:27.588 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 } }]ERROadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 24 13:13:27.588replacing 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 } }]
93312026-08-24T13:13:28.714Z
93322026-08-24T13:13:28.714Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
93332026-08-24T13:13:28.714ZAug 24 13:13:27.588 Aug 24 13:13:27.588DEBG INFOinitted freemap. size: 64
93342026-08-24T13:13:28.714Z , Aug 24 13:13:27.588adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit Aug 24 13:13:27.588
93352026-08-24T13:13:28.714Z: ERROfreemap_route_ipv6 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 it
93362026-08-24T13:13:28.714Z
93372026-08-24T13:13:28.714ZAug 24 13:13:27.588Aug 24 13:13:27.588 INFO DEBG DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
93382026-08-24T13:13:28.714Z
93392026-08-24T13:13:28.714ZAug 24 13:13:27.588replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
93402026-08-24T13:13:28.714Z
93412026-08-24T13:13:28.714Zreset freemapAug 24 13:13:27.588Aug 24 13:13:27.588 , INFOunit DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff Aug 24 13:13:27.588replacing 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 } }]
93422026-08-24T13:13:28.714Z:
93432026-08-24T13:13:28.714Z INFOfreemap_route_ipv6
93442026-08-24T13:13:28.714Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
93452026-08-24T13:13:28.714ZAug 24 13:13:27.588 Aug 24 13:13:27.588DEBGAug 24 13:13:27.588 Aug 24 13:13:27.588Aug 24 13:13:27.588replacing 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 } }]
93462026-08-24T13:13:28.714ZINFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFO
93472026-08-24T13:13:28.714Z Aug 24 13:13:27.588adding route 172.16.0.0/32 -> 10.0.0.1 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 } }]
93482026-08-24T13:13:28.714Z
93492026-08-24T13:13:28.714ZINFOAug 24 13:13:27.588DEBG Aug 24 13:13:27.588 DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
93502026-08-24T13:13:28.714Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.588
93512026-08-24T13:13:28.714Z 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 } }]
93522026-08-24T13:13:28.714Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:13:27.588Aug 24 13:13:27.588
93532026-08-24T13:13:28.714Z Aug 24 13:13:27.588 INFODEBG DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
93542026-08-24T13:13:28.715Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
93552026-08-24T13:13:28.715Z
93562026-08-24T13:13:28.715Zreplacing 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 } }]
93572026-08-24T13:13:28.715ZAug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588 DEBGAug 24 13:13:27.588 INFODEBGreplacing 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
93582026-08-24T13:13:28.715Z failed to allocate space for the new target list
93592026-08-24T13:13:28.715Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.588adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
93602026-08-24T13:13:28.715Z
93612026-08-24T13:13:28.715ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 24 13:13:27.588
93622026-08-24T13:13:28.715Z DEBG Aug 24 13:13:27.588replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
93632026-08-24T13:13:28.715ZAug 24 13:13:27.588Aug 24 13:13:27.588 DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
93642026-08-24T13:13:28.715Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
93652026-08-24T13:13:28.715Zreplacing 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 } }]
93662026-08-24T13:13:28.715ZAug 24 13:13:27.588 INFOAug 24 13:13:27.588Aug 24 13:13:27.588 DEBGINFO adding route 3fff:beef:c::/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 } }]
93672026-08-24T13:13:28.715Z
93682026-08-24T13:13:28.715Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
93692026-08-24T13:13:28.715ZAug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
93702026-08-24T13:13:28.715Z 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:39::/64 -> 2001:db8::55:ff
93712026-08-24T13:13:28.715Z
93722026-08-24T13:13:28.715ZAug 24 13:13:27.588 INFOAug 24 13:13:27.588 Aug 24 13:13:27.588 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:29::/64 -> 2001:db8::55:ff
93732026-08-24T13:13:28.715Z
93742026-08-24T13:13:28.715Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 24 13:13:27.588Aug 24 13:13:27.588
93752026-08-24T13:13:28.715ZDEBGINFO adding route 3fff:beef:3a::/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 } }]
93762026-08-24T13:13:28.715Z
93772026-08-24T13:13:28.715ZAug 24 13:13:27.588 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 } }]
93782026-08-24T13:13:28.715ZAug 24 13:13:27.588Aug 24 13:13:27.588 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
93792026-08-24T13:13:28.715Z
93802026-08-24T13:13:28.715ZAug 24 13:13:27.588 INFOAug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.576 INFODEBG DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
93812026-08-24T13:13:28.715Z
93822026-08-24T13:13:28.715Zcreated new freemap , replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
93832026-08-24T13:13:28.716Z:Aug 24 13:13:27.588 freemap_route_ipv4DEBGAug 24 13:13:27.588
93842026-08-24T13:13:28.716Z DEBG Aug 24 13:13:27.588 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93852026-08-24T13:13:28.716Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
93862026-08-24T13:13:28.716Ztest route::tests::rollback_on_compact_write_failure ... ok
93872026-08-24T13:13:28.716ZAug 24 13:13:27.588
93882026-08-24T13:13:28.716Z DEBGAug 24 13:13:27.588 created new freemapAug 24 13:13:27.588, INFOAug 24 13:13:27.588 unitadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
93892026-08-24T13:13:28.716Z: adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
93902026-08-24T13:13:28.716Zfreemap_route_ipv6
93912026-08-24T13:13:28.716ZDEBGAug 24 13:13:27.588 Aug 24 13:13:27.588 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 } }]DEBGDEBG Aug 24 13:13:27.588 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 } }]DEBG
93922026-08-24T13:13:28.716Z
93932026-08-24T13:13:28.716Zinitted freemap. size: 64
93942026-08-24T13:13:28.716Z, unitAug 24 13:13:27.588: Aug 24 13:13:27.588freemap_route_ipv4INFO
93952026-08-24T13:13:28.716Z Aug 24 13:13:27.588 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGINFO
93962026-08-24T13:13:28.716Z Aug 24 13:13:27.588adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff failed to allocate space for the new target listDEBG
93972026-08-24T13:13:28.716Z
93982026-08-24T13:13:28.716Z Aug 24 13:13:27.588reset freemap DEBG, unitreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBG
93992026-08-24T13:13:28.716Z freemap_route_ipv4DEBG
94002026-08-24T13:13:28.716Z 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 } }]replacing targets for 3fff:dead::/64 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 } }]
94012026-08-24T13:13:28.716Z
94022026-08-24T13:13:28.716ZAug 24 13:13:27.588 Aug 24 13:13:27.588Aug 24 13:13:27.588 DEBGINFOINFO initted freemap. size: 64 , adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
94032026-08-24T13:13:28.716Zunit
94042026-08-24T13:13:28.716Z: freemap_route_ipv6
94052026-08-24T13:13:28.716ZAug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
94062026-08-24T13:13:28.716Z 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 } }]reset freemap
94072026-08-24T13:13:28.716Z, unit: Aug 24 13:13:27.588freemap_route_ipv6
94082026-08-24T13:13:28.716ZAug 24 13:13:27.588INFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:13:27.588
94092026-08-24T13:13:28.716Z
94102026-08-24T13:13:28.716Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
94112026-08-24T13:13:28.717ZAug 24 13:13:27.588Aug 24 13:13:27.588 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 } }]Aug 24 13:13:27.588replacing 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 } }]
94122026-08-24T13:13:28.717ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
94132026-08-24T13:13:28.717ZAug 24 13:13:27.588 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
94142026-08-24T13:13:28.717ZAug 24 13:13:27.588 INFO adding route 172.16.0.0/32 -> 10.0.0.2
94152026-08-24T13:13:28.717ZAug 24 13:13:27.588
94162026-08-24T13:13:28.717ZAug 24 13:13:27.588 Aug 24 13:13:27.595DEBG INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffcreated new freemapAug 24 13:13:27.588, Aug 24 13:13:27.589unit
94172026-08-24T13:13:28.717Z DEBGDEBG: created new freemap created new freemapfreemap_route_ipv4DEBG,
94182026-08-24T13:13:28.717Zunit, :Aug 24 13:13:27.595 DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4unitreplacing 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 } }]
94192026-08-24T13:13:28.717Z
94202026-08-24T13:13:28.717Z:
94212026-08-24T13:13:28.717Z Aug 24 13:13:27.595freemap_route_ipv4 Aug 24 13:13:27.595
94222026-08-24T13:13:28.717ZDEBG INFOcreated new freemap adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 24 13:13:27.595,
94232026-08-24T13:13:28.717ZAug 24 13:13:27.595unit: freemap_route_ipv6
94242026-08-24T13:13:28.717ZDEBG created new freemapINFO, Aug 24 13:13:27.595Aug 24 13:13:27.595adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 24 13:13:27.595
94252026-08-24T13:13:28.717ZDEBG DEBGunit initted freemap. size: 64Aug 24 13:13:27.595, DEBGcreated new freemap , :DEBG unit 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 } }]:
94262026-08-24T13:13:28.717Z
94272026-08-24T13:13:28.717Z freemap_route_ipv4unit:
94282026-08-24T13:13:28.717Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.595Aug 24 13:13:27.595freemap_route_ipv6
94292026-08-24T13:13:28.722ZAug 24 13:13:27.595 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
94302026-08-24T13:13:28.722Z Aug 24 13:13:27.595
94312026-08-24T13:13:28.722Zreset freemap , initted freemap. size: 64unitDEBG: Aug 24 13:13:27.595freemap_route_ipv4Aug 24 13:13:27.595
94322026-08-24T13:13:28.722Z DEBGinitted freemap. size: 64, , INFO unit :Aug 24 13:13:27.595replacing 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:15::/64 -> 2001:db8::55:ff
94332026-08-24T13:13:28.722Z
94342026-08-24T13:13:28.722Z unitfreemap_route_ipv4
94352026-08-24T13:13:28.722ZDEBG: Aug 24 13:13:27.595 Aug 24 13:13:27.595initted freemap. size: 64 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 } }],
94362026-08-24T13:13:28.722Zfreemap_route_ipv4unit Aug 24 13:13:27.595adding route 3fff:beef:32::/64 -> 2001:db8::55:ff:
94372026-08-24T13:13:28.722Z
94382026-08-24T13:13:28.722Z freemap_route_ipv6DEBG
94392026-08-24T13:13:28.722Zreset freemapAug 24 13:13:27.595Aug 24 13:13:27.595 Aug 24 13:13:27.595DEBGAug 24 13:13:27.595 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 } }]DEBGINFO, DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffreset freemap
94402026-08-24T13:13:28.722Z reset freemap,
94412026-08-24T13:13:28.722Zunit:, unitunit:: freemap_route_ipv6freemap_route_ipv4
94422026-08-24T13:13:28.722Z
94432026-08-24T13:13:28.722ZAug 24 13:13:27.595Aug 24 13:13:27.595freemap_route_ipv4
94442026-08-24T13:13:28.722ZAug 24 13:13:27.595INFOAug 24 13:13:27.595 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
94452026-08-24T13:13:28.722Z 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 } }]initted freemap. size: 64adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
94462026-08-24T13:13:28.722Z
94472026-08-24T13:13:28.722Z, unit:Aug 24 13:13:27.595 Aug 24 13:13:27.595Aug 24 13:13:27.595 DEBGDEBGfreemap_route_ipv6
94482026-08-24T13:13:28.722Z Aug 24 13:13:27.595replacing 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 INFO
94492026-08-24T13:13:28.722Z initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
94502026-08-24T13:13:28.722Zunit:Aug 24 13:13:27.596Aug 24 13:13:27.596 DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFOreset freemap Aug 24 13:13:27.596, adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
94512026-08-24T13:13:28.722ZINFOunit:
94522026-08-24T13:13:28.722Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 24 13:13:27.596
94532026-08-24T13:13:28.722ZDEBG Aug 24 13:13:27.596replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6freemap_route_ipv6
94542026-08-24T13:13:28.722ZDEBG Aug 24 13:13:27.596replacing 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 } }]
94552026-08-24T13:13:28.723ZDEBG
94562026-08-24T13:13:28.723Z
94572026-08-24T13:13:28.723Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.596
94582026-08-24T13:13:28.723Z INFOAug 24 13:13:27.596 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
94592026-08-24T13:13:28.723ZAug 24 13:13:27.596 Aug 24 13:13:27.596 DEBG Aug 24 13:13:27.596 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:35::/64 -> 2001:db8::55:ffAug 24 13:13:27.596
94602026-08-24T13:13:28.723Z
94612026-08-24T13:13:28.723Z DEBGDEBG reset freemap , replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.596
94622026-08-24T13:13:28.723Z unitDEBGINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
94632026-08-24T13:13:28.723Z
94642026-08-24T13:13:28.723ZAug 24 13:13:27.596 freemap_route_ipv6
94652026-08-24T13:13:28.723ZINFO Aug 24 13:13:27.596Aug 24 13:13:27.596adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
94662026-08-24T13:13:28.723Z INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
94672026-08-24T13:13:28.723Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.596Aug 24 13:13:27.596
94682026-08-24T13:13:28.723Z INFODEBG Aug 24 13:13:27.596adding route 172.16.0.0/32 -> 10.0.0.1
94692026-08-24T13:13:28.723ZDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.596replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94702026-08-24T13:13:28.723ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
94712026-08-24T13:13:28.723Z
94722026-08-24T13:13:28.723ZAug 24 13:13:27.596Aug 24 13:13:27.596 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
94732026-08-24T13:13:28.723ZAug 24 13:13:27.596adding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFO
94742026-08-24T13:13:28.723Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:13:27.596
94752026-08-24T13:13:28.723Z DEBG Aug 24 13:13:27.596replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
94762026-08-24T13:13:28.723ZINFOAug 24 13:13:27.596 Aug 24 13:13:27.596DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 24 13:13:27.596
94772026-08-24T13:13:28.723Zreplacing 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: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 } }]
94782026-08-24T13:13:28.723Z INFO
94792026-08-24T13:13:28.723Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:13:27.596
94802026-08-24T13:13:28.723Z DEBGAug 24 13:13:27.596 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
94812026-08-24T13:13:28.723Z Aug 24 13:13:27.596adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
94822026-08-24T13:13:28.724ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:13:27.596Aug 24 13:13:27.596
94832026-08-24T13:13:28.724ZAug 24 13:13:27.596DEBG DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
94842026-08-24T13:13:28.724Zreplacing 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 } }]
94852026-08-24T13:13:28.724Z
94862026-08-24T13:13:28.724Ztest route::tests::same_size_non_subset_replace ... ok
94872026-08-24T13:13:28.724ZAug 24 13:13:27.596Aug 24 13:13:27.596 Aug 24 13:13:27.596DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 24 13:13:27.596Aug 24 13:13:27.596 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
94882026-08-24T13:13:28.724Z DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:13:27.596
94892026-08-24T13:13:28.724Z
94902026-08-24T13:13:28.724Z
94912026-08-24T13:13:28.724Zadding route 3fff:dead::/64 -> 2001:db8::55:4
94922026-08-24T13:13:28.724Z DEBG Aug 24 13:13:27.596replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.596INFOAug 24 13:13:27.596 adding route 172.16.0.0/32 -> 10.0.0.3Aug 24 13:13:27.596
94932026-08-24T13:13:28.724Z
94942026-08-24T13:13:28.724ZINFO DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 24 13:13:27.596
94952026-08-24T13:13:28.724ZAug 24 13:13:27.596 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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
94962026-08-24T13:13:28.724Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:3a::/64 -> 2001:db8::55:ff
94972026-08-24T13:13:28.724Z
94982026-08-24T13:13:28.724Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:13:27.596
94992026-08-24T13:13:28.724ZAug 24 13:13:27.596 DEBGAug 24 13:13:27.596 Aug 24 13:13:27.596DEBG Aug 24 13:13:27.596DEBGINFO 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 172.16.0.0/32 -> 10.0.0.4
95002026-08-24T13:13:28.724Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
95012026-08-24T13:13:28.724Z
95022026-08-24T13:13:28.724Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
95032026-08-24T13:13:28.724Z Aug 24 13:13:27.596replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:13:27.596Aug 24 13:13:27.596 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 } }]WARNINFO
95042026-08-24T13:13:28.724Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
95052026-08-24T13:13:28.724Z
95062026-08-24T13:13:28.724Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 24 13:13:27.596
95072026-08-24T13:13:28.724ZAug 24 13:13:27.596 INFO INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 24 13:13:27.596
95082026-08-24T13:13:28.724Z adding route 172.17.0.0/32 -> 10.0.0.255DEBG
95092026-08-24T13:13:28.724ZAug 24 13:13:27.596 Aug 24 13:13:27.596 INFODEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.596
95102026-08-24T13:13:28.725Z 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
95112026-08-24T13:13:28.725Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:13:27.596
95122026-08-24T13:13:28.725Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95132026-08-24T13:13:28.725ZAug 24 13:13:27.596adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
95142026-08-24T13:13:28.725ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:13:27.596Aug 24 13:13:27.596
95152026-08-24T13:13:28.725ZAug 24 13:13:27.596 INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 24 13:13:27.596replacing 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 } }]
95162026-08-24T13:13:28.725Z
95172026-08-24T13:13:28.725ZDEBG 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 } }]
95182026-08-24T13:13:28.725ZAug 24 13:13:27.596Aug 24 13:13:27.596 DEBG Aug 24 13:13:27.597replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.596 DEBG created new freemap
95192026-08-24T13:13:28.725ZDEBG, unitcreated new freemap:, Aug 24 13:13:27.603 freemap_route_ipv4INFO
95202026-08-24T13:13:28.725Z unitadding route 172.17.0.2/32 -> 10.0.0.255:
95212026-08-24T13:13:28.725Z freemap_route_ipv4Aug 24 13:13:27.603Aug 24 13:13:27.603
95222026-08-24T13:13:28.725Z DEBG created new freemap , DEBGAug 24 13:13:27.603 unit replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95232026-08-24T13:13:28.725ZDEBG: created new freemapfreemap_route_ipv6,
95242026-08-24T13:13:28.725Zunit:Aug 24 13:13:27.603 freemap_route_ipv6INFO
95252026-08-24T13:13:28.725Z adding route 172.17.0.3/32 -> 10.0.0.255
95262026-08-24T13:13:28.725ZAug 24 13:13:27.596Aug 24 13:13:27.603 DEBG initted freemap. size: 64INFO, unitINFOAug 24 13:13:27.603 :Aug 24 13:13:27.603 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG
95272026-08-24T13:13:28.725Zadding route 172.17.0.1/32 -> 10.0.0.255 freemap_route_ipv4DEBG
95282026-08-24T13:13:28.725Z
95292026-08-24T13:13:28.729Zinitted freemap. size: 64 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 } }],
95302026-08-24T13:13:28.729ZunitAug 24 13:13:27.603:Aug 24 13:13:27.603 DEBGAug 24 13:13:27.603freemap_route_ipv4
95312026-08-24T13:13:28.730Z reset freemapINFODEBG, replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.603unit :adding route 172.17.0.4/32 -> 10.0.0.255DEBG
95322026-08-24T13:13:28.730Z Aug 24 13:13:27.603
95332026-08-24T13:13:28.730Z DEBG Aug 24 13:13:27.603freemap_route_ipv4
95342026-08-24T13:13:28.730ZAug 24 13:13:27.603DEBGreplacing 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 } }] INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95352026-08-24T13:13:28.730Z
95362026-08-24T13:13:28.730Zadding route 172.17.0.2/32 -> 10.0.0.255reset freemapAug 24 13:13:27.603
95372026-08-24T13:13:28.730Z DEBG, unitAug 24 13:13:27.603 Aug 24 13:13:27.603INFO :INFOAug 24 13:13:27.603 initted freemap. size: 64 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff, adding route 172.17.0.5/32 -> 10.0.0.255DEBG
95382026-08-24T13:13:28.730Zunit:
95392026-08-24T13:13:28.730Zfreemap_route_ipv6
95402026-08-24T13:13:28.730ZAug 24 13:13:27.603freemap_route_ipv4replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95412026-08-24T13:13:28.730Z
95422026-08-24T13:13:28.730ZDEBG Aug 24 13:13:27.603replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.603
95432026-08-24T13:13:28.730ZAug 24 13:13:27.603 DEBG DEBGreset freemapAug 24 13:13:27.603, unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
95442026-08-24T13:13:28.730Z DEBGfreemap_route_ipv6
95452026-08-24T13:13:28.730Zinitted freemap. size: 64Aug 24 13:13:27.603Aug 24 13:13:27.603 INFO, Aug 24 13:13:27.603INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
95462026-08-24T13:13:28.730ZunitINFO adding route 3fff:dead::/64 -> 2001:db8::55:1:
95472026-08-24T13:13:28.730Zadding route 172.17.0.6/32 -> 10.0.0.255
95482026-08-24T13:13:28.730ZAug 24 13:13:27.603freemap_route_ipv6
95492026-08-24T13:13:28.730ZDEBGAug 24 13:13:27.603 Aug 24 13:13:27.603DEBG 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 } }]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 } }]
95502026-08-24T13:13:28.730Z
95512026-08-24T13:13:28.730Z Aug 24 13:13:27.603INFOAug 24 13:13:27.603Aug 24 13:13:27.603 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
95522026-08-24T13:13:28.730ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:13:27.588
95532026-08-24T13:13:28.730Zfailed to allocate space for the new target list
95542026-08-24T13:13:28.730Z adding route 172.17.0.3/32 -> 10.0.0.255
95552026-08-24T13:13:28.730ZAug 24 13:13:27.603Aug 24 13:13:27.603 DEBG INFODEBG DEBGadding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemapAug 24 13:13:27.603
95562026-08-24T13:13:28.730Z
95572026-08-24T13:13:28.730Z , Aug 24 13:13:27.603created new freemapDEBGunitAug 24 13:13:27.603: INFO freemap_route_ipv6replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBGAug 24 13:13:27.603 adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
95582026-08-24T13:13:28.731Z
95592026-08-24T13:13:28.731Z
95602026-08-24T13:13:28.731Z
95612026-08-24T13:13:28.731ZDEBG 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 } }]unitAug 24 13:13:27.603Aug 24 13:13:27.603 :
95622026-08-24T13:13:28.731Z Aug 24 13:13:27.603DEBG Aug 24 13:13:27.603DEBG freemap_route_ipv4 Aug 24 13:13:27.603replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
95632026-08-24T13:13:28.731ZINFO
95642026-08-24T13:13:28.731Z INFOfailed to allocate space for the new target list
95652026-08-24T13:13:28.731Zadding route 172.17.0.8/32 -> 10.0.0.255
95662026-08-24T13:13:28.731Zadding route 172.16.0.0/32 -> 10.0.0.1INFO Aug 24 13:13:27.603
95672026-08-24T13:13:28.731Z adding route 172.17.0.4/32 -> 10.0.0.255INFO
95682026-08-24T13:13:28.731Z Aug 24 13:13:27.603adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
95692026-08-24T13:13:28.731ZAug 24 13:13:27.603 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 172.16.0.0/32 with: [NextHop { asic_port_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-08-24T13:13:28.731ZAug 24 13:13:27.603 DEBGAug 24 13:13:27.603
95712026-08-24T13:13:28.731ZAug 24 13:13:27.603 Aug 24 13:13:27.603 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
95722026-08-24T13:13:28.731Z DEBGINFO adding route 172.17.0.9/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 } }]
95732026-08-24T13:13:28.731ZAug 24 13:13:27.603
95742026-08-24T13:13:28.731Z Aug 24 13:13:27.603DEBG 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
95752026-08-24T13:13:28.731ZDEBGAug 24 13:13:27.603
95762026-08-24T13:13:28.731Z DEBG Aug 24 13:13:27.603replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.603INFO
95772026-08-24T13:13:28.731Z adding route 172.17.0.5/32 -> 10.0.0.255created new freemapDEBG, unit:
95782026-08-24T13:13:28.731Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95792026-08-24T13:13:28.731ZAug 24 13:13:27.603freemap_route_ipv6 INFO
95802026-08-24T13:13:28.731Z Aug 24 13:13:27.603adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:13:27.603
95812026-08-24T13:13:28.731ZDEBGDEBGAug 24 13:13:27.603 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.603DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
95822026-08-24T13:13:28.731Z initted freemap. size: 64, DEBGunit
95832026-08-24T13:13:28.731Z :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 } }]
95842026-08-24T13:13:28.731Zfreemap_route_ipv4
95852026-08-24T13:13:28.731ZAug 24 13:13:27.603 INFO adding route 172.17.0.6/32 -> 10.0.0.255
95862026-08-24T13:13:28.732Ztest route::tests::rollback_on_index_readd_failure ... ok
95872026-08-24T13:13:28.732ZAug 24 13:13:27.603 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 } }]
95882026-08-24T13:13:28.732Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
95892026-08-24T13:13:28.732ZAug 24 13:13:27.604Aug 24 13:13:27.604 DEBGINFO reset freemapadding route 172.17.0.7/32 -> 10.0.0.255,
95902026-08-24T13:13:28.732Ztest route::tests::shrink_preserves_compacted_order ... ok
95912026-08-24T13:13:28.732Zunit: freemap_route_ipv4
95922026-08-24T13:13:28.732ZAug 24 13:13:27.588Aug 24 13:13:27.604 Aug 24 13:13:27.604 Aug 24 13:13:27.604 DEBGINFO DEBGcreated new freemap 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 } }]unitinitted freemap. size: 64
95932026-08-24T13:13:28.732Z, :adding route 172.17.0.11/32 -> 10.0.0.255unit
95942026-08-24T13:13:28.732Zfreemap_route_ipv4:
95952026-08-24T13:13:28.732Z freemap_route_ipv6Aug 24 13:13:27.604Aug 24 13:13:27.604
95962026-08-24T13:13:28.732Z DEBGINFO Aug 24 13:13:27.604replacing 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 } }]
95972026-08-24T13:13:28.732ZAug 24 13:13:27.604 DEBG adding route 172.17.0.8/32 -> 10.0.0.255 Aug 24 13:13:27.604created new freemap DEBGINFO,
95982026-08-24T13:13:28.732Z unitadding route 172.17.0.12/32 -> 10.0.0.255: reset freemap
95992026-08-24T13:13:28.732Z , freemap_route_ipv6unit
96002026-08-24T13:13:28.732Z:Aug 24 13:13:27.604 Aug 24 13:13:27.604 freemap_route_ipv6DEBG 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 } }]
96012026-08-24T13:13:28.732Z
96022026-08-24T13:13:28.732ZDEBG Aug 24 13:13:27.604replacing 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 } }]
96032026-08-24T13:13:28.732ZDEBGAug 24 13:13:27.604 initted freemap. size: 64 , INFOunitAug 24 13:13:27.604Aug 24 13:13:27.604 : adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv4 INFO
96042026-08-24T13:13:28.732Z
96052026-08-24T13:13:28.732ZINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
96062026-08-24T13:13:28.732ZAug 24 13:13:27.604Aug 24 13:13:27.604
96072026-08-24T13:13:28.732ZDEBG DEBG reset freemapreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 24 13:13:27.604unit
96082026-08-24T13:13:28.732Z:DEBGAug 24 13:13:27.604 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBGfreemap_route_ipv4
96092026-08-24T13:13:28.732ZAug 24 13:13:27.604 INFOAug 24 13:13:27.604 adding route 172.17.0.14/32 -> 10.0.0.255INFO
96102026-08-24T13:13:28.732Z adding route 172.16.0.0/32 -> 10.0.0.2
96112026-08-24T13:13:28.732Z DEBG
96122026-08-24T13:13:28.732Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.604
96132026-08-24T13:13:28.732Z Aug 24 13:13:27.604DEBGAug 24 13:13:27.604 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 } }]
96142026-08-24T13:13:28.732ZDEBGreplacing 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 } }]
96152026-08-24T13:13:28.733ZAug 24 13:13:27.604initted freemap. size: 64Aug 24 13:13:27.604, unitINFO:Aug 24 13:13:27.604 INFOfreemap_route_ipv6INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255
96162026-08-24T13:13:28.733Z
96172026-08-24T13:13:28.733Z
96182026-08-24T13:13:28.733Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:13:27.604 Aug 24 13:13:27.604DEBG DEBGAug 24 13:13:27.604
96192026-08-24T13:13:28.733Z 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 freemap
96202026-08-24T13:13:28.733Z, unitDEBG:Aug 24 13:13:27.604Aug 24 13:13:27.604 DEBGreplacing 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 } }] 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 } }]
96212026-08-24T13:13:28.733Z
96222026-08-24T13:13:28.733Zfreemap_route_ipv6
96232026-08-24T13:13:28.733Z adding route 172.17.0.16/32 -> 10.0.0.255
96242026-08-24T13:13:28.733ZAug 24 13:13:27.604 Aug 24 13:13:27.604INFO Aug 24 13:13:27.604INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
96252026-08-24T13:13:28.733ZDEBG 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 } }]Aug 24 13:13:27.604
96262026-08-24T13:13:28.733Z
96272026-08-24T13:13:28.733ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
96282026-08-24T13:13:28.733ZAug 24 13:13:27.604 Aug 24 13:13:27.604 Aug 24 13:13:27.604INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96292026-08-24T13:13:28.737Z DEBG
96302026-08-24T13:13:28.737Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.604
96312026-08-24T13:13:28.737Z DEBGAug 24 13:13:27.604 Aug 24 13:13:27.604 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
96322026-08-24T13:13:28.737Zreplacing 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 } }]
96332026-08-24T13:13:28.737Z
96342026-08-24T13:13:28.737ZAug 24 13:13:27.604 DEBGAug 24 13:13:27.604 Aug 24 13:13:27.604DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.604INFO
96352026-08-24T13:13:28.737Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.18/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 } }]
96362026-08-24T13:13:28.737ZAug 24 13:13:27.604Aug 24 13:13:27.604Aug 24 13:13:27.611 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 created new freemap, unit
96372026-08-24T13:13:28.737Z:
96382026-08-24T13:13:28.738Zfreemap_route_ipv4
96392026-08-24T13:13:28.738ZAug 24 13:13:27.604 Aug 24 13:13:27.611replacing 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 } }]
96402026-08-24T13:13:28.738ZAug 24 13:13:27.611DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:13:27.611DEBG
96412026-08-24T13:13:28.738Z DEBG created new freemapDEBGreplacing 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 } }]
96422026-08-24T13:13:28.738ZAug 24 13:13:27.611created new freemapAug 24 13:13:27.611, , unitINFO:Aug 24 13:13:27.611unit :freemap_route_ipv6INFO
96432026-08-24T13:13:28.738Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.19/32 -> 10.0.0.255
96442026-08-24T13:13:28.738Z
96452026-08-24T13:13:28.738Z freemap_route_ipv4 Aug 24 13:13:27.611
96462026-08-24T13:13:28.738ZINFO Aug 24 13:13:27.611Aug 24 13:13:27.611 DEBG DEBGAug 24 13:13:27.611DEBGinitted freemap. size: 64 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 } }] ,
96472026-08-24T13:13:28.738ZDEBG adding route 172.17.0.10/32 -> 10.0.0.255unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]:
96482026-08-24T13:13:28.738Z created new freemapfreemap_route_ipv4,
96492026-08-24T13:13:28.738Zunit: Aug 24 13:13:27.611freemap_route_ipv6 Aug 24 13:13:27.611
96502026-08-24T13:13:28.738Z
96512026-08-24T13:13:28.738ZAug 24 13:13:27.611INFO DEBGAug 24 13:13:27.611adding route 172.17.0.20/32 -> 10.0.0.255DEBG
96522026-08-24T13:13:28.738Z reset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }],
96532026-08-24T13:13:28.738ZunitAug 24 13:13:27.611DEBG:Aug 24 13:13:27.611 freemap_route_ipv4initted freemap. size: 64Aug 24 13:13:27.611,
96542026-08-24T13:13:28.738Z WARN DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) unitAug 24 13:13:27.611
96552026-08-24T13:13:28.738Z :DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96562026-08-24T13:13:28.738Zinitted freemap. size: 64freemap_route_ipv4DEBG,
96572026-08-24T13:13:28.738Zunit : replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
96582026-08-24T13:13:28.738Z
96592026-08-24T13:13:28.738ZAug 24 13:13:27.611Aug 24 13:13:27.611 DEBG reset freemapINFO, unitadding route 172.17.0.11/32 -> 10.0.0.255Aug 24 13:13:27.611Aug 24 13:13:27.611
96602026-08-24T13:13:28.738Z:INFO adding route 172.17.0.21/32 -> 10.0.0.255freemap_route_ipv4
96612026-08-24T13:13:28.738ZDEBG
96622026-08-24T13:13:28.738Z reset freemapAug 24 13:13:27.611, Aug 24 13:13:27.611unit DEBGDEBG: initted freemap. size: 64replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
96632026-08-24T13:13:28.738Z
96642026-08-24T13:13:28.738ZAug 24 13:13:27.611 , DEBGunit :Aug 24 13:13:27.611 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 } }]
96652026-08-24T13:13:28.739Zfreemap_route_ipv6INFO
96662026-08-24T13:13:28.739Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:13:27.611
96672026-08-24T13:13:28.739Z Aug 24 13:13:27.611INFO INFOAug 24 13:13:27.611 adding route 172.17.0.12/32 -> 10.0.0.255DEBG adding route 172.17.0.22/32 -> 10.0.0.255reset freemap
96682026-08-24T13:13:28.739Z,
96692026-08-24T13:13:28.739ZAug 24 13:13:27.611unit :DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv6Aug 24 13:13:27.611
96702026-08-24T13:13:28.739Z
96712026-08-24T13:13:28.739Z DEBG Aug 24 13:13:27.611replacing 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 } }]
96722026-08-24T13:13:28.739ZDEBGAug 24 13:13:27.611 INFOAug 24 13:13:27.611replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2INFO
96732026-08-24T13:13:28.739Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.611
96742026-08-24T13:13:28.739Z INFOAug 24 13:13:27.611
96752026-08-24T13:13:28.739Z DEBGadding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:13:27.611
96762026-08-24T13:13:28.739Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
96772026-08-24T13:13:28.739Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.611
96782026-08-24T13:13:28.739ZAug 24 13:13:27.611 Aug 24 13:13:27.611DEBG INFOAug 24 13:13:27.611 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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
96792026-08-24T13:13:28.739Z adding route 3fff:dead::/64 -> 2001:db8::55:2
96802026-08-24T13:13:28.739Z
96812026-08-24T13:13:28.739Z INFOAug 24 13:13:27.611 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 24 13:13:27.611
96822026-08-24T13:13:28.739ZAug 24 13:13:27.611replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96832026-08-24T13:13:28.739ZINFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255
96842026-08-24T13:13:28.739Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.611Aug 24 13:13:27.611
96852026-08-24T13:13:28.739Z DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
96862026-08-24T13:13:28.739Z
96872026-08-24T13:13:28.739ZAug 24 13:13:27.611Aug 24 13:13:27.611 DEBGAug 24 13:13:27.611Aug 24 13:13:27.611 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 } }] DEBGINFO
96882026-08-24T13:13:28.739Z 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 } }]
96892026-08-24T13:13:28.739Zadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.14/32 -> 10.0.0.255
96902026-08-24T13:13:28.739Z
96912026-08-24T13:13:28.739ZAug 24 13:13:27.611Aug 24 13:13:27.611Aug 24 13:13:27.611 INFODEBG 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 } }]
96922026-08-24T13:13:28.739Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
96932026-08-24T13:13:28.740ZAug 24 13:13:27.611
96942026-08-24T13:13:28.740Z
96952026-08-24T13:13:28.740ZDEBGAug 24 13:13:27.611 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 } }] Aug 24 13:13:27.611
96962026-08-24T13:13:28.740Z adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
96972026-08-24T13:13:28.740Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.611Aug 24 13:13:27.611
96982026-08-24T13:13:28.740ZINFOINFOAug 24 13:13:27.611 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255
96992026-08-24T13:13:28.740ZAug 24 13:13:27.611replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
97002026-08-24T13:13:28.740ZINFO
97012026-08-24T13:13:28.740Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:13:27.611
97022026-08-24T13:13:28.740Z Aug 24 13:13:27.611DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.611
97032026-08-24T13:13:28.740Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
97042026-08-24T13:13:28.740Z Aug 24 13:13:27.611replacing 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 } }]
97052026-08-24T13:13:28.740ZDEBG Aug 24 13:13:27.611replacing 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 } }]
97062026-08-24T13:13:28.740ZAug 24 13:13:27.611INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 24 13:13:27.611adding route 172.17.0.27/32 -> 10.0.0.255
97072026-08-24T13:13:28.740Z
97082026-08-24T13:13:28.740ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
97092026-08-24T13:13:28.740ZAug 24 13:13:27.611 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97102026-08-24T13:13:28.740ZAug 24 13:13:27.611 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 } }]
97112026-08-24T13:13:28.740ZAug 24 13:13:27.611 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 24 13:13:27.611
97122026-08-24T13:13:28.740Z INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 24 13:13:27.611
97132026-08-24T13:13:28.740Z DEBGAug 24 13:13:27.611 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
97142026-08-24T13:13:28.740Z Aug 24 13:13:27.611replacing 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 } }]
97152026-08-24T13:13:28.740ZDEBG Aug 24 13:13:27.611replacing 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 } }]
97162026-08-24T13:13:28.740ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
97172026-08-24T13:13:28.740ZAug 24 13:13:27.604Aug 24 13:13:27.611Aug 24 13:13:27.611 Aug 24 13:13:27.611 INFOINFOINFODEBG adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
97182026-08-24T13:13:28.740Z
97192026-08-24T13:13:28.740Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing 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 } }]
97202026-08-24T13:13:28.740Z
97212026-08-24T13:13:28.740ZAug 24 13:13:27.611 Aug 24 13:13:27.611DEBG Aug 24 13:13:27.611DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97222026-08-24T13:13:28.741Z
97232026-08-24T13:13:28.741Z 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 } }]
97242026-08-24T13:13:28.741ZAug 24 13:13:27.611Aug 24 13:13:27.611Aug 24 13:13:27.611 Aug 24 13:13:27.611INFO INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255INFO
97252026-08-24T13:13:28.741Z adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
97262026-08-24T13:13:28.741Z
97272026-08-24T13:13:28.741Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
97282026-08-24T13:13:28.741ZAug 24 13:13:27.611 Aug 24 13:13:27.611Aug 24 13:13:27.611DEBG DEBG DEBGAug 24 13:13:27.611replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
97292026-08-24T13:13:28.745Z
97302026-08-24T13:13:28.745Zreplacing 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 } }]
97312026-08-24T13:13:28.745ZDEBG 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 } }]
97322026-08-24T13:13:28.745ZAug 24 13:13:27.611 Aug 24 13:13:27.611INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255
97332026-08-24T13:13:28.745Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 24 13:13:27.611
97342026-08-24T13:13:28.745Z Aug 24 13:13:27.611INFO Aug 24 13:13:27.611adding route 172.17.0.20/32 -> 10.0.0.255INFO Aug 24 13:13:27.611
97352026-08-24T13:13:28.745Z 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: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 } }]
97362026-08-24T13:13:28.745Z
97372026-08-24T13:13:28.745ZAug 24 13:13:27.611adding route 172.17.0.30/32 -> 10.0.0.255
97382026-08-24T13:13:28.745ZDEBGAug 24 13:13:27.611Aug 24 13:13:27.611 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 } }]
97392026-08-24T13:13:28.745ZAug 24 13:13:27.612Aug 24 13:13:27.619 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255created new freemap
97402026-08-24T13:13:28.745Z, unit : adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv4
97412026-08-24T13:13:28.745Z
97422026-08-24T13:13:28.745ZINFOAug 24 13:13:27.619 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
97432026-08-24T13:13:28.745ZAug 24 13:13:27.619 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.619DEBG
97442026-08-24T13:13:28.745Z Aug 24 13:13:27.619created new freemap , DEBGAug 24 13:13:27.619unit :INFODEBG freemap_route_ipv6
97452026-08-24T13:13:28.746Zreplacing 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: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 } }]
97462026-08-24T13:13:28.746Z
97472026-08-24T13:13:28.746Zadding route 172.17.0.22/32 -> 10.0.0.255
97482026-08-24T13:13:28.746ZAug 24 13:13:27.619Aug 24 13:13:27.619 INFOcreated new freemap Aug 24 13:13:27.619Aug 24 13:13:27.619, adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBG
97492026-08-24T13:13:28.746Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
97502026-08-24T13:13:28.746Z unit :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.6/32 -> 10.0.0.255 freemap_route_ipv4
97512026-08-24T13:13:28.746Z
97522026-08-24T13:13:28.746Z
97532026-08-24T13:13:28.746ZAug 24 13:13:27.619 DEBGAug 24 13:13:27.619 Aug 24 13:13:27.619 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.619
97542026-08-24T13:13:28.746ZAug 24 13:13:27.619Aug 24 13:13:27.619 DEBG DEBGINFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:13:27.619, initted freemap. size: 64 unitINFO:INFO
97552026-08-24T13:13:28.746Z , adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255freemap_route_ipv6
97562026-08-24T13:13:28.746Zunit
97572026-08-24T13:13:28.746Z:
97582026-08-24T13:13:28.746ZDEBG freemap_route_ipv4replacing 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 } }]
97592026-08-24T13:13:28.746ZAug 24 13:13:27.619Aug 24 13:13:27.619Aug 24 13:13:27.619
97602026-08-24T13:13:28.746ZAug 24 13:13:27.619Aug 24 13:13:27.619 DEBG DEBG 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 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 } }]
97612026-08-24T13:13:28.746Z
97622026-08-24T13:13:28.746Zinitted freemap. size: 64 , unitAug 24 13:13:27.619DEBG reset freemap INFOAug 24 13:13:27.619:replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97632026-08-24T13:13:28.746Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
97642026-08-24T13:13:28.746Z, freemap_route_ipv4 Aug 24 13:13:27.619
97652026-08-24T13:13:28.746ZAug 24 13:13:27.619 INFOAug 24 13:13:27.619 adding route 172.17.0.32/32 -> 10.0.0.255
97662026-08-24T13:13:28.746ZINFODEBG Aug 24 13:13:27.619INFO Aug 24 13:13:27.619replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
97672026-08-24T13:13:28.746Z
97682026-08-24T13:13:28.746Zreset freemap DEBG, unit :
97692026-08-24T13:13:28.746Z Aug 24 13:13:27.619freemap_route_ipv4Aug 24 13:13:27.619
97702026-08-24T13:13:28.746Z 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 } }] 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
97712026-08-24T13:13:28.747Z
97722026-08-24T13:13:28.747ZAug 24 13:13:27.619 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffinitted freemap. size: 64
97732026-08-24T13:13:28.747ZAug 24 13:13:27.619Aug 24 13:13:27.619, INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255unit
97742026-08-24T13:13:28.747Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 24 13:13:27.619
97752026-08-24T13:13:28.747Z :DEBG Aug 24 13:13:27.619replacing 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 } }]
97762026-08-24T13:13:28.747ZDEBGAug 24 13:13:27.619Aug 24 13:13:27.619 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97772026-08-24T13:13:28.747Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.619
97782026-08-24T13:13:28.747Z 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
97792026-08-24T13:13:28.747Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 24 13:13:27.619
97802026-08-24T13:13:28.747Z freemap_route_ipv6INFOAug 24 13:13:27.619
97812026-08-24T13:13:28.747Zadding route 172.17.0.34/32 -> 10.0.0.255INFOAug 24 13:13:27.619 adding route 172.17.0.8/32 -> 10.0.0.255
97822026-08-24T13:13:28.747Z
97832026-08-24T13:13:28.747ZAug 24 13:13:27.619DEBG Aug 24 13:13:27.619 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing 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 } }]reset freemap
97842026-08-24T13:13:28.747Z,
97852026-08-24T13:13:28.747Zunit:Aug 24 13:13:27.619 freemap_route_ipv6DEBG
97862026-08-24T13:13:28.747ZAug 24 13:13:27.619 Aug 24 13:13:27.619 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 } }]
97872026-08-24T13:13:28.747Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.619
97882026-08-24T13:13:28.747Z DEBGINFOAug 24 13:13:27.619 Aug 24 13:13:27.619adding route 172.16.0.0/32 -> 10.0.0.1
97892026-08-24T13:13:28.747ZAug 24 13:13:27.619INFOreplacing 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 } }] INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:13:27.619
97902026-08-24T13:13:28.747Zadding route 172.17.0.35/32 -> 10.0.0.255
97912026-08-24T13:13:28.747Z
97922026-08-24T13:13:28.747ZDEBG
97932026-08-24T13:13:28.747Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:13:27.619
97942026-08-24T13:13:28.747Z Aug 24 13:13:27.619DEBG DEBGAug 24 13:13:27.619 Aug 24 13:13:27.619replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
97952026-08-24T13:13:28.747Z
97962026-08-24T13:13:28.747ZINFOAug 24 13:13:27.619 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
97972026-08-24T13:13:28.747ZAug 24 13:13:27.619 INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97982026-08-24T13:13:28.747Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 24 13:13:27.619
97992026-08-24T13:13:28.748Z adding route 172.17.0.9/32 -> 10.0.0.255INFO
98002026-08-24T13:13:28.748ZAug 24 13:13:27.619 Aug 24 13:13:27.619adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:13:27.619
98012026-08-24T13:13:28.748ZINFODEBG 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 } }] 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 } }]
98022026-08-24T13:13:28.748ZAug 24 13:13:27.619
98032026-08-24T13:13:28.748ZDEBG 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 } }]
98042026-08-24T13:13:28.748ZAug 24 13:13:27.619Aug 24 13:13:27.627 Aug 24 13:13:27.627Aug 24 13:13:27.627INFO INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
98052026-08-24T13:13:28.748Z
98062026-08-24T13:13:28.748Z adding route 172.17.0.29/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 } }]
98072026-08-24T13:13:28.748ZAug 24 13:13:27.627
98082026-08-24T13:13:28.748ZAug 24 13:13:27.627 DEBG 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 } }]
98092026-08-24T13:13:28.748Zreplacing 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 } }]
98102026-08-24T13:13:28.748ZAug 24 13:13:27.627Aug 24 13:13:27.627Aug 24 13:13:27.627 INFOINFO INFOadding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
98112026-08-24T13:13:28.748Z
98122026-08-24T13:13:28.748Z adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:13:27.627
98132026-08-24T13:13:28.748Z Aug 24 13:13:27.627DEBG 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 } }]
98142026-08-24T13:13:28.748Zreplacing 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 } }]
98152026-08-24T13:13:28.748ZAug 24 13:13:27.627Aug 24 13:13:27.627 DEBGINFOAug 24 13:13:27.627 adding route 172.17.0.31/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627 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
98162026-08-24T13:13:28.748Z
98172026-08-24T13:13:28.748Z
98182026-08-24T13:13:28.748Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
98192026-08-24T13:13:28.748ZAug 24 13:13:27.627 Aug 24 13:13:27.627INFO Aug 24 13:13:27.627DEBG DEBGadding route 172.17.0.2/32 -> 10.0.0.255
98202026-08-24T13:13:28.748Zunitreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]:
98212026-08-24T13:13:28.748Z
98222026-08-24T13:13:28.748Zfreemap_route_ipv4
98232026-08-24T13:13:28.748ZAug 24 13:13:27.627 INFOAug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627 INFOAug 24 13:13:27.627 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
98242026-08-24T13:13:28.748ZINFOadding route 172.17.0.11/32 -> 10.0.0.255 DEBGadding route 172.17.0.32/32 -> 10.0.0.255initted freemap. size: 64
98252026-08-24T13:13:28.748ZAug 24 13:13:27.627, 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.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 } }]
98262026-08-24T13:13:28.748Z
98272026-08-24T13:13:28.749ZAug 24 13:13:27.627
98282026-08-24T13:13:28.749Zunit: DEBGfreemap_route_ipv6 Aug 24 13:13:27.627replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.627INFOAug 24 13:13:27.627 INFOadding route 172.17.0.3/32 -> 10.0.0.255
98292026-08-24T13:13:28.753Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
98302026-08-24T13:13:28.753Z
98312026-08-24T13:13:28.753Z
98322026-08-24T13:13:28.753Z 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 } }]
98332026-08-24T13:13:28.753ZAug 24 13:13:27.627Aug 24 13:13:27.627Aug 24 13:13:27.627 DEBGDEBG 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 } }]
98342026-08-24T13:13:28.753ZAug 24 13:13:27.627adding route 172.17.0.33/32 -> 10.0.0.255 Aug 24 13:13:27.627
98352026-08-24T13:13:28.753Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
98362026-08-24T13:13:28.753Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:13:27.627
98372026-08-24T13:13:28.753Z DEBGINFOAug 24 13:13:27.627 reset freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
98382026-08-24T13:13:28.753ZAug 24 13:13:27.627 unit Aug 24 13:13:27.627DEBGAug 24 13:13:27.627DEBG INFODEBG adding route 172.17.0.4/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 } }]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 } }]
98392026-08-24T13:13:28.753Z
98402026-08-24T13:13:28.753Zreplacing 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 } }]
98412026-08-24T13:13:28.753Z
98422026-08-24T13:13:28.753Z:Aug 24 13:13:27.627Aug 24 13:13:27.627 INFODEBG Aug 24 13:13:27.627 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
98432026-08-24T13:13:28.753Z adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:13:27.627
98442026-08-24T13:13:28.753Z INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv6
98452026-08-24T13:13:28.753ZAug 24 13:13:27.627
98462026-08-24T13:13:28.753ZAug 24 13:13:27.627 DEBGDEBG
98472026-08-24T13:13:28.753Zreplacing 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 } }]
98482026-08-24T13:13:28.754Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627
98492026-08-24T13:13:28.754Z Aug 24 13:13:27.627DEBG Aug 24 13:13:27.627Aug 24 13:13:27.627Aug 24 13:13:27.627INFO INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
98502026-08-24T13:13:28.754Z
98512026-08-24T13:13:28.754ZINFO adding route 172.17.0.35/32 -> 10.0.0.255 Aug 24 13:13:27.627
98522026-08-24T13:13:28.754Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627
98532026-08-24T13:13:28.754Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
98542026-08-24T13:13:28.754Z 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 } }]
98552026-08-24T13:13:28.754Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627Aug 24 13:13:27.627
98562026-08-24T13:13:28.754Z Aug 24 13:13:27.627 DEBGINFOINFO Aug 24 13:13:27.627 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627adding route 172.17.0.14/32 -> 10.0.0.255 INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
98572026-08-24T13:13:28.754Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
98582026-08-24T13:13:28.754Z
98592026-08-24T13:13:28.754Z
98602026-08-24T13:13:28.754Zadding route 172.17.0.6/32 -> 10.0.0.255
98612026-08-24T13:13:28.754ZAug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627Aug 24 13:13:27.627INFOINFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
98622026-08-24T13:13:28.754ZAug 24 13:13:27.627replacing 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 } }]
98632026-08-24T13:13:28.754ZDEBG 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 } }] DEBGAug 24 13:13:27.627
98642026-08-24T13:13:28.754ZAug 24 13:13:27.627adding route 172.16.0.0/32 -> 10.0.0.2 INFO
98652026-08-24T13:13:28.754Z 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
98662026-08-24T13:13:28.754Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627
98672026-08-24T13:13:28.754Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
98682026-08-24T13:13:28.754ZAug 24 13:13:27.627INFOAug 24 13:13:27.627 Aug 24 13:13:27.627 INFOAug 24 13:13:27.627INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
98692026-08-24T13:13:28.754ZDEBG
98702026-08-24T13:13:28.754ZDEBG
98712026-08-24T13:13:28.754Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98722026-08-24T13:13:28.754Z
98732026-08-24T13:13:28.754ZAug 24 13:13:27.627Aug 24 13:13:27.627 DEBG Aug 24 13:13:27.627Aug 24 13:13:27.627replacing 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 } }]
98742026-08-24T13:13:28.754Z INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
98752026-08-24T13:13:28.755Zadding route 172.16.0.0/32 -> 10.0.0.3DEBG
98762026-08-24T13:13:28.755ZAug 24 13:13:27.627 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 } }]
98772026-08-24T13:13:28.755ZDEBG Aug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627INFO DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/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 } }]Aug 24 13:13:27.627
98782026-08-24T13:13:28.755Z
98792026-08-24T13:13:28.755Z adding route 172.17.0.8/32 -> 10.0.0.255
98802026-08-24T13:13:28.755Z
98812026-08-24T13:13:28.755ZDEBGAug 24 13:13:27.627 Aug 24 13:13:27.627replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:13:27.627
98822026-08-24T13:13:28.755Z INFO DEBGAug 24 13:13:27.627adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
98832026-08-24T13:13:28.755ZAug 24 13:13:27.627DEBG 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 INFOadding route 172.16.0.0/32 -> 10.0.0.4
98842026-08-24T13:13:28.755Zadding route 172.17.0.16/32 -> 10.0.0.255 Aug 24 13:13:27.627 DEBG
98852026-08-24T13:13:28.755Zreplacing 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 } }]
98862026-08-24T13:13:28.755Zreplacing 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 } }]
98872026-08-24T13:13:28.755Z
98882026-08-24T13:13:28.755Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
98892026-08-24T13:13:28.755ZAug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627 Aug 24 13:13:27.627adding route 172.17.0.36/32 -> 10.0.0.255 DEBGINFO
98902026-08-24T13:13:28.755Z INFOadding route 172.17.0.39/32 -> 10.0.0.255 DEBGAug 24 13:13:27.627 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98912026-08-24T13:13:28.755Z
98922026-08-24T13:13:28.755Z
98932026-08-24T13:13:28.755Z INFOAug 24 13:13:27.627 Aug 24 13:13:27.627Aug 24 13:13:27.627 DEBGadding route 172.17.0.9/32 -> 10.0.0.255DEBGAug 24 13:13:27.627
98942026-08-24T13:13:28.755Zreplacing 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 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 } }]
98952026-08-24T13:13:28.755ZDEBG
98962026-08-24T13:13:28.755ZAug 24 13:13:27.627INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
98972026-08-24T13:13:28.755Z Aug 24 13:13:27.627adding route 172.17.0.17/32 -> 10.0.0.255
98982026-08-24T13:13:28.755Z 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 } }]Aug 24 13:13:27.627 failed to allocate space for the new target listINFOAug 24 13:13:27.627 Aug 24 13:13:27.627adding route 172.17.0.37/32 -> 10.0.0.255
98992026-08-24T13:13:28.755Z DEBG
99002026-08-24T13:13:28.755ZINFO
99012026-08-24T13:13:28.755Z Aug 24 13:13:27.627adding route 172.17.0.40/32 -> 10.0.0.255 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 } }]
99022026-08-24T13:13:28.755ZAug 24 13:13:27.627DEBG 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 } }]
99032026-08-24T13:13:28.755Zadding route 172.17.0.10/32 -> 10.0.0.255
99042026-08-24T13:13:28.756Z
99052026-08-24T13:13:28.756ZAug 24 13:13:27.627 DEBGAug 24 13:13:27.627 Aug 24 13:13:27.627replacing 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 } }]
99062026-08-24T13:13:28.756Z INFODEBG adding route 172.17.0.18/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 } }]Aug 24 13:13:27.627
99072026-08-24T13:13:28.756Z
99082026-08-24T13:13:28.756ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
99092026-08-24T13:13:28.756ZAug 24 13:13:27.627 Aug 24 13:13:27.627DEBG 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 } }]
99102026-08-24T13:13:28.756Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627
99112026-08-24T13:13:28.756Z DEBGAug 24 13:13:27.627 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 24 13:13:27.627adding route 172.17.0.38/32 -> 10.0.0.255
99122026-08-24T13:13:28.756ZINFO
99132026-08-24T13:13:28.756ZAug 24 13:13:27.627 adding route 172.17.0.19/32 -> 10.0.0.255INFO
99142026-08-24T13:13:28.756Z adding route 172.17.0.11/32 -> 10.0.0.255Aug 24 13:13:27.627
99152026-08-24T13:13:28.756Z DEBGAug 24 13:13:27.627 Aug 24 13:13:27.627DEBGreplacing 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 } }]
99162026-08-24T13:13:28.756ZAug 24 13:13:27.627replacing 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 adding route 172.17.0.42/32 -> 10.0.0.255
99172026-08-24T13:13:28.756ZDEBGAug 24 13:13:27.628 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635
99182026-08-24T13:13:28.756Z DEBG Aug 24 13:13:27.635replacing 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
99192026-08-24T13:13:28.756Z adding route 172.17.0.39/32 -> 10.0.0.255DEBG
99202026-08-24T13:13:28.756Z created new freemap, Aug 24 13:13:27.635unit :INFOAug 24 13:13:27.635 adding route 172.17.0.12/32 -> 10.0.0.255INFO
99212026-08-24T13:13:28.756Z freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:13:27.635
99222026-08-24T13:13:28.756Z DEBG
99232026-08-24T13:13:28.756Zreplacing 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 } }]
99242026-08-24T13:13:28.756ZAug 24 13:13:27.635Aug 24 13:13:27.635 DEBGDEBG Aug 24 13:13:27.635replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
99252026-08-24T13:13:28.756Z
99262026-08-24T13:13:28.756ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 24 13:13:27.635adding route 172.17.0.40/32 -> 10.0.0.255
99272026-08-24T13:13:28.756ZINFOAug 24 13:13:27.635Aug 24 13:13:27.635
99282026-08-24T13:13:28.756Z adding route 172.17.0.44/32 -> 10.0.0.255
99292026-08-24T13:13:28.761ZDEBG created new freemapINFO, Aug 24 13:13:27.635adding route 172.17.0.13/32 -> 10.0.0.255Aug 24 13:13:27.635unit
99302026-08-24T13:13:28.761ZAug 24 13:13:27.635 : DEBGfreemap_route_ipv6DEBG replacing targets for 172.16.0.0/32 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 } }] 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 } }]
99312026-08-24T13:13:28.761Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635
99322026-08-24T13:13:28.761Z
99332026-08-24T13:13:28.761Z
99342026-08-24T13:13:28.761Z DEBG Aug 24 13:13:27.635replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.635
99352026-08-24T13:13:28.761ZINFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
99362026-08-24T13:13:28.761ZAug 24 13:13:27.635adding route 172.17.0.41/32 -> 10.0.0.255
99372026-08-24T13:13:28.761ZDEBG Aug 24 13:13:27.635Aug 24 13:13:27.635 initted freemap. size: 64 , DEBGAug 24 13:13:27.635 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
99382026-08-24T13:13:28.761Z adding route 172.17.0.14/32 -> 10.0.0.255DEBGunit :replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635
99392026-08-24T13:13:28.761ZINFOfreemap_route_ipv4
99402026-08-24T13:13:28.761Z
99412026-08-24T13:13:28.761Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 24 13:13:27.635
99422026-08-24T13:13:28.761Z Aug 24 13:13:27.635INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 24 13:13:27.635
99432026-08-24T13:13:28.761ZAug 24 13:13:27.635DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
99442026-08-24T13:13:28.761Z
99452026-08-24T13:13:28.761Z 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 } }]
99462026-08-24T13:13:28.761Zreset freemap, Aug 24 13:13:27.635unit :INFOAug 24 13:13:27.635 adding route 172.17.0.47/32 -> 10.0.0.255INFO
99472026-08-24T13:13:28.761Zadding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:13:27.635
99482026-08-24T13:13:28.761Z INFOfreemap_route_ipv4
99492026-08-24T13:13:28.761ZAug 24 13:13:27.635adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:13:27.635
99502026-08-24T13:13:28.762Z DEBGDEBG Aug 24 13:13:27.635replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
99512026-08-24T13:13:28.762Z
99522026-08-24T13:13:28.762Z DEBG initted freemap. size: 64Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255DEBG
99532026-08-24T13:13:28.762Zadding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
99542026-08-24T13:13:28.762Z,
99552026-08-24T13:13:28.762ZAug 24 13:13:27.635 unitDEBG: Aug 24 13:13:27.635 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 } }]DEBGAug 24 13:13:27.635
99562026-08-24T13:13:28.762Zfreemap_route_ipv6 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 } }]
99572026-08-24T13:13:28.762Z
99582026-08-24T13:13:28.762ZINFOAug 24 13:13:27.635 adding route 172.17.0.16/32 -> 10.0.0.255Aug 24 13:13:27.635
99592026-08-24T13:13:28.762ZAug 24 13:13:27.635INFO INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255Aug 24 13:13:27.635
99602026-08-24T13:13:28.762Z
99612026-08-24T13:13:28.762Z DEBGreset 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 } }]unitAug 24 13:13:27.635
99622026-08-24T13:13:28.762ZAug 24 13:13:27.635 :DEBG 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 } }] Aug 24 13:13:27.635
99632026-08-24T13:13:28.762Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
99642026-08-24T13:13:28.762Z adding route 172.17.0.17/32 -> 10.0.0.255
99652026-08-24T13:13:28.762Zfreemap_route_ipv6Aug 24 13:13:27.635
99662026-08-24T13:13:28.762Z Aug 24 13:13:27.635INFO Aug 24 13:13:27.635 INFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.50/32 -> 10.0.0.255
99672026-08-24T13:13:28.762Z
99682026-08-24T13:13:28.762ZDEBG Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635 DEBGDEBGreplacing 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.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 } }]
99692026-08-24T13:13:28.762ZINFO
99702026-08-24T13:13:28.762Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
99712026-08-24T13:13:28.762Z
99722026-08-24T13:13:28.762ZAug 24 13:13:27.635 INFO Aug 24 13:13:27.635adding route 172.17.0.51/32 -> 10.0.0.255 Aug 24 13:13:27.635
99732026-08-24T13:13:28.762ZAug 24 13:13:27.635 INFOINFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:13:27.635
99742026-08-24T13:13:28.762Zadding route 172.17.0.47/32 -> 10.0.0.255
99752026-08-24T13:13:28.762Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
99762026-08-24T13:13:28.762Z Aug 24 13:13:27.635replacing 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 } }]
99772026-08-24T13:13:28.762ZAug 24 13:13:27.635 Aug 24 13:13:27.635DEBGDEBG Aug 24 13:13:27.635replacing 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
99782026-08-24T13:13:28.763Z INFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
99792026-08-24T13:13:28.763Z
99802026-08-24T13:13:28.763Z
99812026-08-24T13:13:28.763ZAug 24 13:13:27.635 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:13:27.635Aug 24 13:13:27.635
99822026-08-24T13:13:28.763ZDEBG Aug 24 13:13:27.635replacing 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 } }]
99832026-08-24T13:13:28.763Z INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:13:27.635Aug 24 13:13:27.635 INFODEBG
99842026-08-24T13:13:28.763Z adding route 172.17.0.53/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 } }]
99852026-08-24T13:13:28.763Z
99862026-08-24T13:13:28.763Z
99872026-08-24T13:13:28.763ZAug 24 13:13:27.635Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635INFO DEBG INFOadding route 172.17.0.49/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 } }]
99882026-08-24T13:13:28.763Zadding route 172.16.0.0/32 -> 10.0.0.1
99892026-08-24T13:13:28.763ZDEBG
99902026-08-24T13:13:28.763Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635
99912026-08-24T13:13:28.763ZAug 24 13:13:27.635 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
99922026-08-24T13:13:28.763ZAug 24 13:13:27.635
99932026-08-24T13:13:28.763Ztest route::tests::delete_targets_fragmented ... ok
99942026-08-24T13:13:28.763ZAug 24 13:13:27.635 DEBGINFO Aug 24 13:13:27.635Aug 24 13:13:27.635 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] 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.50/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
99952026-08-24T13:13:28.763Z
99962026-08-24T13:13:28.763Z
99972026-08-24T13:13:28.763Z
99982026-08-24T13:13:28.763ZAug 24 13:13:27.635 INFO Aug 24 13:13:27.635adding route 172.17.0.55/32 -> 10.0.0.255 Aug 24 13:13:27.635DEBG
99992026-08-24T13:13:28.763Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
100002026-08-24T13:13:28.763Ztest route::tests::delete_target_fragmented ... ok
100012026-08-24T13:13:28.763ZAug 24 13:13:27.635 adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:13:27.635
100022026-08-24T13:13:28.763ZDEBGDEBGAug 24 13:13:27.635 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 } }]INFO
100032026-08-24T13:13:28.763Z adding route 172.17.0.51/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 } }]
100042026-08-24T13:13:28.763Z
100052026-08-24T13:13:28.763ZAug 24 13:13:27.635 INFO Aug 24 13:13:27.635adding route 172.17.0.56/32 -> 10.0.0.255Aug 24 13:13:27.635
100062026-08-24T13:13:28.763Z INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635
100072026-08-24T13:13:28.764Z Aug 24 13:13:27.635
100082026-08-24T13:13:28.764ZDEBG 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 } }]
100092026-08-24T13:13:28.764ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:13:27.635Aug 24 13:13:27.635
100102026-08-24T13:13:28.764Z Aug 24 13:13:27.635INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255
100112026-08-24T13:13:28.764Zadding route 172.17.0.57/32 -> 10.0.0.255DEBG
100122026-08-24T13:13:28.764Z 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 } }]
100132026-08-24T13:13:28.764ZAug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635Aug 24 13:13:27.635DEBG 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 } }]
100142026-08-24T13:13:28.764Zreplacing 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 } }]
100152026-08-24T13:13:28.764ZINFOINFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 24 13:13:27.635
100162026-08-24T13:13:28.764Zadding route 172.17.0.0/32 -> 10.0.0.255 Aug 24 13:13:27.635INFO
100172026-08-24T13:13:28.764Z adding route 172.17.0.58/32 -> 10.0.0.255INFO
100182026-08-24T13:13:28.764Z adding route 172.17.0.53/32 -> 10.0.0.255
100192026-08-24T13:13:28.764ZAug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635DEBG DEBGAug 24 13:13:27.635replacing 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 } }]
100202026-08-24T13:13:28.764ZDEBG 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
100212026-08-24T13:13:28.764Z
100222026-08-24T13:13:28.764Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635
100232026-08-24T13:13:28.764Z INFOAug 24 13:13:27.635 adding route 172.17.0.59/32 -> 10.0.0.255INFO
100242026-08-24T13:13:28.764ZAug 24 13:13:27.635 adding route 172.17.0.54/32 -> 10.0.0.255INFO
100252026-08-24T13:13:28.764Z Aug 24 13:13:27.635adding route 172.17.0.23/32 -> 10.0.0.255
100262026-08-24T13:13:28.764ZDEBGAug 24 13:13:27.635 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 } }]DEBG
100272026-08-24T13:13:28.764Z 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 } }]
100282026-08-24T13:13:28.764ZAug 24 13:13:27.635 INFOAug 24 13:13:27.635Aug 24 13:13:27.635 DEBGAug 24 13:13:27.635 INFOadding route 172.17.0.1/32 -> 10.0.0.255 INFOadding route 172.17.0.55/32 -> 10.0.0.255
100292026-08-24T13:13:28.768Zadding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
100302026-08-24T13:13:28.769Z
100312026-08-24T13:13:28.769Z
100322026-08-24T13:13:28.769ZAug 24 13:13:27.643 Aug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
100332026-08-24T13:13:28.769Z
100342026-08-24T13:13:28.769ZAug 24 13:13:27.643 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG
100352026-08-24T13:13:28.769Z adding route 172.17.0.56/32 -> 10.0.0.255failed to allocate space for the new target list
100362026-08-24T13:13:28.769Z
100372026-08-24T13:13:28.769ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
100382026-08-24T13:13:28.769ZAug 24 13:13:27.643Aug 24 13:13:27.643 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643
100392026-08-24T13:13:28.769ZDEBG DEBGAug 24 13:13:27.643 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 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 } }]INFO
100402026-08-24T13:13:28.769Z
100412026-08-24T13:13:28.769Zadding route 172.17.0.57/32 -> 10.0.0.255
100422026-08-24T13:13:28.769ZAug 24 13:13:27.643Aug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
100432026-08-24T13:13:28.769Z
100442026-08-24T13:13:28.769Z adding route 172.17.0.21/32 -> 10.0.0.255
100452026-08-24T13:13:28.769ZAug 24 13:13:27.643Aug 24 13:13:27.643 INFOINFO Aug 24 13:13:27.643adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
100462026-08-24T13:13:28.769Z
100472026-08-24T13:13:28.769ZDEBG 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 } }]
100482026-08-24T13:13:28.769ZAug 24 13:13:27.643 DEBGAug 24 13:13:27.643 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
100492026-08-24T13:13:28.769ZAug 24 13:13:27.643 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
100502026-08-24T13:13:28.769Z Aug 24 13:13:27.643 adding route 172.17.0.22/32 -> 10.0.0.255INFO
100512026-08-24T13:13:28.769Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:13:27.643
100522026-08-24T13:13:28.769Z INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:13:27.643Aug 24 13:13:27.643
100532026-08-24T13:13:28.769Z DEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
100542026-08-24T13:13:28.769Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643
100552026-08-24T13:13:28.769Z DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643
100562026-08-24T13:13:28.770Z INFOAug 24 13:13:27.643 adding route 172.17.0.23/32 -> 10.0.0.255INFO
100572026-08-24T13:13:28.770Z Aug 24 13:13:27.643adding route 172.17.0.27/32 -> 10.0.0.255
100582026-08-24T13:13:28.770ZINFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 24 13:13:27.643
100592026-08-24T13:13:28.770Z 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 } }]
100602026-08-24T13:13:28.770ZAug 24 13:13:27.643 DEBG Aug 24 13:13:27.643replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643
100612026-08-24T13:13:28.770Z DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
100622026-08-24T13:13:28.770Z
100632026-08-24T13:13:28.770ZAug 24 13:13:27.643Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG DEBG adding route 172.17.0.28/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 } }]failed to allocate space for the new target list
100642026-08-24T13:13:28.770Z
100652026-08-24T13:13:28.770Z
100662026-08-24T13:13:28.770ZAug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
100672026-08-24T13:13:28.770ZAug 24 13:13:27.643
100682026-08-24T13:13:28.770Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
100692026-08-24T13:13:28.770ZAug 24 13:13:27.643 Aug 24 13:13:27.643INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
100702026-08-24T13:13:28.770Zreplacing 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 } }]
100712026-08-24T13:13:28.770ZAug 24 13:13:27.643 INFO adding route 172.17.0.26/32 -> 10.0.0.255
100722026-08-24T13:13:28.770ZAug 24 13:13:27.643 DEBG Aug 24 13:13:27.643replacing 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 } }]
100732026-08-24T13:13:28.770ZDEBG 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 } }]
100742026-08-24T13:13:28.770ZAug 24 13:13:27.643 INFO adding route 172.17.0.30/32 -> 10.0.0.255
100752026-08-24T13:13:28.770ZAug 24 13:13:27.643
100762026-08-24T13:13:28.770Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
100772026-08-24T13:13:28.770ZAug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG Aug 24 13:13:27.643 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 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 } }]
100782026-08-24T13:13:28.770Z
100792026-08-24T13:13:28.770ZDEBG 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 } }]
100802026-08-24T13:13:28.770ZAug 24 13:13:27.643Aug 24 13:13:27.643 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255Aug 24 13:13:27.643
100812026-08-24T13:13:28.770Z
100822026-08-24T13:13:28.770Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
100832026-08-24T13:13:28.770ZAug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
100842026-08-24T13:13:28.771Z
100852026-08-24T13:13:28.771ZAug 24 13:13:27.643 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 } }]Aug 24 13:13:27.643
100862026-08-24T13:13:28.771ZAug 24 13:13:27.643 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255
100872026-08-24T13:13:28.771Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 24 13:13:27.643
100882026-08-24T13:13:28.771Z INFOAug 24 13:13:27.643 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
100892026-08-24T13:13:28.771ZAug 24 13:13:27.643 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
100902026-08-24T13:13:28.771Z 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 } }]
100912026-08-24T13:13:28.771ZAug 24 13:13:27.643 Aug 24 13:13:27.643DEBG INFOAug 24 13:13:27.643 adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
100922026-08-24T13:13:28.771ZINFO
100932026-08-24T13:13:28.771Z adding route 172.17.0.33/32 -> 10.0.0.255
100942026-08-24T13:13:28.771ZAug 24 13:13:27.643Aug 24 13:13:27.643 Aug 24 13:13:27.643DEBGINFO 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
100952026-08-24T13:13:28.771Zadding route 172.17.0.30/32 -> 10.0.0.255
100962026-08-24T13:13:28.771Zreplacing 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 } }]
100972026-08-24T13:13:28.771ZAug 24 13:13:27.643 Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255INFOreplacing 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 } }]
100982026-08-24T13:13:28.771Z
100992026-08-24T13:13:28.771Zadding route 172.17.0.34/32 -> 10.0.0.255
101002026-08-24T13:13:28.771ZAug 24 13:13:27.643Aug 24 13:13:27.643 Aug 24 13:13:27.643DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
101012026-08-24T13:13:28.771ZDEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101022026-08-24T13:13:28.771Z
101032026-08-24T13:13:28.771ZAug 24 13:13:27.643 INFO adding route 172.17.0.6/32 -> 10.0.0.255
101042026-08-24T13:13:28.771ZAug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:13:27.643replacing 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 } }]
101052026-08-24T13:13:28.771Z
101062026-08-24T13:13:28.771Z 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 } }]Aug 24 13:13:27.643
101072026-08-24T13:13:28.771ZAug 24 13:13:27.643 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
101082026-08-24T13:13:28.771Z
101092026-08-24T13:13:28.771ZAug 24 13:13:27.643 INFO Aug 24 13:13:27.643Aug 24 13:13:27.643 adding route 172.17.0.7/32 -> 10.0.0.255INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255
101102026-08-24T13:13:28.771Zreplacing 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 } }]
101112026-08-24T13:13:28.771Z
101122026-08-24T13:13:28.771ZAug 24 13:13:27.643 Aug 24 13:13:27.643DEBGAug 24 13:13:27.643 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 } }]
101132026-08-24T13:13:28.772ZDEBGadding route 172.17.0.33/32 -> 10.0.0.255
101142026-08-24T13:13:28.772Zreplacing 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 } }]
101152026-08-24T13:13:28.772ZAug 24 13:13:27.643Aug 24 13:13:27.643Aug 24 13:13:27.643 INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255DEBG
101162026-08-24T13:13:28.772Z 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.37/32 -> 10.0.0.255
101172026-08-24T13:13:28.772Z
101182026-08-24T13:13:28.772ZAug 24 13:13:27.643 Aug 24 13:13:27.643DEBG Aug 24 13:13:27.643replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
101192026-08-24T13:13:28.772Z DEBG adding route 172.17.0.34/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 } }]
101202026-08-24T13:13:28.772Z
101212026-08-24T13:13:28.772ZAug 24 13:13:27.643 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 24 13:13:27.643Aug 24 13:13:27.643
101222026-08-24T13:13:28.772Z DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101232026-08-24T13:13:28.772Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 24 13:13:27.643
101242026-08-24T13:13:28.772Z DEBG Aug 24 13:13:27.643replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.643INFO
101252026-08-24T13:13:28.772Z DEBGadding route 172.17.0.35/32 -> 10.0.0.255
101262026-08-24T13:13:28.772Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643
101272026-08-24T13:13:28.772Z INFO adding route 172.17.0.10/32 -> 10.0.0.255
101282026-08-24T13:13:28.772ZAug 24 13:13:27.643Aug 24 13:13:27.643 DEBGINFO Aug 24 13:13:27.643replacing 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.39/32 -> 10.0.0.255
101292026-08-24T13:13:28.776Z
101302026-08-24T13:13:28.776ZDEBG 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 } }]
101312026-08-24T13:13:28.776ZAug 24 13:13:27.643 Aug 24 13:13:27.643INFOAug 24 13:13:27.643 DEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO
101322026-08-24T13:13:28.776Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
101332026-08-24T13:13:28.776Z
101342026-08-24T13:13:28.776ZAug 24 13:13:27.643Aug 24 13:13:27.643 Aug 24 13:13:27.643 INFODEBGDEBG 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 } }]
101352026-08-24T13:13:28.776Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
101362026-08-24T13:13:28.776Z
101372026-08-24T13:13:28.777ZAug 24 13:13:27.643 INFOAug 24 13:13:27.643 Aug 24 13:13:27.643adding route 172.17.0.12/32 -> 10.0.0.255
101382026-08-24T13:13:28.777ZINFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG
101392026-08-24T13:13:28.777Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643
101402026-08-24T13:13:28.777Z DEBGAug 24 13:13:27.643 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643
101412026-08-24T13:13:28.777Z 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.41/32 -> 10.0.0.255
101422026-08-24T13:13:28.777Z
101432026-08-24T13:13:28.777ZAug 24 13:13:27.643 INFO adding route 172.17.0.13/32 -> 10.0.0.255
101442026-08-24T13:13:28.777ZAug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBGAug 24 13:13:27.643 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
101452026-08-24T13:13:28.777Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
101462026-08-24T13:13:28.777ZAug 24 13:13:27.643 INFOAug 24 13:13:27.650 DEBGadding route 172.17.0.42/32 -> 10.0.0.255
101472026-08-24T13:13:28.777Zreplacing 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 } }]
101482026-08-24T13:13:28.777ZAug 24 13:13:27.650 Aug 24 13:13:27.650INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255
101492026-08-24T13:13:28.777Zreplacing 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 } }]
101502026-08-24T13:13:28.777ZAug 24 13:13:27.650Aug 24 13:13:27.650 INFODEBG adding route 172.17.0.43/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 } }]
101512026-08-24T13:13:28.777Z
101522026-08-24T13:13:28.777ZAug 24 13:13:27.650 Aug 24 13:13:27.650INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255
101532026-08-24T13:13:28.777Zreplacing 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 } }]
101542026-08-24T13:13:28.777ZAug 24 13:13:27.650Aug 24 13:13:27.650 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
101552026-08-24T13:13:28.777Z
101562026-08-24T13:13:28.777ZAug 24 13:13:27.650
101572026-08-24T13:13:28.777ZAug 24 13:13:27.650 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
101582026-08-24T13:13:28.777ZAug 24 13:13:27.650
101592026-08-24T13:13:28.777Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
101602026-08-24T13:13:28.777ZAug 24 13:13:27.651Aug 24 13:13:27.651 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.651
101612026-08-24T13:13:28.777Z DEBG
101622026-08-24T13:13:28.777Zreplacing 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 } }]
101632026-08-24T13:13:28.777ZAug 24 13:13:27.651 DEBGAug 24 13:13:27.651 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 } }]INFOAug 24 13:13:27.651
101642026-08-24T13:13:28.777ZINFOadding route 172.17.0.42/32 -> 10.0.0.255
101652026-08-24T13:13:28.778Zadding route 172.17.0.15/32 -> 10.0.0.255
101662026-08-24T13:13:28.778ZAug 24 13:13:27.651 Aug 24 13:13:27.651Aug 24 13:13:27.651 INFODEBG DEBGreplacing 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 } }]
101672026-08-24T13:13:28.778Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
101682026-08-24T13:13:28.778Z
101692026-08-24T13:13:28.778ZAug 24 13:13:27.651Aug 24 13:13:27.651Aug 24 13:13:27.651 INFODEBG INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101702026-08-24T13:13:28.778Zadding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
101712026-08-24T13:13:28.778Z
101722026-08-24T13:13:28.778ZAug 24 13:13:27.651 Aug 24 13:13:27.651Aug 24 13:13:27.651 DEBGDEBGINFO 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 } }]
101732026-08-24T13:13:28.778Zreplacing 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.47/32 -> 10.0.0.255
101742026-08-24T13:13:28.778Z
101752026-08-24T13:13:28.778ZAug 24 13:13:27.651Aug 24 13:13:27.651Aug 24 13:13:27.651 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG
101762026-08-24T13:13:28.778Z adding route 172.17.0.44/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 } }]
101772026-08-24T13:13:28.778Z
101782026-08-24T13:13:28.778ZAug 24 13:13:27.651 DEBGAug 24 13:13:27.651 Aug 24 13:13:27.651replacing 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 } }]
101792026-08-24T13:13:28.778ZINFODEBG adding route 172.17.0.48/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 } }]
101802026-08-24T13:13:28.778Z
101812026-08-24T13:13:28.778ZAug 24 13:13:27.651 INFO Aug 24 13:13:27.651Aug 24 13:13:27.651 DEBGadding route 172.17.0.18/32 -> 10.0.0.255INFO
101822026-08-24T13:13:28.778Z 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 } }]
101832026-08-24T13:13:28.778Zadding route 172.17.0.45/32 -> 10.0.0.255
101842026-08-24T13:13:28.778ZAug 24 13:13:27.651 DEBGAug 24 13:13:27.651 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
101852026-08-24T13:13:28.778Z Aug 24 13:13:27.651adding route 172.17.0.49/32 -> 10.0.0.255
101862026-08-24T13:13:28.778ZDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.651
101872026-08-24T13:13:28.778ZAug 24 13:13:27.651 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:13:27.651replacing 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 } }]
101882026-08-24T13:13:28.778Z
101892026-08-24T13:13:28.778Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
101902026-08-24T13:13:28.778ZAug 24 13:13:27.651Aug 24 13:13:27.651 DEBGINFO Aug 24 13:13:27.651replacing 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 } }]
101912026-08-24T13:13:28.778Ztest route::tests::add_target_fails_full ... ok
101922026-08-24T13:13:28.778ZDEBG adding route 172.17.0.50/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 } }]
101932026-08-24T13:13:28.778Z
101942026-08-24T13:13:28.779ZAug 24 13:13:27.651 INFO Aug 24 13:13:27.651adding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:13:27.651
101952026-08-24T13:13:28.779Z INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255Aug 24 13:13:27.651
101962026-08-24T13:13:28.779Z 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 } }]
101972026-08-24T13:13:28.779Zreplacing 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 } }]
101982026-08-24T13:13:28.779ZAug 24 13:13:27.651Aug 24 13:13:27.651Aug 24 13:13:27.651 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
101992026-08-24T13:13:28.779Ztest route::tests::delete_target_full ... ok
102002026-08-24T13:13:28.779ZINFO
102012026-08-24T13:13:28.779Z adding route 172.17.0.51/32 -> 10.0.0.255
102022026-08-24T13:13:28.779ZAug 24 13:13:27.651Aug 24 13:13:27.651 Aug 24 13:13:27.651 DEBGINFO DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102032026-08-24T13:13:28.779Zreplacing 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.48/32 -> 10.0.0.255
102042026-08-24T13:13:28.779Z
102052026-08-24T13:13:28.779ZAug 24 13:13:27.651 Aug 24 13:13:27.651INFO Aug 24 13:13:27.651adding route 172.17.0.22/32 -> 10.0.0.255
102062026-08-24T13:13:28.779ZDEBGINFO adding route 172.17.0.52/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 } }]
102072026-08-24T13:13:28.779Z
102082026-08-24T13:13:28.779ZAug 24 13:13:27.658 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 } }]
102092026-08-24T13:13:28.779ZAug 24 13:13:27.658 INFOAug 24 13:13:27.658 adding route 172.17.0.49/32 -> 10.0.0.255INFO
102102026-08-24T13:13:28.779Z adding route 172.17.0.53/32 -> 10.0.0.255
102112026-08-24T13:13:28.779ZAug 24 13:13:27.658 DEBGAug 24 13:13:27.658 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
102122026-08-24T13:13:28.779Z 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 } }]
102132026-08-24T13:13:28.779ZAug 24 13:13:27.651 DEBGAug 24 13:13:27.658 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
102142026-08-24T13:13:28.779Z adding route 172.17.0.54/32 -> 10.0.0.255
102152026-08-24T13:13:28.779ZAug 24 13:13:27.658Aug 24 13:13:27.658 INFOINFOAug 24 13:13:27.658 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
102162026-08-24T13:13:28.779Z 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.50/32 -> 10.0.0.255
102172026-08-24T13:13:28.779Z
102182026-08-24T13:13:28.779ZAug 24 13:13:27.658 DEBG Aug 24 13:13:27.658replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102192026-08-24T13:13:28.779Z 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 } }]
102202026-08-24T13:13:28.779Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:13:27.658
102212026-08-24T13:13:28.779Z INFOAug 24 13:13:27.658 Aug 24 13:13:27.658adding route 172.17.0.24/32 -> 10.0.0.255INFO
102222026-08-24T13:13:28.779Z DEBG adding route 172.17.0.51/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 } }]
102232026-08-24T13:13:28.780Z
102242026-08-24T13:13:28.780ZAug 24 13:13:27.658 DEBG Aug 24 13:13:27.658Aug 24 13:13:27.658replacing 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 } }]
102252026-08-24T13:13:28.780ZINFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255
102262026-08-24T13:13:28.780Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102272026-08-24T13:13:28.780Z INFO Aug 24 13:13:27.658adding route 172.17.0.25/32 -> 10.0.0.255
102282026-08-24T13:13:28.780ZDEBGAug 24 13:13:27.658 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 } }]
102292026-08-24T13:13:28.784ZINFO Aug 24 13:13:27.658adding route 172.17.0.52/32 -> 10.0.0.255
102302026-08-24T13:13:28.784ZDEBGAug 24 13:13:27.658 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
102312026-08-24T13:13:28.784Z adding route 172.17.0.57/32 -> 10.0.0.255
102322026-08-24T13:13:28.784ZAug 24 13:13:27.658Aug 24 13:13:27.658 Aug 24 13:13:27.658 DEBGINFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG
102332026-08-24T13:13:28.784Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
102342026-08-24T13:13:28.784Z
102352026-08-24T13:13:28.784ZAug 24 13:13:27.658 DEBG Aug 24 13:13:27.658replacing 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 } }]
102362026-08-24T13:13:28.784ZINFO Aug 24 13:13:27.658adding route 172.17.0.58/32 -> 10.0.0.255
102372026-08-24T13:13:28.784ZINFO Aug 24 13:13:27.658adding route 172.17.0.53/32 -> 10.0.0.255
102382026-08-24T13:13:28.784ZINFO Aug 24 13:13:27.658adding route 172.17.0.27/32 -> 10.0.0.255
102392026-08-24T13:13:28.784ZDEBGAug 24 13:13:27.658 DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102402026-08-24T13:13:28.784Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102412026-08-24T13:13:28.784Z DEBG Aug 24 13:13:27.658replacing 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 } }]
102422026-08-24T13:13:28.784ZINFO Aug 24 13:13:27.658adding route 172.17.0.59/32 -> 10.0.0.255
102432026-08-24T13:13:28.785ZAug 24 13:13:27.658INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
102442026-08-24T13:13:28.785Zadding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:13:27.658
102452026-08-24T13:13:28.785Z 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 } }]
102462026-08-24T13:13:28.785ZAug 24 13:13:27.658Aug 24 13:13:27.658 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
102472026-08-24T13:13:28.785Z
102482026-08-24T13:13:28.785ZAug 24 13:13:27.658 INFO adding route 172.17.0.60/32 -> 10.0.0.255
102492026-08-24T13:13:28.785ZAug 24 13:13:27.658Aug 24 13:13:27.658 INFOINFOAug 24 13:13:27.658 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
102502026-08-24T13:13:28.785Z 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.55/32 -> 10.0.0.255
102512026-08-24T13:13:28.785Z
102522026-08-24T13:13:28.785ZAug 24 13:13:27.658 DEBG Aug 24 13:13:27.658replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.658INFO
102532026-08-24T13:13:28.785Z adding route 172.17.0.61/32 -> 10.0.0.255DEBG
102542026-08-24T13:13:28.785Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102552026-08-24T13:13:28.785Z INFOAug 24 13:13:27.658 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
102562026-08-24T13:13:28.785ZAug 24 13:13:27.658 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 } }]
102572026-08-24T13:13:28.785ZINFO Aug 24 13:13:27.658adding route 172.17.0.56/32 -> 10.0.0.255
102582026-08-24T13:13:28.785ZAug 24 13:13:27.658DEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102592026-08-24T13:13:28.785Zadding route 172.17.0.62/32 -> 10.0.0.255Aug 24 13:13:27.658
102602026-08-24T13:13:28.785Z DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102612026-08-24T13:13:28.785ZAug 24 13:13:27.658 INFODEBG adding route 172.17.0.31/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 } }]
102622026-08-24T13:13:28.785Z
102632026-08-24T13:13:28.785ZAug 24 13:13:27.658 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 24 13:13:27.658
102642026-08-24T13:13:28.785ZAug 24 13:13:27.658 DEBG 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 } }]
102652026-08-24T13:13:28.785Zadding route 172.17.0.63/32 -> 10.0.0.255Aug 24 13:13:27.658
102662026-08-24T13:13:28.785Z DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102672026-08-24T13:13:28.785Z Aug 24 13:13:27.658INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
102682026-08-24T13:13:28.785Zreplacing 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 } }]
102692026-08-24T13:13:28.785ZAug 24 13:13:27.658 INFOAug 24 13:13:27.658 Aug 24 13:13:27.658adding route 172.17.0.58/32 -> 10.0.0.255
102702026-08-24T13:13:28.785ZDEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
102712026-08-24T13:13:28.785Z
102722026-08-24T13:13:28.786ZAug 24 13:13:27.658 Aug 24 13:13:27.658Aug 24 13:13:27.658 DEBG 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.33/32 -> 10.0.0.255
102732026-08-24T13:13:28.786Zreplacing 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 } }]
102742026-08-24T13:13:28.786Z
102752026-08-24T13:13:28.786ZAug 24 13:13:27.658Aug 24 13:13:27.658 Aug 24 13:13:27.658DEBG 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 } }]DEBG
102762026-08-24T13:13:28.786Z failed to allocate space for the new target listadding route 172.17.0.59/32 -> 10.0.0.255
102772026-08-24T13:13:28.786Z
102782026-08-24T13:13:28.786ZAug 24 13:13:27.658 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:13:27.658
102792026-08-24T13:13:28.786Z 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 } }]
102802026-08-24T13:13:28.786ZAug 24 13:13:27.658 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102812026-08-24T13:13:28.786Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
102822026-08-24T13:13:28.786ZAug 24 13:13:27.658 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:13:27.658
102832026-08-24T13:13:28.786Z 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 } }]
102842026-08-24T13:13:28.786ZAug 24 13:13:27.658 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658
102852026-08-24T13:13:28.786Z INFO adding route 172.17.0.61/32 -> 10.0.0.255
102862026-08-24T13:13:28.786ZAug 24 13:13:27.658 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 24 13:13:27.658
102872026-08-24T13:13:28.786Ztest route::tests::delete_targets_full ... ok
102882026-08-24T13:13:28.786Z 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 } }]
102892026-08-24T13:13:28.786ZAug 24 13:13:27.658Aug 24 13:13:27.658 INFODEBG 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 } }]
102902026-08-24T13:13:28.786Z
102912026-08-24T13:13:28.786Zadding route 172.17.0.62/32 -> 10.0.0.255
102922026-08-24T13:13:28.786Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
102932026-08-24T13:13:28.786ZAug 24 13:13:27.658 INFO adding route 172.17.0.37/32 -> 10.0.0.255
102942026-08-24T13:13:28.786Z
102952026-08-24T13:13:28.786ZAug 24 13:13:27.658 Aug 24 13:13:27.658DEBG 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 } }]
102962026-08-24T13:13:28.786Zreplacing 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 } }]
102972026-08-24T13:13:28.786ZAug 24 13:13:27.658 Aug 24 13:13:27.658DEBG INFOfailed to allocate space for the new target list
102982026-08-24T13:13:28.786Zadding route 172.17.0.38/32 -> 10.0.0.255
102992026-08-24T13:13:28.786ZAug 24 13:13:27.658Aug 24 13:13:27.658 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
103002026-08-24T13:13:28.786Z
103012026-08-24T13:13:28.787ZAug 24 13:13:27.658 INFO adding route 172.17.0.39/32 -> 10.0.0.255
103022026-08-24T13:13:28.787ZAug 24 13:13:27.658 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 } }]
103032026-08-24T13:13:28.787ZAug 24 13:13:27.658 INFO adding route 172.17.0.40/32 -> 10.0.0.255
103042026-08-24T13:13:28.787ZAug 24 13:13:27.658 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 } }]
103052026-08-24T13:13:28.787ZAug 24 13:13:27.658 INFO adding route 172.17.0.41/32 -> 10.0.0.255
103062026-08-24T13:13:28.787ZAug 24 13:13:27.658 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 } }]
103072026-08-24T13:13:28.787ZAug 24 13:13:27.658 INFO adding route 172.17.0.42/32 -> 10.0.0.255
103082026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103092026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.43/32 -> 10.0.0.255
103102026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103112026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.44/32 -> 10.0.0.255
103122026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103132026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.45/32 -> 10.0.0.255
103142026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103152026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.46/32 -> 10.0.0.255
103162026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103172026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.47/32 -> 10.0.0.255
103182026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103192026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.48/32 -> 10.0.0.255
103202026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103212026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.49/32 -> 10.0.0.255
103222026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103232026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.50/32 -> 10.0.0.255
103242026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103252026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.51/32 -> 10.0.0.255
103262026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103272026-08-24T13:13:28.787ZAug 24 13:13:27.659 INFO adding route 172.17.0.52/32 -> 10.0.0.255
103282026-08-24T13:13:28.787ZAug 24 13:13:27.659 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 } }]
103292026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.53/32 -> 10.0.0.255
103302026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103312026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.54/32 -> 10.0.0.255
103322026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103332026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.55/32 -> 10.0.0.255
103342026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103352026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.56/32 -> 10.0.0.255
103362026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103372026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.57/32 -> 10.0.0.255
103382026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103392026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.58/32 -> 10.0.0.255
103402026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103412026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.59/32 -> 10.0.0.255
103422026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103432026-08-24T13:13:28.792ZAug 24 13:13:27.666 INFO adding route 172.17.0.60/32 -> 10.0.0.255
103442026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103452026-08-24T13:13:28.792ZAug 24 13:13:27.666 DEBG failed to allocate space for the new target list
103462026-08-24T13:13:28.792ZAug 24 13:13:27.666 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 } }]
103472026-08-24T13:13:28.792Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e61b69b793e27585)
103482026-08-24T13:13:28.792Z
103492026-08-24T13:13:28.792Zrunning 0 tests
103502026-08-24T13:13:28.792Z
103512026-08-24T13:13:28.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103522026-08-24T13:13:28.792Z
103532026-08-24T13:13:28.793Z Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c)
103542026-08-24T13:13:28.806Z
103552026-08-24T13:13:28.806Zrunning 0 tests
103562026-08-24T13:13:28.806Z
103572026-08-24T13:13:28.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103582026-08-24T13:13:28.809Z
103592026-08-24T13:13:28.810Z Running unittests src/lib.rs (target/debug/deps/dpd_client-21a9c31b127c1888)
103602026-08-24T13:13:28.877Z
103612026-08-24T13:13:28.877Zrunning 6 tests
103622026-08-24T13:13:28.881Ztest tests::test_parse_client_port_id ... ok
103632026-08-24T13:13:28.881Ztest tests::test_full_lot_id_lot_only ... ok
103642026-08-24T13:13:28.881Ztest tests::test_full_lot_id_both_present ... ok
103652026-08-24T13:13:28.881Ztest tests::test_full_lot_id_neither_present ... ok
103662026-08-24T13:13:28.881Ztest tests::test_full_lot_id_lotnum_only ... ok
103672026-08-24T13:13:28.881Ztest tests::test_port_id_cmp ... ok
103682026-08-24T13:13:28.881Z
103692026-08-24T13:13:28.881Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103702026-08-24T13:13:28.881Z
103712026-08-24T13:13:28.884Z Running tests/test_all.rs (target/debug/deps/test_all-e714fc76d0a5e21b)
103722026-08-24T13:13:28.910Z
103732026-08-24T13:13:28.910Zrunning 6 tests
103742026-08-24T13:13:31.938Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
103752026-08-24T13:13:31.941Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
103762026-08-24T13:13:31.941Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
103772026-08-24T13:13:31.945Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
103782026-08-24T13:13:32.276Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
103792026-08-24T13:13:33.369Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
103802026-08-24T13:13:33.369Z
103812026-08-24T13:13:33.372Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.46s
103822026-08-24T13:13:33.372Z
103832026-08-24T13:13:33.377Z Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12)
103842026-08-24T13:13:33.394Z
103852026-08-24T13:13:33.395Zrunning 0 tests
103862026-08-24T13:13:33.395Z
103872026-08-24T13:13:33.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103882026-08-24T13:13:33.397Z
103892026-08-24T13:13:33.397Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c)
103902026-08-24T13:13:33.541Z
103912026-08-24T13:13:33.542Zrunning 15 tests
103922026-08-24T13:13:33.555Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
103932026-08-24T13:13:33.555Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
103942026-08-24T13:13:33.558Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
103952026-08-24T13:13:33.558Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
103962026-08-24T13:13:33.558Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
103972026-08-24T13:13:33.558Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
103982026-08-24T13:13:33.558Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
103992026-08-24T13:13:33.561Ztest v1::network::tests::test_equal ... ok
104002026-08-24T13:13:33.561Ztest v1::network::tests::test_eui64 ... ok
104012026-08-24T13:13:33.561Ztest v1::network::tests::test_into ... ok
104022026-08-24T13:13:33.561Ztest v1::network::tests::test_not_equal ... ok
104032026-08-24T13:13:33.564Ztest v1::network::tests::test_to_string ... ok
104042026-08-24T13:13:33.564Ztest v1::port::tests::port_ids_are_ascii ... ok
104052026-08-24T13:13:33.569Ztest v1::network::tests::test_parse ... ok
104062026-08-24T13:13:33.580Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
104072026-08-24T13:13:33.580Z
104082026-08-24T13:13:33.582Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
104092026-08-24T13:13:33.582Z
104102026-08-24T13:13:33.585Z Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d)
104112026-08-24T13:13:33.740Z
104122026-08-24T13:13:33.740Zrunning 12 tests
104132026-08-24T13:13:33.749Ztest icmp::test_v6_checksum ... ok
104142026-08-24T13:13:33.750Ztest icmp::test_v4_checksum ... ok
104152026-08-24T13:13:33.753Ztest ipv6::test_ipv6_parse ... ok
104162026-08-24T13:13:33.753Ztest pbuf::test_byte ... ok
104172026-08-24T13:13:33.753Ztest pbuf::test_nibble ... ok
104182026-08-24T13:13:33.753Ztest pbuf::test_overflow ... ok
104192026-08-24T13:13:33.753Ztest pbuf::test_short ... ok
104202026-08-24T13:13:33.753Ztest pbuf::test_twelve ... ok
104212026-08-24T13:13:33.753Ztest lldp::test_lldp_parse ... ok
104222026-08-24T13:13:33.753Ztest pbuf::test_word ... ok
104232026-08-24T13:13:33.761Ztest tcp::test_checksum_syn_nodata ... ok
104242026-08-24T13:13:33.761Ztest tcp::test_checksum_ack_data ... ok
104252026-08-24T13:13:33.761Z
104262026-08-24T13:13:33.764Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
104272026-08-24T13:13:33.764Z
104282026-08-24T13:13:33.767Z Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce)
104292026-08-24T13:13:33.771Z
104302026-08-24T13:13:33.771Zrunning 0 tests
104312026-08-24T13:13:33.771Z
104322026-08-24T13:13:33.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104332026-08-24T13:13:33.774Z
104342026-08-24T13:13:33.774Z Running unittests src/main.rs (target/debug/deps/swadm-022a12990754df63)
104352026-08-24T13:13:33.797Z
104362026-08-24T13:13:33.797Zrunning 5 tests
104372026-08-24T13:13:33.800Ztest switchport::test::test_compute_lanes ... ok
104382026-08-24T13:13:33.804Z Lane 0 Lane 1 Lane 2 Lane 3
104392026-08-24T13:13:33.804Z Rx Loss-of-lock: Yes Yes Yes Yes
104402026-08-24T13:13:33.805Z Rx Loss-of-signal: Yes Yes Yes Yes
104412026-08-24T13:13:33.805Z Rx CDR Enabled: Yes Yes Yes Yes
104422026-08-24T13:13:33.805Z Tx Enabled: Yes Yes Yes Yes
104432026-08-24T13:13:33.805Z Tx Loss-of-lock: No No No No
104442026-08-24T13:13:33.805Z Tx Loss-of-signal: No No No No
104452026-08-24T13:13:33.805Z Tx CDR Enabled: No No No No
104462026-08-24T13:13:33.805Z Tx Adaptive EQ Fault: No No No No
104472026-08-24T13:13:33.805Z Tx Fault: Yes Yes Yes Yes
104482026-08-24T13:13:33.805Z Lane 0 Lane 1 Lane 2 Lane 3
104492026-08-24T13:13:33.805Z State: Activated Activated Activated Activated
104502026-08-24T13:13:33.805Z Rx Output Enabled: false false false false
104512026-08-24T13:13:33.805Z Rx Output Status: valid valid valid valid
104522026-08-24T13:13:33.805Z Rx Loss-of-lock: true true true true
104532026-08-24T13:13:33.805Z Rx Loss-of-signal: false false false false
104542026-08-24T13:13:33.805ZRx Auto-squelch Disable: true true true true
104552026-08-24T13:13:33.805Z Tx Output Enabled: true true true true
104562026-08-24T13:13:33.805Z Tx Output Status: invalid invalid invalid invalid
104572026-08-24T13:13:33.805Z Tx Loss-of-lock: false false false false
104582026-08-24T13:13:33.805Z Tx Loss-of-signal: true true true true
104592026-08-24T13:13:33.805ZTx Auto-squelch Disable: false false false false
104602026-08-24T13:13:33.805Z Tx Adaptive EQ Fail: true true true true
104612026-08-24T13:13:33.805Z Tx Failure: false false false false
104622026-08-24T13:13:33.805Z Tx Force Squelch: true true true true
104632026-08-24T13:13:33.805Z Tx Input Polarity: normal normal normal normal
104642026-08-24T13:13:33.808Ztest switchport::test::port_id_ordering ... ok
104652026-08-24T13:13:33.808Ztest link::test_filter ... ok
104662026-08-24T13:13:33.808Ztest switchport::test::test_print_cmis_datapath ... ok
104672026-08-24T13:13:33.808Ztest switchport::test::test_print_sff_datapath ... ok
104682026-08-24T13:13:33.808Z
104692026-08-24T13:13:33.808Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
104702026-08-24T13:13:33.808Z
104712026-08-24T13:13:33.808Z Running tests/counters.rs (target/debug/deps/counters-d9efb707ba8d81ee)
104722026-08-24T13:13:33.814Z
104732026-08-24T13:13:33.814Zrunning 1 test
104742026-08-24T13:13:33.816Ztest test_p4_counter_list ... ignored
104752026-08-24T13:13:33.816Z
104762026-08-24T13:13:33.816Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104772026-08-24T13:13:33.816Z
104782026-08-24T13:13:33.816Z Running tests/multicast.rs (target/debug/deps/multicast-e8c41de14ee5ef19)
104792026-08-24T13:13:33.884Z
104802026-08-24T13:13:33.884Zrunning 1 test
104812026-08-24T13:13:33.884Ztest test_multicast_list_and_get ... ignored
104822026-08-24T13:13:33.884Z
104832026-08-24T13:13:33.887Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104842026-08-24T13:13:33.887Z
104852026-08-24T13:13:33.887Z Running tests/port-link.rs (target/debug/deps/port_link-d2840a126121da75)
104862026-08-24T13:13:33.890Z
104872026-08-24T13:13:33.890Zrunning 5 tests
104882026-08-24T13:13:33.890Ztest test_an ... ignored
104892026-08-24T13:13:33.890Ztest test_enable ... ignored
104902026-08-24T13:13:33.890Ztest test_ip_addresses ... ignored
104912026-08-24T13:13:33.890Ztest test_kr ... ignored
104922026-08-24T13:13:33.890Ztest test_mac ... ignored
104932026-08-24T13:13:33.890Z
104942026-08-24T13:13:33.890Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
104952026-08-24T13:13:33.890Z
104962026-08-24T13:13:33.890Z Running unittests src/main.rs (target/debug/deps/tfportd-e8fd6f3396ae2a65)
104972026-08-24T13:13:33.904Z
104982026-08-24T13:13:33.904Zrunning 3 tests
104992026-08-24T13:13:33.907Ztest linklocal::test_parse_ipadm ... ok
105002026-08-24T13:13:33.907Ztest tfport::test_parse_tfport ... ok
105012026-08-24T13:13:33.907Ztest config::tests::test_updates ... ok
105022026-08-24T13:13:33.907Z
105032026-08-24T13:13:33.907Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105042026-08-24T13:13:33.907Z
105052026-08-24T13:13:33.907Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f)
105062026-08-24T13:13:33.951Z
105072026-08-24T13:13:33.951Zrunning 0 tests
105082026-08-24T13:13:33.951Z
105092026-08-24T13:13:33.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105102026-08-24T13:13:33.954Z
105112026-08-24T13:13:33.954Z Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8)
105122026-08-24T13:13:34.049Z
105132026-08-24T13:13:34.049Zrunning 0 tests
105142026-08-24T13:13:34.049Z
105152026-08-24T13:13:34.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105162026-08-24T13:13:34.052Z
105172026-08-24T13:13:34.052Z Doc-tests aal
105182026-08-24T13:13:36.958Z
105192026-08-24T13:13:36.958Zrunning 0 tests
105202026-08-24T13:13:36.958Z
105212026-08-24T13:13:36.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105222026-08-24T13:13:36.962Z
105232026-08-24T13:13:36.983Z Doc-tests aal_macros
105242026-08-24T13:13:37.078Z
105252026-08-24T13:13:37.078Zrunning 0 tests
105262026-08-24T13:13:37.078Z
105272026-08-24T13:13:37.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105282026-08-24T13:13:37.078Z
105292026-08-24T13:13:37.087Z Doc-tests common
105302026-08-24T13:13:37.411Z
105312026-08-24T13:13:37.411Zrunning 0 tests
105322026-08-24T13:13:37.411Z
105332026-08-24T13:13:37.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105342026-08-24T13:13:37.411Z
105352026-08-24T13:13:37.433Z Doc-tests dpd_api
105362026-08-24T13:13:38.519Z
105372026-08-24T13:13:38.519Zrunning 2 tests
105382026-08-24T13:13:38.519Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
105392026-08-24T13:13:38.519Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
105402026-08-24T13:13:38.519Z
105412026-08-24T13:13:38.519Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105422026-08-24T13:13:38.519Z
105432026-08-24T13:13:38.522Zall doctests ran in 0.74s; merged doctests compilation took 0.74s
105442026-08-24T13:13:38.545Z Doc-tests dpd_client
105452026-08-24T13:13:40.231Z
105462026-08-24T13:13:40.231Zrunning 0 tests
105472026-08-24T13:13:40.231Z
105482026-08-24T13:13:40.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105492026-08-24T13:13:40.231Z
105502026-08-24T13:13:40.282Z Doc-tests dpd_types
105512026-08-24T13:13:40.468Z
105522026-08-24T13:13:40.468Zrunning 0 tests
105532026-08-24T13:13:40.468Z
105542026-08-24T13:13:40.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105552026-08-24T13:13:40.468Z
105562026-08-24T13:13:40.488Z Doc-tests dpd_types_versions
105572026-08-24T13:13:41.898Z
105582026-08-24T13:13:41.898Zrunning 1 test
105592026-08-24T13:13:41.898Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
105602026-08-24T13:13:41.898Z
105612026-08-24T13:13:41.898Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105622026-08-24T13:13:41.899Z
105632026-08-24T13:13:41.902Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
105642026-08-24T13:13:41.945Z Doc-tests packet
105652026-08-24T13:13:42.169Z
105662026-08-24T13:13:42.169Zrunning 0 tests
105672026-08-24T13:13:42.169Z
105682026-08-24T13:13:42.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105692026-08-24T13:13:42.169Z
105702026-08-24T13:13:42.191Z Doc-tests pcap
105712026-08-24T13:13:42.241Z
105722026-08-24T13:13:42.241Zrunning 0 tests
105732026-08-24T13:13:42.241Z
105742026-08-24T13:13:42.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105752026-08-24T13:13:42.241Z
105762026-08-24T13:13:42.351Zprocess exited: duration 800477 ms, exit code 0
 
105772026-08-24T13:13:42.360Zfound 0 output files