|
|
|
| 1 | 2026-08-25T03:18:21.319Z | job assigned to worker 01M0VERGQXYS4TFKRBVAHTHBG6 [factory aws, i-00dd052e065f69594] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-25T03:18:27.874Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:18:27.881Z | ++ uname -s |
| 4 | 2026-08-25T03:18:27.885Z | + kern=SunOS |
| 5 | 2026-08-25T03:18:27.885Z | + build_user=build |
| 6 | 2026-08-25T03:18:27.885Z | + build_uid=12345 |
| 7 | 2026-08-25T03:18:27.885Z | + work_dir=/work |
| 8 | 2026-08-25T03:18:27.885Z | + input_dir=/input |
| 9 | 2026-08-25T03:18:27.885Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:18:27.885Z | + case "$kern" in |
| 11 | 2026-08-25T03:18:27.885Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:18:27.885Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:18:29.891Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:18:29.956Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:18:29.958Z | + home_fs=zfs |
| 16 | 2026-08-25T03:18:29.958Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:18:29.958Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:18:29.958Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:18:31.962Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:18:31.965Z | process exited: duration 4088 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:18:31.972Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:18:31.975Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-25T03:18:31.975Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T03:18:31.976Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T03:18:31.976Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-25T03:18:31.976Z | * rust toolchain channel = "1.90.0" |
| 27 | 2026-08-25T03:18:31.976Z | * rust toolchain profile = "default" |
| 28 | 2026-08-25T03:18:31.978Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:18:31.978Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-25T03:18:32.081Z | info: downloading installer |
| 31 | 2026-08-25T03:18:33.407Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:18:33.407Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:18:33.407Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:18:33.407Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:18:33.419Z | info: profile set to default |
| 36 | 2026-08-25T03:18:33.419Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:18:33.422Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:18:33.568Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-25T03:18:33.571Z | info: downloading 6 components |
| 40 | 2026-08-25T03:18:47.482Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:18:47.482Z | |
| 42 | 2026-08-25T03:18:47.515Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-25T03:18:47.515Z | |
| 44 | 2026-08-25T03:18:47.515Z | |
| 45 | 2026-08-25T03:18:47.515Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:18:47.515Z | |
| 47 | 2026-08-25T03:18:47.515Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:18:47.515Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:18:47.515Z | |
| 50 | 2026-08-25T03:18:47.515Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:18:47.515Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:18:47.515Z | |
| 53 | 2026-08-25T03:18:47.515Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:18:47.518Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:18:47.518Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:18:47.519Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:18:47.519Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:18:47.519Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:18:47.519Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:18:47.519Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:18:47.519Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:18:47.605Z | + rustup --version |
| 63 | 2026-08-25T03:18:47.614Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:18:47.616Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:18:47.637Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-25T03:18:47.641Z | + cargo --version |
| 67 | 2026-08-25T03:18:47.652Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-25T03:18:47.655Z | + rustc --version |
| 69 | 2026-08-25T03:18:47.677Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-25T03:18:47.683Z | process exited: duration 15707 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:18:47.691Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:18:47.706Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T03:18:47.713Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T03:18:47.716Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-25T03:18:47.719Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-25T03:18:47.747Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-25T03:18:48.502Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-25T03:18:48.506Z | + git fetch origin e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3 |
| 79 | 2026-08-25T03:18:48.785Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-25T03:18:48.785Z | * branch e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3 -> FETCH_HEAD |
| 81 | 2026-08-25T03:18:48.793Z | + [[ -n renovate/cc-1.x-lockfile ]] |
| 82 | 2026-08-25T03:18:48.797Z | ++ git branch --show-current |
| 83 | 2026-08-25T03:18:48.798Z | + current=main |
| 84 | 2026-08-25T03:18:48.798Z | + [[ main != renovate/cc-1.x-lockfile ]] |
| 85 | 2026-08-25T03:18:48.798Z | + git branch -f renovate/cc-1.x-lockfile e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3 |
| 86 | 2026-08-25T03:18:48.800Z | + git checkout -f renovate/cc-1.x-lockfile |
| 87 | 2026-08-25T03:18:48.818Z | Switched to branch 'renovate/cc-1.x-lockfile' |
| 88 | 2026-08-25T03:18:48.820Z | + git reset --hard e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3 |
| 89 | 2026-08-25T03:18:48.836Z | HEAD is now at e8fa733 Update Rust crate cc to v1.4.4 |
| 90 | 2026-08-25T03:18:48.839Z | process exited: duration 1123 ms, exit code 0 |
| |
| 91 | 2026-08-25T03:18:48.845Z | starting task 4: "build" |
| 92 | 2026-08-25T03:18:48.850Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-25T03:18:48.858Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-25T03:18:48.858Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-25T03:18:48.858Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-25T03:18:48.859Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-25T03:18:48.859Z | +++ uname -s |
| 98 | 2026-08-25T03:18:48.859Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-25T03:18:48.859Z | ++ SERIES=illumos |
| 100 | 2026-08-25T03:18:48.859Z | +++ uname -s |
| 101 | 2026-08-25T03:18:48.859Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-25T03:18:48.859Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-25T03:18:48.859Z | ++ rustup show active-toolchain |
| 104 | 2026-08-25T03:18:48.862Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-25T03:18:48.862Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-25T03:18:48.862Z | ++ banner 'sde setup' |
| 107 | 2026-08-25T03:18:48.862Z | |
| 108 | 2026-08-25T03:18:48.862Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-25T03:18:48.862Z | # # # # # # # # # # # |
| 110 | 2026-08-25T03:18:48.862Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-25T03:18:48.862Z | # # # # # # # # # ##### |
| 112 | 2026-08-25T03:18:48.862Z | # # # # # # # # # # # # |
| 113 | 2026-08-25T03:18:48.862Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-25T03:18:48.862Z | |
| 115 | 2026-08-25T03:18:48.862Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-25T03:18:48.862Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-25T03:18:48.863Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-25T03:18:48.863Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-25T03:18:48.863Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-25T03:18:48.866Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-25T03:18:48.868Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-25T03:18:50.001Z |
0 0 0 0 0 0 0 0 0
79 76.03M 79 60.19M 0 0 60.24M 0 00:01 00:01 60.25M
100 76.03M 100 76.03M 0 0 67.00M 0 00:01 00:01 60.25M
100 76.03M 100 76.03M 0 0 67.00M 0 00:01 00:01 60.25M
100 76.03M 100 76.03M 0 0 67.00M 0 00:01 00:01 60.25M |
| 123 | 2026-08-25T03:18:50.005Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-25T03:18:50.075Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-25T03:18:50.075Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-25T03:18:50.075Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-25T03:18:51.507Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-25T03:18:51.902Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-25T03:18:51.960Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-25T03:18:54.465Z | Planning: Solver setup ... Done |
| 131 | 2026-08-25T03:18:54.537Z | Planning: Running solver ... Done |
| 132 | 2026-08-25T03:18:54.588Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-25T03:18:54.591Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-25T03:18:54.596Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-25T03:18:54.612Z | Planning: Package planning ... Done |
| 136 | 2026-08-25T03:18:54.616Z | Planning: Merging actions ... Done |
| 137 | 2026-08-25T03:18:54.818Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-25T03:18:54.827Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-25T03:18:55.600Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-25T03:18:55.603Z | Planning: Planning completed in 3.64 seconds |
| 141 | 2026-08-25T03:18:55.607Z | Packages to install: 1 |
| 142 | 2026-08-25T03:18:55.610Z | Create boot environment: No |
| 143 | 2026-08-25T03:18:55.610Z | Create backup boot environment: No |
| 144 | 2026-08-25T03:18:55.633Z | |
| 145 | 2026-08-25T03:18:55.633Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-25T03:18:55.767Z | Download: Completed 75.30 MB in 0.13 seconds (558M/s) |
| 147 | 2026-08-25T03:18:55.994Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-25T03:18:56.956Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-08-25T03:18:56.963Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-25T03:18:57.009Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-25T03:18:57.093Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-25T03:18:59.695Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-25T03:18:59.772Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-25T03:18:59.778Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-25T03:19:00.016Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-25T03:19:00.185Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-25T03:19:00.185Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-25T03:19:00.185Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-25T03:19:00.185Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-25T03:19:00.185Z | ++ banner packages |
| 161 | 2026-08-25T03:19:00.188Z | |
| 162 | 2026-08-25T03:19:00.188Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-25T03:19:00.188Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-25T03:19:00.188Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-25T03:19:00.189Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-25T03:19:00.189Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-25T03:19:00.189Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-25T03:19:00.189Z | |
| 169 | 2026-08-25T03:19:00.189Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-25T03:19:00.462Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-25T03:19:00.465Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-25T03:19:02.714Z | Planning: Solver setup ... Done |
| 173 | 2026-08-25T03:19:02.786Z | Planning: Running solver ... Done |
| 174 | 2026-08-25T03:19:02.836Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-25T03:19:02.836Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-25T03:19:02.843Z | Planning: Planning completed in 2.37 seconds |
| 177 | 2026-08-25T03:19:02.854Z | No updates necessary for this image. |
| 178 | 2026-08-25T03:19:02.995Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-25T03:19:03.211Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-25T03:19:03.323Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-25T03:19:03.326Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-25T03:19:03.489Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-25T03:19:03.492Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-25T03:19:03.512Z | Mediators to change: 2 |
| 185 | 2026-08-25T03:19:03.512Z | Create boot environment: No |
| 186 | 2026-08-25T03:19:03.513Z | Create backup boot environment: No |
| 187 | 2026-08-25T03:19:03.567Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-25T03:19:03.567Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-25T03:19:03.621Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-25T03:19:05.664Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-25T03:19:05.738Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-25T03:19:05.741Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-25T03:19:05.878Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-25T03:19:05.949Z | ++ cargo --version |
| 195 | 2026-08-25T03:19:05.960Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-25T03:19:05.963Z | ++ rustc --version |
| 197 | 2026-08-25T03:19:05.983Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-25T03:19:05.986Z | + banner copyrights |
| 199 | 2026-08-25T03:19:05.990Z | |
| 200 | 2026-08-25T03:19:05.990Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-25T03:19:05.990Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-25T03:19:05.990Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-25T03:19:05.990Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-25T03:19:05.990Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-25T03:19:05.990Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-25T03:19:05.990Z | |
| 207 | 2026-08-25T03:19:05.990Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-25T03:19:06.287Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-25T03:19:07.174Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-25T03:19:07.587Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 211 | 2026-08-25T03:19:07.646Z | packet/src/eth.rs: Copyright with wrong year |
| 212 | 2026-08-25T03:19:07.739Z | pcap/build.rs: Copyright with wrong year |
| 213 | 2026-08-25T03:19:07.914Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 214 | 2026-08-25T03:19:08.148Z | + banner clippy |
| 215 | 2026-08-25T03:19:08.151Z | |
| 216 | 2026-08-25T03:19:08.151Z | #### # # ##### ##### # # |
| 217 | 2026-08-25T03:19:08.151Z | # # # # # # # # # # |
| 218 | 2026-08-25T03:19:08.151Z | # # # # # # # # |
| 219 | 2026-08-25T03:19:08.151Z | # # # ##### ##### # |
| 220 | 2026-08-25T03:19:08.151Z | # # # # # # # |
| 221 | 2026-08-25T03:19:08.151Z | #### ###### # # # # |
| 222 | 2026-08-25T03:19:08.151Z | |
| 223 | 2026-08-25T03:19:08.151Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 224 | 2026-08-25T03:19:08.152Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 225 | 2026-08-25T03:19:08.300Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 226 | 2026-08-25T03:19:18.591Z | Updating crates.io index |
| 227 | 2026-08-25T03:19:18.618Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 228 | 2026-08-25T03:19:19.134Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 229 | 2026-08-25T03:19:19.962Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 230 | 2026-08-25T03:19:20.301Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 231 | 2026-08-25T03:19:20.583Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 232 | 2026-08-25T03:19:21.996Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 233 | 2026-08-25T03:19:22.288Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 234 | 2026-08-25T03:19:22.735Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 235 | 2026-08-25T03:19:23.119Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 236 | 2026-08-25T03:19:23.622Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-08-25T03:19:24.050Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 238 | 2026-08-25T03:19:25.251Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 239 | 2026-08-25T03:19:25.644Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-08-25T03:19:26.029Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 241 | 2026-08-25T03:19:26.350Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 242 | 2026-08-25T03:19:27.013Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 243 | 2026-08-25T03:19:27.471Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 244 | 2026-08-25T03:19:28.456Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-08-25T03:19:29.074Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-08-25T03:19:29.479Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-08-25T03:19:29.813Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-08-25T03:19:30.204Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-08-25T03:19:31.667Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-08-25T03:19:32.224Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-25T03:19:33.622Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-25T03:19:34.254Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-25T03:19:34.550Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-08-25T03:19:35.060Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-08-25T03:19:37.071Z | Downloading crates ... |
| 256 | 2026-08-25T03:19:37.141Z | Downloaded adler2 v2.0.1 |
| 257 | 2026-08-25T03:19:37.155Z | Downloaded anstyle-query v1.1.4 |
| 258 | 2026-08-25T03:19:37.158Z | Downloaded crc8 v0.1.1 |
| 259 | 2026-08-25T03:19:37.167Z | Downloaded async-recursion v1.1.1 |
| 260 | 2026-08-25T03:19:37.170Z | Downloaded cpufeatures v0.2.17 |
| 261 | 2026-08-25T03:19:37.173Z | Downloaded base64ct v1.8.0 |
| 262 | 2026-08-25T03:19:37.176Z | Downloaded futures-core v0.3.32 |
| 263 | 2026-08-25T03:19:37.179Z | Downloaded dtrace-parser v0.3.0 |
| 264 | 2026-08-25T03:19:37.182Z | Downloaded hex v0.4.3 |
| 265 | 2026-08-25T03:19:37.182Z | Downloaded fs_extra v1.3.0 |
| 266 | 2026-08-25T03:19:37.185Z | Downloaded data-encoding v2.9.0 |
| 267 | 2026-08-25T03:19:37.188Z | Downloaded getrandom v0.2.16 |
| 268 | 2026-08-25T03:19:37.192Z | Downloaded displaydoc v0.2.5 |
| 269 | 2026-08-25T03:19:37.195Z | Downloaded hickory-resolver v0.24.4 |
| 270 | 2026-08-25T03:19:37.199Z | Downloaded foldhash v0.2.0 |
| 271 | 2026-08-25T03:19:37.202Z | Downloaded dtrace-parser v0.2.0 |
| 272 | 2026-08-25T03:19:37.203Z | Downloaded filetime v0.2.26 |
| 273 | 2026-08-25T03:19:37.207Z | Downloaded fastrand v2.3.0 |
| 274 | 2026-08-25T03:19:37.210Z | Downloaded dropshot_endpoint v0.17.1 |
| 275 | 2026-08-25T03:19:37.210Z | Downloaded form_urlencoded v1.2.2 |
| 276 | 2026-08-25T03:19:37.213Z | Downloaded async-stream v0.3.6 |
| 277 | 2026-08-25T03:19:37.217Z | Downloaded fnv v1.0.7 |
| 278 | 2026-08-25T03:19:37.220Z | Downloaded foreign-types v0.3.2 |
| 279 | 2026-08-25T03:19:37.220Z | Downloaded futures-executor v0.3.32 |
| 280 | 2026-08-25T03:19:37.225Z | Downloaded fixedbitset v0.5.7 |
| 281 | 2026-08-25T03:19:37.228Z | Downloaded errno v0.3.14 |
| 282 | 2026-08-25T03:19:37.228Z | Downloaded glob v0.3.3 |
| 283 | 2026-08-25T03:19:37.232Z | Downloaded fs-err v3.1.2 |
| 284 | 2026-08-25T03:19:37.235Z | Downloaded hmac v0.12.1 |
| 285 | 2026-08-25T03:19:37.235Z | Downloaded futures-io v0.3.32 |
| 286 | 2026-08-25T03:19:37.238Z | Downloaded http-body v1.0.1 |
| 287 | 2026-08-25T03:19:37.241Z | Downloaded colorchoice v1.0.4 |
| 288 | 2026-08-25T03:19:37.244Z | Downloaded git-stub v1.0.0 |
| 289 | 2026-08-25T03:19:37.244Z | Downloaded futures-task v0.3.32 |
| 290 | 2026-08-25T03:19:37.247Z | Downloaded hash32 v0.3.1 |
| 291 | 2026-08-25T03:19:37.251Z | Downloaded darling_macro v0.21.3 |
| 292 | 2026-08-25T03:19:37.251Z | Downloaded gethostname v0.5.0 |
| 293 | 2026-08-25T03:19:37.254Z | Downloaded hostname v0.4.2 |
| 294 | 2026-08-25T03:19:37.254Z | Downloaded dyn-clone v1.0.20 |
| 295 | 2026-08-25T03:19:37.257Z | Downloaded httpdate v1.0.3 |
| 296 | 2026-08-25T03:19:37.261Z | Downloaded foreign-types v0.5.0 |
| 297 | 2026-08-25T03:19:37.261Z | Downloaded constant_time_eq v0.3.1 |
| 298 | 2026-08-25T03:19:37.265Z | Downloaded heck v0.4.1 |
| 299 | 2026-08-25T03:19:37.265Z | Downloaded defmt v0.3.100 |
| 300 | 2026-08-25T03:19:37.320Z | Downloaded cargo-platform v0.1.9 |
| 301 | 2026-08-25T03:19:37.320Z | Downloaded compression-core v0.4.32 |
| 302 | 2026-08-25T03:19:37.320Z | Downloaded atomicwrites v0.4.4 |
| 303 | 2026-08-25T03:19:37.320Z | Downloaded hubpack_derive v0.1.1 |
| 304 | 2026-08-25T03:19:37.320Z | Downloaded dof v0.3.0 |
| 305 | 2026-08-25T03:19:37.320Z | Downloaded const_format_proc_macros v0.2.34 |
| 306 | 2026-08-25T03:19:37.320Z | Downloaded atomic-waker v1.1.2 |
| 307 | 2026-08-25T03:19:37.320Z | Downloaded heck v0.5.0 |
| 308 | 2026-08-25T03:19:37.320Z | Downloaded foreign-types-shared v0.1.1 |
| 309 | 2026-08-25T03:19:37.320Z | Downloaded find-msvc-tools v0.1.11 |
| 310 | 2026-08-25T03:19:37.320Z | Downloaded daft v0.1.5 |
| 311 | 2026-08-25T03:19:37.320Z | Downloaded hostname v0.3.1 |
| 312 | 2026-08-25T03:19:37.320Z | Downloaded hubpack v0.1.2 |
| 313 | 2026-08-25T03:19:37.320Z | Downloaded csv-core v0.1.12 |
| 314 | 2026-08-25T03:19:37.320Z | Downloaded defmt-parser v1.0.0 |
| 315 | 2026-08-25T03:19:37.320Z | Downloaded ident_case v1.0.1 |
| 316 | 2026-08-25T03:19:37.320Z | Downloaded is_terminal_polyfill v1.70.1 |
| 317 | 2026-08-25T03:19:37.320Z | Downloaded is_ci v1.2.0 |
| 318 | 2026-08-25T03:19:37.320Z | Downloaded itoa v1.0.15 |
| 319 | 2026-08-25T03:19:37.320Z | Downloaded idna_adapter v1.2.1 |
| 320 | 2026-08-25T03:19:37.320Z | Downloaded instant v0.1.13 |
| 321 | 2026-08-25T03:19:37.320Z | Downloaded cmake v0.1.54 |
| 322 | 2026-08-25T03:19:37.320Z | Downloaded chacha20 v0.9.1 |
| 323 | 2026-08-25T03:19:37.324Z | Downloaded internet-checksum v0.2.1 |
| 324 | 2026-08-25T03:19:37.324Z | Downloaded ciborium-io v0.2.2 |
| 325 | 2026-08-25T03:19:37.324Z | Downloaded cexpr v0.6.0 |
| 326 | 2026-08-25T03:19:37.324Z | Downloaded http-body-util v0.1.3 |
| 327 | 2026-08-25T03:19:37.324Z | Downloaded debug-ignore v1.0.5 |
| 328 | 2026-08-25T03:19:37.324Z | Downloaded highway v1.3.0 |
| 329 | 2026-08-25T03:19:37.328Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-08-25T03:19:37.328Z | Downloaded defmt v1.0.1 |
| 331 | 2026-08-25T03:19:37.332Z | Downloaded humantime v2.3.0 |
| 332 | 2026-08-25T03:19:37.335Z | Downloaded const_format v0.2.34 |
| 333 | 2026-08-25T03:19:37.335Z | Downloaded keccak v0.1.6 |
| 334 | 2026-08-25T03:19:37.340Z | Downloaded libscf-sys v1.2.0 |
| 335 | 2026-08-25T03:19:37.343Z | Downloaded lazy_static v1.5.0 |
| 336 | 2026-08-25T03:19:37.343Z | Downloaded linked-hash-map v0.5.6 |
| 337 | 2026-08-25T03:19:37.346Z | Downloaded foldhash v0.1.5 |
| 338 | 2026-08-25T03:19:37.346Z | Downloaded lru-cache v0.1.2 |
| 339 | 2026-08-25T03:19:37.349Z | Downloaded defmt-macros v1.0.1 |
| 340 | 2026-08-25T03:19:37.349Z | Downloaded bit-vec v0.8.0 |
| 341 | 2026-08-25T03:19:37.352Z | Downloaded memmap v0.7.0 |
| 342 | 2026-08-25T03:19:37.356Z | Downloaded managed v0.8.0 |
| 343 | 2026-08-25T03:19:37.356Z | Downloaded match_cfg v0.1.0 |
| 344 | 2026-08-25T03:19:37.361Z | Downloaded mime v0.3.17 |
| 345 | 2026-08-25T03:19:37.361Z | Downloaded num-iter v0.1.45 |
| 346 | 2026-08-25T03:19:37.364Z | Downloaded newtype-uuid-macros v0.1.0 |
| 347 | 2026-08-25T03:19:37.364Z | Downloaded num v0.4.3 |
| 348 | 2026-08-25T03:19:37.364Z | Downloaded num-conv v0.2.1 |
| 349 | 2026-08-25T03:19:37.368Z | Downloaded digest v0.11.3 |
| 350 | 2026-08-25T03:19:37.371Z | Downloaded crossbeam-utils v0.8.21 |
| 351 | 2026-08-25T03:19:37.371Z | Downloaded bitflags v2.11.1 |
| 352 | 2026-08-25T03:19:37.374Z | Downloaded newtype_derive v0.1.6 |
| 353 | 2026-08-25T03:19:37.377Z | Downloaded newline-converter v0.3.0 |
| 354 | 2026-08-25T03:19:37.380Z | Downloaded omicron-workspace-hack v0.1.0 |
| 355 | 2026-08-25T03:19:37.380Z | Downloaded crc32fast v1.5.0 |
| 356 | 2026-08-25T03:19:37.383Z | Downloaded ipnetwork v0.21.1 |
| 357 | 2026-08-25T03:19:37.387Z | Downloaded blake2 v0.10.6 |
| 358 | 2026-08-25T03:19:37.387Z | Downloaded kstat-rs v0.2.4 |
| 359 | 2026-08-25T03:19:37.391Z | Downloaded cargo_metadata v0.18.1 |
| 360 | 2026-08-25T03:19:37.391Z | Downloaded olpc-cjson v0.1.4 |
| 361 | 2026-08-25T03:19:37.395Z | Downloaded clap_derive v4.6.1 |
| 362 | 2026-08-25T03:19:37.397Z | Downloaded num_enum_derive v0.5.11 |
| 363 | 2026-08-25T03:19:37.398Z | Downloaded openssl-macros v0.1.1 |
| 364 | 2026-08-25T03:19:37.398Z | Downloaded ipnet v2.11.0 |
| 365 | 2026-08-25T03:19:37.403Z | Downloaded opaque-debug v0.3.1 |
| 366 | 2026-08-25T03:19:37.403Z | Downloaded openssl-probe v0.1.6 |
| 367 | 2026-08-25T03:19:37.406Z | Downloaded linear-map v1.2.0 |
| 368 | 2026-08-25T03:19:37.406Z | Downloaded libloading v0.8.9 |
| 369 | 2026-08-25T03:19:37.409Z | Downloaded jobserver v0.1.34 |
| 370 | 2026-08-25T03:19:37.409Z | Downloaded lock_api v0.4.14 |
| 371 | 2026-08-25T03:19:37.413Z | Downloaded memoffset v0.9.1 |
| 372 | 2026-08-25T03:19:37.417Z | Downloaded libsw-core v0.3.2 |
| 373 | 2026-08-25T03:19:37.417Z | Downloaded num-complex v0.4.6 |
| 374 | 2026-08-25T03:19:37.420Z | Downloaded multer v3.1.0 |
| 375 | 2026-08-25T03:19:37.420Z | Downloaded parse-display v0.10.0 |
| 376 | 2026-08-25T03:19:37.424Z | Downloaded num-derive v0.4.2 |
| 377 | 2026-08-25T03:19:37.424Z | Downloaded libsw v3.5.0 |
| 378 | 2026-08-25T03:19:37.428Z | Downloaded pretty-hex v0.4.1 |
| 379 | 2026-08-25T03:19:37.428Z | Downloaded powerfmt v0.2.0 |
| 380 | 2026-08-25T03:19:37.431Z | Downloaded hybrid-array v0.4.12 |
| 381 | 2026-08-25T03:19:37.431Z | Downloaded phf_shared v0.12.1 |
| 382 | 2026-08-25T03:19:37.435Z | Downloaded num-integer v0.1.46 |
| 383 | 2026-08-25T03:19:37.435Z | Downloaded ingot-macros v0.1.1 |
| 384 | 2026-08-25T03:19:37.438Z | Downloaded clap v4.6.1 |
| 385 | 2026-08-25T03:19:37.442Z | Downloaded progenitor-client v0.14.0 |
| 386 | 2026-08-25T03:19:37.444Z | Downloaded expectorate v1.2.0 |
| 387 | 2026-08-25T03:19:37.448Z | Downloaded drift v0.2.0 |
| 388 | 2026-08-25T03:19:37.452Z | Downloaded potential_utf v0.1.3 |
| 389 | 2026-08-25T03:19:37.455Z | Downloaded getrandom v0.4.2 |
| 390 | 2026-08-25T03:19:37.459Z | Downloaded progenitor-macro v0.11.1 |
| 391 | 2026-08-25T03:19:37.462Z | Downloaded proc-macro-crate v1.3.1 |
| 392 | 2026-08-25T03:19:37.462Z | Downloaded num_enum_derive v0.7.5 |
| 393 | 2026-08-25T03:19:37.465Z | Downloaded num_threads v0.1.7 |
| 394 | 2026-08-25T03:19:37.465Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 395 | 2026-08-25T03:19:37.468Z | Downloaded num_enum v0.5.11 |
| 396 | 2026-08-25T03:19:37.471Z | Downloaded quick-error v1.2.3 |
| 397 | 2026-08-25T03:19:37.471Z | Downloaded progenitor-macro v0.10.0 |
| 398 | 2026-08-25T03:19:37.474Z | Downloaded progenitor-macro v0.14.0 |
| 399 | 2026-08-25T03:19:37.474Z | Downloaded progenitor-client v0.11.1 |
| 400 | 2026-08-25T03:19:37.476Z | Downloaded litemap v0.8.0 |
| 401 | 2026-08-25T03:19:37.479Z | Downloaded indexmap v1.9.3 |
| 402 | 2026-08-25T03:19:37.482Z | Downloaded pest_generator v2.8.2 |
| 403 | 2026-08-25T03:19:37.482Z | Downloaded httparse v1.10.1 |
| 404 | 2026-08-25T03:19:37.485Z | Downloaded pin-project-lite v0.2.16 |
| 405 | 2026-08-25T03:19:37.488Z | Downloaded rand_chacha v0.3.1 |
| 406 | 2026-08-25T03:19:37.491Z | Downloaded pem v3.0.5 |
| 407 | 2026-08-25T03:19:37.491Z | Downloaded parse-display-derive v0.10.0 |
| 408 | 2026-08-25T03:19:37.494Z | Downloaded ppv-lite86 v0.2.21 |
| 409 | 2026-08-25T03:19:37.497Z | Downloaded rand_xorshift v0.4.0 |
| 410 | 2026-08-25T03:19:37.497Z | Downloaded proc-macro-error2 v2.0.1 |
| 411 | 2026-08-25T03:19:37.500Z | Downloaded ref-cast-impl v1.0.25 |
| 412 | 2026-08-25T03:19:37.500Z | Downloaded icu_provider v2.0.0 |
| 413 | 2026-08-25T03:19:37.503Z | Downloaded phf v0.12.1 |
| 414 | 2026-08-25T03:19:37.506Z | Downloaded bytes v1.12.0 |
| 415 | 2026-08-25T03:19:37.510Z | Downloaded icu_properties v2.0.1 |
| 416 | 2026-08-25T03:19:37.510Z | Downloaded paste v1.0.15 |
| 417 | 2026-08-25T03:19:37.513Z | Downloaded poly1305 v0.8.0 |
| 418 | 2026-08-25T03:19:37.516Z | Downloaded pkg-config v0.3.32 |
| 419 | 2026-08-25T03:19:37.519Z | Downloaded heapless v0.8.0 |
| 420 | 2026-08-25T03:19:37.524Z | Downloaded rustc_version v0.1.7 |
| 421 | 2026-08-25T03:19:37.524Z | Downloaded rustc-hash v2.1.1 |
| 422 | 2026-08-25T03:19:37.527Z | Downloaded ref-cast v1.0.25 |
| 423 | 2026-08-25T03:19:37.527Z | Downloaded omicron-zone-package v0.12.2 |
| 424 | 2026-08-25T03:19:37.527Z | Downloaded proc-macro-error v1.0.4 |
| 425 | 2026-08-25T03:19:37.531Z | Downloaded progenitor v0.14.0 |
| 426 | 2026-08-25T03:19:37.534Z | Downloaded same-file v1.0.6 |
| 427 | 2026-08-25T03:19:37.534Z | Downloaded progenitor v0.11.1 |
| 428 | 2026-08-25T03:19:37.537Z | Downloaded progenitor v0.10.0 |
| 429 | 2026-08-25T03:19:37.537Z | Downloaded proc-macro-error-attr v1.0.4 |
| 430 | 2026-08-25T03:19:37.540Z | Downloaded secrecy v0.10.3 |
| 431 | 2026-08-25T03:19:37.540Z | Downloaded icu_locale_core v2.0.0 |
| 432 | 2026-08-25T03:19:37.544Z | Downloaded log v0.4.29 |
| 433 | 2026-08-25T03:19:37.547Z | Downloaded rand_chacha v0.9.0 |
| 434 | 2026-08-25T03:19:37.549Z | Downloaded scroll_derive v0.13.1 |
| 435 | 2026-08-25T03:19:37.549Z | Downloaded password-hash v0.5.0 |
| 436 | 2026-08-25T03:19:37.552Z | Downloaded pin-project-internal v1.1.10 |
| 437 | 2026-08-25T03:19:37.555Z | Downloaded pest_meta v2.8.2 |
| 438 | 2026-08-25T03:19:37.555Z | Downloaded serde-big-array v0.5.1 |
| 439 | 2026-08-25T03:19:37.558Z | Downloaded serde_plain v1.0.2 |
| 440 | 2026-08-25T03:19:37.558Z | Downloaded search_path v0.1.4 |
| 441 | 2026-08-25T03:19:37.563Z | Downloaded crossbeam-channel v0.5.15 |
| 442 | 2026-08-25T03:19:37.566Z | Downloaded resolv-conf v0.7.5 |
| 443 | 2026-08-25T03:19:37.566Z | Downloaded rand_core v0.9.3 |
| 444 | 2026-08-25T03:19:37.566Z | Downloaded base64 v0.22.1 |
| 445 | 2026-08-25T03:19:37.569Z | Downloaded semver v0.1.20 |
| 446 | 2026-08-25T03:19:37.572Z | Downloaded ingot-types v0.1.2 |
| 447 | 2026-08-25T03:19:37.572Z | Downloaded scroll_derive v0.12.1 |
| 448 | 2026-08-25T03:19:37.575Z | Downloaded parking_lot_core v0.9.12 |
| 449 | 2026-08-25T03:19:37.575Z | Downloaded serde_spanned v1.1.1 |
| 450 | 2026-08-25T03:19:37.578Z | Downloaded serde_urlencoded v0.7.1 |
| 451 | 2026-08-25T03:19:37.578Z | Downloaded serde_repr v0.1.20 |
| 452 | 2026-08-25T03:19:37.581Z | Downloaded sha1 v0.10.6 |
| 453 | 2026-08-25T03:19:37.581Z | Downloaded serde_spanned v0.6.9 |
| 454 | 2026-08-25T03:19:37.584Z | Downloaded sigpipe v0.1.3 |
| 455 | 2026-08-25T03:19:37.584Z | Downloaded once_cell v1.21.3 |
| 456 | 2026-08-25T03:19:37.588Z | Downloaded rustc_version v0.4.1 |
| 457 | 2026-08-25T03:19:37.588Z | Downloaded hickory-resolver v0.25.2 |
| 458 | 2026-08-25T03:19:37.591Z | Downloaded futures v0.3.32 |
| 459 | 2026-08-25T03:19:37.594Z | Downloaded rustls-pemfile v2.2.0 |
| 460 | 2026-08-25T03:19:37.597Z | Downloaded postcard v1.1.3 |
| 461 | 2026-08-25T03:19:37.600Z | Downloaded num-traits v0.2.19 |
| 462 | 2026-08-25T03:19:37.603Z | Downloaded siphasher v1.0.1 |
| 463 | 2026-08-25T03:19:37.603Z | Downloaded smawk v0.3.2 |
| 464 | 2026-08-25T03:19:37.608Z | Downloaded slog-bunyan v2.5.0 |
| 465 | 2026-08-25T03:19:37.608Z | Downloaded signal-hook-tokio v0.4.0 |
| 466 | 2026-08-25T03:19:37.608Z | Downloaded crypto-bigint v0.5.5 |
| 467 | 2026-08-25T03:19:37.612Z | Downloaded aho-corasick v1.1.3 |
| 468 | 2026-08-25T03:19:37.615Z | Downloaded rusty-fork v0.3.0 |
| 469 | 2026-08-25T03:19:37.618Z | Downloaded miniz_oxide v0.8.9 |
| 470 | 2026-08-25T03:19:37.618Z | Downloaded papergrid v0.18.0 |
| 471 | 2026-08-25T03:19:37.621Z | Downloaded scroll v0.13.0 |
| 472 | 2026-08-25T03:19:37.625Z | Downloaded quote v1.0.45 |
| 473 | 2026-08-25T03:19:37.628Z | Downloaded quinn-udp v0.5.14 |
| 474 | 2026-08-25T03:19:37.628Z | Downloaded stable_deref_trait v1.2.0 |
| 475 | 2026-08-25T03:19:37.628Z | Downloaded scroll v0.12.0 |
| 476 | 2026-08-25T03:19:37.631Z | Downloaded serde_derive_internals v0.29.1 |
| 477 | 2026-08-25T03:19:37.631Z | Downloaded strum v0.27.2 |
| 478 | 2026-08-25T03:19:37.634Z | Downloaded pest_derive v2.8.2 |
| 479 | 2026-08-25T03:19:37.634Z | Downloaded papergrid v0.11.0 |
| 480 | 2026-08-25T03:19:37.637Z | Downloaded sync_wrapper v1.0.2 |
| 481 | 2026-08-25T03:19:37.641Z | Downloaded pin-project v1.1.10 |
| 482 | 2026-08-25T03:19:37.646Z | Downloaded strum v0.28.0 |
| 483 | 2026-08-25T03:19:37.649Z | Downloaded strum v0.26.3 |
| 484 | 2026-08-25T03:19:37.649Z | Downloaded structmeta-derive v0.3.0 |
| 485 | 2026-08-25T03:19:37.652Z | Downloaded swrite v0.1.0 |
| 486 | 2026-08-25T03:19:37.652Z | Downloaded supports-color v3.0.2 |
| 487 | 2026-08-25T03:19:37.652Z | Downloaded sha1 v0.11.0 |
| 488 | 2026-08-25T03:19:37.655Z | Downloaded tagptr v0.2.0 |
| 489 | 2026-08-25T03:19:37.658Z | Downloaded tabwriter v1.4.1 |
| 490 | 2026-08-25T03:19:37.658Z | Downloaded signal-hook-registry v1.4.6 |
| 491 | 2026-08-25T03:19:37.658Z | Downloaded progenitor-impl v0.11.1 |
| 492 | 2026-08-25T03:19:37.661Z | Downloaded testing_table v0.3.0 |
| 493 | 2026-08-25T03:19:37.661Z | Downloaded progenitor-impl v0.14.0 |
| 494 | 2026-08-25T03:19:37.664Z | Downloaded take_mut v0.2.2 |
| 495 | 2026-08-25T03:19:37.664Z | Downloaded shlex v1.3.0 |
| 496 | 2026-08-25T03:19:37.669Z | Downloaded hashbrown v0.12.3 |
| 497 | 2026-08-25T03:19:37.672Z | Downloaded slog-json v2.6.1 |
| 498 | 2026-08-25T03:19:37.672Z | Downloaded slog-async v2.8.0 |
| 499 | 2026-08-25T03:19:37.672Z | Downloaded snafu-derive v0.8.9 |
| 500 | 2026-08-25T03:19:37.675Z | Downloaded termtree v0.5.1 |
| 501 | 2026-08-25T03:19:37.675Z | Downloaded thread-id v5.0.0 |
| 502 | 2026-08-25T03:19:37.675Z | Downloaded slab v0.4.11 |
| 503 | 2026-08-25T03:19:37.678Z | Downloaded rustversion v1.0.22 |
| 504 | 2026-08-25T03:19:37.678Z | Downloaded smf v0.2.3 |
| 505 | 2026-08-25T03:19:37.681Z | Downloaded slog-dtrace v0.3.0 |
| 506 | 2026-08-25T03:19:37.681Z | Downloaded terminal_size v0.4.3 |
| 507 | 2026-08-25T03:19:37.684Z | Downloaded progenitor-impl v0.10.0 |
| 508 | 2026-08-25T03:19:37.684Z | Downloaded thread-id v4.2.2 |
| 509 | 2026-08-25T03:19:37.687Z | Downloaded static_assertions v1.1.0 |
| 510 | 2026-08-25T03:19:37.687Z | Downloaded ryu v1.0.20 |
| 511 | 2026-08-25T03:19:37.690Z | Downloaded semver v1.0.28 |
| 512 | 2026-08-25T03:19:37.693Z | Downloaded time-core v0.1.8 |
| 513 | 2026-08-25T03:19:37.693Z | Downloaded schemars_derive v0.8.22 |
| 514 | 2026-08-25T03:19:37.693Z | Downloaded tokio-macros v2.7.0 |
| 515 | 2026-08-25T03:19:37.697Z | Downloaded curl v0.4.50 |
| 516 | 2026-08-25T03:19:37.701Z | Downloaded jiff-static v0.2.15 |
| 517 | 2026-08-25T03:19:37.701Z | Downloaded prettyplease v0.2.37 |
| 518 | 2026-08-25T03:19:37.704Z | Downloaded memchr v2.7.5 |
| 519 | 2026-08-25T03:19:37.707Z | Downloaded strum_macros v0.26.4 |
| 520 | 2026-08-25T03:19:37.707Z | Downloaded tinyvec_macros v0.1.1 |
| 521 | 2026-08-25T03:19:37.710Z | Downloaded strum_macros v0.28.0 |
| 522 | 2026-08-25T03:19:37.711Z | Downloaded serde_path_to_error v0.1.20 |
| 523 | 2026-08-25T03:19:37.714Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 524 | 2026-08-25T03:19:37.714Z | Downloaded proc-macro2 v1.0.106 |
| 525 | 2026-08-25T03:19:37.717Z | Downloaded shlex v2.0.1 |
| 526 | 2026-08-25T03:19:37.717Z | Downloaded indexmap v2.14.0 |
| 527 | 2026-08-25T03:19:37.720Z | Downloaded signal-hook v0.4.4 |
| 528 | 2026-08-25T03:19:37.723Z | Downloaded synstructure v0.13.2 |
| 529 | 2026-08-25T03:19:37.723Z | Downloaded serde_with_macros v3.14.1 |
| 530 | 2026-08-25T03:19:37.723Z | Downloaded openssl-sys v0.9.117 |
| 531 | 2026-08-25T03:19:37.729Z | Downloaded toml_write v0.1.2 |
| 532 | 2026-08-25T03:19:37.732Z | Downloaded toml_datetime v0.6.11 |
| 533 | 2026-08-25T03:19:37.732Z | Downloaded http v1.4.2 |
| 534 | 2026-08-25T03:19:37.733Z | Downloaded schemars v0.8.22 |
| 535 | 2026-08-25T03:19:37.739Z | Downloaded tower-layer v0.3.3 |
| 536 | 2026-08-25T03:19:37.742Z | Downloaded tower-service v0.3.3 |
| 537 | 2026-08-25T03:19:37.742Z | Downloaded thiserror-impl v1.0.69 |
| 538 | 2026-08-25T03:19:37.747Z | Downloaded async-compression v0.4.33 |
| 539 | 2026-08-25T03:19:37.750Z | Downloaded slog-term v2.9.2 |
| 540 | 2026-08-25T03:19:37.751Z | Downloaded thiserror-impl v2.0.18 |
| 541 | 2026-08-25T03:19:37.751Z | Downloaded thiserror-no-std v2.0.2 |
| 542 | 2026-08-25T03:19:37.754Z | Downloaded rustls-pki-types v1.12.0 |
| 543 | 2026-08-25T03:19:37.757Z | Downloaded usdt-attr-macro v0.5.0 |
| 544 | 2026-08-25T03:19:37.757Z | Downloaded thread_local v1.1.9 |
| 545 | 2026-08-25T03:19:37.763Z | Downloaded untrusted v0.7.1 |
| 546 | 2026-08-25T03:19:37.763Z | Downloaded typify-macro v0.6.2 |
| 547 | 2026-08-25T03:19:37.763Z | Downloaded try-lock v0.2.5 |
| 548 | 2026-08-25T03:19:37.768Z | Downloaded thiserror v2.0.18 |
| 549 | 2026-08-25T03:19:37.768Z | Downloaded tokio-dtrace v0.1.1 |
| 550 | 2026-08-25T03:19:37.768Z | Downloaded tokio-rustls v0.25.0 |
| 551 | 2026-08-25T03:19:37.772Z | Downloaded tinystr v0.8.1 |
| 552 | 2026-08-25T03:19:37.772Z | Downloaded strum_macros v0.27.2 |
| 553 | 2026-08-25T03:19:37.772Z | Downloaded unarray v0.1.4 |
| 554 | 2026-08-25T03:19:37.772Z | Downloaded unicode-linebreak v0.1.5 |
| 555 | 2026-08-25T03:19:37.775Z | Downloaded tokio-native-tls v0.3.1 |
| 556 | 2026-08-25T03:19:37.775Z | Downloaded universal-hash v0.5.1 |
| 557 | 2026-08-25T03:19:37.775Z | Downloaded unicode-xid v0.2.6 |
| 558 | 2026-08-25T03:19:37.776Z | Downloaded untrusted v0.9.0 |
| 559 | 2026-08-25T03:19:37.779Z | Downloaded usdt-macro v0.5.0 |
| 560 | 2026-08-25T03:19:37.779Z | Downloaded usdt v0.5.0 |
| 561 | 2026-08-25T03:19:37.779Z | Downloaded usdt v0.6.0 |
| 562 | 2026-08-25T03:19:37.782Z | Downloaded bindgen v0.72.1 |
| 563 | 2026-08-25T03:19:37.785Z | Downloaded usdt-attr-macro v0.6.0 |
| 564 | 2026-08-25T03:19:37.785Z | Downloaded slog v2.8.2 |
| 565 | 2026-08-25T03:19:37.788Z | Downloaded similar v2.7.0 |
| 566 | 2026-08-25T03:19:37.791Z | Downloaded usdt-macro v0.6.0 |
| 567 | 2026-08-25T03:19:37.791Z | Downloaded topological-sort v0.2.2 |
| 568 | 2026-08-25T03:19:37.794Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 569 | 2026-08-25T03:19:37.794Z | Downloaded wait-timeout v0.2.1 |
| 570 | 2026-08-25T03:19:37.794Z | Downloaded utf8_iter v1.0.4 |
| 571 | 2026-08-25T03:19:37.797Z | Downloaded schemars v0.9.0 |
| 572 | 2026-08-25T03:19:37.802Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 573 | 2026-08-25T03:19:37.808Z | Downloaded nom v7.1.3 |
| 574 | 2026-08-25T03:19:37.811Z | Downloaded minimal-lexical v0.2.1 |
| 575 | 2026-08-25T03:19:37.811Z | Downloaded want v0.3.1 |
| 576 | 2026-08-25T03:19:37.811Z | Downloaded waitgroup v0.1.2 |
| 577 | 2026-08-25T03:19:37.811Z | Downloaded version_check v0.9.5 |
| 578 | 2026-08-25T03:19:37.815Z | Downloaded utf8parse v0.2.2 |
| 579 | 2026-08-25T03:19:37.815Z | Downloaded thiserror v1.0.69 |
| 580 | 2026-08-25T03:19:37.818Z | Downloaded quinn v0.11.9 |
| 581 | 2026-08-25T03:19:37.821Z | Downloaded socket2 v0.5.10 |
| 582 | 2026-08-25T03:19:37.821Z | Downloaded qorb v0.4.1 |
| 583 | 2026-08-25T03:19:37.825Z | Downloaded term v1.2.0 |
| 584 | 2026-08-25T03:19:37.828Z | Downloaded hyper-util v0.1.20 |
| 585 | 2026-08-25T03:19:37.832Z | Downloaded yoke-derive v0.8.0 |
| 586 | 2026-08-25T03:19:37.833Z | Downloaded tokio-rustls v0.26.4 |
| 587 | 2026-08-25T03:19:37.833Z | Downloaded rand v0.8.5 |
| 588 | 2026-08-25T03:19:37.835Z | Downloaded tokio-stream v0.1.17 |
| 589 | 2026-08-25T03:19:37.835Z | Downloaded serde_yaml v0.9.34+deprecated |
| 590 | 2026-08-25T03:19:37.838Z | Downloaded serde_derive v1.0.228 |
| 591 | 2026-08-25T03:19:37.841Z | Downloaded scuffle v0.1.0 |
| 592 | 2026-08-25T03:19:37.844Z | Downloaded toml v0.8.23 |
| 593 | 2026-08-25T03:19:37.844Z | Downloaded mio v1.2.1 |
| 594 | 2026-08-25T03:19:37.847Z | Downloaded hashbrown v0.17.1 |
| 595 | 2026-08-25T03:19:37.850Z | Downloaded zerofrom v0.1.6 |
| 596 | 2026-08-25T03:19:37.854Z | Downloaded typify-macro v0.4.3 |
| 597 | 2026-08-25T03:19:37.854Z | Downloaded time-macros v0.2.27 |
| 598 | 2026-08-25T03:19:37.857Z | Downloaded tempfile v3.27.0 |
| 599 | 2026-08-25T03:19:37.857Z | Downloaded serde_core v1.0.228 |
| 600 | 2026-08-25T03:19:37.860Z | Downloaded spin v0.9.8 |
| 601 | 2026-08-25T03:19:37.860Z | Downloaded usdt-impl v0.6.0 |
| 602 | 2026-08-25T03:19:37.863Z | Downloaded test-strategy v0.4.3 |
| 603 | 2026-08-25T03:19:37.863Z | Downloaded iddqd v0.3.18 |
| 604 | 2026-08-25T03:19:37.868Z | Downloaded zerofrom-derive v0.1.6 |
| 605 | 2026-08-25T03:19:37.871Z | Downloaded usdt-impl v0.5.0 |
| 606 | 2026-08-25T03:19:37.871Z | Downloaded snafu v0.8.9 |
| 607 | 2026-08-25T03:19:37.874Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 608 | 2026-08-25T03:19:37.874Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 609 | 2026-08-25T03:19:37.883Z | Downloaded textwrap v0.16.2 |
| 610 | 2026-08-25T03:19:37.887Z | Downloaded whoami v1.6.1 |
| 611 | 2026-08-25T03:19:37.887Z | Downloaded vsss-rs v3.3.4 |
| 612 | 2026-08-25T03:19:37.887Z | Downloaded xattr v1.6.1 |
| 613 | 2026-08-25T03:19:37.887Z | Downloaded zeroize_derive v1.4.3 |
| 614 | 2026-08-25T03:19:37.887Z | Downloaded writeable v0.6.1 |
| 615 | 2026-08-25T03:19:37.887Z | Downloaded schemars v1.2.0 |
| 616 | 2026-08-25T03:19:37.893Z | Downloaded zone_cfg_derive v0.3.1 |
| 617 | 2026-08-25T03:19:37.896Z | Downloaded zone v0.3.1 |
| 618 | 2026-08-25T03:19:37.897Z | Downloaded ucd-trie v0.1.7 |
| 619 | 2026-08-25T03:19:37.897Z | Downloaded serde v1.0.228 |
| 620 | 2026-08-25T03:19:37.897Z | Downloaded zeroize v1.8.1 |
| 621 | 2026-08-25T03:19:37.900Z | Downloaded hashbrown v0.15.5 |
| 622 | 2026-08-25T03:19:37.901Z | Downloaded rand v0.9.3 |
| 623 | 2026-08-25T03:19:37.904Z | Downloaded zmij v1.0.17 |
| 624 | 2026-08-25T03:19:37.904Z | Downloaded zerovec-derive v0.11.1 |
| 625 | 2026-08-25T03:19:37.908Z | Downloaded tar v0.4.45 |
| 626 | 2026-08-25T03:19:37.908Z | Downloaded socket2 v0.6.4 |
| 627 | 2026-08-25T03:19:37.912Z | Downloaded tinyvec v1.10.0 |
| 628 | 2026-08-25T03:19:37.912Z | Downloaded rustls-webpki v0.103.6 |
| 629 | 2026-08-25T03:19:37.916Z | Downloaded tracing-attributes v0.1.30 |
| 630 | 2026-08-25T03:19:37.916Z | Downloaded rayon-core v1.13.0 |
| 631 | 2026-08-25T03:19:37.916Z | Downloaded yoke v0.8.0 |
| 632 | 2026-08-25T03:19:37.919Z | Downloaded hashbrown v0.16.1 |
| 633 | 2026-08-25T03:19:37.922Z | Downloaded dropshot-api-manager v0.7.2 |
| 634 | 2026-08-25T03:19:37.925Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 635 | 2026-08-25T03:19:37.928Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 636 | 2026-08-25T03:19:37.931Z | Downloaded zerocopy-derive v0.7.35 |
| 637 | 2026-08-25T03:19:37.931Z | Downloaded unsafe-libyaml v0.2.11 |
| 638 | 2026-08-25T03:19:37.935Z | Downloaded itertools v0.15.0 |
| 639 | 2026-08-25T03:19:37.939Z | Downloaded vergen v8.3.2 |
| 640 | 2026-08-25T03:19:37.939Z | Downloaded idna v1.1.0 |
| 641 | 2026-08-25T03:19:37.942Z | Downloaded unicode-ident v1.0.24 |
| 642 | 2026-08-25T03:19:37.945Z | Downloaded h2 v0.4.14 |
| 643 | 2026-08-25T03:19:37.948Z | Downloaded futures-util v0.3.32 |
| 644 | 2026-08-25T03:19:37.953Z | Downloaded walkdir v2.5.0 |
| 645 | 2026-08-25T03:19:37.957Z | Downloaded pest v2.8.2 |
| 646 | 2026-08-25T03:19:37.960Z | Downloaded itertools v0.14.0 |
| 647 | 2026-08-25T03:19:37.964Z | Downloaded typify v0.6.2 |
| 648 | 2026-08-25T03:19:37.967Z | Downloaded toml v0.7.8 |
| 649 | 2026-08-25T03:19:37.967Z | Downloaded itertools v0.12.1 |
| 650 | 2026-08-25T03:19:37.974Z | Downloaded icu_properties_data v2.0.1 |
| 651 | 2026-08-25T03:19:37.978Z | Downloaded tracing v0.1.41 |
| 652 | 2026-08-25T03:19:37.978Z | Downloaded hkdf v0.12.4 |
| 653 | 2026-08-25T03:19:37.982Z | Downloaded goblin v0.8.2 |
| 654 | 2026-08-25T03:19:37.985Z | Downloaded iri-string v0.7.8 |
| 655 | 2026-08-25T03:19:37.990Z | Downloaded steno v0.4.1 |
| 656 | 2026-08-25T03:19:37.993Z | Downloaded smallvec v1.15.1 |
| 657 | 2026-08-25T03:19:37.993Z | Downloaded toml_edit v0.22.27 |
| 658 | 2026-08-25T03:19:37.993Z | Downloaded tabled_derive v0.7.0 |
| 659 | 2026-08-25T03:19:37.993Z | Downloaded sha2 v0.10.9 |
| 660 | 2026-08-25T03:19:37.996Z | Downloaded serde_tokenstream v0.2.3 |
| 661 | 2026-08-25T03:19:37.996Z | Downloaded subtle v2.6.1 |
| 662 | 2026-08-25T03:19:37.996Z | Downloaded structmeta v0.3.0 |
| 663 | 2026-08-25T03:19:37.999Z | Downloaded strsim v0.11.1 |
| 664 | 2026-08-25T03:19:37.999Z | Downloaded icu_normalizer_data v2.0.0 |
| 665 | 2026-08-25T03:19:37.999Z | Downloaded icu_collections v2.0.0 |
| 666 | 2026-08-25T03:19:38.004Z | Downloaded git2 v0.19.0 |
| 667 | 2026-08-25T03:19:38.008Z | Downloaded scopeguard v1.2.0 |
| 668 | 2026-08-25T03:19:38.011Z | Downloaded rand_core v0.6.4 |
| 669 | 2026-08-25T03:19:38.011Z | Downloaded icu_normalizer v2.0.0 |
| 670 | 2026-08-25T03:19:38.014Z | Downloaded parking_lot v0.12.5 |
| 671 | 2026-08-25T03:19:38.014Z | Downloaded iddqd v0.4.5 |
| 672 | 2026-08-25T03:19:38.020Z | Downloaded darling_core v0.21.3 |
| 673 | 2026-08-25T03:19:38.023Z | Downloaded libm v0.2.15 |
| 674 | 2026-08-25T03:19:38.027Z | Downloaded typify v0.4.3 |
| 675 | 2026-08-25T03:19:38.030Z | Downloaded tracing-core v0.1.34 |
| 676 | 2026-08-25T03:19:38.033Z | Downloaded clap_builder v4.6.0 |
| 677 | 2026-08-25T03:19:38.037Z | Downloaded reqwest v0.13.2 |
| 678 | 2026-08-25T03:19:38.039Z | Downloaded serde_json v1.0.150 |
| 679 | 2026-08-25T03:19:38.045Z | Downloaded rayon v1.11.0 |
| 680 | 2026-08-25T03:19:38.048Z | Downloaded owo-colors v4.3.0 |
| 681 | 2026-08-25T03:19:38.051Z | Downloaded oxnet v0.1.6 |
| 682 | 2026-08-25T03:19:38.051Z | Downloaded hyper v1.10.1 |
| 683 | 2026-08-25T03:19:38.056Z | Downloaded uuid v1.23.3 |
| 684 | 2026-08-25T03:19:38.060Z | Downloaded oxide-tokio-rt v0.1.2 |
| 685 | 2026-08-25T03:19:38.060Z | Downloaded native-tls v0.2.14 |
| 686 | 2026-08-25T03:19:38.060Z | Downloaded memmap2 v0.9.8 |
| 687 | 2026-08-25T03:19:38.121Z | Downloaded derive_more v0.99.20 |
| 688 | 2026-08-25T03:19:38.121Z | Downloaded plain v0.2.3 |
| 689 | 2026-08-25T03:19:38.121Z | Downloaded hyper-rustls v0.27.7 |
| 690 | 2026-08-25T03:19:38.121Z | Downloaded tower-http v0.6.8 |
| 691 | 2026-08-25T03:19:38.121Z | Downloaded proptest v1.8.0 |
| 692 | 2026-08-25T03:19:38.121Z | Downloaded serde_with v3.14.1 |
| 693 | 2026-08-25T03:19:38.121Z | Downloaded goblin v0.10.1 |
| 694 | 2026-08-25T03:19:38.121Z | Downloaded rustls-webpki v0.102.8 |
| 695 | 2026-08-25T03:19:38.121Z | Downloaded winnow v0.5.40 |
| 696 | 2026-08-25T03:19:38.121Z | Downloaded url v2.5.7 |
| 697 | 2026-08-25T03:19:38.121Z | Downloaded toml_edit v0.19.15 |
| 698 | 2026-08-25T03:19:38.130Z | Downloaded half v2.7.1 |
| 699 | 2026-08-25T03:19:38.130Z | Downloaded dropshot v0.16.7 |
| 700 | 2026-08-25T03:19:38.137Z | Downloaded blake3 v1.8.2 |
| 701 | 2026-08-25T03:19:38.137Z | Downloaded getrandom v0.3.3 |
| 702 | 2026-08-25T03:19:38.137Z | Downloaded derive-where v1.6.0 |
| 703 | 2026-08-25T03:19:38.144Z | Downloaded zerocopy-derive v0.8.27 |
| 704 | 2026-08-25T03:19:38.144Z | Downloaded progenitor-client v0.10.0 |
| 705 | 2026-08-25T03:19:38.144Z | Downloaded percent-encoding v2.3.2 |
| 706 | 2026-08-25T03:19:38.144Z | Downloaded num_enum v0.7.5 |
| 707 | 2026-08-25T03:19:38.144Z | Downloaded zerotrie v0.2.2 |
| 708 | 2026-08-25T03:19:38.147Z | Downloaded num-rational v0.4.2 |
| 709 | 2026-08-25T03:19:38.147Z | Downloaded const-oid v0.10.2 |
| 710 | 2026-08-25T03:19:38.147Z | Downloaded daft-derive v0.1.5 |
| 711 | 2026-08-25T03:19:38.150Z | Downloaded regex v1.12.4 |
| 712 | 2026-08-25T03:19:38.153Z | Downloaded quinn-proto v0.11.14 |
| 713 | 2026-08-25T03:19:38.157Z | Downloaded typenum v1.20.1 |
| 714 | 2026-08-25T03:19:38.160Z | Downloaded typed-path v0.9.3 |
| 715 | 2026-08-25T03:19:38.163Z | Downloaded reqwest v0.12.23 |
| 716 | 2026-08-25T03:19:38.168Z | Downloaded portable-atomic v1.11.1 |
| 717 | 2026-08-25T03:19:38.173Z | Downloaded aws-lc-rs v1.16.2 |
| 718 | 2026-08-25T03:19:38.177Z | Downloaded webpki-roots v1.0.2 |
| 719 | 2026-08-25T03:19:38.179Z | Downloaded hickory-proto v0.24.4 |
| 720 | 2026-08-25T03:19:38.187Z | Downloaded tower v0.5.2 |
| 721 | 2026-08-25T03:19:38.192Z | Downloaded chrono v0.4.45 |
| 722 | 2026-08-25T03:19:38.196Z | Downloaded bstr v1.12.0 |
| 723 | 2026-08-25T03:19:38.204Z | Downloaded regress v0.10.5 |
| 724 | 2026-08-25T03:19:38.208Z | Downloaded unicode-segmentation v1.12.0 |
| 725 | 2026-08-25T03:19:38.210Z | Downloaded hickory-proto v0.25.2 |
| 726 | 2026-08-25T03:19:38.216Z | Downloaded rustix v1.1.4 |
| 727 | 2026-08-25T03:19:38.230Z | Downloaded tough v0.20.0 |
| 728 | 2026-08-25T03:19:38.234Z | Downloaded tokio-util v0.7.16 |
| 729 | 2026-08-25T03:19:38.238Z | Downloaded unicode-normalization v0.1.24 |
| 730 | 2026-08-25T03:19:38.241Z | Downloaded rustix v0.38.44 |
| 731 | 2026-08-25T03:19:38.253Z | Downloaded regex-syntax v0.8.11 |
| 732 | 2026-08-25T03:19:38.258Z | Downloaded dropshot v0.17.1 |
| 733 | 2026-08-25T03:19:38.271Z | Downloaded openssl v0.10.81 |
| 734 | 2026-08-25T03:19:38.277Z | Downloaded newtype-uuid v1.3.2 |
| 735 | 2026-08-25T03:19:38.280Z | Downloaded iana-time-zone v0.1.64 |
| 736 | 2026-08-25T03:19:38.280Z | Downloaded console v0.15.11 |
| 737 | 2026-08-25T03:19:38.282Z | Downloaded futures-channel v0.3.32 |
| 738 | 2026-08-25T03:19:38.282Z | Downloaded clang-sys v1.8.1 |
| 739 | 2026-08-25T03:19:38.285Z | Downloaded cancel-safe-futures v0.1.5 |
| 740 | 2026-08-25T03:19:38.285Z | Downloaded ingot v0.1.1 |
| 741 | 2026-08-25T03:19:38.288Z | Downloaded crossbeam-epoch v0.9.18 |
| 742 | 2026-08-25T03:19:38.288Z | Downloaded hyper-tls v0.6.0 |
| 743 | 2026-08-25T03:19:38.288Z | Downloaded group v0.13.0 |
| 744 | 2026-08-25T03:19:38.291Z | Downloaded zerovec v0.11.4 |
| 745 | 2026-08-25T03:19:38.293Z | Downloaded git-stub-vcs v0.1.0 |
| 746 | 2026-08-25T03:19:38.294Z | Downloaded macaddr v1.0.1 |
| 747 | 2026-08-25T03:19:38.294Z | Downloaded lru-slab v0.1.2 |
| 748 | 2026-08-25T03:19:38.297Z | Downloaded cookie v0.18.1 |
| 749 | 2026-08-25T03:19:38.297Z | Downloaded colored v3.1.1 |
| 750 | 2026-08-25T03:19:38.299Z | Downloaded ciborium v0.2.2 |
| 751 | 2026-08-25T03:19:38.299Z | Downloaded camino v1.2.3 |
| 752 | 2026-08-25T03:19:38.302Z | Downloaded async-trait v0.1.89 |
| 753 | 2026-08-25T03:19:38.305Z | Downloaded zerocopy v0.7.35 |
| 754 | 2026-08-25T03:19:38.312Z | Downloaded curve25519-dalek v4.1.3 |
| 755 | 2026-08-25T03:19:38.317Z | Downloaded deranged v0.5.3 |
| 756 | 2026-08-25T03:19:38.320Z | Downloaded jiff v0.2.15 |
| 757 | 2026-08-25T03:19:38.328Z | Downloaded moka v0.12.11 |
| 758 | 2026-08-25T03:19:38.334Z | Downloaded compression-codecs v0.4.32 |
| 759 | 2026-08-25T03:19:38.337Z | Downloaded cipher v0.4.4 |
| 760 | 2026-08-25T03:19:38.340Z | Downloaded tabled v0.15.0 |
| 761 | 2026-08-25T03:19:38.348Z | Downloaded winnow v1.0.3 |
| 762 | 2026-08-25T03:19:38.353Z | Downloaded winnow v0.7.14 |
| 763 | 2026-08-25T03:19:38.357Z | Downloaded byteorder v1.5.0 |
| 764 | 2026-08-25T03:19:38.359Z | Downloaded bcs v0.1.6 |
| 765 | 2026-08-25T03:19:38.360Z | Downloaded sha3 v0.10.8 |
| 766 | 2026-08-25T03:19:38.362Z | Downloaded tabled v0.21.0 |
| 767 | 2026-08-25T03:19:38.373Z | Downloaded time v0.3.47 |
| 768 | 2026-08-25T03:19:38.380Z | Downloaded syn v1.0.109 |
| 769 | 2026-08-25T03:19:38.386Z | Downloaded bitflags v1.3.2 |
| 770 | 2026-08-25T03:19:38.389Z | Downloaded either v1.15.0 |
| 771 | 2026-08-25T03:19:38.389Z | Downloaded camino-tempfile v1.4.1 |
| 772 | 2026-08-25T03:19:38.391Z | Downloaded autocfg v1.5.0 |
| 773 | 2026-08-25T03:19:38.391Z | Downloaded argon2 v0.5.3 |
| 774 | 2026-08-25T03:19:38.394Z | Downloaded globset v0.4.16 |
| 775 | 2026-08-25T03:19:38.394Z | Downloaded crossbeam-deque v0.8.6 |
| 776 | 2026-08-25T03:19:38.394Z | Downloaded critical-section v1.2.0 |
| 777 | 2026-08-25T03:19:38.397Z | Downloaded block-buffer v0.12.0 |
| 778 | 2026-08-25T03:19:38.397Z | Downloaded bytecount v0.6.9 |
| 779 | 2026-08-25T03:19:38.397Z | Downloaded arrayvec v0.7.6 |
| 780 | 2026-08-25T03:19:38.400Z | Downloaded inout v0.1.4 |
| 781 | 2026-08-25T03:19:38.400Z | Downloaded is-terminal v0.4.16 |
| 782 | 2026-08-25T03:19:38.400Z | Downloaded indent_write v2.2.0 |
| 783 | 2026-08-25T03:19:38.400Z | Downloaded ff v0.13.1 |
| 784 | 2026-08-25T03:19:38.403Z | Downloaded embedded-io v0.4.0 |
| 785 | 2026-08-25T03:19:38.403Z | Downloaded anstream v1.0.0 |
| 786 | 2026-08-25T03:19:38.406Z | Downloaded ciborium-ll v0.2.2 |
| 787 | 2026-08-25T03:19:38.406Z | Downloaded async-stream-impl v0.3.6 |
| 788 | 2026-08-25T03:19:38.406Z | Downloaded cpufeatures v0.3.0 |
| 789 | 2026-08-25T03:19:38.406Z | Downloaded foreign-types-shared v0.3.1 |
| 790 | 2026-08-25T03:19:38.409Z | Downloaded crypto-common v0.1.6 |
| 791 | 2026-08-25T03:19:38.409Z | Downloaded crucible-workspace-hack v0.1.0 |
| 792 | 2026-08-25T03:19:38.409Z | Downloaded cfg-if v1.0.4 |
| 793 | 2026-08-25T03:19:38.409Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 794 | 2026-08-25T03:19:38.409Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 795 | 2026-08-25T03:19:38.409Z | Downloaded cobs v0.3.0 |
| 796 | 2026-08-25T03:19:38.415Z | Downloaded futures-sink v0.3.32 |
| 797 | 2026-08-25T03:19:38.415Z | Downloaded equivalent v1.0.2 |
| 798 | 2026-08-25T03:19:38.415Z | Downloaded base16ct v0.2.0 |
| 799 | 2026-08-25T03:19:38.415Z | Downloaded crypto-common v0.2.2 |
| 800 | 2026-08-25T03:19:38.419Z | Downloaded clap_lex v1.1.0 |
| 801 | 2026-08-25T03:19:38.419Z | Downloaded arrayref v0.3.9 |
| 802 | 2026-08-25T03:19:38.419Z | Downloaded embedded-io v0.6.1 |
| 803 | 2026-08-25T03:19:38.419Z | Downloaded erased-serde v0.3.31 |
| 804 | 2026-08-25T03:19:38.419Z | Downloaded dunce v1.0.5 |
| 805 | 2026-08-25T03:19:38.419Z | Downloaded cfg_aliases v0.2.1 |
| 806 | 2026-08-25T03:19:38.419Z | Downloaded cc v1.4.4 |
| 807 | 2026-08-25T03:19:38.422Z | Downloaded anstyle-parse v1.0.0 |
| 808 | 2026-08-25T03:19:38.422Z | Downloaded float-ord v0.3.2 |
| 809 | 2026-08-25T03:19:38.422Z | Downloaded fixedbitset v0.4.2 |
| 810 | 2026-08-25T03:19:38.422Z | Downloaded convert_case v0.4.0 |
| 811 | 2026-08-25T03:19:38.422Z | Downloaded allocator-api2 v0.2.21 |
| 812 | 2026-08-25T03:19:38.425Z | Downloaded elliptic-curve v0.13.8 |
| 813 | 2026-08-25T03:19:38.425Z | Downloaded nix v0.31.3 |
| 814 | 2026-08-25T03:19:38.432Z | Downloaded vcpkg v0.2.15 |
| 815 | 2026-08-25T03:19:38.455Z | Downloaded cstr-argument v0.1.2 |
| 816 | 2026-08-25T03:19:38.458Z | Downloaded nix v0.30.1 |
| 817 | 2026-08-25T03:19:38.462Z | Downloaded block-buffer v0.10.4 |
| 818 | 2026-08-25T03:19:38.465Z | Downloaded unicode-width v0.2.1 |
| 819 | 2026-08-25T03:19:38.468Z | Downloaded bit-set v0.8.0 |
| 820 | 2026-08-25T03:19:38.468Z | Downloaded foreign-types-macros v0.2.3 |
| 821 | 2026-08-25T03:19:38.468Z | Downloaded encoding_rs v0.8.35 |
| 822 | 2026-08-25T03:19:38.481Z | Downloaded zerocopy v0.8.27 |
| 823 | 2026-08-25T03:19:38.493Z | Downloaded openapiv3 v2.2.0 |
| 824 | 2026-08-25T03:19:38.500Z | Downloaded syn v2.0.118 |
| 825 | 2026-08-25T03:19:38.508Z | Downloaded unicode-width v0.1.14 |
| 826 | 2026-08-25T03:19:38.512Z | Downloaded regress v0.11.1 |
| 827 | 2026-08-25T03:19:38.518Z | Downloaded smoltcp v0.11.0 |
| 828 | 2026-08-25T03:19:38.523Z | Downloaded rustls v0.22.4 |
| 829 | 2026-08-25T03:19:38.531Z | Downloaded rustls v0.23.40 |
| 830 | 2026-08-25T03:19:38.538Z | Downloaded enum-as-inner v0.6.1 |
| 831 | 2026-08-25T03:19:38.555Z | Downloaded dropshot_endpoint v0.16.7 |
| 832 | 2026-08-25T03:19:38.555Z | Downloaded chacha20poly1305 v0.10.1 |
| 833 | 2026-08-25T03:19:38.558Z | Downloaded dof v0.4.0 |
| 834 | 2026-08-25T03:19:38.558Z | Downloaded anyhow v1.0.102 |
| 835 | 2026-08-25T03:19:38.559Z | Downloaded flate2 v1.1.2 |
| 836 | 2026-08-25T03:19:38.559Z | Downloaded digest v0.10.7 |
| 837 | 2026-08-25T03:19:38.559Z | Downloaded derive-ex v0.1.8 |
| 838 | 2026-08-25T03:19:38.559Z | Downloaded darling v0.21.3 |
| 839 | 2026-08-25T03:19:38.559Z | Downloaded backoff v0.4.0 |
| 840 | 2026-08-25T03:19:38.559Z | Downloaded aead v0.5.2 |
| 841 | 2026-08-25T03:19:38.559Z | Downloaded futures-macro v0.3.32 |
| 842 | 2026-08-25T03:19:38.559Z | Downloaded anstyle v1.0.14 |
| 843 | 2026-08-25T03:19:38.580Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 844 | 2026-08-25T03:19:38.633Z | Downloaded typify-impl v0.6.2 |
| 845 | 2026-08-25T03:19:38.646Z | Downloaded typify-impl v0.4.3 |
| 846 | 2026-08-25T03:19:38.701Z | Downloaded regex-automata v0.4.13 |
| 847 | 2026-08-25T03:19:38.741Z | Downloaded petgraph v0.6.5 |
| 848 | 2026-08-25T03:19:38.775Z | Downloaded chrono-tz v0.10.4 |
| 849 | 2026-08-25T03:19:38.801Z | Downloaded libc v0.2.186 |
| 850 | 2026-08-25T03:19:38.821Z | Downloaded petgraph v0.8.2 |
| 851 | 2026-08-25T03:19:38.833Z | Downloaded libz-sys v1.1.22 |
| 852 | 2026-08-25T03:19:38.845Z | Downloaded csv v1.4.0 |
| 853 | 2026-08-25T03:19:38.879Z | Downloaded tokio v1.52.3 |
| 854 | 2026-08-25T03:19:38.978Z | Downloaded ring v0.17.14 |
| 855 | 2026-08-25T03:19:39.024Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 856 | 2026-08-25T03:19:39.563Z | Downloaded aws-lc-sys v0.39.1 |
| 857 | 2026-08-25T03:19:39.882Z | Compiling proc-macro2 v1.0.106 |
| 858 | 2026-08-25T03:19:39.882Z | Compiling quote v1.0.45 |
| 859 | 2026-08-25T03:19:39.882Z | Compiling unicode-ident v1.0.24 |
| 860 | 2026-08-25T03:19:39.885Z | Compiling serde_core v1.0.228 |
| 861 | 2026-08-25T03:19:39.885Z | Compiling serde v1.0.228 |
| 862 | 2026-08-25T03:19:39.885Z | Compiling libc v0.2.186 |
| 863 | 2026-08-25T03:19:39.885Z | Checking cfg-if v1.0.4 |
| 864 | 2026-08-25T03:19:40.196Z | Compiling zmij v1.0.17 |
| 865 | 2026-08-25T03:19:40.212Z | Compiling autocfg v1.5.0 |
| 866 | 2026-08-25T03:19:40.549Z | Compiling memchr v2.7.5 |
| 867 | 2026-08-25T03:19:40.580Z | Compiling libm v0.2.15 |
| 868 | 2026-08-25T03:19:41.018Z | Compiling getrandom v0.4.2 |
| 869 | 2026-08-25T03:19:41.071Z | Compiling jobserver v0.1.34 |
| 870 | 2026-08-25T03:19:41.130Z | Compiling shlex v2.0.1 |
| 871 | 2026-08-25T03:19:41.145Z | Compiling find-msvc-tools v0.1.11 |
| 872 | 2026-08-25T03:19:41.215Z | Compiling version_check v0.9.5 |
| 873 | 2026-08-25T03:19:41.334Z | Compiling cc v1.4.4 |
| 874 | 2026-08-25T03:19:41.389Z | Compiling thiserror v2.0.18 |
| 875 | 2026-08-25T03:19:41.406Z | Checking smallvec v1.15.1 |
| 876 | 2026-08-25T03:19:41.455Z | Checking itoa v1.0.15 |
| 877 | 2026-08-25T03:19:41.506Z | Compiling syn v2.0.118 |
| 878 | 2026-08-25T03:19:41.581Z | Compiling icu_properties_data v2.0.1 |
| 879 | 2026-08-25T03:19:41.596Z | Compiling icu_normalizer_data v2.0.0 |
| 880 | 2026-08-25T03:19:41.675Z | Compiling parking_lot_core v0.9.12 |
| 881 | 2026-08-25T03:19:41.842Z | Checking stable_deref_trait v1.2.0 |
| 882 | 2026-08-25T03:19:41.860Z | Compiling serde_json v1.0.150 |
| 883 | 2026-08-25T03:19:42.115Z | Compiling heck v0.5.0 |
| 884 | 2026-08-25T03:19:42.129Z | Checking writeable v0.6.1 |
| 885 | 2026-08-25T03:19:42.204Z | Checking litemap v0.8.0 |
| 886 | 2026-08-25T03:19:42.283Z | Compiling num-traits v0.2.19 |
| 887 | 2026-08-25T03:19:42.339Z | Checking percent-encoding v2.3.2 |
| 888 | 2026-08-25T03:19:42.527Z | Checking form_urlencoded v1.2.2 |
| 889 | 2026-08-25T03:19:42.628Z | Checking utf8_iter v1.0.4 |
| 890 | 2026-08-25T03:19:42.688Z | Compiling zerocopy v0.8.27 |
| 891 | 2026-08-25T03:19:42.731Z | Checking pin-project-lite v0.2.16 |
| 892 | 2026-08-25T03:19:42.747Z | Compiling log v0.4.29 |
| 893 | 2026-08-25T03:19:42.750Z | Compiling equivalent v1.0.2 |
| 894 | 2026-08-25T03:19:42.778Z | Compiling semver v1.0.28 |
| 895 | 2026-08-25T03:19:42.824Z | Checking iana-time-zone v0.1.64 |
| 896 | 2026-08-25T03:19:42.851Z | Compiling rustversion v1.0.22 |
| 897 | 2026-08-25T03:19:42.923Z | Checking getrandom v0.2.16 |
| 898 | 2026-08-25T03:19:42.939Z | Checking socket2 v0.6.4 |
| 899 | 2026-08-25T03:19:43.069Z | Checking uuid v1.23.3 |
| 900 | 2026-08-25T03:19:43.086Z | Checking scopeguard v1.2.0 |
| 901 | 2026-08-25T03:19:43.202Z | Checking lock_api v0.4.14 |
| 902 | 2026-08-25T03:19:43.286Z | Checking bitflags v2.11.1 |
| 903 | 2026-08-25T03:19:43.364Z | Checking signal-hook-registry v1.4.6 |
| 904 | 2026-08-25T03:19:43.375Z | Checking mio v1.2.1 |
| 905 | 2026-08-25T03:19:43.407Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-25T03:19:43.448Z | Compiling schemars v0.8.22 |
| 907 | 2026-08-25T03:19:43.594Z | Checking dyn-clone v1.0.20 |
| 908 | 2026-08-25T03:19:43.655Z | Compiling portable-atomic v1.11.1 |
| 909 | 2026-08-25T03:19:43.706Z | Checking futures-core v0.3.32 |
| 910 | 2026-08-25T03:19:43.723Z | Compiling ring v0.17.14 |
| 911 | 2026-08-25T03:19:43.831Z | Checking critical-section v1.2.0 |
| 912 | 2026-08-25T03:19:43.838Z | Compiling hashbrown v0.17.1 |
| 913 | 2026-08-25T03:19:43.866Z | Compiling httparse v1.10.1 |
| 914 | 2026-08-25T03:19:43.980Z | Checking futures-sink v0.3.32 |
| 915 | 2026-08-25T03:19:44.085Z | Checking subtle v2.6.1 |
| 916 | 2026-08-25T03:19:44.250Z | Compiling regex-syntax v0.8.11 |
| 917 | 2026-08-25T03:19:44.398Z | Compiling synstructure v0.13.2 |
| 918 | 2026-08-25T03:19:44.589Z | Compiling serde_derive_internals v0.29.1 |
| 919 | 2026-08-25T03:19:44.606Z | Checking once_cell v1.21.3 |
| 920 | 2026-08-25T03:19:44.660Z | Compiling indexmap v2.14.0 |
| 921 | 2026-08-25T03:19:44.779Z | Checking slab v0.4.11 |
| 922 | 2026-08-25T03:19:44.937Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-25T03:19:44.967Z | Compiling thiserror v1.0.69 |
| 924 | 2026-08-25T03:19:45.036Z | Compiling rustix v1.1.4 |
| 925 | 2026-08-25T03:19:45.285Z | Checking rand_core v0.6.4 |
| 926 | 2026-08-25T03:19:45.306Z | Checking typenum v1.20.1 |
| 927 | 2026-08-25T03:19:45.460Z | Checking futures-channel v0.3.32 |
| 928 | 2026-08-25T03:19:45.603Z | Compiling ucd-trie v0.1.7 |
| 929 | 2026-08-25T03:19:45.625Z | Compiling serde_derive v1.0.228 |
| 930 | 2026-08-25T03:19:45.643Z | Compiling zerofrom-derive v0.1.6 |
| 931 | 2026-08-25T03:19:45.855Z | Compiling yoke-derive v0.8.0 |
| 932 | 2026-08-25T03:19:45.929Z | Compiling zerovec-derive v0.11.1 |
| 933 | 2026-08-25T03:19:46.080Z | Compiling displaydoc v0.2.5 |
| 934 | 2026-08-25T03:19:46.362Z | Compiling thiserror-impl v2.0.18 |
| 935 | 2026-08-25T03:19:46.394Z | Compiling schemars_derive v0.8.22 |
| 936 | 2026-08-25T03:19:46.823Z | Compiling tokio-macros v2.7.0 |
| 937 | 2026-08-25T03:19:46.874Z | Checking zerofrom v0.1.6 |
| 938 | 2026-08-25T03:19:46.890Z | Compiling zerocopy-derive v0.8.27 |
| 939 | 2026-08-25T03:19:46.997Z | Checking yoke v0.8.0 |
| 940 | 2026-08-25T03:19:47.013Z | Compiling futures-macro v0.3.32 |
| 941 | 2026-08-25T03:19:47.174Z | Checking zerovec v0.11.4 |
| 942 | 2026-08-25T03:19:47.536Z | Checking zerotrie v0.2.2 |
| 943 | 2026-08-25T03:19:47.670Z | Compiling zeroize_derive v1.4.3 |
| 944 | 2026-08-25T03:19:47.687Z | Compiling regex-automata v0.4.13 |
| 945 | 2026-08-25T03:19:47.775Z | Compiling thiserror-impl v1.0.69 |
| 946 | 2026-08-25T03:19:47.883Z | Checking tinystr v0.8.1 |
| 947 | 2026-08-25T03:19:48.061Z | Checking icu_locale_core v2.0.0 |
| 948 | 2026-08-25T03:19:48.079Z | Checking potential_utf v0.1.3 |
| 949 | 2026-08-25T03:19:48.209Z | Checking icu_collections v2.0.0 |
| 950 | 2026-08-25T03:19:48.341Z | Checking zeroize v1.8.1 |
| 951 | 2026-08-25T03:19:48.511Z | Compiling pest v2.8.2 |
| 952 | 2026-08-25T03:19:48.511Z | Checking futures-io v0.3.32 |
| 953 | 2026-08-25T03:19:48.585Z | Checking icu_provider v2.0.0 |
| 954 | 2026-08-25T03:19:48.639Z | Checking futures-task v0.3.32 |
| 955 | 2026-08-25T03:19:48.705Z | Checking bytes v1.12.0 |
| 956 | 2026-08-25T03:19:48.777Z | Checking icu_properties v2.0.1 |
| 957 | 2026-08-25T03:19:48.810Z | Checking icu_normalizer v2.0.0 |
| 958 | 2026-08-25T03:19:48.907Z | Checking chrono v0.4.45 |
| 959 | 2026-08-25T03:19:49.108Z | Compiling serde_tokenstream v0.2.3 |
| 960 | 2026-08-25T03:19:49.135Z | Checking tokio v1.52.3 |
| 961 | 2026-08-25T03:19:49.389Z | Compiling regex v1.12.4 |
| 962 | 2026-08-25T03:19:49.593Z | Checking idna_adapter v1.2.1 |
| 963 | 2026-08-25T03:19:49.720Z | Checking idna v1.1.0 |
| 964 | 2026-08-25T03:19:49.737Z | Compiling pest_meta v2.8.2 |
| 965 | 2026-08-25T03:19:49.753Z | Checking futures-util v0.3.32 |
| 966 | 2026-08-25T03:19:49.785Z | Compiling pkg-config v0.3.32 |
| 967 | 2026-08-25T03:19:49.837Z | Compiling anyhow v1.0.102 |
| 968 | 2026-08-25T03:19:49.985Z | Checking url v2.5.7 |
| 969 | 2026-08-25T03:19:50.210Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-25T03:19:50.246Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-25T03:19:50.547Z | Compiling pest_generator v2.8.2 |
| 972 | 2026-08-25T03:19:50.656Z | Compiling generic-array v0.14.7 |
| 973 | 2026-08-25T03:19:50.941Z | Compiling fnv v1.0.7 |
| 974 | 2026-08-25T03:19:51.048Z | Compiling allocator-api2 v0.2.21 |
| 975 | 2026-08-25T03:19:51.103Z | Compiling foldhash v0.2.0 |
| 976 | 2026-08-25T03:19:51.120Z | Compiling vcpkg v0.2.15 |
| 977 | 2026-08-25T03:19:51.179Z | Compiling pest_derive v2.8.2 |
| 978 | 2026-08-25T03:19:51.356Z | Compiling hashbrown v0.16.1 |
| 979 | 2026-08-25T03:19:51.459Z | Checking tracing v0.1.41 |
| 980 | 2026-08-25T03:19:51.559Z | Checking http v1.4.2 |
| 981 | 2026-08-25T03:19:51.642Z | Compiling getrandom v0.3.3 |
| 982 | 2026-08-25T03:19:51.725Z | Compiling byteorder v1.5.0 |
| 983 | 2026-08-25T03:19:51.938Z | Compiling camino v1.2.3 |
| 984 | 2026-08-25T03:19:51.954Z | Checking crypto-common v0.1.6 |
| 985 | 2026-08-25T03:19:51.990Z | Checking errno v0.3.14 |
| 986 | 2026-08-25T03:19:52.077Z | Compiling time-core v0.1.8 |
| 987 | 2026-08-25T03:19:52.124Z | Compiling num-conv v0.2.1 |
| 988 | 2026-08-25T03:19:52.128Z | Checking base64 v0.22.1 |
| 989 | 2026-08-25T03:19:52.235Z | Checking ipnet v2.11.0 |
| 990 | 2026-08-25T03:19:52.282Z | Compiling time-macros v0.2.27 |
| 991 | 2026-08-25T03:19:52.317Z | Compiling scroll_derive v0.13.1 |
| 992 | 2026-08-25T03:19:52.335Z | Checking tokio-util v0.7.16 |
| 993 | 2026-08-25T03:19:52.385Z | Compiling paste v1.0.15 |
| 994 | 2026-08-25T03:19:52.460Z | Checking http-body v1.0.1 |
| 995 | 2026-08-25T03:19:52.545Z | Checking rustls-pki-types v1.12.0 |
| 996 | 2026-08-25T03:19:52.724Z | Checking atomic-waker v1.1.2 |
| 997 | 2026-08-25T03:19:52.843Z | Checking tower-layer v0.3.3 |
| 998 | 2026-08-25T03:19:52.992Z | Checking untrusted v0.9.0 |
| 999 | 2026-08-25T03:19:53.017Z | Checking tower-service v0.3.3 |
| 1000 | 2026-08-25T03:19:53.105Z | Checking try-lock v0.2.5 |
| 1001 | 2026-08-25T03:19:53.136Z | Checking h2 v0.4.14 |
| 1002 | 2026-08-25T03:19:53.208Z | Checking want v0.3.1 |
| 1003 | 2026-08-25T03:19:53.268Z | Checking httpdate v1.0.3 |
| 1004 | 2026-08-25T03:19:53.284Z | Checking ryu v1.0.20 |
| 1005 | 2026-08-25T03:19:53.328Z | Compiling openssl-sys v0.9.117 |
| 1006 | 2026-08-25T03:19:53.388Z | Compiling async-trait v0.1.89 |
| 1007 | 2026-08-25T03:19:53.411Z | Compiling cmake v0.1.54 |
| 1008 | 2026-08-25T03:19:53.427Z | Checking socket2 v0.5.10 |
| 1009 | 2026-08-25T03:19:53.647Z | Compiling strsim v0.11.1 |
| 1010 | 2026-08-25T03:19:53.664Z | Checking pretty-hex v0.4.1 |
| 1011 | 2026-08-25T03:19:53.751Z | Compiling fs_extra v1.3.0 |
| 1012 | 2026-08-25T03:19:53.782Z | Compiling crossbeam-utils v0.8.21 |
| 1013 | 2026-08-25T03:19:53.864Z | Compiling dunce v1.0.5 |
| 1014 | 2026-08-25T03:19:53.965Z | Compiling scroll v0.13.0 |
| 1015 | 2026-08-25T03:19:54.006Z | Compiling aws-lc-sys v0.39.1 |
| 1016 | 2026-08-25T03:19:54.032Z | Checking block-buffer v0.10.4 |
| 1017 | 2026-08-25T03:19:54.107Z | Compiling regress v0.10.5 |
| 1018 | 2026-08-25T03:19:54.126Z | Checking ppv-lite86 v0.2.21 |
| 1019 | 2026-08-25T03:19:54.179Z | Compiling slog v2.8.2 |
| 1020 | 2026-08-25T03:19:54.261Z | Compiling usdt-impl v0.6.0 |
| 1021 | 2026-08-25T03:19:54.348Z | Compiling plain v0.2.3 |
| 1022 | 2026-08-25T03:19:54.393Z | Checking digest v0.10.7 |
| 1023 | 2026-08-25T03:19:54.443Z | Compiling goblin v0.10.1 |
| 1024 | 2026-08-25T03:19:54.459Z | Checking http-body-util v0.1.3 |
| 1025 | 2026-08-25T03:19:54.532Z | Checking ipnetwork v0.21.1 |
| 1026 | 2026-08-25T03:19:54.584Z | Checking erased-serde v0.3.31 |
| 1027 | 2026-08-25T03:19:54.757Z | Compiling ident_case v1.0.1 |
| 1028 | 2026-08-25T03:19:54.880Z | Compiling omicron-workspace-hack v0.1.0 |
| 1029 | 2026-08-25T03:19:54.909Z | Compiling darling_core v0.21.3 |
| 1030 | 2026-08-25T03:19:54.980Z | Checking hyper v1.10.1 |
| 1031 | 2026-08-25T03:19:55.023Z | Checking serde_urlencoded v0.7.1 |
| 1032 | 2026-08-25T03:19:55.114Z | Compiling dtrace-parser v0.3.0 |
| 1033 | 2026-08-25T03:19:55.213Z | Compiling openapiv3 v2.2.0 |
| 1034 | 2026-08-25T03:19:55.229Z | Compiling daft-derive v0.1.5 |
| 1035 | 2026-08-25T03:19:55.709Z | Compiling typify-impl v0.4.3 |
| 1036 | 2026-08-25T03:19:55.903Z | Checking hyper-util v0.1.20 |
| 1037 | 2026-08-25T03:19:55.960Z | Compiling thread-id v5.0.0 |
| 1038 | 2026-08-25T03:19:56.049Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-08-25T03:19:57.005Z | Checking encoding_rs v0.8.35 |
| 1040 | 2026-08-25T03:19:57.021Z | Compiling darling_macro v0.21.3 |
| 1041 | 2026-08-25T03:19:57.280Z | Compiling dof v0.4.0 |
| 1042 | 2026-08-25T03:19:57.557Z | Compiling darling v0.21.3 |
| 1043 | 2026-08-25T03:19:57.644Z | Checking mime v0.3.17 |
| 1044 | 2026-08-25T03:19:57.802Z | Checking cpufeatures v0.2.17 |
| 1045 | 2026-08-25T03:19:57.817Z | Compiling slog-async v2.8.0 |
| 1046 | 2026-08-25T03:19:57.875Z | Checking untrusted v0.7.1 |
| 1047 | 2026-08-25T03:19:57.989Z | Checking rand_core v0.9.3 |
| 1048 | 2026-08-25T03:19:58.023Z | Checking oxnet v0.1.6 |
| 1049 | 2026-08-25T03:19:58.164Z | Compiling structmeta-derive v0.3.0 |
| 1050 | 2026-08-25T03:19:58.168Z | Compiling multer v3.1.0 |
| 1051 | 2026-08-25T03:19:58.215Z | Compiling usdt-attr-macro v0.6.0 |
| 1052 | 2026-08-25T03:19:58.273Z | Compiling usdt-macro v0.6.0 |
| 1053 | 2026-08-25T03:19:58.400Z | Compiling unsafe-libyaml v0.2.11 |
| 1054 | 2026-08-25T03:19:58.430Z | Compiling rustls v0.23.40 |
| 1055 | 2026-08-25T03:19:58.545Z | Compiling rustls v0.22.4 |
| 1056 | 2026-08-25T03:19:58.934Z | Compiling serde_yaml v0.9.34+deprecated |
| 1057 | 2026-08-25T03:19:59.047Z | Compiling async-stream-impl v0.3.6 |
| 1058 | 2026-08-25T03:19:59.061Z | Checking sync_wrapper v1.0.2 |
| 1059 | 2026-08-25T03:19:59.126Z | Compiling typify-macro v0.4.3 |
| 1060 | 2026-08-25T03:19:59.159Z | Checking foreign-types-shared v0.1.1 |
| 1061 | 2026-08-25T03:19:59.175Z | Compiling structmeta v0.3.0 |
| 1062 | 2026-08-25T03:19:59.371Z | Compiling openssl v0.10.81 |
| 1063 | 2026-08-25T03:19:59.441Z | Checking hex v0.4.3 |
| 1064 | 2026-08-25T03:19:59.637Z | Checking fastrand v2.3.0 |
| 1065 | 2026-08-25T03:19:59.654Z | Checking foreign-types v0.3.2 |
| 1066 | 2026-08-25T03:19:59.709Z | Checking tower v0.5.2 |
| 1067 | 2026-08-25T03:19:59.738Z | Checking rand_chacha v0.9.0 |
| 1068 | 2026-08-25T03:19:59.814Z | Checking tempfile v3.27.0 |
| 1069 | 2026-08-25T03:19:59.921Z | Checking futures-executor v0.3.32 |
| 1070 | 2026-08-25T03:20:00.004Z | Compiling openssl-macros v0.1.1 |
| 1071 | 2026-08-25T03:20:00.040Z | Compiling strum_macros v0.26.4 |
| 1072 | 2026-08-25T03:20:00.057Z | Compiling native-tls v0.2.14 |
| 1073 | 2026-08-25T03:20:00.074Z | Checking openssl-probe v0.1.6 |
| 1074 | 2026-08-25T03:20:00.174Z | Checking iri-string v0.7.8 |
| 1075 | 2026-08-25T03:20:00.177Z | Checking powerfmt v0.2.0 |
| 1076 | 2026-08-25T03:20:00.317Z | Checking futures v0.3.32 |
| 1077 | 2026-08-25T03:20:00.337Z | Checking deranged v0.5.3 |
| 1078 | 2026-08-25T03:20:00.397Z | Checking rand v0.9.3 |
| 1079 | 2026-08-25T03:20:00.598Z | Compiling typify v0.4.3 |
| 1080 | 2026-08-25T03:20:00.692Z | Compiling newtype-uuid-macros v0.1.0 |
| 1081 | 2026-08-25T03:20:00.872Z | Checking num_threads v0.1.7 |
| 1082 | 2026-08-25T03:20:01.112Z | Compiling ref-cast v1.0.25 |
| 1083 | 2026-08-25T03:20:01.179Z | Checking tower-http v0.6.8 |
| 1084 | 2026-08-25T03:20:01.400Z | Checking time v0.3.47 |
| 1085 | 2026-08-25T03:20:01.450Z | Compiling ref-cast-impl v1.0.25 |
| 1086 | 2026-08-25T03:20:01.476Z | Compiling dropshot v0.16.7 |
| 1087 | 2026-08-25T03:20:01.499Z | Checking memmap2 v0.9.8 |
| 1088 | 2026-08-25T03:20:01.516Z | Checking unicode-width v0.2.1 |
| 1089 | 2026-08-25T03:20:01.777Z | Compiling derive-ex v0.1.8 |
| 1090 | 2026-08-25T03:20:01.790Z | Checking crossbeam-channel v0.5.15 |
| 1091 | 2026-08-25T03:20:02.030Z | Checking webpki-roots v1.0.2 |
| 1092 | 2026-08-25T03:20:02.047Z | Compiling dropshot_endpoint v0.16.7 |
| 1093 | 2026-08-25T03:20:02.111Z | Compiling strum_macros v0.27.2 |
| 1094 | 2026-08-25T03:20:02.153Z | Checking winnow v0.7.14 |
| 1095 | 2026-08-25T03:20:02.525Z | Compiling progenitor-impl v0.11.1 |
| 1096 | 2026-08-25T03:20:02.832Z | Checking tokio-native-tls v0.3.1 |
| 1097 | 2026-08-25T03:20:02.990Z | Checking hyper-tls v0.6.0 |
| 1098 | 2026-08-25T03:20:03.332Z | Compiling test-strategy v0.4.3 |
| 1099 | 2026-08-25T03:20:03.384Z | Checking newtype-uuid v1.3.2 |
| 1100 | 2026-08-25T03:20:03.480Z | Checking thread_local v1.1.9 |
| 1101 | 2026-08-25T03:20:03.564Z | Checking winnow v1.0.3 |
| 1102 | 2026-08-25T03:20:03.632Z | Checking daft v0.1.5 |
| 1103 | 2026-08-25T03:20:03.648Z | Compiling serde_with_macros v3.14.1 |
| 1104 | 2026-08-25T03:20:03.845Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1105 | 2026-08-25T03:20:03.860Z | Checking serde_spanned v1.1.1 |
| 1106 | 2026-08-25T03:20:03.890Z | Checking is-terminal v0.4.16 |
| 1107 | 2026-08-25T03:20:03.984Z | Checking term v1.2.0 |
| 1108 | 2026-08-25T03:20:04.000Z | Checking either v1.15.0 |
| 1109 | 2026-08-25T03:20:04.171Z | Checking take_mut v0.2.2 |
| 1110 | 2026-08-25T03:20:04.187Z | Checking match_cfg v0.1.0 |
| 1111 | 2026-08-25T03:20:04.205Z | Checking debug-ignore v1.0.5 |
| 1112 | 2026-08-25T03:20:04.256Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1113 | 2026-08-25T03:20:04.303Z | Checking hostname v0.3.1 |
| 1114 | 2026-08-25T03:20:04.402Z | Checking slog-term v2.9.2 |
| 1115 | 2026-08-25T03:20:04.433Z | Checking slog-json v2.6.1 |
| 1116 | 2026-08-25T03:20:04.580Z | Compiling syn v1.0.109 |
| 1117 | 2026-08-25T03:20:04.585Z | Compiling progenitor-macro v0.11.1 |
| 1118 | 2026-08-25T03:20:04.649Z | Checking spin v0.9.8 |
| 1119 | 2026-08-25T03:20:04.666Z | Checking slog-bunyan v2.5.0 |
| 1120 | 2026-08-25T03:20:04.683Z | Checking usdt v0.6.0 |
| 1121 | 2026-08-25T03:20:04.728Z | Checking async-stream v0.3.6 |
| 1122 | 2026-08-25T03:20:04.773Z | Compiling parse-display-derive v0.10.0 |
| 1123 | 2026-08-25T03:20:04.852Z | Checking rustls-webpki v0.102.8 |
| 1124 | 2026-08-25T03:20:04.918Z | Checking waitgroup v0.1.2 |
| 1125 | 2026-08-25T03:20:04.953Z | Checking rustls-pemfile v2.2.0 |
| 1126 | 2026-08-25T03:20:04.970Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1127 | 2026-08-25T03:20:05.017Z | Checking serde_path_to_error v0.1.20 |
| 1128 | 2026-08-25T03:20:05.091Z | Checking hostname v0.4.2 |
| 1129 | 2026-08-25T03:20:05.190Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1130 | 2026-08-25T03:20:05.278Z | Checking strum v0.26.3 |
| 1131 | 2026-08-25T03:20:05.390Z | Checking rand_chacha v0.3.1 |
| 1132 | 2026-08-25T03:20:05.406Z | Checking macaddr v1.0.1 |
| 1133 | 2026-08-25T03:20:05.509Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-25T03:20:05.576Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-25T03:20:05.581Z | Checking lazy_static v1.5.0 |
| 1136 | 2026-08-25T03:20:05.676Z | Checking quick-error v1.2.3 |
| 1137 | 2026-08-25T03:20:05.707Z | Checking bit-vec v0.8.0 |
| 1138 | 2026-08-25T03:20:05.723Z | Checking toml v0.9.12+spec-1.1.0 |
| 1139 | 2026-08-25T03:20:05.780Z | Checking rusty-fork v0.3.0 |
| 1140 | 2026-08-25T03:20:05.937Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-25T03:20:05.985Z | Checking rand v0.8.5 |
| 1142 | 2026-08-25T03:20:06.087Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-25T03:20:06.298Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-08-25T03:20:06.315Z | Checking sha1 v0.10.6 |
| 1145 | 2026-08-25T03:20:06.419Z | Checking unarray v0.1.4 |
| 1146 | 2026-08-25T03:20:06.524Z | Checking proptest v1.8.0 |
| 1147 | 2026-08-25T03:20:06.540Z | Checking strum v0.27.2 |
| 1148 | 2026-08-25T03:20:06.685Z | Checking tabwriter v1.4.1 |
| 1149 | 2026-08-25T03:20:06.701Z | Checking tokio-rustls v0.25.0 |
| 1150 | 2026-08-25T03:20:06.750Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1151 | 2026-08-25T03:20:06.834Z | Checking colored v3.1.1 |
| 1152 | 2026-08-25T03:20:06.892Z | Checking serde_with v3.14.1 |
| 1153 | 2026-08-25T03:20:07.334Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1154 | 2026-08-25T03:20:07.564Z | Checking instant v0.1.13 |
| 1155 | 2026-08-25T03:20:07.867Z | Checking rustc-hash v2.1.1 |
| 1156 | 2026-08-25T03:20:07.941Z | Checking backoff v0.4.0 |
| 1157 | 2026-08-25T03:20:07.982Z | Checking iddqd v0.3.18 |
| 1158 | 2026-08-25T03:20:08.113Z | Checking parse-display v0.10.0 |
| 1159 | 2026-08-25T03:20:08.149Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1160 | 2026-08-25T03:20:08.229Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1161 | 2026-08-25T03:20:08.258Z | Checking itertools v0.14.0 |
| 1162 | 2026-08-25T03:20:08.338Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1163 | 2026-08-25T03:20:08.737Z | Compiling toml_datetime v0.6.11 |
| 1164 | 2026-08-25T03:20:08.759Z | Compiling clap_derive v4.6.1 |
| 1165 | 2026-08-25T03:20:08.844Z | Checking utf8parse v0.2.2 |
| 1166 | 2026-08-25T03:20:08.924Z | Checking anstyle-parse v1.0.0 |
| 1167 | 2026-08-25T03:20:09.076Z | Checking terminal_size v0.4.3 |
| 1168 | 2026-08-25T03:20:09.273Z | Checking colorchoice v1.0.4 |
| 1169 | 2026-08-25T03:20:09.291Z | Checking anstyle v1.0.14 |
| 1170 | 2026-08-25T03:20:09.330Z | Checking anstyle-query v1.1.4 |
| 1171 | 2026-08-25T03:20:09.369Z | Checking is_terminal_polyfill v1.70.1 |
| 1172 | 2026-08-25T03:20:09.472Z | Checking anstream v1.0.0 |
| 1173 | 2026-08-25T03:20:09.728Z | Checking clap_lex v1.1.0 |
| 1174 | 2026-08-25T03:20:09.876Z | Checking clap_builder v4.6.0 |
| 1175 | 2026-08-25T03:20:11.108Z | Checking clap v4.6.1 |
| 1176 | 2026-08-25T03:20:12.233Z | Compiling num-derive v0.4.2 |
| 1177 | 2026-08-25T03:20:12.746Z | Compiling rustls-webpki v0.103.6 |
| 1178 | 2026-08-25T03:20:13.412Z | Compiling prettyplease v0.2.37 |
| 1179 | 2026-08-25T03:20:14.924Z | Checking crossbeam-epoch v0.9.18 |
| 1180 | 2026-08-25T03:20:14.958Z | Compiling winnow v0.5.40 |
| 1181 | 2026-08-25T03:20:15.142Z | Compiling cfg_aliases v0.2.1 |
| 1182 | 2026-08-25T03:20:15.697Z | Checking serde_spanned v0.6.9 |
| 1183 | 2026-08-25T03:20:15.881Z | Compiling memoffset v0.9.1 |
| 1184 | 2026-08-25T03:20:16.035Z | Compiling rayon-core v1.13.0 |
| 1185 | 2026-08-25T03:20:16.319Z | Compiling tokio-rustls v0.26.4 |
| 1186 | 2026-08-25T03:20:16.577Z | Compiling toml_edit v0.19.15 |
| 1187 | 2026-08-25T03:20:17.568Z | Compiling zerocopy-derive v0.7.35 |
| 1188 | 2026-08-25T03:20:17.734Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-08-25T03:20:18.074Z | Compiling crc32fast v1.5.0 |
| 1190 | 2026-08-25T03:20:18.568Z | Compiling hyper-rustls v0.27.7 |
| 1191 | 2026-08-25T03:20:18.823Z | Compiling reqwest v0.12.23 |
| 1192 | 2026-08-25T03:20:18.987Z | Checking crossbeam-deque v0.8.6 |
| 1193 | 2026-08-25T03:20:19.267Z | Checking adler2 v2.0.1 |
| 1194 | 2026-08-25T03:20:19.372Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1195 | 2026-08-25T03:20:20.023Z | Compiling progenitor-client v0.11.1 |
| 1196 | 2026-08-25T03:20:20.244Z | Compiling progenitor v0.11.1 |
| 1197 | 2026-08-25T03:20:20.506Z | Checking miniz_oxide v0.8.9 |
| 1198 | 2026-08-25T03:20:21.436Z | Compiling num-integer v0.1.46 |
| 1199 | 2026-08-25T03:20:21.517Z | Compiling proc-macro-error-attr v1.0.4 |
| 1200 | 2026-08-25T03:20:21.669Z | Compiling heck v0.4.1 |
| 1201 | 2026-08-25T03:20:21.736Z | Compiling heapless v0.8.0 |
| 1202 | 2026-08-25T03:20:21.990Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1203 | 2026-08-25T03:20:21.990Z | Checking flate2 v1.1.2 |
| 1204 | 2026-08-25T03:20:22.045Z | Compiling progenitor-client v0.10.0 |
| 1205 | 2026-08-25T03:20:22.680Z | Compiling ingot-macros v0.1.1 |
| 1206 | 2026-08-25T03:20:23.109Z | Checking hash32 v0.3.1 |
| 1207 | 2026-08-25T03:20:23.193Z | Checking hybrid-array v0.4.12 |
| 1208 | 2026-08-25T03:20:23.235Z | Compiling proc-macro-error v1.0.4 |
| 1209 | 2026-08-25T03:20:23.392Z | Checking toml_write v0.1.2 |
| 1210 | 2026-08-25T03:20:23.641Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1211 | 2026-08-25T03:20:23.674Z | Compiling smoltcp v0.11.0 |
| 1212 | 2026-08-25T03:20:23.904Z | Checking toml_edit v0.22.27 |
| 1213 | 2026-08-25T03:20:24.162Z | Checking num-rational v0.4.2 |
| 1214 | 2026-08-25T03:20:24.433Z | Checking num-iter v0.1.45 |
| 1215 | 2026-08-25T03:20:24.566Z | Compiling num_enum_derive v0.7.5 |
| 1216 | 2026-08-25T03:20:24.673Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-08-25T03:20:24.952Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1218 | 2026-08-25T03:20:25.107Z | Compiling hubpack_derive v0.1.1 |
| 1219 | 2026-08-25T03:20:25.221Z | Checking cobs v0.3.0 |
| 1220 | 2026-08-25T03:20:25.270Z | Checking ingot-types v0.1.2 |
| 1221 | 2026-08-25T03:20:25.305Z | Compiling foreign-types-macros v0.2.3 |
| 1222 | 2026-08-25T03:20:25.365Z | Compiling scroll_derive v0.12.1 |
| 1223 | 2026-08-25T03:20:25.460Z | Compiling num-complex v0.4.6 |
| 1224 | 2026-08-25T03:20:25.606Z | Compiling usdt-impl v0.5.0 |
| 1225 | 2026-08-25T03:20:25.609Z | Checking bitflags v1.3.2 |
| 1226 | 2026-08-25T03:20:25.699Z | Checking managed v0.8.0 |
| 1227 | 2026-08-25T03:20:25.883Z | Checking foreign-types-shared v0.3.1 |
| 1228 | 2026-08-25T03:20:25.907Z | Compiling crucible-workspace-hack v0.1.0 |
| 1229 | 2026-08-25T03:20:25.960Z | Checking num v0.4.3 |
| 1230 | 2026-08-25T03:20:25.975Z | Checking foreign-types v0.5.0 |
| 1231 | 2026-08-25T03:20:26.071Z | Checking scroll v0.12.0 |
| 1232 | 2026-08-25T03:20:26.167Z | Checking hubpack v0.1.2 |
| 1233 | 2026-08-25T03:20:26.278Z | Checking ingot v0.1.1 |
| 1234 | 2026-08-25T03:20:26.291Z | Checking num_enum v0.7.5 |
| 1235 | 2026-08-25T03:20:26.344Z | Checking postcard v1.1.3 |
| 1236 | 2026-08-25T03:20:26.403Z | Compiling dof v0.3.0 |
| 1237 | 2026-08-25T03:20:26.633Z | Checking toml v0.8.23 |
| 1238 | 2026-08-25T03:20:27.023Z | Checking block-buffer v0.12.0 |
| 1239 | 2026-08-25T03:20:27.055Z | Checking crypto-common v0.2.2 |
| 1240 | 2026-08-25T03:20:27.195Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1241 | 2026-08-25T03:20:27.277Z | Compiling dtrace-parser v0.2.0 |
| 1242 | 2026-08-25T03:20:27.494Z | Checking camino-tempfile v1.4.1 |
| 1243 | 2026-08-25T03:20:27.652Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1244 | 2026-08-25T03:20:27.668Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1245 | 2026-08-25T03:20:27.684Z | Checking cstr-argument v0.1.2 |
| 1246 | 2026-08-25T03:20:27.803Z | Compiling thread-id v4.2.2 |
| 1247 | 2026-08-25T03:20:27.856Z | Checking compression-core v0.4.32 |
| 1248 | 2026-08-25T03:20:27.885Z | Checking static_assertions v1.1.0 |
| 1249 | 2026-08-25T03:20:27.901Z | Checking float-ord v0.3.2 |
| 1250 | 2026-08-25T03:20:27.904Z | Checking const-oid v0.10.2 |
| 1251 | 2026-08-25T03:20:27.984Z | Compiling minimal-lexical v0.2.1 |
| 1252 | 2026-08-25T03:20:28.019Z | Checking compression-codecs v0.4.32 |
| 1253 | 2026-08-25T03:20:28.060Z | Checking digest v0.11.3 |
| 1254 | 2026-08-25T03:20:28.190Z | Compiling nom v7.1.3 |
| 1255 | 2026-08-25T03:20:28.213Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1256 | 2026-08-25T03:20:28.228Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1257 | 2026-08-25T03:20:28.411Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1258 | 2026-08-25T03:20:28.519Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1259 | 2026-08-25T03:20:28.662Z | Checking goblin v0.8.2 |
| 1260 | 2026-08-25T03:20:28.678Z | Checking rayon v1.11.0 |
| 1261 | 2026-08-25T03:20:28.749Z | Compiling num_enum_derive v0.5.11 |
| 1262 | 2026-08-25T03:20:29.014Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1263 | 2026-08-25T03:20:29.447Z | Compiling rustc_version v0.4.1 |
| 1264 | 2026-08-25T03:20:29.470Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1265 | 2026-08-25T03:20:29.672Z | Compiling dropshot v0.17.1 |
| 1266 | 2026-08-25T03:20:29.729Z | Compiling convert_case v0.4.0 |
| 1267 | 2026-08-25T03:20:29.729Z | Compiling rustix v0.38.44 |
| 1268 | 2026-08-25T03:20:29.760Z | Checking cpufeatures v0.3.0 |
| 1269 | 2026-08-25T03:20:29.836Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1270 | 2026-08-25T03:20:29.939Z | Checking tinyvec_macros v0.1.1 |
| 1271 | 2026-08-25T03:20:29.972Z | Checking tinyvec v1.10.0 |
| 1272 | 2026-08-25T03:20:30.031Z | Compiling derive_more v0.99.20 |
| 1273 | 2026-08-25T03:20:30.093Z | Checking sha1 v0.11.0 |
| 1274 | 2026-08-25T03:20:30.187Z | Checking num_enum v0.5.11 |
| 1275 | 2026-08-25T03:20:30.235Z | Checking toml v1.1.2+spec-1.1.0 |
| 1276 | 2026-08-25T03:20:30.297Z | Checking async-compression v0.4.33 |
| 1277 | 2026-08-25T03:20:30.301Z | Compiling nix v0.30.1 |
| 1278 | 2026-08-25T03:20:30.534Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-08-25T03:20:30.689Z | Checking libscf-sys v1.2.0 |
| 1280 | 2026-08-25T03:20:30.856Z | Compiling libz-sys v1.1.22 |
| 1281 | 2026-08-25T03:20:30.909Z | Compiling dropshot_endpoint v0.17.1 |
| 1282 | 2026-08-25T03:20:31.068Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1283 | 2026-08-25T03:20:31.085Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1284 | 2026-08-25T03:20:31.184Z | Checking bytecount v0.6.9 |
| 1285 | 2026-08-25T03:20:31.376Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1286 | 2026-08-25T03:20:31.480Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1287 | 2026-08-25T03:20:32.172Z | Compiling usdt-macro v0.5.0 |
| 1288 | 2026-08-25T03:20:32.198Z | Compiling usdt-attr-macro v0.5.0 |
| 1289 | 2026-08-25T03:20:32.273Z | Compiling zone_cfg_derive v0.3.1 |
| 1290 | 2026-08-25T03:20:32.305Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1291 | 2026-08-25T03:20:32.357Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-25T03:20:32.477Z | Checking itertools v0.12.1 |
| 1293 | 2026-08-25T03:20:32.531Z | Checking sigpipe v0.1.3 |
| 1294 | 2026-08-25T03:20:32.614Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1295 | 2026-08-25T03:20:32.829Z | Checking memmap v0.7.0 |
| 1296 | 2026-08-25T03:20:32.905Z | Checking glob v0.3.3 |
| 1297 | 2026-08-25T03:20:32.911Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1298 | 2026-08-25T03:20:32.911Z | Checking jiff v0.2.15 |
| 1299 | 2026-08-25T03:20:32.961Z | Checking usdt v0.5.0 |
| 1300 | 2026-08-25T03:20:33.082Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1301 | 2026-08-25T03:20:33.123Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1302 | 2026-08-25T03:20:33.308Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1303 | 2026-08-25T03:20:33.324Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1304 | 2026-08-25T03:20:33.347Z | Checking smf v0.2.3 |
| 1305 | 2026-08-25T03:20:33.448Z | Checking zone v0.3.1 |
| 1306 | 2026-08-25T03:20:33.507Z | Checking secrecy v0.10.3 |
| 1307 | 2026-08-25T03:20:33.535Z | Checking bstr v1.12.0 |
| 1308 | 2026-08-25T03:20:33.624Z | Checking whoami v1.6.1 |
| 1309 | 2026-08-25T03:20:33.766Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-08-25T03:20:33.789Z | Compiling curve25519-dalek v4.1.3 |
| 1311 | 2026-08-25T03:20:33.806Z | Checking hmac v0.12.1 |
| 1312 | 2026-08-25T03:20:33.860Z | Checking inout v0.1.4 |
| 1313 | 2026-08-25T03:20:33.898Z | Compiling clang-sys v1.8.1 |
| 1314 | 2026-08-25T03:20:33.930Z | Compiling enum-as-inner v0.6.1 |
| 1315 | 2026-08-25T03:20:33.989Z | Checking ff v0.13.1 |
| 1316 | 2026-08-25T03:20:34.059Z | Compiling semver v0.1.20 |
| 1317 | 2026-08-25T03:20:34.089Z | Checking data-encoding v2.9.0 |
| 1318 | 2026-08-25T03:20:34.111Z | Checking group v0.13.0 |
| 1319 | 2026-08-25T03:20:34.278Z | Compiling rustc_version v0.1.7 |
| 1320 | 2026-08-25T03:20:34.298Z | Checking cipher v0.4.4 |
| 1321 | 2026-08-25T03:20:34.314Z | Checking hkdf v0.12.4 |
| 1322 | 2026-08-25T03:20:34.351Z | Checking atomicwrites v0.4.4 |
| 1323 | 2026-08-25T03:20:34.444Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1324 | 2026-08-25T03:20:34.467Z | Checking universal-hash v0.5.1 |
| 1325 | 2026-08-25T03:20:34.483Z | Checking crypto-bigint v0.5.5 |
| 1326 | 2026-08-25T03:20:34.486Z | Compiling regress v0.11.1 |
| 1327 | 2026-08-25T03:20:34.516Z | Checking half v2.7.1 |
| 1328 | 2026-08-25T03:20:34.588Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1329 | 2026-08-25T03:20:34.756Z | Checking base64ct v1.8.0 |
| 1330 | 2026-08-25T03:20:34.989Z | Checking base16ct v0.2.0 |
| 1331 | 2026-08-25T03:20:35.113Z | Checking indent_write v2.2.0 |
| 1332 | 2026-08-25T03:20:35.242Z | Checking opaque-debug v0.3.1 |
| 1333 | 2026-08-25T03:20:35.259Z | Checking ciborium-io v0.2.2 |
| 1334 | 2026-08-25T03:20:35.315Z | Checking poly1305 v0.8.0 |
| 1335 | 2026-08-25T03:20:35.343Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1336 | 2026-08-25T03:20:35.358Z | Checking ciborium-ll v0.2.2 |
| 1337 | 2026-08-25T03:20:35.489Z | Checking thiserror-no-std v2.0.2 |
| 1338 | 2026-08-25T03:20:35.492Z | Checking elliptic-curve v0.13.8 |
| 1339 | 2026-08-25T03:20:35.537Z | Checking password-hash v0.5.0 |
| 1340 | 2026-08-25T03:20:35.551Z | Checking chacha20 v0.9.1 |
| 1341 | 2026-08-25T03:20:35.575Z | Compiling newtype_derive v0.1.6 |
| 1342 | 2026-08-25T03:20:35.732Z | Checking similar v2.7.0 |
| 1343 | 2026-08-25T03:20:35.748Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1344 | 2026-08-25T03:20:35.752Z | Compiling nix v0.31.3 |
| 1345 | 2026-08-25T03:20:35.839Z | Checking blake2 v0.10.6 |
| 1346 | 2026-08-25T03:20:36.002Z | Checking aead v0.5.2 |
| 1347 | 2026-08-25T03:20:36.058Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-25T03:20:36.099Z | Compiling libloading v0.8.9 |
| 1349 | 2026-08-25T03:20:36.142Z | Checking linked-hash-map v0.5.6 |
| 1350 | 2026-08-25T03:20:36.218Z | Checking resolv-conf v0.7.5 |
| 1351 | 2026-08-25T03:20:36.263Z | Compiling bindgen v0.72.1 |
| 1352 | 2026-08-25T03:20:36.301Z | Compiling owo-colors v4.3.0 |
| 1353 | 2026-08-25T03:20:36.317Z | Checking keccak v0.1.6 |
| 1354 | 2026-08-25T03:20:36.406Z | Checking lru-cache v0.1.2 |
| 1355 | 2026-08-25T03:20:36.477Z | Checking sha3 v0.10.8 |
| 1356 | 2026-08-25T03:20:36.529Z | Checking vsss-rs v3.3.4 |
| 1357 | 2026-08-25T03:20:36.692Z | Checking chacha20poly1305 v0.10.1 |
| 1358 | 2026-08-25T03:20:36.712Z | Checking argon2 v0.5.3 |
| 1359 | 2026-08-25T03:20:36.874Z | Checking ciborium v0.2.2 |
| 1360 | 2026-08-25T03:20:37.016Z | Checking hickory-proto v0.24.4 |
| 1361 | 2026-08-25T03:20:37.188Z | Checking tokio-dtrace v0.1.1 |
| 1362 | 2026-08-25T03:20:37.294Z | Checking papergrid v0.18.0 |
| 1363 | 2026-08-25T03:20:37.367Z | Compiling cexpr v0.6.0 |
| 1364 | 2026-08-25T03:20:37.496Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1365 | 2026-08-25T03:20:37.619Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1366 | 2026-08-25T03:20:37.933Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1367 | 2026-08-25T03:20:38.050Z | Checking serde-big-array v0.5.1 |
| 1368 | 2026-08-25T03:20:38.167Z | Compiling derive-where v1.6.0 |
| 1369 | 2026-08-25T03:20:38.188Z | Compiling serde_repr v0.1.20 |
| 1370 | 2026-08-25T03:20:38.375Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1371 | 2026-08-25T03:20:38.527Z | Checking siphasher v1.0.1 |
| 1372 | 2026-08-25T03:20:38.606Z | Compiling shlex v1.3.0 |
| 1373 | 2026-08-25T03:20:38.668Z | Checking unicode-segmentation v1.12.0 |
| 1374 | 2026-08-25T03:20:38.694Z | Checking same-file v1.0.6 |
| 1375 | 2026-08-25T03:20:38.751Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1376 | 2026-08-25T03:20:38.818Z | Checking walkdir v2.5.0 |
| 1377 | 2026-08-25T03:20:38.984Z | Checking phf_shared v0.12.1 |
| 1378 | 2026-08-25T03:20:39.005Z | Checking newline-converter v0.3.0 |
| 1379 | 2026-08-25T03:20:39.129Z | Checking hickory-resolver v0.24.4 |
| 1380 | 2026-08-25T03:20:39.167Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1381 | 2026-08-25T03:20:39.398Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-25T03:20:39.491Z | Checking tabled v0.21.0 |
| 1383 | 2026-08-25T03:20:39.563Z | Compiling typify-macro v0.6.2 |
| 1384 | 2026-08-25T03:20:39.801Z | Checking oxide-tokio-rt v0.1.2 |
| 1385 | 2026-08-25T03:20:39.936Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1386 | 2026-08-25T03:20:40.630Z | Checking itertools v0.15.0 |
| 1387 | 2026-08-25T03:20:40.662Z | Checking console v0.15.11 |
| 1388 | 2026-08-25T03:20:40.724Z | Compiling progenitor-impl v0.10.0 |
| 1389 | 2026-08-25T03:20:40.882Z | Checking tokio-stream v0.1.17 |
| 1390 | 2026-08-25T03:20:40.972Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-25T03:20:40.985Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-25T03:20:41.114Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-25T03:20:41.222Z | Checking smawk v0.3.2 |
| 1394 | 2026-08-25T03:20:41.251Z | Compiling unicode-xid v0.2.6 |
| 1395 | 2026-08-25T03:20:41.317Z | Checking swrite v0.1.0 |
| 1396 | 2026-08-25T03:20:41.357Z | Checking unicode-linebreak v0.1.5 |
| 1397 | 2026-08-25T03:20:41.380Z | Compiling chrono-tz v0.10.4 |
| 1398 | 2026-08-25T03:20:41.400Z | Checking foldhash v0.1.5 |
| 1399 | 2026-08-25T03:20:41.579Z | Compiling cancel-safe-futures v0.1.5 |
| 1400 | 2026-08-25T03:20:41.612Z | Checking unicode-width v0.1.14 |
| 1401 | 2026-08-25T03:20:41.868Z | Checking textwrap v0.16.2 |
| 1402 | 2026-08-25T03:20:41.883Z | Checking hashbrown v0.15.5 |
| 1403 | 2026-08-25T03:20:42.054Z | Checking pin-project v1.1.10 |
| 1404 | 2026-08-25T03:20:42.089Z | Compiling const_format_proc_macros v0.2.34 |
| 1405 | 2026-08-25T03:20:42.158Z | Checking csv v1.4.0 |
| 1406 | 2026-08-25T03:20:42.361Z | Checking qorb v0.4.1 |
| 1407 | 2026-08-25T03:20:42.601Z | Checking expectorate v1.2.0 |
| 1408 | 2026-08-25T03:20:42.716Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1409 | 2026-08-25T03:20:42.731Z | Checking phf v0.12.1 |
| 1410 | 2026-08-25T03:20:42.841Z | Compiling progenitor-macro v0.10.0 |
| 1411 | 2026-08-25T03:20:42.867Z | Checking unicode-normalization v0.1.24 |
| 1412 | 2026-08-25T03:20:42.876Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-25T03:20:43.277Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-25T03:20:43.481Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-25T03:20:43.496Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-25T03:20:43.628Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-25T03:20:43.931Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-25T03:20:44.137Z | Checking fixedbitset v0.4.2 |
| 1419 | 2026-08-25T03:20:44.169Z | Checking highway v1.3.0 |
| 1420 | 2026-08-25T03:20:44.294Z | Compiling moka v0.12.11 |
| 1421 | 2026-08-25T03:20:44.311Z | Checking fixedbitset v0.5.7 |
| 1422 | 2026-08-25T03:20:44.406Z | Checking petgraph v0.6.5 |
| 1423 | 2026-08-25T03:20:44.515Z | Checking petgraph v0.8.2 |
| 1424 | 2026-08-25T03:20:44.606Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-08-25T03:20:44.973Z | Checking snafu v0.8.9 |
| 1426 | 2026-08-25T03:20:45.220Z | Checking libsw v3.5.0 |
| 1427 | 2026-08-25T03:20:45.396Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-25T03:20:45.431Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-25T03:20:45.658Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-25T03:20:45.857Z | Checking papergrid v0.11.0 |
| 1431 | 2026-08-25T03:20:45.984Z | Compiling typify v0.6.2 |
| 1432 | 2026-08-25T03:20:46.062Z | Checking globset v0.4.16 |
| 1433 | 2026-08-25T03:20:46.087Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-25T03:20:46.124Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-25T03:20:46.307Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-08-25T03:20:46.327Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-25T03:20:46.459Z | Checking reqwest v0.13.2 |
| 1438 | 2026-08-25T03:20:46.576Z | Checking bcs v0.1.6 |
| 1439 | 2026-08-25T03:20:46.669Z | Checking pem v3.0.5 |
| 1440 | 2026-08-25T03:20:46.822Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-08-25T03:20:46.838Z | Checking termtree v0.5.1 |
| 1442 | 2026-08-25T03:20:46.969Z | Checking linear-map v1.2.0 |
| 1443 | 2026-08-25T03:20:46.972Z | Checking humantime v2.3.0 |
| 1444 | 2026-08-25T03:20:47.002Z | Checking progenitor v0.10.0 |
| 1445 | 2026-08-25T03:20:47.027Z | Checking tagptr v0.2.0 |
| 1446 | 2026-08-25T03:20:47.135Z | Checking typed-path v0.9.3 |
| 1447 | 2026-08-25T03:20:47.153Z | Checking crc8 v0.1.1 |
| 1448 | 2026-08-25T03:20:47.157Z | Compiling signal-hook v0.4.4 |
| 1449 | 2026-08-25T03:20:47.256Z | Checking tabled v0.15.0 |
| 1450 | 2026-08-25T03:20:47.274Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-08-25T03:20:47.390Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-08-25T03:20:47.789Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-08-25T03:20:47.874Z | Checking tough v0.20.0 |
| 1454 | 2026-08-25T03:20:47.952Z | Compiling progenitor-impl v0.14.0 |
| 1455 | 2026-08-25T03:20:48.475Z | Checking steno v0.4.1 |
| 1456 | 2026-08-25T03:20:48.739Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-25T03:20:49.435Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-25T03:20:49.470Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-25T03:20:49.715Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-25T03:20:49.803Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-25T03:20:49.863Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-25T03:20:50.059Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-25T03:20:50.140Z | Checking progenitor-client v0.14.0 |
| 1464 | 2026-08-25T03:20:50.157Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-25T03:20:50.308Z | Checking hickory-resolver v0.25.2 |
| 1466 | 2026-08-25T03:20:50.325Z | Checking sha2 v0.10.9 |
| 1467 | 2026-08-25T03:20:50.355Z | Compiling blake3 v1.8.2 |
| 1468 | 2026-08-25T03:20:50.737Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1469 | 2026-08-25T03:20:50.800Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-08-25T03:20:50.961Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-25T03:20:51.350Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-25T03:20:52.060Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-25T03:20:52.142Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-25T03:20:52.281Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-25T03:20:52.311Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-25T03:20:52.630Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-25T03:20:52.771Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-25T03:20:52.869Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-25T03:20:53.187Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1480 | 2026-08-25T03:20:53.404Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1481 | 2026-08-25T03:20:53.540Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-08-25T03:20:53.794Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1483 | 2026-08-25T03:20:54.004Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-08-25T03:20:54.047Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1485 | 2026-08-25T03:20:54.256Z | Checking progenitor v0.14.0 |
| 1486 | 2026-08-25T03:20:54.502Z | Checking git-stub v1.0.0 |
| 1487 | 2026-08-25T03:20:54.653Z | Compiling strum_macros v0.28.0 |
| 1488 | 2026-08-25T03:20:54.672Z | Checking filetime v0.2.26 |
| 1489 | 2026-08-25T03:20:54.715Z | Compiling curl v0.4.50 |
| 1490 | 2026-08-25T03:20:54.807Z | Checking constant_time_eq v0.3.1 |
| 1491 | 2026-08-25T03:20:54.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1492 | 2026-08-25T03:20:54.962Z | Checking is_ci v1.2.0 |
| 1493 | 2026-08-25T03:20:54.965Z | Checking arrayvec v0.7.6 |
| 1494 | 2026-08-25T03:20:55.065Z | Checking xattr v1.6.1 |
| 1495 | 2026-08-25T03:20:55.129Z | Checking arrayref v0.3.9 |
| 1496 | 2026-08-25T03:20:55.183Z | Checking supports-color v3.0.2 |
| 1497 | 2026-08-25T03:20:55.199Z | Checking tar v0.4.45 |
| 1498 | 2026-08-25T03:20:55.528Z | Checking git-stub-vcs v0.1.0 |
| 1499 | 2026-08-25T03:20:55.708Z | Checking toml v0.7.8 |
| 1500 | 2026-08-25T03:20:55.901Z | Checking drift v0.2.0 |
| 1501 | 2026-08-25T03:20:56.024Z | Checking kstat-rs v0.2.4 |
| 1502 | 2026-08-25T03:20:56.218Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1503 | 2026-08-25T03:20:56.223Z | Checking topological-sort v0.2.2 |
| 1504 | 2026-08-25T03:20:56.309Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1505 | 2026-08-25T03:20:56.353Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1506 | 2026-08-25T03:20:56.497Z | Checking strum v0.28.0 |
| 1507 | 2026-08-25T03:20:56.541Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1508 | 2026-08-25T03:20:56.610Z | Checking omicron-zone-package v0.12.2 |
| 1509 | 2026-08-25T03:20:56.643Z | Checking dropshot-api-manager v0.7.2 |
| 1510 | 2026-08-25T03:20:56.664Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1511 | 2026-08-25T03:20:57.252Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1512 | 2026-08-25T03:20:57.297Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1513 | 2026-08-25T03:20:57.330Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1514 | 2026-08-25T03:20:58.042Z | Checking signal-hook-tokio v0.4.0 |
| 1515 | 2026-08-25T03:20:58.169Z | Checking scuffle v0.1.0 |
| 1516 | 2026-08-25T03:20:58.368Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1517 | 2026-08-25T03:20:58.682Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1518 | 2026-08-25T03:20:58.696Z | Checking iddqd v0.4.5 |
| 1519 | 2026-08-25T03:20:58.711Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1520 | 2026-08-25T03:20:58.906Z | Checking search_path v0.1.4 |
| 1521 | 2026-08-25T03:20:59.047Z | Checking internet-checksum v0.2.1 |
| 1522 | 2026-08-25T03:20:59.170Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1523 | 2026-08-25T03:20:59.266Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-08-25T03:20:59.313Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1525 | 2026-08-25T03:20:59.414Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1526 | 2026-08-25T03:20:59.650Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-25T03:20:59.793Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1528 | 2026-08-25T03:21:00.166Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1529 | 2026-08-25T03:21:01.826Z | Compiling git2 v0.19.0 |
| 1530 | 2026-08-25T03:21:04.136Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-25T03:21:05.198Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1532 | 2026-08-25T03:21:11.240Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-25T03:21:12.551Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1534 | 2026-08-25T03:21:17.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 1535 | 2026-08-25T03:21:17.798Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1536 | 2026-08-25T03:21:17.798Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1537 | 2026-08-25T03:21:18.292Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1538 | 2026-08-25T03:21:18.296Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1539 | 2026-08-25T03:21:18.296Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1540 | 2026-08-25T03:21:18.296Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1541 | 2026-08-25T03:21:25.612Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1542 | 2026-08-25T03:21:25.616Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1543 | 2026-08-25T03:21:28.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s |
| 1544 | 2026-08-25T03:21:28.464Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1545 | 2026-08-25T03:21:28.464Z | + cargo clippy --features softnpu -- --deny warnings |
| 1546 | 2026-08-25T03:21:28.761Z | Downloading crates ... |
| 1547 | 2026-08-25T03:21:28.894Z | Downloaded funty v2.0.0 |
| 1548 | 2026-08-25T03:21:28.901Z | Downloaded typeid v1.0.3 |
| 1549 | 2026-08-25T03:21:28.909Z | Downloaded tap v1.0.1 |
| 1550 | 2026-08-25T03:21:28.912Z | Downloaded bitstruct v0.1.1 |
| 1551 | 2026-08-25T03:21:28.913Z | Downloaded radium v0.7.0 |
| 1552 | 2026-08-25T03:21:28.913Z | Downloaded serde_arrays v0.1.0 |
| 1553 | 2026-08-25T03:21:28.917Z | Downloaded libloading v0.7.4 |
| 1554 | 2026-08-25T03:21:28.920Z | Downloaded bitstruct_derive v0.1.0 |
| 1555 | 2026-08-25T03:21:28.921Z | Downloaded wyz v0.5.1 |
| 1556 | 2026-08-25T03:21:28.921Z | Downloaded ascii v1.1.0 |
| 1557 | 2026-08-25T03:21:28.921Z | Downloaded erased-serde v0.4.8 |
| 1558 | 2026-08-25T03:21:28.926Z | Downloaded num-bigint v0.4.6 |
| 1559 | 2026-08-25T03:21:28.933Z | Downloaded bitvec v1.0.1 |
| 1560 | 2026-08-25T03:21:29.055Z | Checking num-integer v0.1.46 |
| 1561 | 2026-08-25T03:21:29.058Z | Checking num-complex v0.4.6 |
| 1562 | 2026-08-25T03:21:29.142Z | Compiling radium v0.7.0 |
| 1563 | 2026-08-25T03:21:29.149Z | Checking tap v1.0.1 |
| 1564 | 2026-08-25T03:21:29.155Z | Checking funty v2.0.0 |
| 1565 | 2026-08-25T03:21:29.161Z | Compiling typeid v1.0.3 |
| 1566 | 2026-08-25T03:21:29.165Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1567 | 2026-08-25T03:21:29.174Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-08-25T03:21:29.231Z | Checking wyz v0.5.1 |
| 1569 | 2026-08-25T03:21:29.324Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-08-25T03:21:29.334Z | Checking num-bigint v0.4.6 |
| 1571 | 2026-08-25T03:21:29.365Z | Checking num-iter v0.1.45 |
| 1572 | 2026-08-25T03:21:29.409Z | Compiling erased-serde v0.4.8 |
| 1573 | 2026-08-25T03:21:29.425Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-25T03:21:29.453Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-25T03:21:29.464Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-25T03:21:29.523Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-25T03:21:29.533Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-25T03:21:29.556Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-08-25T03:21:29.567Z | Checking bitvec v1.0.1 |
| 1580 | 2026-08-25T03:21:29.591Z | Checking ascii v1.1.0 |
| 1581 | 2026-08-25T03:21:29.639Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-25T03:21:29.643Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1583 | 2026-08-25T03:21:29.744Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-25T03:21:29.758Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1585 | 2026-08-25T03:21:29.765Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-08-25T03:21:29.802Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1587 | 2026-08-25T03:21:30.041Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1588 | 2026-08-25T03:21:30.071Z | Checking serde_arrays v0.1.0 |
| 1589 | 2026-08-25T03:21:30.138Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-08-25T03:21:30.142Z | Checking num-rational v0.4.2 |
| 1591 | 2026-08-25T03:21:30.178Z | Checking libloading v0.7.4 |
| 1592 | 2026-08-25T03:21:30.187Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1593 | 2026-08-25T03:21:30.398Z | Checking num v0.4.3 |
| 1594 | 2026-08-25T03:21:30.464Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1595 | 2026-08-25T03:21:31.006Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1596 | 2026-08-25T03:21:31.285Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1597 | 2026-08-25T03:21:31.289Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1598 | 2026-08-25T03:21:31.477Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1599 | 2026-08-25T03:21:31.691Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-25T03:21:31.695Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-25T03:21:32.148Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-08-25T03:21:32.359Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-25T03:21:32.362Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-25T03:21:32.363Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1605 | 2026-08-25T03:21:32.363Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1606 | 2026-08-25T03:21:33.140Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-25T03:21:33.954Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-25T03:21:38.046Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1609 | 2026-08-25T03:21:38.162Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1610 | 2026-08-25T03:21:44.590Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1611 | 2026-08-25T03:21:45.845Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1612 | 2026-08-25T03:21:46.369Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1613 | 2026-08-25T03:21:50.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s |
| 1614 | 2026-08-25T03:21:50.924Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1615 | 2026-08-25T03:21:50.924Z | + cargo clippy --features chaos -- --deny warnings |
| 1616 | 2026-08-25T03:21:51.416Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1617 | 2026-08-25T03:21:51.419Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1618 | 2026-08-25T03:21:51.419Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1619 | 2026-08-25T03:21:58.805Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1620 | 2026-08-25T03:21:58.812Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1621 | 2026-08-25T03:22:01.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s |
| 1622 | 2026-08-25T03:22:01.597Z | + banner fmt |
| 1623 | 2026-08-25T03:22:01.604Z | |
| 1624 | 2026-08-25T03:22:01.604Z | ###### # # ##### |
| 1625 | 2026-08-25T03:22:01.604Z | # ## ## # |
| 1626 | 2026-08-25T03:22:01.604Z | ##### # ## # # |
| 1627 | 2026-08-25T03:22:01.604Z | # # # # |
| 1628 | 2026-08-25T03:22:01.604Z | # # # # |
| 1629 | 2026-08-25T03:22:01.604Z | # # # # |
| 1630 | 2026-08-25T03:22:01.604Z | |
| 1631 | 2026-08-25T03:22:01.604Z | + cargo fmt -- --check |
| 1632 | 2026-08-25T03:22:02.048Z | + banner test |
| 1633 | 2026-08-25T03:22:02.051Z | |
| 1634 | 2026-08-25T03:22:02.051Z | ##### ###### #### ##### |
| 1635 | 2026-08-25T03:22:02.051Z | # # # # |
| 1636 | 2026-08-25T03:22:02.051Z | # ##### #### # |
| 1637 | 2026-08-25T03:22:02.051Z | # # # # |
| 1638 | 2026-08-25T03:22:02.051Z | # # # # # |
| 1639 | 2026-08-25T03:22:02.051Z | # ###### #### # |
| 1640 | 2026-08-25T03:22:02.051Z | |
| 1641 | 2026-08-25T03:22:02.051Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1642 | 2026-08-25T03:22:02.051Z | + RUST_BACKTRACE=full |
| 1643 | 2026-08-25T03:22:02.051Z | + cargo test --features tofino_stub --no-fail-fast |
| 1644 | 2026-08-25T03:22:02.899Z | Compiling unicode-ident v1.0.24 |
| 1645 | 2026-08-25T03:22:02.903Z | Compiling cfg-if v1.0.4 |
| 1646 | 2026-08-25T03:22:02.903Z | Compiling memchr v2.7.5 |
| 1647 | 2026-08-25T03:22:03.002Z | Compiling serde_core v1.0.228 |
| 1648 | 2026-08-25T03:22:03.019Z | Compiling itoa v1.0.15 |
| 1649 | 2026-08-25T03:22:03.026Z | Compiling libc v0.2.186 |
| 1650 | 2026-08-25T03:22:03.033Z | Compiling zmij v1.0.17 |
| 1651 | 2026-08-25T03:22:03.071Z | Compiling libm v0.2.15 |
| 1652 | 2026-08-25T03:22:03.117Z | Compiling proc-macro2 v1.0.106 |
| 1653 | 2026-08-25T03:22:03.139Z | Compiling equivalent v1.0.2 |
| 1654 | 2026-08-25T03:22:03.225Z | Compiling log v0.4.29 |
| 1655 | 2026-08-25T03:22:03.297Z | Compiling heck v0.5.0 |
| 1656 | 2026-08-25T03:22:03.512Z | Compiling quote v1.0.45 |
| 1657 | 2026-08-25T03:22:03.544Z | Compiling iana-time-zone v0.1.64 |
| 1658 | 2026-08-25T03:22:03.574Z | Compiling smallvec v1.15.1 |
| 1659 | 2026-08-25T03:22:03.743Z | Compiling syn v2.0.118 |
| 1660 | 2026-08-25T03:22:03.755Z | Compiling dyn-clone v1.0.20 |
| 1661 | 2026-08-25T03:22:03.768Z | Compiling hashbrown v0.17.1 |
| 1662 | 2026-08-25T03:22:03.799Z | Compiling fnv v1.0.7 |
| 1663 | 2026-08-25T03:22:03.812Z | Compiling stable_deref_trait v1.2.0 |
| 1664 | 2026-08-25T03:22:03.890Z | Compiling regex-syntax v0.8.11 |
| 1665 | 2026-08-25T03:22:03.892Z | Compiling pin-project-lite v0.2.16 |
| 1666 | 2026-08-25T03:22:03.912Z | Compiling percent-encoding v2.3.2 |
| 1667 | 2026-08-25T03:22:03.998Z | Compiling writeable v0.6.1 |
| 1668 | 2026-08-25T03:22:04.110Z | Compiling litemap v0.8.0 |
| 1669 | 2026-08-25T03:22:04.208Z | Compiling num-traits v0.2.19 |
| 1670 | 2026-08-25T03:22:04.302Z | Compiling icu_normalizer_data v2.0.0 |
| 1671 | 2026-08-25T03:22:04.314Z | Compiling icu_properties_data v2.0.1 |
| 1672 | 2026-08-25T03:22:04.327Z | Compiling form_urlencoded v1.2.2 |
| 1673 | 2026-08-25T03:22:04.380Z | Compiling utf8_iter v1.0.4 |
| 1674 | 2026-08-25T03:22:04.445Z | Compiling getrandom v0.4.2 |
| 1675 | 2026-08-25T03:22:04.509Z | Compiling aho-corasick v1.1.3 |
| 1676 | 2026-08-25T03:22:04.528Z | Compiling ucd-trie v0.1.7 |
| 1677 | 2026-08-25T03:22:04.594Z | Compiling scopeguard v1.2.0 |
| 1678 | 2026-08-25T03:22:04.707Z | Compiling semver v1.0.28 |
| 1679 | 2026-08-25T03:22:04.796Z | Compiling serde_json v1.0.150 |
| 1680 | 2026-08-25T03:22:04.811Z | Compiling indexmap v2.14.0 |
| 1681 | 2026-08-25T03:22:04.824Z | Compiling byteorder v1.5.0 |
| 1682 | 2026-08-25T03:22:05.046Z | Compiling lock_api v0.4.14 |
| 1683 | 2026-08-25T03:22:05.059Z | Compiling uuid v1.23.3 |
| 1684 | 2026-08-25T03:22:05.197Z | Compiling allocator-api2 v0.2.21 |
| 1685 | 2026-08-25T03:22:05.273Z | Compiling futures-core v0.3.32 |
| 1686 | 2026-08-25T03:22:05.428Z | Compiling regex-automata v0.4.13 |
| 1687 | 2026-08-25T03:22:05.437Z | Compiling foldhash v0.2.0 |
| 1688 | 2026-08-25T03:22:05.511Z | Compiling ryu v1.0.20 |
| 1689 | 2026-08-25T03:22:05.666Z | Compiling hashbrown v0.16.1 |
| 1690 | 2026-08-25T03:22:05.705Z | Compiling pretty-hex v0.4.1 |
| 1691 | 2026-08-25T03:22:05.870Z | Compiling strsim v0.11.1 |
| 1692 | 2026-08-25T03:22:05.956Z | Compiling time-core v0.1.8 |
| 1693 | 2026-08-25T03:22:06.113Z | Compiling plain v0.2.3 |
| 1694 | 2026-08-25T03:22:06.137Z | Compiling num-conv v0.2.1 |
| 1695 | 2026-08-25T03:22:06.225Z | Compiling futures-sink v0.3.32 |
| 1696 | 2026-08-25T03:22:06.273Z | Compiling slab v0.4.11 |
| 1697 | 2026-08-25T03:22:06.297Z | Compiling time-macros v0.2.27 |
| 1698 | 2026-08-25T03:22:06.331Z | Compiling futures-channel v0.3.32 |
| 1699 | 2026-08-25T03:22:06.566Z | Compiling synstructure v0.13.2 |
| 1700 | 2026-08-25T03:22:06.583Z | Compiling serde_derive_internals v0.29.1 |
| 1701 | 2026-08-25T03:22:06.607Z | Compiling futures-io v0.3.32 |
| 1702 | 2026-08-25T03:22:06.773Z | Compiling futures-task v0.3.32 |
| 1703 | 2026-08-25T03:22:06.906Z | Compiling regress v0.10.5 |
| 1704 | 2026-08-25T03:22:06.944Z | Compiling darling_core v0.21.3 |
| 1705 | 2026-08-25T03:22:07.092Z | Compiling thread-id v5.0.0 |
| 1706 | 2026-08-25T03:22:07.180Z | Compiling regex v1.12.4 |
| 1707 | 2026-08-25T03:22:07.201Z | Compiling getrandom v0.2.16 |
| 1708 | 2026-08-25T03:22:07.291Z | Compiling socket2 v0.6.4 |
| 1709 | 2026-08-25T03:22:07.383Z | Compiling parking_lot_core v0.9.12 |
| 1710 | 2026-08-25T03:22:07.651Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-08-25T03:22:07.680Z | Compiling bitflags v2.11.1 |
| 1712 | 2026-08-25T03:22:07.740Z | Compiling signal-hook-registry v1.4.6 |
| 1713 | 2026-08-25T03:22:07.740Z | Compiling untrusted v0.9.0 |
| 1714 | 2026-08-25T03:22:07.782Z | Compiling serde_derive v1.0.228 |
| 1715 | 2026-08-25T03:22:07.872Z | Compiling zerofrom-derive v0.1.6 |
| 1716 | 2026-08-25T03:22:07.922Z | Compiling yoke-derive v0.8.0 |
| 1717 | 2026-08-25T03:22:08.028Z | Compiling zerovec-derive v0.11.1 |
| 1718 | 2026-08-25T03:22:08.055Z | Compiling displaydoc v0.2.5 |
| 1719 | 2026-08-25T03:22:08.131Z | Compiling thiserror-impl v2.0.18 |
| 1720 | 2026-08-25T03:22:08.817Z | Compiling schemars_derive v0.8.22 |
| 1721 | 2026-08-25T03:22:08.973Z | Compiling tokio-macros v2.7.0 |
| 1722 | 2026-08-25T03:22:09.041Z | Compiling zeroize_derive v1.4.3 |
| 1723 | 2026-08-25T03:22:09.088Z | Compiling zerocopy-derive v0.8.27 |
| 1724 | 2026-08-25T03:22:09.118Z | Compiling futures-macro v0.3.32 |
| 1725 | 2026-08-25T03:22:09.380Z | Compiling thiserror v2.0.18 |
| 1726 | 2026-08-25T03:22:09.491Z | Compiling zerofrom v0.1.6 |
| 1727 | 2026-08-25T03:22:09.626Z | Compiling yoke v0.8.0 |
| 1728 | 2026-08-25T03:22:09.729Z | Compiling tracing-attributes v0.1.30 |
| 1729 | 2026-08-25T03:22:09.734Z | Compiling thiserror-impl v1.0.69 |
| 1730 | 2026-08-25T03:22:09.823Z | Compiling zerovec v0.11.4 |
| 1731 | 2026-08-25T03:22:09.963Z | Compiling zerotrie v0.2.2 |
| 1732 | 2026-08-25T03:22:10.032Z | Compiling pest v2.8.2 |
| 1733 | 2026-08-25T03:22:10.268Z | Compiling scroll_derive v0.13.1 |
| 1734 | 2026-08-25T03:22:10.361Z | Compiling zerocopy v0.8.27 |
| 1735 | 2026-08-25T03:22:10.460Z | Compiling serde v1.0.228 |
| 1736 | 2026-08-25T03:22:10.731Z | Compiling tinystr v0.8.1 |
| 1737 | 2026-08-25T03:22:10.940Z | Compiling icu_locale_core v2.0.0 |
| 1738 | 2026-08-25T03:22:10.990Z | Compiling bytes v1.12.0 |
| 1739 | 2026-08-25T03:22:11.001Z | Compiling serde_tokenstream v0.2.3 |
| 1740 | 2026-08-25T03:22:11.053Z | Compiling potential_utf v0.1.3 |
| 1741 | 2026-08-25T03:22:11.154Z | Compiling chrono v0.4.45 |
| 1742 | 2026-08-25T03:22:11.227Z | Compiling icu_collections v2.0.0 |
| 1743 | 2026-08-25T03:22:11.250Z | Compiling pest_meta v2.8.2 |
| 1744 | 2026-08-25T03:22:11.294Z | Compiling async-trait v0.1.89 |
| 1745 | 2026-08-25T03:22:11.366Z | Compiling scroll v0.13.0 |
| 1746 | 2026-08-25T03:22:11.621Z | Compiling icu_provider v2.0.0 |
| 1747 | 2026-08-25T03:22:11.638Z | Compiling http v1.4.2 |
| 1748 | 2026-08-25T03:22:11.744Z | Compiling goblin v0.10.1 |
| 1749 | 2026-08-25T03:22:11.822Z | Compiling pest_generator v2.8.2 |
| 1750 | 2026-08-25T03:22:11.922Z | Compiling icu_properties v2.0.1 |
| 1751 | 2026-08-25T03:22:11.937Z | Compiling icu_normalizer v2.0.0 |
| 1752 | 2026-08-25T03:22:12.309Z | Compiling schemars v0.8.22 |
| 1753 | 2026-08-25T03:22:12.466Z | Compiling daft-derive v0.1.5 |
| 1754 | 2026-08-25T03:22:12.574Z | Compiling pest_derive v2.8.2 |
| 1755 | 2026-08-25T03:22:12.637Z | Compiling darling_macro v0.21.3 |
| 1756 | 2026-08-25T03:22:12.689Z | Compiling openssl-macros v0.1.1 |
| 1757 | 2026-08-25T03:22:13.118Z | Compiling idna_adapter v1.2.1 |
| 1758 | 2026-08-25T03:22:13.138Z | Compiling dtrace-parser v0.3.0 |
| 1759 | 2026-08-25T03:22:13.168Z | Compiling typify-impl v0.4.3 |
| 1760 | 2026-08-25T03:22:13.184Z | Compiling openapiv3 v2.2.0 |
| 1761 | 2026-08-25T03:22:13.226Z | Compiling darling v0.21.3 |
| 1762 | 2026-08-25T03:22:13.265Z | Compiling idna v1.1.0 |
| 1763 | 2026-08-25T03:22:13.305Z | Compiling structmeta-derive v0.3.0 |
| 1764 | 2026-08-25T03:22:13.428Z | Compiling async-stream-impl v0.3.6 |
| 1765 | 2026-08-25T03:22:14.015Z | Compiling url v2.5.7 |
| 1766 | 2026-08-25T03:22:14.031Z | Compiling newtype-uuid-macros v0.1.0 |
| 1767 | 2026-08-25T03:22:14.080Z | Compiling serde_yaml v0.9.34+deprecated |
| 1768 | 2026-08-25T03:22:14.365Z | Compiling structmeta v0.3.0 |
| 1769 | 2026-08-25T03:22:14.571Z | Compiling dof v0.4.0 |
| 1770 | 2026-08-25T03:22:14.718Z | Compiling zeroize v1.8.1 |
| 1771 | 2026-08-25T03:22:14.772Z | Compiling strum_macros v0.26.4 |
| 1772 | 2026-08-25T03:22:14.854Z | Compiling thiserror v1.0.69 |
| 1773 | 2026-08-25T03:22:14.902Z | Compiling mio v1.2.1 |
| 1774 | 2026-08-25T03:22:14.921Z | Compiling omicron-workspace-hack v0.1.0 |
| 1775 | 2026-08-25T03:22:14.960Z | Compiling base64 v0.22.1 |
| 1776 | 2026-08-25T03:22:15.302Z | Compiling usdt-impl v0.6.0 |
| 1777 | 2026-08-25T03:22:15.350Z | Compiling tokio v1.52.3 |
| 1778 | 2026-08-25T03:22:15.421Z | Compiling http-body v1.0.1 |
| 1779 | 2026-08-25T03:22:15.581Z | Compiling dropshot_endpoint v0.16.7 |
| 1780 | 2026-08-25T03:22:15.670Z | Compiling ref-cast-impl v1.0.25 |
| 1781 | 2026-08-25T03:22:16.012Z | Compiling atomic-waker v1.1.2 |
| 1782 | 2026-08-25T03:22:16.146Z | Compiling ipnet v2.11.0 |
| 1783 | 2026-08-25T03:22:16.450Z | Compiling derive-ex v0.1.8 |
| 1784 | 2026-08-25T03:22:16.503Z | Compiling strum_macros v0.27.2 |
| 1785 | 2026-08-25T03:22:16.548Z | Compiling usdt-macro v0.6.0 |
| 1786 | 2026-08-25T03:22:16.559Z | Compiling usdt-attr-macro v0.6.0 |
| 1787 | 2026-08-25T03:22:16.695Z | Compiling httparse v1.10.1 |
| 1788 | 2026-08-25T03:22:17.011Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-25T03:22:17.308Z | Compiling tower-layer v0.3.3 |
| 1790 | 2026-08-25T03:22:17.481Z | Compiling tower-service v0.3.3 |
| 1791 | 2026-08-25T03:22:17.583Z | Compiling critical-section v1.2.0 |
| 1792 | 2026-08-25T03:22:17.686Z | Compiling try-lock v0.2.5 |
| 1793 | 2026-08-25T03:22:17.689Z | Compiling once_cell v1.21.3 |
| 1794 | 2026-08-25T03:22:17.744Z | Compiling httpdate v1.0.3 |
| 1795 | 2026-08-25T03:22:17.799Z | Compiling want v0.3.1 |
| 1796 | 2026-08-25T03:22:17.897Z | Compiling serde_with_macros v3.14.1 |
| 1797 | 2026-08-25T03:22:17.986Z | Compiling ppv-lite86 v0.2.21 |
| 1798 | 2026-08-25T03:22:18.061Z | Compiling test-strategy v0.4.3 |
| 1799 | 2026-08-25T03:22:18.314Z | Compiling erased-serde v0.3.31 |
| 1800 | 2026-08-25T03:22:18.341Z | Compiling subtle v2.6.1 |
| 1801 | 2026-08-25T03:22:18.515Z | Compiling parse-display-derive v0.10.0 |
| 1802 | 2026-08-25T03:22:18.825Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1803 | 2026-08-25T03:22:19.340Z | Compiling http-body-util v0.1.3 |
| 1804 | 2026-08-25T03:22:19.354Z | Compiling typify-macro v0.4.3 |
| 1805 | 2026-08-25T03:22:19.429Z | Compiling anyhow v1.0.102 |
| 1806 | 2026-08-25T03:22:19.610Z | Compiling serde_urlencoded v0.7.1 |
| 1807 | 2026-08-25T03:22:19.652Z | Compiling rand_core v0.6.4 |
| 1808 | 2026-08-25T03:22:19.885Z | Compiling typenum v1.20.1 |
| 1809 | 2026-08-25T03:22:20.081Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1810 | 2026-08-25T03:22:20.389Z | Compiling futures-util v0.3.32 |
| 1811 | 2026-08-25T03:22:20.555Z | Compiling sync_wrapper v1.0.2 |
| 1812 | 2026-08-25T03:22:20.698Z | Compiling powerfmt v0.2.0 |
| 1813 | 2026-08-25T03:22:20.937Z | Compiling deranged v0.5.3 |
| 1814 | 2026-08-25T03:22:21.058Z | Compiling num_threads v0.1.7 |
| 1815 | 2026-08-25T03:22:21.118Z | Compiling tracing-core v0.1.34 |
| 1816 | 2026-08-25T03:22:21.390Z | Compiling camino v1.2.3 |
| 1817 | 2026-08-25T03:22:21.413Z | Compiling iri-string v0.7.8 |
| 1818 | 2026-08-25T03:22:21.466Z | Compiling typify v0.4.3 |
| 1819 | 2026-08-25T03:22:21.564Z | Compiling progenitor-impl v0.11.1 |
| 1820 | 2026-08-25T03:22:21.809Z | Compiling tracing v0.1.41 |
| 1821 | 2026-08-25T03:22:22.020Z | Compiling encoding_rs v0.8.35 |
| 1822 | 2026-08-25T03:22:22.034Z | Compiling cpufeatures v0.2.17 |
| 1823 | 2026-08-25T03:22:22.048Z | Compiling fastrand v2.3.0 |
| 1824 | 2026-08-25T03:22:22.088Z | Compiling mime v0.3.17 |
| 1825 | 2026-08-25T03:22:22.106Z | Compiling generic-array v0.14.7 |
| 1826 | 2026-08-25T03:22:22.368Z | Compiling hex v0.4.3 |
| 1827 | 2026-08-25T03:22:22.617Z | Compiling crypto-common v0.1.6 |
| 1828 | 2026-08-25T03:22:22.633Z | Compiling errno v0.3.14 |
| 1829 | 2026-08-25T03:22:22.791Z | Compiling tokio-util v0.7.16 |
| 1830 | 2026-08-25T03:22:22.987Z | Compiling thread_local v1.1.9 |
| 1831 | 2026-08-25T03:22:23.043Z | Compiling unicode-width v0.2.1 |
| 1832 | 2026-08-25T03:22:23.212Z | Compiling syn v1.0.109 |
| 1833 | 2026-08-25T03:22:23.254Z | Compiling rustls-pki-types v1.12.0 |
| 1834 | 2026-08-25T03:22:23.443Z | Compiling match_cfg v0.1.0 |
| 1835 | 2026-08-25T03:22:23.500Z | Compiling winnow v0.7.14 |
| 1836 | 2026-08-25T03:22:23.748Z | Compiling rustix v1.1.4 |
| 1837 | 2026-08-25T03:22:24.042Z | Compiling term v1.2.0 |
| 1838 | 2026-08-25T03:22:24.227Z | Compiling take_mut v0.2.2 |
| 1839 | 2026-08-25T03:22:24.288Z | Compiling winnow v1.0.3 |
| 1840 | 2026-08-25T03:22:24.646Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1841 | 2026-08-25T03:22:24.711Z | Compiling h2 v0.4.14 |
| 1842 | 2026-08-25T03:22:24.912Z | Compiling ring v0.17.14 |
| 1843 | 2026-08-25T03:22:24.968Z | Compiling serde_spanned v1.1.1 |
| 1844 | 2026-08-25T03:22:25.015Z | Compiling progenitor-macro v0.11.1 |
| 1845 | 2026-08-25T03:22:25.296Z | Compiling debug-ignore v1.0.5 |
| 1846 | 2026-08-25T03:22:25.361Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1847 | 2026-08-25T03:22:25.499Z | Compiling spin v0.9.8 |
| 1848 | 2026-08-25T03:22:25.617Z | Compiling socket2 v0.5.10 |
| 1849 | 2026-08-25T03:22:25.856Z | Compiling quick-error v1.2.3 |
| 1850 | 2026-08-25T03:22:26.136Z | Compiling block-buffer v0.10.4 |
| 1851 | 2026-08-25T03:22:26.291Z | Compiling waitgroup v0.1.2 |
| 1852 | 2026-08-25T03:22:26.438Z | Compiling async-stream v0.3.6 |
| 1853 | 2026-08-25T03:22:26.607Z | Compiling serde_path_to_error v0.1.20 |
| 1854 | 2026-08-25T03:22:26.620Z | Compiling lazy_static v1.5.0 |
| 1855 | 2026-08-25T03:22:26.723Z | Compiling bit-vec v0.8.0 |
| 1856 | 2026-08-25T03:22:26.966Z | Compiling hyper v1.10.1 |
| 1857 | 2026-08-25T03:22:26.979Z | Compiling bit-set v0.8.0 |
| 1858 | 2026-08-25T03:22:26.983Z | Compiling digest v0.10.7 |
| 1859 | 2026-08-25T03:22:27.015Z | Compiling strum v0.26.3 |
| 1860 | 2026-08-25T03:22:27.146Z | Compiling ipnetwork v0.21.1 |
| 1861 | 2026-08-25T03:22:27.155Z | Compiling crossbeam-utils v0.8.21 |
| 1862 | 2026-08-25T03:22:27.211Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1863 | 2026-08-25T03:22:27.596Z | Compiling unarray v0.1.4 |
| 1864 | 2026-08-25T03:22:27.602Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1865 | 2026-08-25T03:22:27.666Z | Compiling slog v2.8.2 |
| 1866 | 2026-08-25T03:22:27.699Z | Compiling macaddr v1.0.1 |
| 1867 | 2026-08-25T03:22:27.711Z | Compiling tabwriter v1.4.1 |
| 1868 | 2026-08-25T03:22:27.926Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1869 | 2026-08-25T03:22:27.938Z | Compiling ref-cast v1.0.25 |
| 1870 | 2026-08-25T03:22:27.951Z | Compiling colored v3.1.1 |
| 1871 | 2026-08-25T03:22:28.043Z | Compiling hyper-util v0.1.20 |
| 1872 | 2026-08-25T03:22:28.110Z | Compiling strum v0.27.2 |
| 1873 | 2026-08-25T03:22:28.160Z | Compiling aws-lc-sys v0.39.1 |
| 1874 | 2026-08-25T03:22:28.239Z | Compiling getrandom v0.3.3 |
| 1875 | 2026-08-25T03:22:28.424Z | Compiling untrusted v0.7.1 |
| 1876 | 2026-08-25T03:22:28.553Z | Compiling rand_core v0.9.3 |
| 1877 | 2026-08-25T03:22:28.699Z | Compiling oxnet v0.1.6 |
| 1878 | 2026-08-25T03:22:28.779Z | Compiling aws-lc-rs v1.16.2 |
| 1879 | 2026-08-25T03:22:28.824Z | Compiling openssl-sys v0.9.117 |
| 1880 | 2026-08-25T03:22:29.203Z | Compiling instant v0.1.13 |
| 1881 | 2026-08-25T03:22:29.283Z | Compiling foreign-types-shared v0.1.1 |
| 1882 | 2026-08-25T03:22:29.311Z | Compiling rand_chacha v0.9.0 |
| 1883 | 2026-08-25T03:22:29.375Z | Compiling foreign-types v0.3.2 |
| 1884 | 2026-08-25T03:22:29.455Z | Compiling tempfile v3.27.0 |
| 1885 | 2026-08-25T03:22:29.750Z | Compiling rustls-webpki v0.103.6 |
| 1886 | 2026-08-25T03:22:29.800Z | Compiling futures-executor v0.3.32 |
| 1887 | 2026-08-25T03:22:29.884Z | Compiling tower v0.5.2 |
| 1888 | 2026-08-25T03:22:30.125Z | Compiling openssl-probe v0.1.6 |
| 1889 | 2026-08-25T03:22:30.291Z | Compiling rustls v0.23.40 |
| 1890 | 2026-08-25T03:22:30.320Z | Compiling tower-http v0.6.8 |
| 1891 | 2026-08-25T03:22:30.373Z | Compiling futures v0.3.32 |
| 1892 | 2026-08-25T03:22:30.461Z | Compiling rand v0.9.3 |
| 1893 | 2026-08-25T03:22:30.741Z | Compiling openssl v0.10.81 |
| 1894 | 2026-08-25T03:22:30.741Z | Compiling toml_datetime v0.6.11 |
| 1895 | 2026-08-25T03:22:30.958Z | Compiling time v0.3.47 |
| 1896 | 2026-08-25T03:22:31.138Z | Compiling clap_derive v4.6.1 |
| 1897 | 2026-08-25T03:22:31.281Z | Compiling memmap2 v0.9.8 |
| 1898 | 2026-08-25T03:22:31.941Z | Compiling crossbeam-channel v0.5.15 |
| 1899 | 2026-08-25T03:22:32.349Z | Compiling webpki-roots v1.0.2 |
| 1900 | 2026-08-25T03:22:32.421Z | Compiling newtype-uuid v1.3.2 |
| 1901 | 2026-08-25T03:22:32.659Z | Compiling daft v0.1.5 |
| 1902 | 2026-08-25T03:22:32.843Z | Compiling is-terminal v0.4.16 |
| 1903 | 2026-08-25T03:22:32.914Z | Compiling either v1.15.0 |
| 1904 | 2026-08-25T03:22:33.007Z | Compiling slog-term v2.9.2 |
| 1905 | 2026-08-25T03:22:33.122Z | Compiling native-tls v0.2.14 |
| 1906 | 2026-08-25T03:22:33.443Z | Compiling tokio-rustls v0.26.4 |
| 1907 | 2026-08-25T03:22:33.579Z | Compiling tokio-native-tls v0.3.1 |
| 1908 | 2026-08-25T03:22:33.615Z | Compiling usdt v0.6.0 |
| 1909 | 2026-08-25T03:22:33.631Z | Compiling slog-async v2.8.0 |
| 1910 | 2026-08-25T03:22:33.644Z | Compiling slog-json v2.6.1 |
| 1911 | 2026-08-25T03:22:33.720Z | Compiling hyper-tls v0.6.0 |
| 1912 | 2026-08-25T03:22:33.753Z | Compiling hyper-rustls v0.27.7 |
| 1913 | 2026-08-25T03:22:33.768Z | Compiling hostname v0.3.1 |
| 1914 | 2026-08-25T03:22:33.910Z | Compiling slog-bunyan v2.5.0 |
| 1915 | 2026-08-25T03:22:33.952Z | Compiling rustls-webpki v0.102.8 |
| 1916 | 2026-08-25T03:22:34.011Z | Compiling reqwest v0.12.23 |
| 1917 | 2026-08-25T03:22:34.056Z | Compiling multer v3.1.0 |
| 1918 | 2026-08-25T03:22:34.107Z | Compiling rustls-pemfile v2.2.0 |
| 1919 | 2026-08-25T03:22:34.172Z | Compiling hostname v0.4.2 |
| 1920 | 2026-08-25T03:22:34.319Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1921 | 2026-08-25T03:22:34.565Z | Compiling rustls v0.22.4 |
| 1922 | 2026-08-25T03:22:34.862Z | Compiling rand_chacha v0.3.1 |
| 1923 | 2026-08-25T03:22:34.886Z | Compiling wait-timeout v0.2.1 |
| 1924 | 2026-08-25T03:22:35.188Z | Compiling rand v0.8.5 |
| 1925 | 2026-08-25T03:22:35.367Z | Compiling rusty-fork v0.3.0 |
| 1926 | 2026-08-25T03:22:35.478Z | Compiling rand_xorshift v0.4.0 |
| 1927 | 2026-08-25T03:22:35.636Z | Compiling sha1 v0.10.6 |
| 1928 | 2026-08-25T03:22:35.886Z | Compiling proptest v1.8.0 |
| 1929 | 2026-08-25T03:22:36.394Z | Compiling tokio-rustls v0.25.0 |
| 1930 | 2026-08-25T03:22:36.598Z | Compiling dropshot v0.16.7 |
| 1931 | 2026-08-25T03:22:36.800Z | Compiling itertools v0.14.0 |
| 1932 | 2026-08-25T03:22:38.037Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1933 | 2026-08-25T03:22:38.587Z | Compiling progenitor-client v0.11.1 |
| 1934 | 2026-08-25T03:22:38.637Z | Compiling progenitor-client v0.10.0 |
| 1935 | 2026-08-25T03:22:38.894Z | Compiling serde_with v3.14.1 |
| 1936 | 2026-08-25T03:22:38.940Z | Compiling num-derive v0.4.2 |
| 1937 | 2026-08-25T03:22:39.161Z | Compiling progenitor v0.11.1 |
| 1938 | 2026-08-25T03:22:39.315Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1939 | 2026-08-25T03:22:39.661Z | Compiling rustc-hash v2.1.1 |
| 1940 | 2026-08-25T03:22:39.763Z | Compiling iddqd v0.3.18 |
| 1941 | 2026-08-25T03:22:39.792Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1942 | 2026-08-25T03:22:39.905Z | Compiling backoff v0.4.0 |
| 1943 | 2026-08-25T03:22:40.313Z | Compiling parse-display v0.10.0 |
| 1944 | 2026-08-25T03:22:40.564Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1945 | 2026-08-25T03:22:40.660Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1946 | 2026-08-25T03:22:40.704Z | Compiling anstyle v1.0.14 |
| 1947 | 2026-08-25T03:22:41.246Z | Compiling utf8parse v0.2.2 |
| 1948 | 2026-08-25T03:22:41.390Z | Compiling anstyle-parse v1.0.0 |
| 1949 | 2026-08-25T03:22:41.430Z | Compiling anstyle-query v1.1.4 |
| 1950 | 2026-08-25T03:22:41.478Z | Compiling colorchoice v1.0.4 |
| 1951 | 2026-08-25T03:22:41.490Z | Compiling is_terminal_polyfill v1.70.1 |
| 1952 | 2026-08-25T03:22:41.572Z | Compiling anstream v1.0.0 |
| 1953 | 2026-08-25T03:22:41.583Z | Compiling clap_lex v1.1.0 |
| 1954 | 2026-08-25T03:22:42.692Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1955 | 2026-08-25T03:22:44.975Z | Compiling winnow v0.5.40 |
| 1956 | 2026-08-25T03:22:50.204Z | Compiling terminal_size v0.4.3 |
| 1957 | 2026-08-25T03:22:51.503Z | Compiling clap_builder v4.6.0 |
| 1958 | 2026-08-25T03:22:51.736Z | Compiling toml_edit v0.19.15 |
| 1959 | 2026-08-25T03:22:52.108Z | Compiling dropshot_endpoint v0.17.1 |
| 1960 | 2026-08-25T03:22:53.721Z | Compiling clap v4.6.1 |
| 1961 | 2026-08-25T03:22:53.926Z | Compiling proc-macro-crate v1.3.1 |
| 1962 | 2026-08-25T03:22:59.938Z | Compiling serde_spanned v0.6.9 |
| 1963 | 2026-08-25T03:23:00.003Z | Compiling adler2 v2.0.1 |
| 1964 | 2026-08-25T03:23:00.097Z | Compiling miniz_oxide v0.8.9 |
| 1965 | 2026-08-25T03:23:00.410Z | Compiling prettyplease v0.2.37 |
| 1966 | 2026-08-25T03:23:00.523Z | Compiling crc32fast v1.5.0 |
| 1967 | 2026-08-25T03:23:00.716Z | Compiling zerocopy-derive v0.7.35 |
| 1968 | 2026-08-25T03:23:00.728Z | Compiling flate2 v1.1.2 |
| 1969 | 2026-08-25T03:23:00.821Z | Compiling ingot-macros v0.1.1 |
| 1970 | 2026-08-25T03:23:01.170Z | Compiling hubpack_derive v0.1.1 |
| 1971 | 2026-08-25T03:23:01.200Z | Compiling hybrid-array v0.4.12 |
| 1972 | 2026-08-25T03:23:03.035Z | Compiling scroll_derive v0.12.1 |
| 1973 | 2026-08-25T03:23:04.073Z | Compiling block-buffer v0.12.0 |
| 1974 | 2026-08-25T03:23:04.188Z | Compiling crypto-common v0.2.2 |
| 1975 | 2026-08-25T03:23:04.644Z | Compiling toml_write v0.1.2 |
| 1976 | 2026-08-25T03:23:04.668Z | Compiling compression-core v0.4.32 |
| 1977 | 2026-08-25T03:23:04.672Z | Compiling const-oid v0.10.2 |
| 1978 | 2026-08-25T03:23:04.838Z | Compiling toml_edit v0.22.27 |
| 1979 | 2026-08-25T03:23:04.859Z | Compiling compression-codecs v0.4.32 |
| 1980 | 2026-08-25T03:23:04.883Z | Compiling digest v0.11.3 |
| 1981 | 2026-08-25T03:23:05.913Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-08-25T03:23:06.331Z | Compiling num_enum_derive v0.7.5 |
| 1983 | 2026-08-25T03:23:07.288Z | Compiling foreign-types-macros v0.2.3 |
| 1984 | 2026-08-25T03:23:07.348Z | Compiling num-integer v0.1.46 |
| 1985 | 2026-08-25T03:23:07.435Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1986 | 2026-08-25T03:23:07.686Z | Compiling cpufeatures v0.3.0 |
| 1987 | 2026-08-25T03:23:07.715Z | Compiling float-ord v0.3.2 |
| 1988 | 2026-08-25T03:23:07.746Z | Compiling sha1 v0.11.0 |
| 1989 | 2026-08-25T03:23:07.780Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1990 | 2026-08-25T03:23:08.122Z | Compiling toml v0.8.23 |
| 1991 | 2026-08-25T03:23:08.406Z | Compiling async-compression v0.4.33 |
| 1992 | 2026-08-25T03:23:09.310Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-25T03:23:09.512Z | Compiling dropshot v0.17.1 |
| 1994 | 2026-08-25T03:23:09.779Z | Compiling proc-macro-error-attr v1.0.4 |
| 1995 | 2026-08-25T03:23:09.844Z | Compiling num-iter v0.1.45 |
| 1996 | 2026-08-25T03:23:09.973Z | Compiling num-rational v0.4.2 |
| 1997 | 2026-08-25T03:23:10.230Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1998 | 2026-08-25T03:23:10.362Z | Compiling dtrace-parser v0.2.0 |
| 1999 | 2026-08-25T03:23:10.470Z | Compiling num-complex v0.4.6 |
| 2000 | 2026-08-25T03:23:10.749Z | Compiling proc-macro-error v1.0.4 |
| 2001 | 2026-08-25T03:23:10.906Z | Compiling num v0.4.3 |
| 2002 | 2026-08-25T03:23:10.991Z | Compiling dof v0.3.0 |
| 2003 | 2026-08-25T03:23:11.269Z | Compiling num_enum_derive v0.5.11 |
| 2004 | 2026-08-25T03:23:11.375Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2005 | 2026-08-25T03:23:11.936Z | Compiling thread-id v4.2.2 |
| 2006 | 2026-08-25T03:23:12.033Z | Compiling usdt-impl v0.5.0 |
| 2007 | 2026-08-25T03:23:12.417Z | Compiling derive_more v0.99.20 |
| 2008 | 2026-08-25T03:23:12.527Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2009 | 2026-08-25T03:23:12.666Z | Compiling minimal-lexical v0.2.1 |
| 2010 | 2026-08-25T03:23:13.041Z | Compiling nom v7.1.3 |
| 2011 | 2026-08-25T03:23:13.543Z | Compiling usdt-attr-macro v0.5.0 |
| 2012 | 2026-08-25T03:23:14.346Z | Compiling usdt-macro v0.5.0 |
| 2013 | 2026-08-25T03:23:14.387Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2014 | 2026-08-25T03:23:14.660Z | Compiling zone_cfg_derive v0.3.1 |
| 2015 | 2026-08-25T03:23:14.699Z | Compiling libscf-sys v1.2.0 |
| 2016 | 2026-08-25T03:23:14.965Z | Compiling memoffset v0.9.1 |
| 2017 | 2026-08-25T03:23:15.057Z | Compiling rustc_version v0.4.1 |
| 2018 | 2026-08-25T03:23:15.126Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2019 | 2026-08-25T03:23:15.137Z | Compiling crossbeam-epoch v0.9.18 |
| 2020 | 2026-08-25T03:23:15.452Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2021 | 2026-08-25T03:23:15.485Z | Compiling enum-as-inner v0.6.1 |
| 2022 | 2026-08-25T03:23:15.518Z | Compiling regress v0.11.1 |
| 2023 | 2026-08-25T03:23:15.888Z | Compiling curve25519-dalek v4.1.3 |
| 2024 | 2026-08-25T03:23:16.014Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2025 | 2026-08-25T03:23:16.087Z | Compiling hubpack v0.1.2 |
| 2026 | 2026-08-25T03:23:16.106Z | Compiling static_assertions v1.1.0 |
| 2027 | 2026-08-25T03:23:16.186Z | Compiling crossbeam-deque v0.8.6 |
| 2028 | 2026-08-25T03:23:16.318Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2029 | 2026-08-25T03:23:16.398Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2030 | 2026-08-25T03:23:17.545Z | Compiling typify-impl v0.6.2 |
| 2031 | 2026-08-25T03:23:17.703Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2032 | 2026-08-25T03:23:18.107Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2033 | 2026-08-25T03:23:18.377Z | Compiling rayon-core v1.13.0 |
| 2034 | 2026-08-25T03:23:18.873Z | Compiling clang-sys v1.8.1 |
| 2035 | 2026-08-25T03:23:19.138Z | Compiling bytecount v0.6.9 |
| 2036 | 2026-08-25T03:23:19.310Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2037 | 2026-08-25T03:23:19.398Z | Compiling scroll v0.12.0 |
| 2038 | 2026-08-25T03:23:19.589Z | Compiling hash32 v0.3.1 |
| 2039 | 2026-08-25T03:23:19.673Z | Compiling goblin v0.8.2 |
| 2040 | 2026-08-25T03:23:19.723Z | Compiling heapless v0.8.0 |
| 2041 | 2026-08-25T03:23:19.753Z | Compiling ingot-types v0.1.2 |
| 2042 | 2026-08-25T03:23:20.029Z | Compiling cobs v0.3.0 |
| 2043 | 2026-08-25T03:23:20.154Z | Compiling libloading v0.8.9 |
| 2044 | 2026-08-25T03:23:20.157Z | Compiling managed v0.8.0 |
| 2045 | 2026-08-25T03:23:20.241Z | Compiling bitflags v1.3.2 |
| 2046 | 2026-08-25T03:23:20.328Z | Compiling foreign-types-shared v0.3.1 |
| 2047 | 2026-08-25T03:23:20.360Z | Compiling smoltcp v0.11.0 |
| 2048 | 2026-08-25T03:23:20.388Z | Compiling bindgen v0.72.1 |
| 2049 | 2026-08-25T03:23:20.406Z | Compiling foreign-types v0.5.0 |
| 2050 | 2026-08-25T03:23:20.491Z | Compiling postcard v1.1.3 |
| 2051 | 2026-08-25T03:23:20.504Z | Compiling ingot v0.1.1 |
| 2052 | 2026-08-25T03:23:20.957Z | Compiling cexpr v0.6.0 |
| 2053 | 2026-08-25T03:23:20.995Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2054 | 2026-08-25T03:23:21.343Z | Compiling num_enum v0.7.5 |
| 2055 | 2026-08-25T03:23:21.473Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2056 | 2026-08-25T03:23:21.824Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2057 | 2026-08-25T03:23:21.948Z | Compiling camino-tempfile v1.4.1 |
| 2058 | 2026-08-25T03:23:22.204Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2059 | 2026-08-25T03:23:22.218Z | Compiling derive-where v1.6.0 |
| 2060 | 2026-08-25T03:23:22.354Z | Compiling serde_repr v0.1.20 |
| 2061 | 2026-08-25T03:23:22.606Z | Compiling cstr-argument v0.1.2 |
| 2062 | 2026-08-25T03:23:23.017Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2063 | 2026-08-25T03:23:23.466Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2064 | 2026-08-25T03:23:23.854Z | Compiling typify-macro v0.6.2 |
| 2065 | 2026-08-25T03:23:24.025Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-25T03:23:24.220Z | Compiling rayon v1.11.0 |
| 2067 | 2026-08-25T03:23:24.613Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2068 | 2026-08-25T03:23:24.742Z | Compiling crucible-workspace-hack v0.1.0 |
| 2069 | 2026-08-25T03:23:25.374Z | Compiling memmap v0.7.0 |
| 2070 | 2026-08-25T03:23:25.581Z | Compiling tinyvec_macros v0.1.1 |
| 2071 | 2026-08-25T03:23:25.674Z | Compiling tinyvec v1.10.0 |
| 2072 | 2026-08-25T03:23:25.936Z | Compiling typify v0.6.2 |
| 2073 | 2026-08-25T03:23:26.041Z | Compiling usdt v0.5.0 |
| 2074 | 2026-08-25T03:23:26.078Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-08-25T03:23:26.342Z | Compiling num_enum v0.5.11 |
| 2076 | 2026-08-25T03:23:26.849Z | Compiling pin-project-internal v1.1.10 |
| 2077 | 2026-08-25T03:23:27.630Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2078 | 2026-08-25T03:23:27.714Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2079 | 2026-08-25T03:23:27.772Z | Compiling progenitor-impl v0.14.0 |
| 2080 | 2026-08-25T03:23:27.983Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2081 | 2026-08-25T03:23:27.996Z | Compiling papergrid v0.18.0 |
| 2082 | 2026-08-25T03:23:28.059Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2083 | 2026-08-25T03:23:28.475Z | Compiling rustix v0.38.44 |
| 2084 | 2026-08-25T03:23:29.033Z | Compiling itertools v0.12.1 |
| 2085 | 2026-08-25T03:23:29.052Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2086 | 2026-08-25T03:23:29.201Z | Compiling progenitor-impl v0.10.0 |
| 2087 | 2026-08-25T03:23:29.300Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2088 | 2026-08-25T03:23:29.424Z | Compiling sigpipe v0.1.3 |
| 2089 | 2026-08-25T03:23:29.518Z | Compiling jiff v0.2.15 |
| 2090 | 2026-08-25T03:23:29.582Z | Compiling const_format_proc_macros v0.2.34 |
| 2091 | 2026-08-25T03:23:30.006Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2092 | 2026-08-25T03:23:30.208Z | Compiling zone v0.3.1 |
| 2093 | 2026-08-25T03:23:30.265Z | Compiling tabled v0.21.0 |
| 2094 | 2026-08-25T03:23:30.390Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2095 | 2026-08-25T03:23:30.586Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2096 | 2026-08-25T03:23:31.316Z | Compiling progenitor-macro v0.14.0 |
| 2097 | 2026-08-25T03:23:31.412Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2098 | 2026-08-25T03:23:31.696Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2099 | 2026-08-25T03:23:32.101Z | Compiling nix v0.31.3 |
| 2100 | 2026-08-25T03:23:32.114Z | Compiling nix v0.30.1 |
| 2101 | 2026-08-25T03:23:32.744Z | Compiling progenitor-macro v0.10.0 |
| 2102 | 2026-08-25T03:23:32.762Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2103 | 2026-08-25T03:23:32.886Z | Compiling snafu-derive v0.8.9 |
| 2104 | 2026-08-25T03:23:33.181Z | Compiling itertools v0.15.0 |
| 2105 | 2026-08-25T03:23:33.424Z | Compiling smf v0.2.3 |
| 2106 | 2026-08-25T03:23:33.486Z | Compiling secrecy v0.10.3 |
| 2107 | 2026-08-25T03:23:34.021Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-08-25T03:23:34.414Z | Compiling bstr v1.12.0 |
| 2109 | 2026-08-25T03:23:34.718Z | Compiling whoami v1.6.1 |
| 2110 | 2026-08-25T03:23:34.951Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2111 | 2026-08-25T03:23:35.012Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2112 | 2026-08-25T03:23:37.180Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2113 | 2026-08-25T03:23:37.802Z | Compiling hmac v0.12.1 |
| 2114 | 2026-08-25T03:23:37.914Z | Compiling inout v0.1.4 |
| 2115 | 2026-08-25T03:23:38.007Z | Compiling ff v0.13.1 |
| 2116 | 2026-08-25T03:23:38.106Z | Compiling data-encoding v2.9.0 |
| 2117 | 2026-08-25T03:23:38.150Z | Compiling crc8 v0.1.1 |
| 2118 | 2026-08-25T03:23:38.373Z | Compiling group v0.13.0 |
| 2119 | 2026-08-25T03:23:38.386Z | Compiling cipher v0.4.4 |
| 2120 | 2026-08-25T03:23:38.427Z | Compiling hkdf v0.12.4 |
| 2121 | 2026-08-25T03:23:38.603Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-08-25T03:23:38.978Z | Compiling atomicwrites v0.4.4 |
| 2123 | 2026-08-25T03:23:39.195Z | Compiling tokio-dtrace v0.1.1 |
| 2124 | 2026-08-25T03:23:39.310Z | Compiling tabled_derive v0.7.0 |
| 2125 | 2026-08-25T03:23:39.469Z | Compiling reqwest v0.13.2 |
| 2126 | 2026-08-25T03:23:39.501Z | Compiling universal-hash v0.5.1 |
| 2127 | 2026-08-25T03:23:39.567Z | Compiling crypto-bigint v0.5.5 |
| 2128 | 2026-08-25T03:23:39.642Z | Compiling half v2.7.1 |
| 2129 | 2026-08-25T03:23:39.767Z | Compiling opaque-debug v0.3.1 |
| 2130 | 2026-08-25T03:23:39.979Z | Compiling base16ct v0.2.0 |
| 2131 | 2026-08-25T03:23:40.152Z | Compiling base64ct v1.8.0 |
| 2132 | 2026-08-25T03:23:40.243Z | Compiling ciborium-io v0.2.2 |
| 2133 | 2026-08-25T03:23:40.347Z | Compiling indent_write v2.2.0 |
| 2134 | 2026-08-25T03:23:40.460Z | Compiling progenitor-client v0.14.0 |
| 2135 | 2026-08-25T03:23:40.516Z | Compiling password-hash v0.5.0 |
| 2136 | 2026-08-25T03:23:40.787Z | Compiling elliptic-curve v0.13.8 |
| 2137 | 2026-08-25T03:23:40.787Z | Compiling ciborium-ll v0.2.2 |
| 2138 | 2026-08-25T03:23:41.054Z | Compiling poly1305 v0.8.0 |
| 2139 | 2026-08-25T03:23:41.781Z | Compiling oxide-tokio-rt v0.1.2 |
| 2140 | 2026-08-25T03:23:41.942Z | Compiling chacha20 v0.9.1 |
| 2141 | 2026-08-25T03:23:42.183Z | Compiling similar v2.7.0 |
| 2142 | 2026-08-25T03:23:42.210Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2143 | 2026-08-25T03:23:42.657Z | Compiling thiserror-no-std v2.0.2 |
| 2144 | 2026-08-25T03:23:43.333Z | Compiling blake2 v0.10.6 |
| 2145 | 2026-08-25T03:23:43.402Z | Compiling aead v0.5.2 |
| 2146 | 2026-08-25T03:23:43.568Z | Compiling strum_macros v0.28.0 |
| 2147 | 2026-08-25T03:23:43.786Z | Compiling linked-hash-map v0.5.6 |
| 2148 | 2026-08-25T03:23:43.898Z | Compiling keccak v0.1.6 |
| 2149 | 2026-08-25T03:23:43.975Z | Compiling resolv-conf v0.7.5 |
| 2150 | 2026-08-25T03:23:44.198Z | Compiling sha3 v0.10.8 |
| 2151 | 2026-08-25T03:23:44.402Z | Compiling lru-cache v0.1.2 |
| 2152 | 2026-08-25T03:23:44.537Z | Compiling argon2 v0.5.3 |
| 2153 | 2026-08-25T03:23:44.603Z | Compiling chacha20poly1305 v0.10.1 |
| 2154 | 2026-08-25T03:23:44.636Z | Compiling vsss-rs v3.3.4 |
| 2155 | 2026-08-25T03:23:44.724Z | Compiling progenitor v0.14.0 |
| 2156 | 2026-08-25T03:23:44.744Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2157 | 2026-08-25T03:23:44.921Z | Compiling ciborium v0.2.2 |
| 2158 | 2026-08-25T03:23:45.078Z | Compiling hickory-proto v0.24.4 |
| 2159 | 2026-08-25T03:23:45.432Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2160 | 2026-08-25T03:23:45.497Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2161 | 2026-08-25T03:23:46.151Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2162 | 2026-08-25T03:23:46.204Z | Compiling serde-big-array v0.5.1 |
| 2163 | 2026-08-25T03:23:46.419Z | Compiling siphasher v1.0.1 |
| 2164 | 2026-08-25T03:23:46.628Z | Compiling unicode-segmentation v1.12.0 |
| 2165 | 2026-08-25T03:23:46.769Z | Compiling same-file v1.0.6 |
| 2166 | 2026-08-25T03:23:46.924Z | Compiling hickory-resolver v0.24.4 |
| 2167 | 2026-08-25T03:23:46.953Z | Compiling newline-converter v0.3.0 |
| 2168 | 2026-08-25T03:23:47.005Z | Compiling walkdir v2.5.0 |
| 2169 | 2026-08-25T03:23:47.034Z | Compiling phf_shared v0.12.1 |
| 2170 | 2026-08-25T03:23:47.214Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2171 | 2026-08-25T03:23:47.226Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2172 | 2026-08-25T03:23:47.897Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2173 | 2026-08-25T03:23:48.415Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2174 | 2026-08-25T03:23:49.072Z | Compiling newtype_derive v0.1.6 |
| 2175 | 2026-08-25T03:23:49.161Z | Compiling owo-colors v4.3.0 |
| 2176 | 2026-08-25T03:23:49.457Z | Compiling tokio-stream v0.1.17 |
| 2177 | 2026-08-25T03:23:49.471Z | Compiling console v0.15.11 |
| 2178 | 2026-08-25T03:23:49.612Z | Compiling csv-core v0.1.12 |
| 2179 | 2026-08-25T03:23:49.676Z | Compiling humantime v2.3.0 |
| 2180 | 2026-08-25T03:23:49.918Z | Compiling swrite v0.1.0 |
| 2181 | 2026-08-25T03:23:49.930Z | Compiling unicode-width v0.1.14 |
| 2182 | 2026-08-25T03:23:49.967Z | Compiling foldhash v0.1.5 |
| 2183 | 2026-08-25T03:23:50.021Z | Compiling smawk v0.3.2 |
| 2184 | 2026-08-25T03:23:50.156Z | Compiling unicode-linebreak v0.1.5 |
| 2185 | 2026-08-25T03:23:50.167Z | Compiling termtree v0.5.1 |
| 2186 | 2026-08-25T03:23:50.183Z | Compiling hashbrown v0.15.5 |
| 2187 | 2026-08-25T03:23:50.320Z | Compiling qorb v0.4.1 |
| 2188 | 2026-08-25T03:23:50.334Z | Compiling csv v1.4.0 |
| 2189 | 2026-08-25T03:23:50.337Z | Compiling expectorate v1.2.0 |
| 2190 | 2026-08-25T03:23:50.409Z | Compiling textwrap v0.16.2 |
| 2191 | 2026-08-25T03:23:50.749Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2192 | 2026-08-25T03:23:50.947Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2193 | 2026-08-25T03:23:52.607Z | Compiling phf v0.12.1 |
| 2194 | 2026-08-25T03:23:52.767Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2195 | 2026-08-25T03:23:53.009Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2196 | 2026-08-25T03:23:53.081Z | Compiling pin-project v1.1.10 |
| 2197 | 2026-08-25T03:23:53.193Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2198 | 2026-08-25T03:23:53.696Z | Compiling libz-sys v1.1.22 |
| 2199 | 2026-08-25T03:23:53.757Z | Compiling unicode-normalization v0.1.24 |
| 2200 | 2026-08-25T03:23:54.282Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2201 | 2026-08-25T03:23:54.690Z | Compiling libsw-core v0.3.2 |
| 2202 | 2026-08-25T03:23:55.212Z | Compiling fixedbitset v0.5.7 |
| 2203 | 2026-08-25T03:23:55.267Z | Compiling fixedbitset v0.4.2 |
| 2204 | 2026-08-25T03:23:55.437Z | Compiling highway v1.3.0 |
| 2205 | 2026-08-25T03:23:55.667Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-08-25T03:23:55.708Z | Compiling progenitor v0.10.0 |
| 2207 | 2026-08-25T03:23:55.892Z | Compiling petgraph v0.6.5 |
| 2208 | 2026-08-25T03:23:56.421Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-08-25T03:23:57.450Z | Compiling petgraph v0.8.2 |
| 2210 | 2026-08-25T03:23:58.022Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-08-25T03:23:58.274Z | Compiling libsw v3.5.0 |
| 2212 | 2026-08-25T03:23:58.909Z | Compiling olpc-cjson v0.1.4 |
| 2213 | 2026-08-25T03:23:59.260Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2214 | 2026-08-25T03:24:00.130Z | Compiling snafu v0.8.9 |
| 2215 | 2026-08-25T03:24:00.455Z | Compiling chrono-tz v0.10.4 |
| 2216 | 2026-08-25T03:24:00.519Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-08-25T03:24:00.610Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-08-25T03:24:00.716Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-08-25T03:24:01.723Z | Compiling papergrid v0.11.0 |
| 2220 | 2026-08-25T03:24:01.993Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-25T03:24:02.229Z | Compiling strum v0.28.0 |
| 2222 | 2026-08-25T03:24:02.286Z | Compiling globset v0.4.16 |
| 2223 | 2026-08-25T03:24:02.368Z | Compiling const_format v0.2.34 |
| 2224 | 2026-08-25T03:24:02.553Z | Compiling slog-dtrace v0.3.0 |
| 2225 | 2026-08-25T03:24:02.705Z | Compiling cancel-safe-futures v0.1.5 |
| 2226 | 2026-08-25T03:24:02.890Z | Compiling gethostname v0.5.0 |
| 2227 | 2026-08-25T03:24:03.040Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2228 | 2026-08-25T03:24:03.870Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2229 | 2026-08-25T03:24:04.006Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2230 | 2026-08-25T03:24:04.055Z | Compiling pem v3.0.5 |
| 2231 | 2026-08-25T03:24:04.388Z | Compiling bcs v0.1.6 |
| 2232 | 2026-08-25T03:24:04.433Z | Compiling serde_plain v1.0.2 |
| 2233 | 2026-08-25T03:24:04.446Z | Compiling cargo-platform v0.1.9 |
| 2234 | 2026-08-25T03:24:04.705Z | Compiling typed-path v0.9.3 |
| 2235 | 2026-08-25T03:24:04.812Z | Compiling tagptr v0.2.0 |
| 2236 | 2026-08-25T03:24:04.867Z | Compiling linear-map v1.2.0 |
| 2237 | 2026-08-25T03:24:05.037Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2238 | 2026-08-25T03:24:05.067Z | Compiling moka v0.12.11 |
| 2239 | 2026-08-25T03:24:05.889Z | Compiling tough v0.20.0 |
| 2240 | 2026-08-25T03:24:06.802Z | Compiling cargo_metadata v0.18.1 |
| 2241 | 2026-08-25T03:24:06.974Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-25T03:24:07.969Z | Compiling tabled v0.15.0 |
| 2243 | 2026-08-25T03:24:08.309Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2244 | 2026-08-25T03:24:08.504Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-25T03:24:08.901Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-25T03:24:08.973Z | Compiling git2 v0.19.0 |
| 2247 | 2026-08-25T03:24:10.531Z | Compiling steno v0.4.1 |
| 2248 | 2026-08-25T03:24:11.293Z | Compiling hickory-proto v0.25.2 |
| 2249 | 2026-08-25T03:24:11.639Z | Compiling cookie v0.18.1 |
| 2250 | 2026-08-25T03:24:13.538Z | Compiling hickory-resolver v0.25.2 |
| 2251 | 2026-08-25T03:24:14.329Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2252 | 2026-08-25T03:24:15.774Z | Compiling vergen v8.3.2 |
| 2253 | 2026-08-25T03:24:17.299Z | Compiling signal-hook v0.4.4 |
| 2254 | 2026-08-25T03:24:18.006Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2255 | 2026-08-25T03:24:18.198Z | Compiling mockall_derive v0.14.0 |
| 2256 | 2026-08-25T03:24:18.410Z | Compiling predicates-core v1.0.9 |
| 2257 | 2026-08-25T03:24:18.772Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2258 | 2026-08-25T03:24:18.986Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2259 | 2026-08-25T03:24:19.115Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2260 | 2026-08-25T03:24:19.176Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2261 | 2026-08-25T03:24:20.057Z | Compiling sha2 v0.10.9 |
| 2262 | 2026-08-25T03:24:20.467Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2263 | 2026-08-25T03:24:20.741Z | Compiling yansi v1.0.1 |
| 2264 | 2026-08-25T03:24:21.111Z | Compiling mockall v0.14.0 |
| 2265 | 2026-08-25T03:24:21.282Z | Compiling diff v0.1.13 |
| 2266 | 2026-08-25T03:24:21.392Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2267 | 2026-08-25T03:24:21.601Z | Compiling pretty_assertions v1.4.1 |
| 2268 | 2026-08-25T03:24:21.898Z | Compiling predicates-tree v1.0.12 |
| 2269 | 2026-08-25T03:24:22.178Z | Compiling predicates v3.1.3 |
| 2270 | 2026-08-25T03:24:22.691Z | Compiling fs-err v3.1.2 |
| 2271 | 2026-08-25T03:24:23.568Z | Compiling git-stub v1.0.0 |
| 2272 | 2026-08-25T03:24:23.856Z | Compiling filetime v0.2.26 |
| 2273 | 2026-08-25T03:24:23.891Z | Compiling fragile v2.0.1 |
| 2274 | 2026-08-25T03:24:24.056Z | Compiling arrayref v0.3.9 |
| 2275 | 2026-08-25T03:24:24.148Z | Compiling arrayvec v0.7.6 |
| 2276 | 2026-08-25T03:24:24.203Z | Compiling downcast v0.11.0 |
| 2277 | 2026-08-25T03:24:24.361Z | Compiling is_ci v1.2.0 |
| 2278 | 2026-08-25T03:24:24.372Z | Compiling xattr v1.6.1 |
| 2279 | 2026-08-25T03:24:24.518Z | Compiling constant_time_eq v0.3.1 |
| 2280 | 2026-08-25T03:24:24.556Z | Compiling tar v0.4.45 |
| 2281 | 2026-08-25T03:24:24.645Z | Compiling blake3 v1.8.2 |
| 2282 | 2026-08-25T03:24:25.237Z | Compiling toml v0.7.8 |
| 2283 | 2026-08-25T03:24:25.552Z | Compiling supports-color v3.0.2 |
| 2284 | 2026-08-25T03:24:25.595Z | Compiling git-stub-vcs v0.1.0 |
| 2285 | 2026-08-25T03:24:25.956Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2286 | 2026-08-25T03:24:26.108Z | Compiling signal-hook-tokio v0.4.0 |
| 2287 | 2026-08-25T03:24:26.402Z | Compiling scuffle v0.1.0 |
| 2288 | 2026-08-25T03:24:27.354Z | Compiling drift v0.2.0 |
| 2289 | 2026-08-25T03:24:27.614Z | Compiling kstat-rs v0.2.4 |
| 2290 | 2026-08-25T03:24:27.939Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2291 | 2026-08-25T03:24:28.101Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2292 | 2026-08-25T03:24:28.433Z | Compiling topological-sort v0.2.2 |
| 2293 | 2026-08-25T03:24:28.446Z | Compiling hex-literal v1.1.0 |
| 2294 | 2026-08-25T03:24:28.580Z | Compiling omicron-zone-package v0.12.2 |
| 2295 | 2026-08-25T03:24:28.690Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2296 | 2026-08-25T03:24:28.856Z | Compiling dropshot-api-manager v0.7.2 |
| 2297 | 2026-08-25T03:24:30.021Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2298 | 2026-08-25T03:24:30.746Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-08-25T03:24:31.518Z | Compiling curl v0.4.50 |
| 2300 | 2026-08-25T03:24:31.698Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2301 | 2026-08-25T03:24:32.067Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-25T03:24:32.388Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2303 | 2026-08-25T03:24:32.643Z | Compiling iddqd v0.4.5 |
| 2304 | 2026-08-25T03:24:32.788Z | Compiling internet-checksum v0.2.1 |
| 2305 | 2026-08-25T03:24:32.931Z | Compiling search_path v0.1.4 |
| 2306 | 2026-08-25T03:24:33.248Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2307 | 2026-08-25T03:24:33.345Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2308 | 2026-08-25T03:24:36.156Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2309 | 2026-08-25T03:24:36.633Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2310 | 2026-08-25T03:25:25.329Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s |
| 2311 | 2026-08-25T03:25:25.456Z | Running unittests src/lib.rs (target/debug/deps/aal-f5a47b728793db12) |
| 2312 | 2026-08-25T03:25:25.459Z | |
| 2313 | 2026-08-25T03:25:25.459Z | running 0 tests |
| 2314 | 2026-08-25T03:25:25.459Z | |
| 2315 | 2026-08-25T03:25:25.459Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2316 | 2026-08-25T03:25:25.459Z | |
| 2317 | 2026-08-25T03:25:25.459Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2318 | 2026-08-25T03:25:25.463Z | |
| 2319 | 2026-08-25T03:25:25.463Z | running 0 tests |
| 2320 | 2026-08-25T03:25:25.463Z | |
| 2321 | 2026-08-25T03:25:25.463Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2322 | 2026-08-25T03:25:25.463Z | |
| 2323 | 2026-08-25T03:25:25.463Z | Running unittests src/lib.rs (target/debug/deps/asic-3a9a10a3da9e21a5) |
| 2324 | 2026-08-25T03:25:25.467Z | |
| 2325 | 2026-08-25T03:25:25.467Z | running 0 tests |
| 2326 | 2026-08-25T03:25:25.467Z | |
| 2327 | 2026-08-25T03:25:25.467Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2328 | 2026-08-25T03:25:25.467Z | |
| 2329 | 2026-08-25T03:25:25.467Z | Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2) |
| 2330 | 2026-08-25T03:25:25.471Z | |
| 2331 | 2026-08-25T03:25:25.471Z | running 4 tests |
| 2332 | 2026-08-25T03:25:25.471Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2333 | 2026-08-25T03:25:25.471Z | test nat::tests::test_vni ... ok |
| 2334 | 2026-08-25T03:25:25.471Z | test test_purge ... ok |
| 2335 | 2026-08-25T03:25:25.475Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2336 | 2026-08-25T03:25:25.475Z | |
| 2337 | 2026-08-25T03:25:25.475Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2338 | 2026-08-25T03:25:25.475Z | |
| 2339 | 2026-08-25T03:25:25.478Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e) |
| 2340 | 2026-08-25T03:25:25.481Z | |
| 2341 | 2026-08-25T03:25:25.481Z | running 1 test |
| 2342 | 2026-08-25T03:25:25.482Z | ------- |
| 2343 | 2026-08-25T03:25:25.482Z | Generating OpenAPI documents from API definitions ... |
| 2344 | 2026-08-25T03:25:25.621Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2345 | 2026-08-25T03:25:25.694Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2346 | 2026-08-25T03:25:26.762Z | ------- |
| 2347 | 2026-08-25T03:25:26.762Z | Checking 13 OpenAPI documents... |
| 2348 | 2026-08-25T03:25:26.762Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2349 | 2026-08-25T03:25:26.762Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2350 | 2026-08-25T03:25:26.762Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2351 | 2026-08-25T03:25:26.763Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2352 | 2026-08-25T03:25:26.772Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2353 | 2026-08-25T03:25:26.772Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2354 | 2026-08-25T03:25:26.773Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2355 | 2026-08-25T03:25:26.773Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2356 | 2026-08-25T03:25:26.773Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-08-25T03:25:26.773Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-08-25T03:25:26.773Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-08-25T03:25:26.773Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-08-25T03:25:26.773Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-08-25T03:25:26.773Z | Fresh dpd "latest" symlink |
| 2362 | 2026-08-25T03:25:26.773Z | ------- |
| 2363 | 2026-08-25T03:25:26.773Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2364 | 2026-08-25T03:25:26.874Z | test test::test_apis_up_to_date ... ok |
| 2365 | 2026-08-25T03:25:26.874Z | |
| 2366 | 2026-08-25T03:25:26.874Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s |
| 2367 | 2026-08-25T03:25:26.874Z | |
| 2368 | 2026-08-25T03:25:26.908Z | Running unittests src/main.rs (target/debug/deps/dpd-6a0d1e25457d7377) |
| 2369 | 2026-08-25T03:25:26.918Z | |
| 2370 | 2026-08-25T03:25:26.918Z | running 34 tests |
| 2371 | 2026-08-25T03:25:26.918Z | test freemap::test_ordering ... ok |
| 2372 | 2026-08-25T03:25:26.918Z | test config::tests::test_updates ... ok |
| 2373 | 2026-08-25T03:25:26.918Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2374 | 2026-08-25T03:25:26.918Z | test freemap::test_split ... ok |
| 2375 | 2026-08-25T03:25:26.918Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2376 | 2026-08-25T03:25:26.918Z | test macaddrs::tests::test_mac_offset ... ok |
| 2377 | 2026-08-25T03:25:26.918Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2378 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG created new freemapAug 25 03:25:25.834 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 2379 | 2026-08-25T03:25:26.918Z | |
| 2380 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG initted freemap. size: 128, unit: freemap_test |
| 2381 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834Aug 25 03:25:25.834 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2382 | 2026-08-25T03:25:26.918Z | |
| 2383 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG created new freemapAug 25 03:25:25.834 DEBG, unitreset freemap:, unitfreemap_test: |
| 2384 | 2026-08-25T03:25:26.918Z | freemap_test |
| 2385 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG initted freemap. size: 128, unit: freemap_test |
| 2386 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG reset freemap, unit: freemap_test |
| 2387 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG created new freemap, unit: freemap_test |
| 2388 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG initted freemap. size: 128, unit: freemap_test |
| 2389 | 2026-08-25T03:25:26.918Z | Aug 25 03:25:25.834 DEBG reset freemap, unit: freemap_test |
| 2390 | 2026-08-25T03:25:26.918Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2391 | 2026-08-25T03:25:26.919Z | test freemap::test_basic ... ok |
| 2392 | 2026-08-25T03:25:26.919Z | test freemap::test_exhaustion ... ok |
| 2393 | 2026-08-25T03:25:26.919Z | test freemap::test_reclaim ... ok |
| 2394 | 2026-08-25T03:25:26.919Z | test freemap::test_free ... ok |
| 2395 | 2026-08-25T03:25:26.919Z | test nat::test_mapping ... ok |
| 2396 | 2026-08-25T03:25:26.919Z | test port_map::tests::test_backplane_group ... ok |
| 2397 | 2026-08-25T03:25:26.919Z | test port_map::tests::test_port_map ... ok |
| 2398 | 2026-08-25T03:25:26.919Z | test port_map::tests::dump_map ... ok |
| 2399 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.835 DEBG created new freemap, unit: freemap_test |
| 2400 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.835 DEBG initted freemap. size: 8, unit: freemap_test |
| 2401 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.835 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-25T03:25:26.919Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2403 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.836 DEBG created new freemap, unit: freemap_test |
| 2404 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.836 DEBG initted freemap. size: 128, unit: freemap_test |
| 2405 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.836 DEBG reset freemap, unit: freemap_test |
| 2406 | 2026-08-25T03:25:26.919Z | test freemap::test_span ... ok |
| 2407 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.836 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2408 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.836 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2409 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.836 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2410 | 2026-08-25T03:25:26.919Z | Aug 25 03:25:25.836 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2411 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2412 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2413 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2414 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2415 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2416 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2417 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2418 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2419 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2420 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2421 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2422 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2423 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2424 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2425 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2426 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2427 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2428 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2429 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2430 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2431 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2432 | 2026-08-25T03:25:26.920Z | Aug 25 03:25:25.836 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 } }] |
| 2433 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2434 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 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 } }] |
| 2435 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2436 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 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 } }] |
| 2437 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2438 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 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 } }] |
| 2439 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2440 | 2026-08-25T03:25:26.921Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2441 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 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 } }] |
| 2442 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2443 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 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 } }] |
| 2444 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2445 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 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 } }] |
| 2446 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 DEBGINFO created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-25T03:25:26.921Z | , unit:Aug 25 03:25:25.836 freemap_route_ipv4DEBG |
| 2448 | 2026-08-25T03:25:26.921Z | 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 } }] |
| 2449 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffcreated new freemap |
| 2450 | 2026-08-25T03:25:26.921Z | , unit: freemap_route_ipv6Aug 25 03:25:25.836 |
| 2451 | 2026-08-25T03:25:26.921Z | 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 } }] |
| 2452 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 DEBG initted freemap. size: 64Aug 25 03:25:25.836, unitINFO: adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2453 | 2026-08-25T03:25:26.921Z | |
| 2454 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 2455 | 2026-08-25T03:25:26.921Z | , unit: freemap_route_ipv4Aug 25 03:25:25.836 |
| 2456 | 2026-08-25T03:25:26.921Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2457 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 DEBG Aug 25 03:25:25.836initted freemap. size: 64 , DEBGunit :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 } }] |
| 2458 | 2026-08-25T03:25:26.921Z | freemap_route_ipv6 |
| 2459 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 Aug 25 03:25:25.836INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2460 | 2026-08-25T03:25:26.921Z | reset freemap, unit: Aug 25 03:25:25.836freemap_route_ipv6 |
| 2461 | 2026-08-25T03:25:26.921Z | 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 } }] |
| 2462 | 2026-08-25T03:25:26.921Z | test api_server::tests::test_build_info ... ok |
| 2463 | 2026-08-25T03:25:26.921Z | Aug 25 03:25:25.836 INFOAug 25 03:25:25.836Aug 25 03:25:25.836 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG |
| 2464 | 2026-08-25T03:25:26.921Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap |
| 2465 | 2026-08-25T03:25:26.921Z | , Aug 25 03:25:25.836unit Aug 25 03:25:25.836DEBG 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 } }] replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2466 | 2026-08-25T03:25:26.921Z | |
| 2467 | 2026-08-25T03:25:26.922Z | |
| 2468 | 2026-08-25T03:25:26.922Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 Aug 25 03:25:25.836INFO DEBGINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:12::/64 -> 2001:db8::55:ff, |
| 2469 | 2026-08-25T03:25:26.931Z | unit |
| 2470 | 2026-08-25T03:25:26.931Z | : freemap_route_ipv6 |
| 2471 | 2026-08-25T03:25:26.931Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 DEBGDEBG Aug 25 03:25:25.836replacing 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 } }] |
| 2472 | 2026-08-25T03:25:26.931Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2473 | 2026-08-25T03:25:26.931Z | initted freemap. size: 64, unitAug 25 03:25:25.836: INFOfreemap_route_ipv4Aug 25 03:25:25.836 |
| 2474 | 2026-08-25T03:25:26.931Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2475 | 2026-08-25T03:25:26.931Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2476 | 2026-08-25T03:25:26.931Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 DEBGDEBG Aug 25 03:25:25.836replacing 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 } }] |
| 2477 | 2026-08-25T03:25:26.931Z | DEBGreset freemap , 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 } }]unit |
| 2478 | 2026-08-25T03:25:26.931Z | Aug 25 03:25:25.836: INFOfreemap_route_ipv4 |
| 2479 | 2026-08-25T03:25:26.931Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:25:25.836 |
| 2480 | 2026-08-25T03:25:26.931Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2481 | 2026-08-25T03:25:26.931Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 DEBGAug 25 03:25:25.836DEBG DEBGinitted freemap. size: 64 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2482 | 2026-08-25T03:25:26.931Z | , |
| 2483 | 2026-08-25T03:25:26.931Z | unit: freemap_route_ipv6 |
| 2484 | 2026-08-25T03:25:26.931Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 INFOINFO Aug 25 03:25:25.836 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2485 | 2026-08-25T03:25:26.931Z | |
| 2486 | 2026-08-25T03:25:26.931Z | DEBG reset freemap, unitAug 25 03:25:25.836Aug 25 03:25:25.836 :DEBG freemap_route_ipv6replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2487 | 2026-08-25T03:25:26.931Z | |
| 2488 | 2026-08-25T03:25:26.931Z | 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 } }] |
| 2489 | 2026-08-25T03:25:26.931Z | Aug 25 03:25:25.836Aug 25 03:25:25.836 INFOAug 25 03:25:25.836Aug 25 03:25:25.836INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 2490 | 2026-08-25T03:25:26.931Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2491 | 2026-08-25T03:25:26.931Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBGAug 25 03:25:25.836 |
| 2492 | 2026-08-25T03:25:26.932Z | DEBGAug 25 03:25:25.836 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 2493 | 2026-08-25T03:25:26.932Z | Aug 25 03:25:25.836created new freemapreplacing 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 25 03:25:25.836, |
| 2494 | 2026-08-25T03:25:26.932Z | INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff unit |
| 2495 | 2026-08-25T03:25:26.932Z | 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 } }]: |
| 2496 | 2026-08-25T03:25:26.932Z | Aug 25 03:25:25.836freemap_route_ipv4 INFOAug 25 03:25:25.836 |
| 2497 | 2026-08-25T03:25:26.932Z | Aug 25 03:25:25.836DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 2498 | 2026-08-25T03:25:26.932Z | |
| 2499 | 2026-08-25T03:25:26.932Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2500 | 2026-08-25T03:25:26.932Z | Aug 25 03:25:25.836 Aug 25 03:25:25.836Aug 25 03:25:25.836DEBG Aug 25 03:25:25.836 INFO 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ffcreated new freemap |
| 2501 | 2026-08-25T03:25:26.932Z | |
| 2502 | 2026-08-25T03:25:26.932Z | , unitDEBG :replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.836 |
| 2503 | 2026-08-25T03:25:26.932Z | freemap_route_ipv6Aug 25 03:25:25.836 |
| 2504 | 2026-08-25T03:25:26.932Z | INFO DEBG 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 } }]Aug 25 03:25:25.836 |
| 2505 | 2026-08-25T03:25:26.932Z | |
| 2506 | 2026-08-25T03:25:26.932Z | DEBGAug 25 03:25:25.836 INFOAug 25 03:25:25.836 initted freemap. size: 64Aug 25 03:25:25.836adding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBG, INFOunit |
| 2507 | 2026-08-25T03:25:26.932Z | 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 } }]: |
| 2508 | 2026-08-25T03:25:26.932Z | freemap_route_ipv4 |
| 2509 | 2026-08-25T03:25:26.932Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2510 | 2026-08-25T03:25:26.932Z | Aug 25 03:25:25.836 Aug 25 03:25:25.836Aug 25 03:25:25.836DEBGAug 25 03:25:25.836 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreset freemapDEBG |
| 2511 | 2026-08-25T03:25:26.932Z | , unitreplacing 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 } }]: |
| 2512 | 2026-08-25T03:25:26.932Z | 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 } }] |
| 2513 | 2026-08-25T03:25:26.932Z | freemap_route_ipv4Aug 25 03:25:25.836 Aug 25 03:25:25.836 |
| 2514 | 2026-08-25T03:25:26.932Z | DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.836Aug 25 03:25:25.836 |
| 2515 | 2026-08-25T03:25:26.932Z | DEBG INFO initted freemap. size: 64adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2516 | 2026-08-25T03:25:26.932Z | |
| 2517 | 2026-08-25T03:25:26.932Z | , Aug 25 03:25:25.836unit :INFOAug 25 03:25:25.836 Aug 25 03:25:25.836 adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2518 | 2026-08-25T03:25:26.932Z | |
| 2519 | 2026-08-25T03:25:26.932Z | 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: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 25 03:25:25.836Aug 25 03:25:25.836 |
| 2520 | 2026-08-25T03:25:26.932Z | |
| 2521 | 2026-08-25T03:25:26.932Z | 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 } }]Aug 25 03:25:25.836 |
| 2522 | 2026-08-25T03:25:26.932Z | INFOreset freemap , Aug 25 03:25:25.836adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit |
| 2523 | 2026-08-25T03:25:26.932Z | INFO: freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2524 | 2026-08-25T03:25:26.933Z | |
| 2525 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.836Aug 25 03:25:25.836Aug 25 03:25:25.836 Aug 25 03:25:25.836INFO INFODEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2526 | 2026-08-25T03:25:26.933Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2527 | 2026-08-25T03:25:26.933Z | |
| 2528 | 2026-08-25T03:25:26.933Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.836Aug 25 03:25:25.836 |
| 2529 | 2026-08-25T03:25:26.933Z | DEBG Aug 25 03:25:25.836INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2530 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.836adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2531 | 2026-08-25T03:25:26.933Z | 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 } }]Aug 25 03:25:25.836 |
| 2532 | 2026-08-25T03:25:26.933Z | INFO Aug 25 03:25:25.836adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2533 | 2026-08-25T03:25:26.933Z | DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:25:25.836 |
| 2534 | 2026-08-25T03:25:26.933Z | 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 |
| 2535 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.836 Aug 25 03:25:25.836DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 2536 | 2026-08-25T03:25:26.933Z | |
| 2537 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.836DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.836 |
| 2538 | 2026-08-25T03:25:26.933Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2539 | 2026-08-25T03:25:26.933Z | DEBGAug 25 03:25:25.836Aug 25 03:25:25.836 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 2540 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.836INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2541 | 2026-08-25T03:25:26.933Z | DEBG |
| 2542 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.837 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 |
| 2543 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2544 | 2026-08-25T03:25:26.933Z | 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 } }] |
| 2545 | 2026-08-25T03:25:26.933Z | |
| 2546 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.837 INFOAug 25 03:25:25.837 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 03:25:25.837 |
| 2547 | 2026-08-25T03:25:26.933Z | INFODEBGAug 25 03:25:25.837 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 } }] |
| 2548 | 2026-08-25T03:25:26.933Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:25:25.837 |
| 2549 | 2026-08-25T03:25:26.933Z | INFO 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 } }]Aug 25 03:25:25.837 |
| 2550 | 2026-08-25T03:25:26.933Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 2551 | 2026-08-25T03:25:26.933Z | 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 25 03:25:25.837 |
| 2552 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.837INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 03:25:25.837DEBGAug 25 03:25:25.837 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 } }] INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2553 | 2026-08-25T03:25:26.933Z | |
| 2554 | 2026-08-25T03:25:26.933Z | |
| 2555 | 2026-08-25T03:25:26.933Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2556 | 2026-08-25T03:25:26.933Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837DEBG Aug 25 03:25:25.837Aug 25 03:25:25.837replacing 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 INFODEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2557 | 2026-08-25T03:25:26.934Z | |
| 2558 | 2026-08-25T03:25:26.934Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff 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 } }] |
| 2559 | 2026-08-25T03:25:26.934Z | Aug 25 03:25:25.837 |
| 2560 | 2026-08-25T03:25:26.934Z | INFOAug 25 03:25:25.837 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 03:25:25.837Aug 25 03:25:25.837 |
| 2561 | 2026-08-25T03:25:26.934Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFO |
| 2562 | 2026-08-25T03:25:26.934Z | DEBG adding route 3fff:beef:2::/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 } }] |
| 2563 | 2026-08-25T03:25:26.934Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837 |
| 2564 | 2026-08-25T03:25:26.934Z | DEBG Aug 25 03:25:25.837 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 } }]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 } }] |
| 2565 | 2026-08-25T03:25:26.934Z | Aug 25 03:25:25.837 |
| 2566 | 2026-08-25T03:25:26.934Z | DEBG INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2567 | 2026-08-25T03:25:26.934Z | 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 25 03:25:25.837 |
| 2568 | 2026-08-25T03:25:26.934Z | 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 } }] |
| 2569 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837 INFOAug 25 03:25:25.837 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 2570 | 2026-08-25T03:25:26.941Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2571 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837DEBG DEBGAug 25 03:25:25.837replacing 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 } }] |
| 2572 | 2026-08-25T03:25:26.941Z | 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 } }] |
| 2573 | 2026-08-25T03:25:26.941Z | DEBGAug 25 03:25:25.837 created new freemapINFOAug 25 03:25:25.837 , adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunitINFO |
| 2574 | 2026-08-25T03:25:26.941Z | :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2575 | 2026-08-25T03:25:26.941Z | freemap_route_ipv4 |
| 2576 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBGAug 25 03:25:25.837 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: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 } }] |
| 2577 | 2026-08-25T03:25:26.941Z | DEBG |
| 2578 | 2026-08-25T03:25:26.941Z | created new freemap, Aug 25 03:25:25.837unit :INFOAug 25 03:25:25.837 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6 |
| 2579 | 2026-08-25T03:25:26.941Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2580 | 2026-08-25T03:25:26.941Z | |
| 2581 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 2582 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2583 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837 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 } }] |
| 2584 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837 INFOunitAug 25 03:25:25.837: adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2585 | 2026-08-25T03:25:26.941Z | |
| 2586 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837 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 } }] |
| 2587 | 2026-08-25T03:25:26.941Z | Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837 reset freemapINFO, unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ff: |
| 2588 | 2026-08-25T03:25:26.942Z | freemap_route_ipv4 |
| 2589 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2590 | 2026-08-25T03:25:26.942Z | initted freemap. size: 64, unit: Aug 25 03:25:25.837freemap_route_ipv6 |
| 2591 | 2026-08-25T03:25:26.942Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2592 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:25:25.837 |
| 2593 | 2026-08-25T03:25:26.942Z | DEBGAug 25 03:25:25.837 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 |
| 2594 | 2026-08-25T03:25:26.942Z | 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 25 03:25:25.837 |
| 2595 | 2026-08-25T03:25:26.942Z | INFOAug 25 03:25:25.837 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 2596 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2597 | 2026-08-25T03:25:26.942Z | INFO Aug 25 03:25:25.837adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2598 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2599 | 2026-08-25T03:25:26.942Z | 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 } }] |
| 2600 | 2026-08-25T03:25:26.942Z | reset freemapAug 25 03:25:25.837Aug 25 03:25:25.837, unitINFOAug 25 03:25:25.837DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2601 | 2026-08-25T03:25:26.942Z | |
| 2602 | 2026-08-25T03:25:26.942Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2603 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 INFODEBG Aug 25 03:25:25.837adding route 3fff:beef:c::/64 -> 2001:db8::55:ff : |
| 2604 | 2026-08-25T03:25:26.942Z | 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 } }] DEBGfreemap_route_ipv6 |
| 2605 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 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 } }]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:dead::/64 -> 2001:db8::55:1 |
| 2606 | 2026-08-25T03:25:26.942Z | |
| 2607 | 2026-08-25T03:25:26.942Z | |
| 2608 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGINFO Aug 25 03:25:25.837replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2609 | 2026-08-25T03:25:26.942Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2610 | 2026-08-25T03:25:26.942Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2611 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 2612 | 2026-08-25T03:25:26.942Z | |
| 2613 | 2026-08-25T03:25:26.942Z | 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 } }] |
| 2614 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837 INFO Aug 25 03:25:25.837adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2615 | 2026-08-25T03:25:26.942Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2616 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837 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 |
| 2617 | 2026-08-25T03:25:26.942Z | 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 } }] |
| 2618 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837INFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2619 | 2026-08-25T03:25:26.942Z | Aug 25 03:25:25.837adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2620 | 2026-08-25T03:25:26.942Z | DEBG Aug 25 03:25:25.837Aug 25 03:25:25.837 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 |
| 2621 | 2026-08-25T03:25:26.942Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2622 | 2026-08-25T03:25:26.942Z | 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 } }] |
| 2623 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837INFOINFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2624 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2625 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2626 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837DEBG DEBGDEBGreplacing 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 } }] |
| 2627 | 2026-08-25T03:25:26.943Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2628 | 2026-08-25T03:25:26.943Z | |
| 2629 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 INFO INFOINFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2630 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2631 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2632 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.837 |
| 2633 | 2026-08-25T03:25:26.943Z | |
| 2634 | 2026-08-25T03:25:26.943Z | DEBGAug 25 03:25:25.837 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2635 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 2636 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-25T03:25:26.943Z | INFO Aug 25 03:25:25.837adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2638 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2639 | 2026-08-25T03:25:26.943Z | 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 } }] |
| 2640 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837 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 } }]INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2641 | 2026-08-25T03:25:26.943Z | |
| 2642 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2643 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837INFO DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2644 | 2026-08-25T03:25:26.943Z | 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 } }] |
| 2645 | 2026-08-25T03:25:26.943Z | |
| 2646 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837 INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2647 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2648 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2649 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837 INFO DEBGDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2650 | 2026-08-25T03:25:26.943Z | |
| 2651 | 2026-08-25T03:25:26.943Z | 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 } }] |
| 2652 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837INFOAug 25 03:25:25.837 DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 2653 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2654 | 2026-08-25T03:25:26.943Z | |
| 2655 | 2026-08-25T03:25:26.943Z | Aug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2656 | 2026-08-25T03:25:26.943Z | adding route 3fff:beef:1c::/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 } }] |
| 2657 | 2026-08-25T03:25:26.943Z | |
| 2658 | 2026-08-25T03:25:26.944Z | Aug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 INFODEBG INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-25T03:25:26.944Z | adding route 3fff:beef:f::/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 } }] |
| 2660 | 2026-08-25T03:25:26.944Z | |
| 2661 | 2026-08-25T03:25:26.944Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGINFO Aug 25 03:25:25.837adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2662 | 2026-08-25T03:25:26.944Z | DEBG |
| 2663 | 2026-08-25T03:25:26.944Z | 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 } }] |
| 2664 | 2026-08-25T03:25:26.944Z | Aug 25 03:25:25.837 Aug 25 03:25:25.837INFOAug 25 03:25:25.837 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2665 | 2026-08-25T03:25:26.944Z | |
| 2666 | 2026-08-25T03:25:26.944Z | |
| 2667 | 2026-08-25T03:25:26.944Z | Aug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 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 } }]INFO |
| 2668 | 2026-08-25T03:25:26.944Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2669 | 2026-08-25T03:25:26.950Z | |
| 2670 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837 INFOINFODEBG adding route 3fff:beef:11::/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 } }] |
| 2671 | 2026-08-25T03:25:26.950Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2672 | 2026-08-25T03:25:26.950Z | |
| 2673 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2674 | 2026-08-25T03:25:26.950Z | |
| 2675 | 2026-08-25T03:25:26.950Z | |
| 2676 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837INFO INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2677 | 2026-08-25T03:25:26.950Z | |
| 2678 | 2026-08-25T03:25:26.950Z | 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 } }] |
| 2679 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBG Aug 25 03:25:25.837replacing 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 } }] |
| 2680 | 2026-08-25T03:25:26.950Z | 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 } }] |
| 2681 | 2026-08-25T03:25:26.950Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2682 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 INFOINFO Aug 25 03:25:25.837adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2683 | 2026-08-25T03:25:26.950Z | 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 } }] |
| 2684 | 2026-08-25T03:25:26.950Z | |
| 2685 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837DEBG 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: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 } }] |
| 2686 | 2026-08-25T03:25:26.950Z | |
| 2687 | 2026-08-25T03:25:26.950Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2688 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837INFO INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2689 | 2026-08-25T03:25:26.950Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2690 | 2026-08-25T03:25:26.950Z | |
| 2691 | 2026-08-25T03:25:26.950Z | Aug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBG 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 } }]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 |
| 2692 | 2026-08-25T03:25:26.950Z | |
| 2693 | 2026-08-25T03:25:26.951Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2694 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 INFO DEBGINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2695 | 2026-08-25T03:25:26.951Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-25T03:25:26.951Z | |
| 2697 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837DEBGDEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2698 | 2026-08-25T03:25:26.951Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2699 | 2026-08-25T03:25:26.951Z | |
| 2700 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-25T03:25:26.951Z | |
| 2702 | 2026-08-25T03:25:26.951Z | 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 } }] |
| 2703 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 INFODEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/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 } }] |
| 2704 | 2026-08-25T03:25:26.951Z | |
| 2705 | 2026-08-25T03:25:26.951Z | |
| 2706 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 INFO INFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2707 | 2026-08-25T03:25:26.951Z | |
| 2708 | 2026-08-25T03:25:26.951Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2709 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 INFOAug 25 03:25:25.838 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2710 | 2026-08-25T03:25:26.951Z | DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2711 | 2026-08-25T03:25:26.951Z | 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 } }] |
| 2712 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838INFO DEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2713 | 2026-08-25T03:25:26.951Z | |
| 2714 | 2026-08-25T03:25:26.951Z | 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 } }] |
| 2715 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838 DEBG INFODEBG 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 } }] |
| 2716 | 2026-08-25T03:25:26.951Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2717 | 2026-08-25T03:25:26.951Z | |
| 2718 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 2719 | 2026-08-25T03:25:26.951Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2720 | 2026-08-25T03:25:26.951Z | 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 } }] |
| 2721 | 2026-08-25T03:25:26.951Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838DEBGDEBG 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: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 } }] |
| 2722 | 2026-08-25T03:25:26.951Z | |
| 2723 | 2026-08-25T03:25:26.951Z | INFO Aug 25 03:25:25.838Aug 25 03:25:25.838 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 2724 | 2026-08-25T03:25:26.951Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2725 | 2026-08-25T03:25:26.952Z | |
| 2726 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838 DEBG Aug 25 03:25:25.838Aug 25 03:25:25.838replacing 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 } }] |
| 2727 | 2026-08-25T03:25:26.952Z | test route::tests::grow_succeeds ... ok |
| 2728 | 2026-08-25T03:25:26.952Z | DEBGDEBG 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: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 } }] |
| 2729 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838 |
| 2730 | 2026-08-25T03:25:26.952Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2731 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2732 | 2026-08-25T03:25:26.952Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2733 | 2026-08-25T03:25:26.952Z | 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 } }] |
| 2734 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838 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 } }]Aug 25 03:25:25.838Aug 25 03:25:25.838 INFO |
| 2735 | 2026-08-25T03:25:26.952Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2736 | 2026-08-25T03:25:26.952Z | 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 } }] |
| 2737 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2738 | 2026-08-25T03:25:26.952Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2739 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838DEBG DEBGAug 25 03:25:25.838 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2740 | 2026-08-25T03:25:26.952Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2741 | 2026-08-25T03:25:26.952Z | |
| 2742 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 25 03:25:25.838adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2743 | 2026-08-25T03:25:26.952Z | INFO |
| 2744 | 2026-08-25T03:25:26.952Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2745 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838 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 } }]Aug 25 03:25:25.838 |
| 2746 | 2026-08-25T03:25:26.952Z | DEBGAug 25 03:25:25.838 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2747 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2748 | 2026-08-25T03:25:26.952Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2749 | 2026-08-25T03:25:26.952Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2750 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2751 | 2026-08-25T03:25:26.952Z | |
| 2752 | 2026-08-25T03:25:26.952Z | 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 } }] |
| 2753 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2754 | 2026-08-25T03:25:26.952Z | |
| 2755 | 2026-08-25T03:25:26.952Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 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 } }] |
| 2756 | 2026-08-25T03:25:26.952Z | created new freemapAug 25 03:25:25.838, Aug 25 03:25:25.838Aug 25 03:25:25.838unit : freemap_route_ipv4DEBG |
| 2757 | 2026-08-25T03:25:26.952Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 2758 | 2026-08-25T03:25:26.953Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2759 | 2026-08-25T03:25:26.953Z | Aug 25 03:25:25.838 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 created new freemap |
| 2760 | 2026-08-25T03:25:26.953Z | INFO , unit:Aug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838freemap_route_ipv6 |
| 2761 | 2026-08-25T03:25:26.953Z | INFOAug 25 03:25:25.838 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 2762 | 2026-08-25T03:25:26.953Z | DEBGinitted freemap. size: 64, unit: replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2763 | 2026-08-25T03:25:26.953Z | |
| 2764 | 2026-08-25T03:25:26.953Z | DEBGAug 25 03:25:25.838 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 2765 | 2026-08-25T03:25:26.953Z | reset freemap |
| 2766 | 2026-08-25T03:25:26.953Z | , unit:Aug 25 03:25:25.838 Aug 25 03:25:25.838freemap_route_ipv4 |
| 2767 | 2026-08-25T03:25:26.953Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2768 | 2026-08-25T03:25:26.953Z | Aug 25 03:25:25.838 DEBG initted freemap. size: 64, unit: Aug 25 03:25:25.838freemap_route_ipv6 |
| 2769 | 2026-08-25T03:25:26.965Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2770 | 2026-08-25T03:25:26.965Z | Aug 25 03:25:25.838 DEBG reset freemap, unit: freemap_route_ipv6Aug 25 03:25:25.838 |
| 2771 | 2026-08-25T03:25:26.965Z | DEBG Aug 25 03:25:25.838 INFO Aug 25 03:25:25.838 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2772 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:25:25.838 |
| 2773 | 2026-08-25T03:25:26.966Z | |
| 2774 | 2026-08-25T03:25:26.966Z | DEBG Aug 25 03:25:25.838replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2775 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 2776 | 2026-08-25T03:25:26.966Z | 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 } }]DEBG |
| 2777 | 2026-08-25T03:25:26.966Z | 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 } }] |
| 2778 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2779 | 2026-08-25T03:25:26.966Z | |
| 2780 | 2026-08-25T03:25:26.966Z | |
| 2781 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBGDEBGAug 25 03:25:25.838 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: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 } }] |
| 2782 | 2026-08-25T03:25:26.966Z | INFO |
| 2783 | 2026-08-25T03:25:26.966Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2784 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 INFOAug 25 03:25:25.838 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 2785 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 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 |
| 2786 | 2026-08-25T03:25:26.966Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2787 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838DEBG INFOAug 25 03:25:25.838replacing 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 } }] |
| 2788 | 2026-08-25T03:25:26.966Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 2789 | 2026-08-25T03:25:26.966Z | 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 25 03:25:25.838Aug 25 03:25:25.838 |
| 2790 | 2026-08-25T03:25:26.966Z | DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2791 | 2026-08-25T03:25:26.966Z | |
| 2792 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2793 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 2794 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838replacing 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 } }] |
| 2795 | 2026-08-25T03:25:26.966Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2796 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 INFOAug 25 03:25:25.838 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 2797 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 2798 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838replacing 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 } }] |
| 2799 | 2026-08-25T03:25:26.966Z | 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 } }] |
| 2800 | 2026-08-25T03:25:26.966Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGAug 25 03:25:25.838 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: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 } }] |
| 2801 | 2026-08-25T03:25:26.966Z | INFO |
| 2802 | 2026-08-25T03:25:26.966Z | |
| 2803 | 2026-08-25T03:25:26.967Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2804 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838 INFOINFO Aug 25 03:25:25.838adding route 3fff:beef:28::/64 -> 2001:db8::55:ff DEBG |
| 2805 | 2026-08-25T03:25:26.967Z | 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 } }]DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2806 | 2026-08-25T03:25:26.967Z | |
| 2807 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838 DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.838Aug 25 03:25:25.838 |
| 2808 | 2026-08-25T03:25:26.967Z | 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 |
| 2809 | 2026-08-25T03:25:26.967Z | DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 03:25:25.838replacing 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 } }] |
| 2810 | 2026-08-25T03:25:26.967Z | INFO |
| 2811 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2812 | 2026-08-25T03:25:26.967Z | INFO Aug 25 03:25:25.838adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2813 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2814 | 2026-08-25T03:25:26.967Z | 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 } }] |
| 2815 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBGINFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2816 | 2026-08-25T03:25:26.967Z | 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 } }] |
| 2817 | 2026-08-25T03:25:26.967Z | |
| 2818 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838DEBG 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 } }]Aug 25 03:25:25.838 |
| 2819 | 2026-08-25T03:25:26.967Z | INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2820 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838 |
| 2821 | 2026-08-25T03:25:26.967Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2822 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838DEBG INFO 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 } }] adding route 3fff:beef:29::/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 } }] |
| 2823 | 2026-08-25T03:25:26.967Z | |
| 2824 | 2026-08-25T03:25:26.967Z | |
| 2825 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBG INFOINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2826 | 2026-08-25T03:25:26.967Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2827 | 2026-08-25T03:25:26.967Z | |
| 2828 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBGDEBGINFO 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: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 } }] |
| 2829 | 2026-08-25T03:25:26.967Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2830 | 2026-08-25T03:25:26.967Z | |
| 2831 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838INFO Aug 25 03:25:25.838DEBG 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 } }] |
| 2832 | 2026-08-25T03:25:26.967Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2833 | 2026-08-25T03:25:26.967Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2834 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2835 | 2026-08-25T03:25:26.967Z | |
| 2836 | 2026-08-25T03:25:26.967Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2837 | 2026-08-25T03:25:26.968Z | |
| 2838 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 DEBG Aug 25 03:25:25.838replacing 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 } }] |
| 2839 | 2026-08-25T03:25:26.968Z | 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 } }] |
| 2840 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2841 | 2026-08-25T03:25:26.968Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2842 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 DEBG Aug 25 03:25:25.838replacing 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 } }] |
| 2843 | 2026-08-25T03:25:26.968Z | 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 } }] |
| 2844 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2845 | 2026-08-25T03:25:26.968Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2846 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 DEBG Aug 25 03:25:25.838replacing 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 } }] |
| 2847 | 2026-08-25T03:25:26.968Z | DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2848 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2849 | 2026-08-25T03:25:26.968Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2850 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 DEBGAug 25 03:25:25.838 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 |
| 2851 | 2026-08-25T03:25:26.968Z | 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 } }] |
| 2852 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2853 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 INFOAug 25 03:25:25.838 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 2854 | 2026-08-25T03:25:26.968Z | 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 } }] |
| 2855 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838DEBG 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 } }] |
| 2856 | 2026-08-25T03:25:26.968Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2857 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838Aug 25 03:25:25.838 INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }] |
| 2858 | 2026-08-25T03:25:26.968Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2859 | 2026-08-25T03:25:26.968Z | |
| 2860 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.838 Aug 25 03:25:25.838INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 03:25:25.838 |
| 2861 | 2026-08-25T03:25:26.968Z | 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 } }] |
| 2862 | 2026-08-25T03:25:26.968Z | 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 25 03:25:25.838 |
| 2863 | 2026-08-25T03:25:26.968Z | DEBG Aug 25 03:25:25.838replacing 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 25 03:25:25.838 |
| 2864 | 2026-08-25T03:25:26.968Z | INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2865 | 2026-08-25T03:25:26.968Z | |
| 2866 | 2026-08-25T03:25:26.968Z | Aug 25 03:25:25.839Aug 25 03:25:25.839Aug 25 03:25:25.839 INFODEBG DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2867 | 2026-08-25T03:25:26.968Z | 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: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 } }] |
| 2868 | 2026-08-25T03:25:26.968Z | |
| 2869 | 2026-08-25T03:25:26.977Z | Aug 25 03:25:25.839 DEBG Aug 25 03:25:25.839replacing 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 25 03:25:25.839 INFOINFO |
| 2870 | 2026-08-25T03:25:26.977Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2871 | 2026-08-25T03:25:26.977Z | |
| 2872 | 2026-08-25T03:25:26.977Z | Aug 25 03:25:25.839 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:25:25.839 |
| 2873 | 2026-08-25T03:25:26.977Z | 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 } }] |
| 2874 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839 DEBG Aug 25 03:25:25.839replacing 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 25 03:25:25.839 |
| 2875 | 2026-08-25T03:25:26.978Z | INFODEBG adding route 3fff:beef:30::/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 } }] |
| 2876 | 2026-08-25T03:25:26.978Z | |
| 2877 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2878 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:25:25.839 |
| 2879 | 2026-08-25T03:25:26.978Z | DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2880 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.839 |
| 2881 | 2026-08-25T03:25:26.978Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2882 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 03:25:25.839Aug 25 03:25:25.839 |
| 2883 | 2026-08-25T03:25:26.978Z | 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 } }]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 } }] |
| 2884 | 2026-08-25T03:25:26.978Z | |
| 2885 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839 DEBGAug 25 03:25:25.839 Aug 25 03:25:25.839replacing 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 } }] |
| 2886 | 2026-08-25T03:25:26.978Z | INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 03:25:25.839 |
| 2887 | 2026-08-25T03:25:26.978Z | |
| 2888 | 2026-08-25T03:25:26.978Z | DEBG failed to allocate space for the new target list |
| 2889 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839Aug 25 03:25:25.839 DEBGDEBG Aug 25 03:25:25.839replacing 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 } }] |
| 2890 | 2026-08-25T03:25:26.978Z | 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 } }] |
| 2891 | 2026-08-25T03:25:26.978Z | DEBG Aug 25 03:25:25.839replacing targets for 3fff:dead::/64 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 25 03:25:25.839 |
| 2892 | 2026-08-25T03:25:26.978Z | INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2893 | 2026-08-25T03:25:26.978Z | |
| 2894 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.838 Aug 25 03:25:25.839Aug 25 03:25:25.839 INFOAug 25 03:25:25.839 DEBGDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff 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 } }]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 } }] |
| 2895 | 2026-08-25T03:25:26.978Z | |
| 2896 | 2026-08-25T03:25:26.978Z | |
| 2897 | 2026-08-25T03:25:26.978Z | created new freemap, unitAug 25 03:25:25.839Aug 25 03:25:25.839Aug 25 03:25:25.839 INFO: DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2898 | 2026-08-25T03:25:26.978Z | 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 } }] |
| 2899 | 2026-08-25T03:25:26.978Z | |
| 2900 | 2026-08-25T03:25:26.978Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 03:25:25.839 |
| 2901 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839Aug 25 03:25:25.839DEBG INFO DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.839adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff created new freemap |
| 2902 | 2026-08-25T03:25:26.978Z | , DEBG |
| 2903 | 2026-08-25T03:25:26.978Z | unitreplacing 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 } }]: |
| 2904 | 2026-08-25T03:25:26.978Z | Aug 25 03:25:25.839freemap_route_ipv6Aug 25 03:25:25.839 INFO |
| 2905 | 2026-08-25T03:25:26.979Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 2906 | 2026-08-25T03:25:26.979Z | Aug 25 03:25:25.839replacing 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 } }] |
| 2907 | 2026-08-25T03:25:26.979Z | INFOAug 25 03:25:25.839 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 2908 | 2026-08-25T03:25:26.979Z | Aug 25 03:25:25.839Aug 25 03:25:25.839 DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:25:25.839unit |
| 2909 | 2026-08-25T03:25:26.979Z | :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 } }] |
| 2910 | 2026-08-25T03:25:26.979Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 2911 | 2026-08-25T03:25:26.979Z | |
| 2912 | 2026-08-25T03:25:26.979Z | Aug 25 03:25:25.839 DEBGAug 25 03:25:25.839 Aug 25 03:25:25.839INFOAug 25 03:25:25.839 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-25T03:25:26.979Z | |
| 2914 | 2026-08-25T03:25:26.979Z | INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2915 | 2026-08-25T03:25:26.979Z | reset freemapAug 25 03:25:25.839, DEBGunit :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 25 03:25:25.839 |
| 2916 | 2026-08-25T03:25:26.979Z | freemap_route_ipv4Aug 25 03:25:25.839INFO |
| 2917 | 2026-08-25T03:25:26.979Z | DEBG adding route 3fff:beef:2c::/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 } }] |
| 2918 | 2026-08-25T03:25:26.979Z | Aug 25 03:25:25.839 |
| 2919 | 2026-08-25T03:25:26.979Z | INFOAug 25 03:25:25.839 Aug 25 03:25:25.839Aug 25 03:25:25.839adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 2920 | 2026-08-25T03:25:26.979Z | initted freemap. size: 64INFO , DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit |
| 2921 | 2026-08-25T03:25:26.979Z | : Aug 25 03:25:25.839replacing 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 } }] |
| 2922 | 2026-08-25T03:25:26.979Z | Aug 25 03:25:25.839freemap_route_ipv6 DEBGDEBG |
| 2923 | 2026-08-25T03:25:26.979Z | 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 } }] |
| 2924 | 2026-08-25T03:25:26.979Z | 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 } }] |
| 2925 | 2026-08-25T03:25:26.979Z | Aug 25 03:25:25.839 Aug 25 03:25:25.839INFOAug 25 03:25:25.839 INFO INFOAug 25 03:25:25.839adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 2926 | 2026-08-25T03:25:26.979Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreset freemap |
| 2927 | 2026-08-25T03:25:26.979Z | , |
| 2928 | 2026-08-25T03:25:26.979Z | unit: freemap_route_ipv6Aug 25 03:25:25.839 |
| 2929 | 2026-08-25T03:25:26.979Z | Aug 25 03:25:25.839Aug 25 03:25:25.839DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2930 | 2026-08-25T03:25:26.979Z | 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 } }]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 25 03:25:25.839Aug 25 03:25:25.839 |
| 2931 | 2026-08-25T03:25:26.979Z | |
| 2932 | 2026-08-25T03:25:26.979Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2933 | 2026-08-25T03:25:26.979Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 25 03:25:25.839 |
| 2934 | 2026-08-25T03:25:26.979Z | INFOAug 25 03:25:25.839 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 03:25:25.839 |
| 2935 | 2026-08-25T03:25:26.980Z | DEBGINFOAug 25 03:25:25.839 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 } }]Aug 25 03:25:25.839adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2936 | 2026-08-25T03:25:26.980Z | |
| 2937 | 2026-08-25T03:25:26.980Z | 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 } }]DEBG |
| 2938 | 2026-08-25T03:25:26.980Z | 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 } }] |
| 2939 | 2026-08-25T03:25:26.980Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2940 | 2026-08-25T03:25:26.980Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2941 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.839Aug 25 03:25:25.839 Aug 25 03:25:25.839INFO DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:25:25.839 |
| 2942 | 2026-08-25T03:25:26.980Z | failed to allocate space for the new target list replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2943 | 2026-08-25T03:25:26.980Z | |
| 2944 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.839adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2945 | 2026-08-25T03:25:26.980Z | DEBGAug 25 03:25:25.839 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 25 03:25:25.839Aug 25 03:25:25.839 DEBGDEBG |
| 2946 | 2026-08-25T03:25:26.980Z | 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 } }]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:39::/64 -> 2001:db8::55:ff |
| 2947 | 2026-08-25T03:25:26.980Z | |
| 2948 | 2026-08-25T03:25:26.980Z | |
| 2949 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.839 INFO Aug 25 03:25:25.839adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:25:25.839 |
| 2950 | 2026-08-25T03:25:26.980Z | INFODEBG 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:30::/64 -> 2001:db8::55:ff |
| 2951 | 2026-08-25T03:25:26.980Z | |
| 2952 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.839 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 } }]Aug 25 03:25:25.839 |
| 2953 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.839 INFODEBG Aug 25 03:25:25.839adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2954 | 2026-08-25T03:25:26.980Z | INFO 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 |
| 2955 | 2026-08-25T03:25:26.980Z | |
| 2956 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.839 DEBG Aug 25 03:25:25.839Aug 25 03:25:25.839replacing 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 Aug 25 03:25:25.840replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 03:25:25.840Aug 25 03:25:25.840DEBG DEBG created new freemapDEBG , created new freemapAug 25 03:25:25.839unit, : unit: freemap_route_ipv4 |
| 2957 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.853 DEBGDEBG created new freemap, created new freemapcreated new freemapunit, :, unitfreemap_route_ipv6unit |
| 2958 | 2026-08-25T03:25:26.980Z | :: freemap_route_ipv4freemap_route_ipv4 |
| 2959 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.853 |
| 2960 | 2026-08-25T03:25:26.980Z | DEBG initted freemap. size: 64Aug 25 03:25:25.839 Aug 25 03:25:25.853, DEBG Aug 25 03:25:25.853created new freemap , DEBGunitDEBG: created new freemapcreated new freemapfreemap_route_ipv6, , |
| 2961 | 2026-08-25T03:25:26.980Z | unitunitunit:: :freemap_route_ipv4 |
| 2962 | 2026-08-25T03:25:26.980Z | freemap_route_ipv4freemap_route_ipv6 |
| 2963 | 2026-08-25T03:25:26.980Z | Aug 25 03:25:25.853 |
| 2964 | 2026-08-25T03:25:26.980Z | DEBG Aug 25 03:25:25.853 Aug 25 03:25:25.853 initted freemap. size: 64Aug 25 03:25:25.853, DEBGDEBGunit initted freemap. size: 64reset freemap:, , unitunit:DEBG: freemap_route_ipv4 freemap_route_ipv4 |
| 2965 | 2026-08-25T03:25:26.981Z | |
| 2966 | 2026-08-25T03:25:26.981Z | freemap_route_ipv4 |
| 2967 | 2026-08-25T03:25:26.981Z | created new freemap, Aug 25 03:25:25.853Aug 25 03:25:25.853 DEBGDEBGunit initted freemap. size: 64:reset freemap Aug 25 03:25:25.853, freemap_route_ipv6, unit |
| 2968 | 2026-08-25T03:25:26.981Z | unit:DEBG reset freemap:freemap_route_ipv6Aug 25 03:25:25.853 |
| 2969 | 2026-08-25T03:25:26.992Z | , unitDEBG: freemap_route_ipv4initted freemap. size: 64freemap_route_ipv4 |
| 2970 | 2026-08-25T03:25:26.992Z | |
| 2971 | 2026-08-25T03:25:26.992Z | , Aug 25 03:25:25.853unit: DEBG freemap_route_ipv4Aug 25 03:25:25.853 |
| 2972 | 2026-08-25T03:25:26.992Z | reset freemapDEBG, Aug 25 03:25:25.853initted freemap. size: 64 , unitunit:DEBG : freemap_route_ipv6freemap_route_ipv6initted freemap. size: 64 |
| 2973 | 2026-08-25T03:25:26.992Z | |
| 2974 | 2026-08-25T03:25:26.992Z | , Aug 25 03:25:25.853unit :DEBGAug 25 03:25:25.853 INFOreset freemap freemap_route_ipv6, |
| 2975 | 2026-08-25T03:25:26.992Z | unitAug 25 03:25:25.853:adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2976 | 2026-08-25T03:25:26.992Z | DEBG freemap_route_ipv4 |
| 2977 | 2026-08-25T03:25:26.992Z | reset freemapAug 25 03:25:25.853, Aug 25 03:25:25.853unit : DEBGAug 25 03:25:25.853 DEBGreset freemap , DEBGfreemap_route_ipv6 unitinitted freemap. size: 64:, unitfreemap_route_ipv6 |
| 2978 | 2026-08-25T03:25:26.992Z | : |
| 2979 | 2026-08-25T03:25:26.992Z | freemap_route_ipv6 |
| 2980 | 2026-08-25T03:25:26.992Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:25:25.853 Aug 25 03:25:25.853INFO |
| 2981 | 2026-08-25T03:25:26.992Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:25:25.853 |
| 2982 | 2026-08-25T03:25:26.992Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 2983 | 2026-08-25T03:25:26.992Z | reset freemapAug 25 03:25:25.853, unitAug 25 03:25:25.853INFO: DEBGfreemap_route_ipv6 |
| 2984 | 2026-08-25T03:25:26.992Z | Aug 25 03:25:25.853 adding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 2985 | 2026-08-25T03:25:26.992Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:25:25.853replacing 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 } }] |
| 2986 | 2026-08-25T03:25:26.992Z | INFO |
| 2987 | 2026-08-25T03:25:26.992Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2988 | 2026-08-25T03:25:26.992Z | Aug 25 03:25:25.853Aug 25 03:25:25.853 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:25:25.853 |
| 2989 | 2026-08-25T03:25:26.992Z | Aug 25 03:25:25.853 DEBG DEBG |
| 2990 | 2026-08-25T03:25:26.992Z | freemap_route_ipv4 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 2991 | 2026-08-25T03:25:26.993Z | |
| 2992 | 2026-08-25T03:25:26.993Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:25:25.853 |
| 2993 | 2026-08-25T03:25:26.993Z | |
| 2994 | 2026-08-25T03:25:26.993Z | INFOAug 25 03:25:25.853Aug 25 03:25:25.853Aug 25 03:25:25.853 DEBG DEBG INFO adding route 3fff:beef::/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 } }] |
| 2995 | 2026-08-25T03:25:26.993Z | Aug 25 03:25:25.853replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2996 | 2026-08-25T03:25:26.993Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2997 | 2026-08-25T03:25:26.993Z | |
| 2998 | 2026-08-25T03:25:26.993Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:25:25.853Aug 25 03:25:25.853 Aug 25 03:25:25.853DEBGINFO Aug 25 03:25:25.853DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.1created new freemap |
| 2999 | 2026-08-25T03:25:26.993Z | 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 } }] |
| 3000 | 2026-08-25T03:25:26.993Z | |
| 3001 | 2026-08-25T03:25:26.993Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:25:25.853 |
| 3002 | 2026-08-25T03:25:26.993Z | , unitAug 25 03:25:25.853:DEBG freemap_route_ipv6DEBG |
| 3003 | 2026-08-25T03:25:26.993Z | Aug 25 03:25:25.853Aug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOreplacing targets for 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 } }] |
| 3004 | 2026-08-25T03:25:26.993Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3005 | 2026-08-25T03:25:26.993Z | |
| 3006 | 2026-08-25T03:25:26.993Z | DEBGAug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3007 | 2026-08-25T03:25:26.993Z | Aug 25 03:25:25.853 Aug 25 03:25:25.853INFO DEBGAug 25 03:25:25.853adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 03:25:25.853INFO INFODEBGreplacing 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 } }] |
| 3008 | 2026-08-25T03:25:26.993Z | |
| 3009 | 2026-08-25T03:25:26.993Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3010 | 2026-08-25T03:25:26.993Z | adding route 172.16.0.0/32 -> 10.0.0.2initted freemap. size: 64Aug 25 03:25:25.853, |
| 3011 | 2026-08-25T03:25:26.993Z | Aug 25 03:25:25.853 unitDEBGINFOAug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.2/32 -> 10.0.0.255: |
| 3012 | 2026-08-25T03:25:26.993Z | Aug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGfreemap_route_ipv4 |
| 3013 | 2026-08-25T03:25:26.993Z | Aug 25 03:25:25.853 |
| 3014 | 2026-08-25T03:25:26.993Z | 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 } }] |
| 3015 | 2026-08-25T03:25:26.993Z | |
| 3016 | 2026-08-25T03:25:26.993Z | DEBGAug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 25 03:25:25.853Aug 25 03:25:25.853 INFOAug 25 03:25:25.853 |
| 3017 | 2026-08-25T03:25:26.993Z | 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 } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3018 | 2026-08-25T03:25:26.993Z | DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 3019 | 2026-08-25T03:25:26.993Z | |
| 3020 | 2026-08-25T03:25:26.994Z | reset freemapAug 25 03:25:25.853, DEBGAug 25 03:25:25.853Aug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit |
| 3021 | 2026-08-25T03:25:26.994Z | INFOAug 25 03:25:25.853 :adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 3022 | 2026-08-25T03:25:26.994Z | WARNreplacing 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 } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 03:25:25.853freemap_route_ipv4 |
| 3023 | 2026-08-25T03:25:26.994Z | |
| 3024 | 2026-08-25T03:25:26.994Z | DEBG |
| 3025 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853replacing targets for 3fff:dead::/64 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 } }] |
| 3026 | 2026-08-25T03:25:26.994Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3027 | 2026-08-25T03:25:26.994Z | DEBGAug 25 03:25:25.853Aug 25 03:25:25.853 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 } }] INFOinitted freemap. size: 64 |
| 3028 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853, adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3029 | 2026-08-25T03:25:26.994Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3030 | 2026-08-25T03:25:26.994Z | unitWARNAug 25 03:25:25.853 :INFOAug 25 03:25:25.853shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) freemap_route_ipv6 |
| 3031 | 2026-08-25T03:25:26.994Z | |
| 3032 | 2026-08-25T03:25:26.994Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 3033 | 2026-08-25T03:25:26.994Z | 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 } }] |
| 3034 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853 Aug 25 03:25:25.853Aug 25 03:25:25.853ERRO |
| 3035 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853DEBG DEBG INFOreset freemap adding route 172.17.0.2/32 -> 10.0.0.255 , 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 } }]unit |
| 3036 | 2026-08-25T03:25:26.994Z | :rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3037 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853 |
| 3038 | 2026-08-25T03:25:26.994Z | INFO Aug 25 03:25:25.853 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 3039 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853freemap_route_ipv6 |
| 3040 | 2026-08-25T03:25:26.994Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.853 |
| 3041 | 2026-08-25T03:25:26.994Z | INFO ERROAug 25 03:25:25.853Aug 25 03:25:25.853Aug 25 03:25:25.853adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3042 | 2026-08-25T03:25:26.994Z | INFOshrink-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 |
| 3043 | 2026-08-25T03:25:26.994Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3044 | 2026-08-25T03:25:26.994Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG Aug 25 03:25:25.853 |
| 3045 | 2026-08-25T03:25:26.994Z | 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 |
| 3046 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853 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 |
| 3047 | 2026-08-25T03:25:26.994Z | 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 } }] |
| 3048 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853 DEBGAug 25 03:25:25.853 Aug 25 03:25:25.853INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3049 | 2026-08-25T03:25:26.994Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3050 | 2026-08-25T03:25:26.994Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 03:25:25.853 |
| 3051 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853INFO adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3052 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853Aug 25 03:25:25.853 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 3053 | 2026-08-25T03:25:26.994Z | Aug 25 03:25:25.853 DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 |
| 3054 | 2026-08-25T03:25:26.994Z | |
| 3055 | 2026-08-25T03:25:26.995Z | 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 25 03:25:25.853 |
| 3056 | 2026-08-25T03:25:26.995Z | Aug 25 03:25:25.853 INFO DEBGAug 25 03:25:25.853Aug 25 03:25:25.853 failed to allocate space for the new target list |
| 3057 | 2026-08-25T03:25:26.995Z | DEBG adding route 172.17.0.7/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 } }]INFOAug 25 03:25:25.853 |
| 3058 | 2026-08-25T03:25:26.995Z | DEBG adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3059 | 2026-08-25T03:25:26.995Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.853 DEBG Aug 25 03:25:25.854 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3060 | 2026-08-25T03:25:26.995Z | DEBG created new freemapAug 25 03:25:25.865, unitINFO :adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3061 | 2026-08-25T03:25:26.995Z | Aug 25 03:25:25.853Aug 25 03:25:25.865 INFODEBGfreemap_route_ipv4 Aug 25 03:25:25.865adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3062 | 2026-08-25T03:25:26.995Z | |
| 3063 | 2026-08-25T03:25:26.995Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3064 | 2026-08-25T03:25:26.995Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.854Aug 25 03:25:25.865 DEBGDEBG |
| 3065 | 2026-08-25T03:25:26.995Z | created new freemapAug 25 03:25:25.865created new freemap , DEBGunitAug 25 03:25:25.865 , 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 |
| 3066 | 2026-08-25T03:25:26.995Z | freemap_route_ipv4unit:Aug 25 03:25:25.865 Aug 25 03:25:25.865freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3067 | 2026-08-25T03:25:26.995Z | |
| 3068 | 2026-08-25T03:25:26.995Z | INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 03:25:25.865 |
| 3069 | 2026-08-25T03:25:27.000Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:25:25.865 |
| 3070 | 2026-08-25T03:25:27.001Z | |
| 3071 | 2026-08-25T03:25:27.001Z | DEBGAug 25 03:25:25.865 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.865DEBG |
| 3072 | 2026-08-25T03:25:27.001Z | Aug 25 03:25:25.865 DEBG DEBGDEBGAug 25 03:25:25.865 initted freemap. size: 64 created new freemapreplacing 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 |
| 3073 | 2026-08-25T03:25:27.001Z | unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 3074 | 2026-08-25T03:25:27.001Z | : |
| 3075 | 2026-08-25T03:25:27.001Z | unitfreemap_route_ipv4: |
| 3076 | 2026-08-25T03:25:27.001Z | freemap_route_ipv6Aug 25 03:25:25.865 |
| 3077 | 2026-08-25T03:25:27.001Z | Aug 25 03:25:25.865INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 03:25:25.865 |
| 3078 | 2026-08-25T03:25:27.001Z | adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 3079 | 2026-08-25T03:25:27.001Z | Aug 25 03:25:25.865initted freemap. size: 64 , DEBGunitAug 25 03:25:25.865: replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3080 | 2026-08-25T03:25:27.001Z | Aug 25 03:25:25.865 DEBG |
| 3081 | 2026-08-25T03:25:27.001Z | DEBG Aug 25 03:25:25.865replacing 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 } }] |
| 3082 | 2026-08-25T03:25:27.001Z | reset freemapAug 25 03:25:25.865, INFO unitAug 25 03:25:25.865DEBG : adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3083 | 2026-08-25T03:25:27.001Z | reset freemapfreemap_route_ipv4, |
| 3084 | 2026-08-25T03:25:27.001Z | INFO unitadding route 172.17.0.11/32 -> 10.0.0.255: |
| 3085 | 2026-08-25T03:25:27.001Z | Aug 25 03:25:25.865freemap_route_ipv4 |
| 3086 | 2026-08-25T03:25:27.001Z | DEBGAug 25 03:25:25.865 Aug 25 03:25:25.865initted freemap. size: 64 , Aug 25 03:25:25.865unitDEBG: DEBG DEBGfreemap_route_ipv6 |
| 3087 | 2026-08-25T03:25:27.002Z | initted freemap. size: 64 , 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:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3088 | 2026-08-25T03:25:27.002Z | : |
| 3089 | 2026-08-25T03:25:27.002Z | freemap_route_ipv6 |
| 3090 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865 Aug 25 03:25:25.865Aug 25 03:25:25.865 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3091 | 2026-08-25T03:25:27.002Z | DEBG reset freemapAug 25 03:25:25.865Aug 25 03:25:25.865, unitDEBG :DEBG freemap_route_ipv6 |
| 3092 | 2026-08-25T03:25:27.002Z | 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 } }]reset freemapINFO, |
| 3093 | 2026-08-25T03:25:27.002Z | adding route 172.17.0.12/32 -> 10.0.0.255unit |
| 3094 | 2026-08-25T03:25:27.002Z | : Aug 25 03:25:25.865freemap_route_ipv6 |
| 3095 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865Aug 25 03:25:25.865 INFO DEBGINFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 03:25:25.865adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3096 | 2026-08-25T03:25:27.002Z | |
| 3097 | 2026-08-25T03:25:27.002Z | |
| 3098 | 2026-08-25T03:25:27.002Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3099 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865Aug 25 03:25:25.865 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 } }] |
| 3100 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865Aug 25 03:25:25.865Aug 25 03:25:25.865 DEBG DEBGINFO 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 } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3101 | 2026-08-25T03:25:27.002Z | |
| 3102 | 2026-08-25T03:25:27.002Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3103 | 2026-08-25T03:25:27.002Z | |
| 3104 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865Aug 25 03:25:25.865 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3105 | 2026-08-25T03:25:27.002Z | |
| 3106 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865 DEBG Aug 25 03:25:25.865replacing 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 } }] |
| 3107 | 2026-08-25T03:25:27.002Z | DEBGAug 25 03:25:25.865 Aug 25 03:25:25.865DEBG Aug 25 03:25:25.865replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3108 | 2026-08-25T03:25:27.002Z | 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 } }] |
| 3109 | 2026-08-25T03:25:27.002Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3110 | 2026-08-25T03:25:27.002Z | |
| 3111 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865Aug 25 03:25:25.865 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3112 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865 |
| 3113 | 2026-08-25T03:25:27.002Z | INFO DEBGAug 25 03:25:25.865 |
| 3114 | 2026-08-25T03:25:27.002Z | 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 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3115 | 2026-08-25T03:25:27.002Z | Aug 25 03:25:25.865replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3116 | 2026-08-25T03:25:27.003Z | |
| 3117 | 2026-08-25T03:25:27.003Z | Aug 25 03:25:25.865Aug 25 03:25:25.865INFO Aug 25 03:25:25.865DEBGAug 25 03:25:25.865 DEBGINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3118 | 2026-08-25T03:25:27.003Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3119 | 2026-08-25T03:25:27.003Z | |
| 3120 | 2026-08-25T03:25:27.003Z | |
| 3121 | 2026-08-25T03:25:27.003Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 03:25:25.865 |
| 3122 | 2026-08-25T03:25:27.003Z | INFOAug 25 03:25:25.865Aug 25 03:25:25.865 Aug 25 03:25:25.865adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3123 | 2026-08-25T03:25:27.003Z | INFODEBG 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 } }] adding route 172.17.0.6/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 } }]Aug 25 03:25:25.865 |
| 3124 | 2026-08-25T03:25:27.003Z | |
| 3125 | 2026-08-25T03:25:27.003Z | |
| 3126 | 2026-08-25T03:25:27.003Z | 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 } }] |
| 3127 | 2026-08-25T03:25:27.003Z | Aug 25 03:25:25.865Aug 25 03:25:25.865 Aug 25 03:25:25.865 DEBGINFO Aug 25 03:25:25.865adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 3128 | 2026-08-25T03:25:27.003Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3129 | 2026-08-25T03:25:27.003Z | |
| 3130 | 2026-08-25T03:25:27.003Z | test route::tests::identity_replace_is_noop ... ok |
| 3131 | 2026-08-25T03:25:27.003Z | Aug 25 03:25:25.865DEBG Aug 25 03:25:25.865Aug 25 03:25:25.865 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3132 | 2026-08-25T03:25:27.003Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3133 | 2026-08-25T03:25:27.003Z | DEBGAug 25 03:25:25.865 DEBGAug 25 03:25:25.865 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]DEBGINFO |
| 3134 | 2026-08-25T03:25:27.003Z | |
| 3135 | 2026-08-25T03:25:27.003Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3136 | 2026-08-25T03:25:27.003Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 03:25:25.865 |
| 3137 | 2026-08-25T03:25:27.003Z | Aug 25 03:25:25.865 WARNINFO Aug 25 03:25:25.865 Aug 25 03:25:25.865WARNadding route 172.17.0.17/32 -> 10.0.0.255 |
| 3138 | 2026-08-25T03:25:27.003Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3139 | 2026-08-25T03:25:27.003Z | INFO |
| 3140 | 2026-08-25T03:25:27.003Z | Aug 25 03:25:25.865adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 03:25:25.865 |
| 3141 | 2026-08-25T03:25:27.003Z | DEBGDEBG 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 } }] |
| 3142 | 2026-08-25T03:25:27.003Z | 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 25 03:25:25.865 |
| 3143 | 2026-08-25T03:25:27.003Z | 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 } }] |
| 3144 | 2026-08-25T03:25:27.003Z | Aug 25 03:25:25.865Aug 25 03:25:25.865 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3145 | 2026-08-25T03:25:27.004Z | |
| 3146 | 2026-08-25T03:25:27.004Z | Aug 25 03:25:25.865 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:25:25.865 |
| 3147 | 2026-08-25T03:25:27.004Z | DEBGAug 25 03:25:25.865 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 |
| 3148 | 2026-08-25T03:25:27.004Z | 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 } }] |
| 3149 | 2026-08-25T03:25:27.004Z | Aug 25 03:25:25.865INFOAug 25 03:25:25.865Aug 25 03:25:25.865 INFOINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3150 | 2026-08-25T03:25:27.004Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3151 | 2026-08-25T03:25:27.004Z | |
| 3152 | 2026-08-25T03:25:27.004Z | 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 } }] |
| 3153 | 2026-08-25T03:25:27.004Z | Aug 25 03:25:25.865 DEBGAug 25 03:25:25.865Aug 25 03:25:25.865 DEBGAug 25 03:25:25.865 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3154 | 2026-08-25T03:25:27.004Z | 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 } }] |
| 3155 | 2026-08-25T03:25:27.004Z | 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:b::/64 -> 2001:db8::55:ff |
| 3156 | 2026-08-25T03:25:27.004Z | Aug 25 03:25:25.866Aug 25 03:25:25.866 DEBGDEBG created new freemapcreated new freemap, , unit:unitAug 25 03:25:25.866Aug 25 03:25:25.875 freemap_route_ipv4: DEBGfreemap_route_ipv4 |
| 3157 | 2026-08-25T03:25:27.004Z | created new freemapINFO |
| 3158 | 2026-08-25T03:25:27.004Z | , adding route 172.17.0.20/32 -> 10.0.0.255unit |
| 3159 | 2026-08-25T03:25:27.004Z | :Aug 25 03:25:25.866 Aug 25 03:25:25.875freemap_route_ipv4Aug 25 03:25:25.875 |
| 3160 | 2026-08-25T03:25:27.004Z | DEBGDEBGDEBG created new freemap created new freemap, created new freemapAug 25 03:25:25.875, , unitunitDEBG::Aug 25 03:25:25.875unit 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 } }] |
| 3161 | 2026-08-25T03:25:27.004Z | DEBGfreemap_route_ipv4 |
| 3162 | 2026-08-25T03:25:27.004Z | created new freemap: , unit: freemap_route_ipv6freemap_route_ipv6Aug 25 03:25:25.875 |
| 3163 | 2026-08-25T03:25:27.004Z | INFO freemap_route_ipv6adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3164 | 2026-08-25T03:25:27.004Z | |
| 3165 | 2026-08-25T03:25:27.004Z | |
| 3166 | 2026-08-25T03:25:27.004Z | Aug 25 03:25:25.875 DEBGAug 25 03:25:25.875 Aug 25 03:25:25.875created new freemap Aug 25 03:25:25.875DEBG, Aug 25 03:25:25.875unitDEBG : initted freemap. size: 64initted freemap. size: 64 , freemap_route_ipv6unitDEBG, DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unitinitted freemap. size: 64:, |
| 3167 | 2026-08-25T03:25:27.004Z | unit ::freemap_route_ipv4 |
| 3168 | 2026-08-25T03:25:27.004Z | freemap_route_ipv4 |
| 3169 | 2026-08-25T03:25:27.016Z | |
| 3170 | 2026-08-25T03:25:27.016Z | Aug 25 03:25:25.875freemap_route_ipv4 |
| 3171 | 2026-08-25T03:25:27.017Z | DEBG initted freemap. size: 64, Aug 25 03:25:25.875unit Aug 25 03:25:25.875:Aug 25 03:25:25.875 freemap_route_ipv4INFO |
| 3172 | 2026-08-25T03:25:27.017Z | DEBGDEBG Aug 25 03:25:25.875reset freemap , DEBGreset freemapadding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:25:25.875 |
| 3173 | 2026-08-25T03:25:27.017Z | , unit unitDEBG: reset freemap :, Aug 25 03:25:25.875unitreset freemap:, unit freemap_route_ipv4 :DEBGfreemap_route_ipv4 freemap_route_ipv4 |
| 3174 | 2026-08-25T03:25:27.017Z | |
| 3175 | 2026-08-25T03:25:27.017Z | freemap_route_ipv4 |
| 3176 | 2026-08-25T03:25:27.017Z | 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 } }] |
| 3177 | 2026-08-25T03:25:27.017Z | Aug 25 03:25:25.875 DEBG |
| 3178 | 2026-08-25T03:25:27.017Z | Aug 25 03:25:25.875Aug 25 03:25:25.875Aug 25 03:25:25.875 initted freemap. size: 64DEBG, unitDEBG : initted freemap. size: 64freemap_route_ipv6, DEBGAug 25 03:25:25.875 |
| 3179 | 2026-08-25T03:25:27.017Z | unit INFO :adding route 172.17.0.23/32 -> 10.0.0.255 Aug 25 03:25:25.875 |
| 3180 | 2026-08-25T03:25:27.017Z | freemap_route_ipv6initted freemap. size: 64 |
| 3181 | 2026-08-25T03:25:27.017Z | , unit: DEBGAug 25 03:25:25.875 freemap_route_ipv6reset freemapinitted freemap. size: 64Aug 25 03:25:25.875, |
| 3182 | 2026-08-25T03:25:27.017Z | DEBGunit: DEBGAug 25 03:25:25.875replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], freemap_route_ipv6 |
| 3183 | 2026-08-25T03:25:27.017Z | |
| 3184 | 2026-08-25T03:25:27.017Z | unit:reset freemap , freemap_route_ipv6Aug 25 03:25:25.875unit : |
| 3185 | 2026-08-25T03:25:27.017Z | DEBG INFOAug 25 03:25:25.875freemap_route_ipv6 |
| 3186 | 2026-08-25T03:25:27.017Z | INFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.24/32 -> 10.0.0.255, Aug 25 03:25:25.875unit : |
| 3187 | 2026-08-25T03:25:27.017Z | Aug 25 03:25:25.875DEBG INFO |
| 3188 | 2026-08-25T03:25:27.017Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:25:25.875 |
| 3189 | 2026-08-25T03:25:27.017Z | freemap_route_ipv6 |
| 3190 | 2026-08-25T03:25:27.017Z | reset freemapDEBG, Aug 25 03:25:25.875unit 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 } }]Aug 25 03:25:25.875 |
| 3191 | 2026-08-25T03:25:27.017Z | : 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 } }] freemap_route_ipv6 |
| 3192 | 2026-08-25T03:25:27.017Z | 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 } }] |
| 3193 | 2026-08-25T03:25:27.017Z | |
| 3194 | 2026-08-25T03:25:27.017Z | Aug 25 03:25:25.875Aug 25 03:25:25.875 Aug 25 03:25:25.875INFO Aug 25 03:25:25.875INFOAug 25 03:25:25.875adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3195 | 2026-08-25T03:25:27.017Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 3196 | 2026-08-25T03:25:27.017Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 03:25:25.875 |
| 3197 | 2026-08-25T03:25:27.017Z | Aug 25 03:25:25.875 |
| 3198 | 2026-08-25T03:25:27.017Z | DEBG |
| 3199 | 2026-08-25T03:25:27.017Z | Aug 25 03:25:25.875 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 } }]Aug 25 03:25:25.875 |
| 3200 | 2026-08-25T03:25:27.017Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGDEBGAug 25 03:25:25.875 |
| 3201 | 2026-08-25T03:25:27.017Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3202 | 2026-08-25T03:25:27.017Z | DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.875 Aug 25 03:25:25.875replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3203 | 2026-08-25T03:25:27.017Z | DEBG |
| 3204 | 2026-08-25T03:25:27.018Z | 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:3, vlan_id: None } }] Aug 25 03:25:25.875adding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:25:25.875 |
| 3205 | 2026-08-25T03:25:27.018Z | INFO |
| 3206 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:25:25.875 |
| 3207 | 2026-08-25T03:25:27.018Z | |
| 3208 | 2026-08-25T03:25:27.018Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 3209 | 2026-08-25T03:25:27.018Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.875 |
| 3210 | 2026-08-25T03:25:27.018Z | DEBGAug 25 03:25:25.875Aug 25 03:25:25.875 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 } }] 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 } }] |
| 3211 | 2026-08-25T03:25:27.018Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3212 | 2026-08-25T03:25:27.018Z | |
| 3213 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875Aug 25 03:25:25.875 INFOAug 25 03:25:25.875INFO Aug 25 03:25:25.875adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3214 | 2026-08-25T03:25:27.018Z | |
| 3215 | 2026-08-25T03:25:27.018Z | INFOINFOAug 25 03:25:25.875 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:25:25.875DEBG |
| 3216 | 2026-08-25T03:25:27.018Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 -> 10.0.0.4DEBG |
| 3217 | 2026-08-25T03:25:27.018Z | |
| 3218 | 2026-08-25T03:25:27.018Z | 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 } }] |
| 3219 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875Aug 25 03:25:25.875 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3220 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875Aug 25 03:25:25.875Aug 25 03:25:25.875 DEBGINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3221 | 2026-08-25T03:25:27.018Z | |
| 3222 | 2026-08-25T03:25:27.018Z | DEBG |
| 3223 | 2026-08-25T03:25:27.018Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.875 |
| 3224 | 2026-08-25T03:25:27.018Z | DEBGAug 25 03:25:25.875 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3225 | 2026-08-25T03:25:27.018Z | DEBGAug 25 03:25:25.875 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3226 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3227 | 2026-08-25T03:25:27.018Z | INFO Aug 25 03:25:25.875adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3228 | 2026-08-25T03:25:27.018Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3229 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875 Aug 25 03:25:25.875DEBG 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 } }] Aug 25 03:25:25.875 |
| 3230 | 2026-08-25T03:25:27.018Z | 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 } }] |
| 3231 | 2026-08-25T03:25:27.018Z | DEBG Aug 25 03:25:25.875 INFOAug 25 03:25:25.875 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 3232 | 2026-08-25T03:25:27.018Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.30/32 -> 10.0.0.255 |
| 3233 | 2026-08-25T03:25:27.018Z | |
| 3234 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875Aug 25 03:25:25.875 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3235 | 2026-08-25T03:25:27.018Z | Aug 25 03:25:25.875 |
| 3236 | 2026-08-25T03:25:27.018Z | DEBG Aug 25 03:25:25.875replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] |
| 3237 | 2026-08-25T03:25:27.018Z | test route::tests::same_size_non_subset_replace ... ok |
| 3238 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.875INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3239 | 2026-08-25T03:25:27.019Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3240 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.875 DEBGAug 25 03:25:25.875 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 |
| 3241 | 2026-08-25T03:25:27.019Z | 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 } }] |
| 3242 | 2026-08-25T03:25:27.019Z | |
| 3243 | 2026-08-25T03:25:27.019Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3244 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.875 INFOAug 25 03:25:25.875 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3245 | 2026-08-25T03:25:27.019Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 03:25:25.865 |
| 3246 | 2026-08-25T03:25:27.019Z | INFO Aug 25 03:25:25.875adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:25:25.875 |
| 3247 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.875 DEBG DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3248 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.875replacing 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 } }] |
| 3249 | 2026-08-25T03:25:27.019Z | |
| 3250 | 2026-08-25T03:25:27.019Z | DEBG Aug 25 03:25:25.875replacing 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 } }] |
| 3251 | 2026-08-25T03:25:27.019Z | INFOAug 25 03:25:25.865Aug 25 03:25:25.875 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3252 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.875 Aug 25 03:25:25.875 INFOINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 25 03:25:25.875 |
| 3253 | 2026-08-25T03:25:27.019Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3254 | 2026-08-25T03:25:27.019Z | |
| 3255 | 2026-08-25T03:25:27.019Z | DEBGAug 25 03:25:25.875 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 } }]DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }] |
| 3256 | 2026-08-25T03:25:27.019Z | |
| 3257 | 2026-08-25T03:25:27.019Z | |
| 3258 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.875 Aug 25 03:25:25.875DEBG Aug 25 03:25:25.875replacing 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 25 03:25:25.875 |
| 3259 | 2026-08-25T03:25:27.019Z | DEBGAug 25 03:25:25.875 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 25 03:25:25.875INFO INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3260 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.876 DEBGAug 25 03:25:25.884 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 } }] |
| 3261 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.884 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3262 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.884 created new freemap, DEBGadding route 172.17.0.34/32 -> 10.0.0.255unit |
| 3263 | 2026-08-25T03:25:27.019Z | : freemap_route_ipv4replacing 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 } }] |
| 3264 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.876 |
| 3265 | 2026-08-25T03:25:27.019Z | DEBGAug 25 03:25:25.884 Aug 25 03:25:25.884created new freemap |
| 3266 | 2026-08-25T03:25:27.019Z | Aug 25 03:25:25.876Aug 25 03:25:25.884 INFODEBG created new freemap DEBG, , adding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit |
| 3267 | 2026-08-25T03:25:27.019Z | unit: : created new freemapAug 25 03:25:25.884DEBG freemap_route_ipv4, freemap_route_ipv4 unit |
| 3268 | 2026-08-25T03:25:27.019Z | INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255: |
| 3269 | 2026-08-25T03:25:27.032Z | |
| 3270 | 2026-08-25T03:25:27.032Z | Aug 25 03:25:25.884 |
| 3271 | 2026-08-25T03:25:27.032Z | Aug 25 03:25:25.884freemap_route_ipv6Aug 25 03:25:25.884 DEBG |
| 3272 | 2026-08-25T03:25:27.033Z | 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 } }] |
| 3273 | 2026-08-25T03:25:27.033Z | DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.884 |
| 3274 | 2026-08-25T03:25:27.033Z | created new freemap , Aug 25 03:25:25.884unitAug 25 03:25:25.884DEBGAug 25 03:25:25.884 INFO INFOcreated new freemap adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255: |
| 3275 | 2026-08-25T03:25:27.033Z | |
| 3276 | 2026-08-25T03:25:27.033Z | DEBGAug 25 03:25:25.884 Aug 25 03:25:25.884freemap_route_ipv6 |
| 3277 | 2026-08-25T03:25:27.033Z | , DEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255initted freemap. size: 64 |
| 3278 | 2026-08-25T03:25:27.033Z | unitAug 25 03:25:25.884, 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 } }]DEBGAug 25 03:25:25.884: unit |
| 3279 | 2026-08-25T03:25:27.033Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG: |
| 3280 | 2026-08-25T03:25:27.033Z | freemap_route_ipv4initted freemap. size: 64 |
| 3281 | 2026-08-25T03:25:27.033Z | , Aug 25 03:25:25.884unit :Aug 25 03:25:25.884 freemap_route_ipv4INFO freemap_route_ipv6Aug 25 03:25:25.884 |
| 3282 | 2026-08-25T03:25:27.033Z | |
| 3283 | 2026-08-25T03:25:27.033Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 3284 | 2026-08-25T03:25:27.033Z | Aug 25 03:25:25.884 DEBGadding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:25:25.884 Aug 25 03:25:25.884DEBG |
| 3285 | 2026-08-25T03:25:27.033Z | DEBGAug 25 03:25:25.884DEBGreset freemap , initted freemap. size: 64 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3286 | 2026-08-25T03:25:27.033Z | DEBG reset freemap:, , Aug 25 03:25:25.884 unitunit: DEBG:freemap_route_ipv4replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4 |
| 3287 | 2026-08-25T03:25:27.033Z | |
| 3288 | 2026-08-25T03:25:27.033Z | |
| 3289 | 2026-08-25T03:25:27.033Z | Aug 25 03:25:25.884replacing 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 } }] |
| 3290 | 2026-08-25T03:25:27.033Z | freemap_route_ipv4 Aug 25 03:25:25.884 |
| 3291 | 2026-08-25T03:25:27.033Z | INFO Aug 25 03:25:25.884DEBGAug 25 03:25:25.884Aug 25 03:25:25.884 DEBG INFOreset freemapAug 25 03:25:25.884, unitadding route 172.17.0.15/32 -> 10.0.0.255 INFOinitted freemap. size: 64 :DEBG , |
| 3292 | 2026-08-25T03:25:27.033Z | adding route 172.17.0.36/32 -> 10.0.0.255unit |
| 3293 | 2026-08-25T03:25:27.033Z | :adding route 3fff:beef:38::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3294 | 2026-08-25T03:25:27.033Z | , freemap_route_ipv4freemap_route_ipv6 |
| 3295 | 2026-08-25T03:25:27.033Z | |
| 3296 | 2026-08-25T03:25:27.033Z | unitAug 25 03:25:25.884 Aug 25 03:25:25.884Aug 25 03:25:25.884 Aug 25 03:25:25.884DEBG DEBG:Aug 25 03:25:25.884 freemap_route_ipv6replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3297 | 2026-08-25T03:25:27.033Z | DEBG DEBG |
| 3298 | 2026-08-25T03:25:27.033Z | initted freemap. size: 64reset freemapAug 25 03:25:25.884replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit: |
| 3299 | 2026-08-25T03:25:27.033Z | INFO, Aug 25 03:25:25.884unit freemap_route_ipv6Aug 25 03:25:25.884: |
| 3300 | 2026-08-25T03:25:27.033Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 3301 | 2026-08-25T03:25:27.033Z | DEBG adding route 172.17.0.16/32 -> 10.0.0.255reset freemapfreemap_route_ipv6 |
| 3302 | 2026-08-25T03:25:27.033Z | |
| 3303 | 2026-08-25T03:25:27.033Z | , unit:Aug 25 03:25:25.884 Aug 25 03:25:25.884freemap_route_ipv6Aug 25 03:25:25.884 |
| 3304 | 2026-08-25T03:25:27.033Z | DEBGAug 25 03:25:25.884 INFODEBG DEBG Aug 25 03:25:25.884replacing 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: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 } }] |
| 3305 | 2026-08-25T03:25:27.033Z | adding route 172.16.0.0/32 -> 10.0.0.1reset freemap , INFO |
| 3306 | 2026-08-25T03:25:27.034Z | |
| 3307 | 2026-08-25T03:25:27.034Z | unitAug 25 03:25:25.884 : freemap_route_ipv6Aug 25 03:25:25.884INFO |
| 3308 | 2026-08-25T03:25:27.034Z | DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 3309 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3310 | 2026-08-25T03:25:27.034Z | |
| 3311 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884INFOAug 25 03:25:25.884 Aug 25 03:25:25.884 DEBGINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3312 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884 INFO DEBG |
| 3313 | 2026-08-25T03:25:27.034Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3314 | 2026-08-25T03:25:27.034Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.2Aug 25 03:25:25.884 |
| 3315 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884Aug 25 03:25:25.884DEBG |
| 3316 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884INFO INFO 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 172.17.0.18/32 -> 10.0.0.255Aug 25 03:25:25.884 |
| 3317 | 2026-08-25T03:25:27.034Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3318 | 2026-08-25T03:25:27.034Z | DEBG |
| 3319 | 2026-08-25T03:25:27.034Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:25:25.884Aug 25 03:25:25.884 |
| 3320 | 2026-08-25T03:25:27.034Z | 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 } }] |
| 3321 | 2026-08-25T03:25:27.034Z | 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 |
| 3322 | 2026-08-25T03:25:27.034Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:25:25.884 |
| 3323 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884INFO Aug 25 03:25:25.884Aug 25 03:25:25.884INFO Aug 25 03:25:25.884 adding route 172.17.0.19/32 -> 10.0.0.255INFODEBG |
| 3324 | 2026-08-25T03:25:27.034Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 3325 | 2026-08-25T03:25:27.034Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 3326 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3327 | 2026-08-25T03:25:27.034Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3328 | 2026-08-25T03:25:27.034Z | |
| 3329 | 2026-08-25T03:25:27.034Z | DEBG Aug 25 03:25:25.884 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 03:25:25.884Aug 25 03:25:25.884 Aug 25 03:25:25.884INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3330 | 2026-08-25T03:25:27.034Z | |
| 3331 | 2026-08-25T03:25:27.034Z | |
| 3332 | 2026-08-25T03:25:27.034Z | |
| 3333 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBGAug 25 03:25:25.884Aug 25 03:25:25.884 |
| 3334 | 2026-08-25T03:25:27.034Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 03:25:25.884 |
| 3335 | 2026-08-25T03:25:27.034Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.16.0.0/32 -> 10.0.0.4INFO |
| 3336 | 2026-08-25T03:25:27.034Z | Aug 25 03:25:25.884 |
| 3337 | 2026-08-25T03:25:27.035Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3338 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884DEBGAug 25 03:25:25.884 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 |
| 3339 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]DEBGINFOAug 25 03:25:25.884 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 3340 | 2026-08-25T03:25:27.035Z | |
| 3341 | 2026-08-25T03:25:27.035Z | INFO |
| 3342 | 2026-08-25T03:25:27.035Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3343 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884 Aug 25 03:25:25.884DEBG Aug 25 03:25:25.884Aug 25 03:25:25.884INFOreplacing targets for 172.16.0.0/32 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 } }] DEBGDEBG |
| 3344 | 2026-08-25T03:25:27.035Z | 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 } }] |
| 3345 | 2026-08-25T03:25:27.035Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.21/32 -> 10.0.0.255 |
| 3346 | 2026-08-25T03:25:27.035Z | |
| 3347 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884 INFO Aug 25 03:25:25.884adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3348 | 2026-08-25T03:25:27.035Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3349 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884Aug 25 03:25:25.884 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3350 | 2026-08-25T03:25:27.035Z | |
| 3351 | 2026-08-25T03:25:27.035Z | |
| 3352 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884Aug 25 03:25:25.884 INFOINFO Aug 25 03:25:25.884adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 3353 | 2026-08-25T03:25:27.035Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3354 | 2026-08-25T03:25:27.035Z | |
| 3355 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884Aug 25 03:25:25.884Aug 25 03:25:25.884 DEBGDEBG DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3356 | 2026-08-25T03:25:27.035Z | 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 } }] |
| 3357 | 2026-08-25T03:25:27.035Z | |
| 3358 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3359 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884Aug 25 03:25:25.884Aug 25 03:25:25.884 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3360 | 2026-08-25T03:25:27.035Z | DEBG |
| 3361 | 2026-08-25T03:25:27.035Z | failed to allocate space for the new target listAug 25 03:25:25.884 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3362 | 2026-08-25T03:25:27.035Z | |
| 3363 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884 DEBGAug 25 03:25:25.884Aug 25 03:25:25.884 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 |
| 3364 | 2026-08-25T03:25:27.035Z | 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 } }] |
| 3365 | 2026-08-25T03:25:27.035Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.884 |
| 3366 | 2026-08-25T03:25:27.035Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3367 | 2026-08-25T03:25:27.035Z | Aug 25 03:25:25.884 DEBGAug 25 03:25:25.884 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 25 03:25:25.884 |
| 3368 | 2026-08-25T03:25:27.035Z | DEBGINFO failed to allocate space for the new target listadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3369 | 2026-08-25T03:25:27.048Z | |
| 3370 | 2026-08-25T03:25:27.048Z | Aug 25 03:25:25.884 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3371 | 2026-08-25T03:25:27.048Z | Aug 25 03:25:25.885 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 |
| 3372 | 2026-08-25T03:25:27.048Z | created new freemap, Aug 25 03:25:25.901 INFOAug 25 03:25:25.901 adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 3373 | 2026-08-25T03:25:27.048Z | 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 } }]unit: freemap_route_ipv4 |
| 3374 | 2026-08-25T03:25:27.048Z | |
| 3375 | 2026-08-25T03:25:27.048Z | Aug 25 03:25:25.901 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 } }]Aug 25 03:25:25.901 |
| 3376 | 2026-08-25T03:25:27.048Z | Aug 25 03:25:25.901INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 25 03:25:25.901created new freemap |
| 3377 | 2026-08-25T03:25:27.048Z | , INFOunit : adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv6 |
| 3378 | 2026-08-25T03:25:27.048Z | Aug 25 03:25:25.901 |
| 3379 | 2026-08-25T03:25:27.048Z | 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 } }] |
| 3380 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 03:25:25.901Aug 25 03:25:25.901 |
| 3381 | 2026-08-25T03:25:27.049Z | DEBGDEBG initted freemap. size: 64replacing 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 25 03:25:25.901unit |
| 3382 | 2026-08-25T03:25:27.049Z | DEBG: freemap_route_ipv4replacing 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 } }] |
| 3383 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901 |
| 3384 | 2026-08-25T03:25:27.049Z | INFOAug 25 03:25:25.901 DEBG reset freemap, unitadding route 172.17.0.39/32 -> 10.0.0.255: |
| 3385 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901 INFO freemap_route_ipv4adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3386 | 2026-08-25T03:25:27.049Z | |
| 3387 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901 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 } }] |
| 3388 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901 INFOAug 25 03:25:25.901Aug 25 03:25:25.901 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3389 | 2026-08-25T03:25:27.049Z | |
| 3390 | 2026-08-25T03:25:27.049Z | initted freemap. size: 64Aug 25 03:25:25.901 , DEBGunitAug 25 03:25:25.901 :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 25 03:25:25.901 freemap_route_ipv6DEBGINFO |
| 3391 | 2026-08-25T03:25:27.049Z | 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 } }] |
| 3392 | 2026-08-25T03:25:27.049Z | |
| 3393 | 2026-08-25T03:25:27.049Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3394 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901 Aug 25 03:25:25.901DEBG INFOAug 25 03:25:25.901reset freemap Aug 25 03:25:25.901DEBG, unit :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 |
| 3395 | 2026-08-25T03:25:27.049Z | freemap_route_ipv6 |
| 3396 | 2026-08-25T03:25:27.049Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3397 | 2026-08-25T03:25:27.049Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3398 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901Aug 25 03:25:25.901 INFOINFO Aug 25 03:25:25.901 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3399 | 2026-08-25T03:25:27.049Z | |
| 3400 | 2026-08-25T03:25:27.049Z | DEBG Aug 25 03:25:25.901replacing 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 } }] |
| 3401 | 2026-08-25T03:25:27.049Z | 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 } }]Aug 25 03:25:25.901Aug 25 03:25:25.901 |
| 3402 | 2026-08-25T03:25:27.049Z | DEBGDEBGAug 25 03:25:25.901 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3403 | 2026-08-25T03:25:27.049Z | Aug 25 03:25:25.901 |
| 3404 | 2026-08-25T03:25:27.049Z | adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 3405 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901Aug 25 03:25:25.901adding route 172.17.0.27/32 -> 10.0.0.255 Aug 25 03:25:25.901INFO |
| 3406 | 2026-08-25T03:25:27.050Z | INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3407 | 2026-08-25T03:25:27.050Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:25:25.901 |
| 3408 | 2026-08-25T03:25:27.050Z | |
| 3409 | 2026-08-25T03:25:27.050Z | DEBG Aug 25 03:25:25.901replacing 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 25 03:25:25.901DEBG |
| 3410 | 2026-08-25T03:25:27.050Z | 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 } }]Aug 25 03:25:25.901 |
| 3411 | 2026-08-25T03:25:27.050Z | DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3412 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.901INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3413 | 2026-08-25T03:25:27.050Z | |
| 3414 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3415 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901DEBG INFOAug 25 03:25:25.901replacing 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 } }] DEBGadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:25:25.901 |
| 3416 | 2026-08-25T03:25:27.050Z | |
| 3417 | 2026-08-25T03:25:27.050Z | 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 } }]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 } }] |
| 3418 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901 |
| 3419 | 2026-08-25T03:25:27.050Z | INFOAug 25 03:25:25.901 Aug 25 03:25:25.901DEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3420 | 2026-08-25T03:25:27.050Z | |
| 3421 | 2026-08-25T03:25:27.050Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3422 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901Aug 25 03:25:25.901 Aug 25 03:25:25.901INFO adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 3423 | 2026-08-25T03:25:27.050Z | DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.901 |
| 3424 | 2026-08-25T03:25:27.050Z | DEBG |
| 3425 | 2026-08-25T03:25:27.050Z | 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 } }] |
| 3426 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901 INFOAug 25 03:25:25.901 Aug 25 03:25:25.901adding route 172.17.0.30/32 -> 10.0.0.255 INFOAug 25 03:25:25.901 |
| 3427 | 2026-08-25T03:25:27.050Z | adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3428 | 2026-08-25T03:25:27.050Z | DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.901 |
| 3429 | 2026-08-25T03:25:27.050Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.901DEBG |
| 3430 | 2026-08-25T03:25:27.050Z | DEBGAug 25 03:25:25.901replacing 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 } }] |
| 3431 | 2026-08-25T03:25:27.050Z | 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 |
| 3432 | 2026-08-25T03:25:27.050Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3433 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901Aug 25 03:25:25.901 INFOINFO Aug 25 03:25:25.901 adding route 172.17.0.31/32 -> 10.0.0.255 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3434 | 2026-08-25T03:25:27.050Z | |
| 3435 | 2026-08-25T03:25:27.050Z | DEBGAug 25 03:25:25.901 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 03:25:25.901 |
| 3436 | 2026-08-25T03:25:27.050Z | Aug 25 03:25:25.901 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3437 | 2026-08-25T03:25:27.050Z | 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 } }] Aug 25 03:25:25.901 |
| 3438 | 2026-08-25T03:25:27.051Z | 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 |
| 3439 | 2026-08-25T03:25:27.051Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3440 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.901 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 03:25:25.901 |
| 3441 | 2026-08-25T03:25:27.051Z | 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 } }] |
| 3442 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.901Aug 25 03:25:25.901 INFODEBGAug 25 03:25:25.901 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.32/32 -> 10.0.0.255 |
| 3443 | 2026-08-25T03:25:27.051Z | |
| 3444 | 2026-08-25T03:25:27.051Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3445 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.901 DEBG Aug 25 03:25:25.902replacing 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 } }] |
| 3446 | 2026-08-25T03:25:27.051Z | DEBGAug 25 03:25:25.902 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 } }] Aug 25 03:25:25.902adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3447 | 2026-08-25T03:25:27.051Z | |
| 3448 | 2026-08-25T03:25:27.051Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3449 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902 DEBG Aug 25 03:25:25.902replacing 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 } }] |
| 3450 | 2026-08-25T03:25:27.051Z | 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 25 03:25:25.902 |
| 3451 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:25:25.902 |
| 3452 | 2026-08-25T03:25:27.051Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 3453 | 2026-08-25T03:25:27.051Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 03:25:25.902 |
| 3454 | 2026-08-25T03:25:27.051Z | DEBGAug 25 03:25:25.902 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3455 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902replacing 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 } }] |
| 3456 | 2026-08-25T03:25:27.051Z | 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 25 03:25:25.902 |
| 3457 | 2026-08-25T03:25:27.051Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3458 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902 INFOAug 25 03:25:25.902 Aug 25 03:25:25.902INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3459 | 2026-08-25T03:25:27.051Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3460 | 2026-08-25T03:25:27.051Z | 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 } }] |
| 3461 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902 DEBGAug 25 03:25:25.902 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 |
| 3462 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3463 | 2026-08-25T03:25:27.051Z | DEBG Aug 25 03:25:25.902adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3464 | 2026-08-25T03:25:27.051Z | 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 } }] Aug 25 03:25:25.902adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3465 | 2026-08-25T03:25:27.051Z | |
| 3466 | 2026-08-25T03:25:27.051Z | DEBGAug 25 03:25:25.902 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 |
| 3467 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902 INFOreplacing 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 } }] |
| 3468 | 2026-08-25T03:25:27.051Z | Aug 25 03:25:25.902adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3469 | 2026-08-25T03:25:27.059Z | DEBGAug 25 03:25:25.902 Aug 25 03:25:25.902 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 } }]INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3470 | 2026-08-25T03:25:27.062Z | |
| 3471 | 2026-08-25T03:25:27.062Z | |
| 3472 | 2026-08-25T03:25:27.062Z | Aug 25 03:25:25.902 DEBGAug 25 03:25:25.902Aug 25 03:25:25.902Aug 25 03:25:25.902 INFODEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/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 } }] |
| 3473 | 2026-08-25T03:25:27.062Z | |
| 3474 | 2026-08-25T03:25:27.062Z | 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 } }] |
| 3475 | 2026-08-25T03:25:27.062Z | |
| 3476 | 2026-08-25T03:25:27.062Z | Aug 25 03:25:25.902 INFOAug 25 03:25:25.902 Aug 25 03:25:25.902adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 3477 | 2026-08-25T03:25:27.062Z | Aug 25 03:25:25.902 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3478 | 2026-08-25T03:25:27.062Z | INFOAug 25 03:25:25.902 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3479 | 2026-08-25T03:25:27.062Z | DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3480 | 2026-08-25T03:25:27.062Z | 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 25 03:25:25.902Aug 25 03:25:25.902 INFO DEBG adding route 172.17.0.53/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 } }] |
| 3481 | 2026-08-25T03:25:27.062Z | Aug 25 03:25:25.902 |
| 3482 | 2026-08-25T03:25:27.062Z | |
| 3483 | 2026-08-25T03:25:27.062Z | 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 25 03:25:25.902 Aug 25 03:25:25.902DEBG 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 } }] |
| 3484 | 2026-08-25T03:25:27.062Z | DEBG Aug 25 03:25:25.902created new freemap INFO Aug 25 03:25:25.912adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3485 | 2026-08-25T03:25:27.062Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255, |
| 3486 | 2026-08-25T03:25:27.062Z | unit: freemap_route_ipv4 |
| 3487 | 2026-08-25T03:25:27.062Z | Aug 25 03:25:25.912 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.912 |
| 3488 | 2026-08-25T03:25:27.062Z | DEBGAug 25 03:25:25.912 DEBGcreated new freemap , 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 25 03:25:25.912 |
| 3489 | 2026-08-25T03:25:27.063Z | unit :INFO Aug 25 03:25:25.912freemap_route_ipv6 |
| 3490 | 2026-08-25T03:25:27.063Z | adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 3491 | 2026-08-25T03:25:27.063Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:25:25.912 DEBG initted freemap. size: 64Aug 25 03:25:25.912, unitDEBG: |
| 3492 | 2026-08-25T03:25:27.063Z | freemap_route_ipv4replacing 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 } }] |
| 3493 | 2026-08-25T03:25:27.063Z | |
| 3494 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.902Aug 25 03:25:25.912 INFODEBG Aug 25 03:25:25.912 adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3495 | 2026-08-25T03:25:27.063Z | INFO |
| 3496 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.912Aug 25 03:25:25.912 DEBGDEBG Aug 25 03:25:25.912adding route 172.17.0.56/32 -> 10.0.0.255reset freemap , INFOunit replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3497 | 2026-08-25T03:25:27.063Z | |
| 3498 | 2026-08-25T03:25:27.063Z | |
| 3499 | 2026-08-25T03:25:27.063Z | : freemap_route_ipv4Aug 25 03:25:25.912Aug 25 03:25:25.912 |
| 3500 | 2026-08-25T03:25:27.063Z | DEBGINFO Aug 25 03:25:25.912replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3501 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.912 |
| 3502 | 2026-08-25T03:25:27.063Z | DEBGDEBG 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 } }] |
| 3503 | 2026-08-25T03:25:27.063Z | initted freemap. size: 64Aug 25 03:25:25.912, unitINFO:Aug 25 03:25:25.912 Aug 25 03:25:25.912freemap_route_ipv6adding route 172.17.0.57/32 -> 10.0.0.255 DEBG |
| 3504 | 2026-08-25T03:25:27.063Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3505 | 2026-08-25T03:25:27.063Z | 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 } }] |
| 3506 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.912 |
| 3507 | 2026-08-25T03:25:27.063Z | DEBGAug 25 03:25:25.912 reset freemapAug 25 03:25:25.912 , Aug 25 03:25:25.912unitDEBG: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 } }] |
| 3508 | 2026-08-25T03:25:27.063Z | 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 } }]freemap_route_ipv6 |
| 3509 | 2026-08-25T03:25:27.063Z | |
| 3510 | 2026-08-25T03:25:27.063Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:25:25.912 |
| 3511 | 2026-08-25T03:25:27.063Z | INFO Aug 25 03:25:25.912Aug 25 03:25:25.912adding route 172.17.0.12/32 -> 10.0.0.255 INFOAug 25 03:25:25.912 |
| 3512 | 2026-08-25T03:25:27.063Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3513 | 2026-08-25T03:25:27.063Z | adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 3514 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.912replacing 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 25 03:25:25.912 |
| 3515 | 2026-08-25T03:25:27.063Z | DEBG DEBGAug 25 03:25:25.912replacing 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 25 03:25:25.912 |
| 3516 | 2026-08-25T03:25:27.063Z | 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 } }]INFO |
| 3517 | 2026-08-25T03:25:27.063Z | adding route 172.17.0.41/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 } }] |
| 3518 | 2026-08-25T03:25:27.063Z | |
| 3519 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.912Aug 25 03:25:25.912 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3520 | 2026-08-25T03:25:27.063Z | |
| 3521 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.912Aug 25 03:25:25.912 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.0/32 -> 10.0.0.255 |
| 3522 | 2026-08-25T03:25:27.063Z | Aug 25 03:25:25.912Aug 25 03:25:25.912 |
| 3523 | 2026-08-25T03:25:27.064Z | DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:25:25.912 |
| 3524 | 2026-08-25T03:25:27.064Z | 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 25 03:25:25.912 |
| 3525 | 2026-08-25T03:25:27.064Z | DEBG INFO 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.42/32 -> 10.0.0.255 |
| 3526 | 2026-08-25T03:25:27.064Z | |
| 3527 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.912 Aug 25 03:25:25.912INFO INFOAug 25 03:25:25.912 adding route 172.17.0.60/32 -> 10.0.0.255 Aug 25 03:25:25.912 |
| 3528 | 2026-08-25T03:25:27.064Z | adding route 172.17.0.14/32 -> 10.0.0.255 DEBG |
| 3529 | 2026-08-25T03:25:27.064Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3530 | 2026-08-25T03:25:27.064Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 03:25:25.912 |
| 3531 | 2026-08-25T03:25:27.064Z | test route::tests::delete_target_full ... ok |
| 3532 | 2026-08-25T03:25:27.064Z | DEBGAug 25 03:25:25.912 Aug 25 03:25:25.912INFO adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3533 | 2026-08-25T03:25:27.064Z | |
| 3534 | 2026-08-25T03:25:27.064Z | DEBGAug 25 03:25:25.912 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 } }]Aug 25 03:25:25.912 |
| 3535 | 2026-08-25T03:25:27.064Z | INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.912 |
| 3536 | 2026-08-25T03:25:27.064Z | adding route 172.17.0.61/32 -> 10.0.0.255Aug 25 03:25:25.912 |
| 3537 | 2026-08-25T03:25:27.064Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3538 | 2026-08-25T03:25:27.064Z | 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 25 03:25:25.912Aug 25 03:25:25.912 |
| 3539 | 2026-08-25T03:25:27.064Z | INFODEBG Aug 25 03:25:25.912adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3540 | 2026-08-25T03:25:27.064Z | DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3541 | 2026-08-25T03:25:27.064Z | 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 25 03:25:25.912 |
| 3542 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.912DEBG |
| 3543 | 2026-08-25T03:25:27.064Z | INFO Aug 25 03:25:25.912 Aug 25 03:25:25.912 adding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3544 | 2026-08-25T03:25:27.064Z | |
| 3545 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.912INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3546 | 2026-08-25T03:25:27.064Z | INFOAug 25 03:25:25.926 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 } }] |
| 3547 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.926 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 03:25:25.926 |
| 3548 | 2026-08-25T03:25:27.064Z | DEBG failed to allocate space for the new target list |
| 3549 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.926adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG |
| 3550 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.926 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 } }] |
| 3551 | 2026-08-25T03:25:27.064Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 03:25:25.926Aug 25 03:25:25.926 |
| 3552 | 2026-08-25T03:25:27.064Z | DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3553 | 2026-08-25T03:25:27.064Z | |
| 3554 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.926 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 } }] |
| 3555 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.926 INFO Aug 25 03:25:25.926adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3556 | 2026-08-25T03:25:27.064Z | INFO Aug 25 03:25:25.926 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3557 | 2026-08-25T03:25:27.064Z | 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 } }] |
| 3558 | 2026-08-25T03:25:27.064Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 |
| 3559 | 2026-08-25T03:25:27.064Z | DEBGDEBGAug 25 03:25:25.926 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 |
| 3560 | 2026-08-25T03:25:27.065Z | 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:beef:23::/64 -> 2001:db8::55:ff |
| 3561 | 2026-08-25T03:25:27.065Z | |
| 3562 | 2026-08-25T03:25:27.065Z | Aug 25 03:25:25.926 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 } }]Aug 25 03:25:25.926Aug 25 03:25:25.926 INFO |
| 3563 | 2026-08-25T03:25:27.065Z | DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.926adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3564 | 2026-08-25T03:25:27.065Z | INFOAug 25 03:25:25.926 |
| 3565 | 2026-08-25T03:25:27.065Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 25 03:25:25.926 |
| 3566 | 2026-08-25T03:25:27.065Z | Aug 25 03:25:25.926adding route 172.17.0.17/32 -> 10.0.0.255 DEBG INFO |
| 3567 | 2026-08-25T03:25:27.065Z | Aug 25 03:25:25.926replacing 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 } }] |
| 3568 | 2026-08-25T03:25:27.065Z | DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3569 | 2026-08-25T03:25:27.080Z | Aug 25 03:25:25.926 |
| 3570 | 2026-08-25T03:25:27.080Z | 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 } }] |
| 3571 | 2026-08-25T03:25:27.080Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 INFO Aug 25 03:25:25.926Aug 25 03:25:25.926 INFOadding route 172.17.0.46/32 -> 10.0.0.255INFODEBG |
| 3572 | 2026-08-25T03:25:27.080Z | adding route 172.17.0.18/32 -> 10.0.0.255replacing 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 } }] |
| 3573 | 2026-08-25T03:25:27.080Z | |
| 3574 | 2026-08-25T03:25:27.080Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3575 | 2026-08-25T03:25:27.080Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 DEBG Aug 25 03:25:25.926 Aug 25 03:25:25.926DEBG 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 } }]DEBG |
| 3576 | 2026-08-25T03:25:27.080Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3577 | 2026-08-25T03:25:27.080Z | 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 } }] |
| 3578 | 2026-08-25T03:25:27.080Z | |
| 3579 | 2026-08-25T03:25:27.080Z | Aug 25 03:25:25.926 INFOAug 25 03:25:25.926 Aug 25 03:25:25.926adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3580 | 2026-08-25T03:25:27.080Z | Aug 25 03:25:25.926 DEBGINFO INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3581 | 2026-08-25T03:25:27.080Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3582 | 2026-08-25T03:25:27.080Z | |
| 3583 | 2026-08-25T03:25:27.080Z | Aug 25 03:25:25.926 Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926INFOAug 25 03:25:25.926 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 |
| 3584 | 2026-08-25T03:25:27.080Z | 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.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 } }] |
| 3585 | 2026-08-25T03:25:27.080Z | |
| 3586 | 2026-08-25T03:25:27.080Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3587 | 2026-08-25T03:25:27.080Z | Aug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926 INFODEBGINFOINFO adding route 172.17.0.9/32 -> 10.0.0.255 adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3588 | 2026-08-25T03:25:27.080Z | |
| 3589 | 2026-08-25T03:25:27.080Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3590 | 2026-08-25T03:25:27.080Z | |
| 3591 | 2026-08-25T03:25:27.081Z | Aug 25 03:25:25.926 Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3592 | 2026-08-25T03:25:27.081Z | |
| 3593 | 2026-08-25T03:25:27.081Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 3594 | 2026-08-25T03:25:27.081Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 3595 | 2026-08-25T03:25:27.081Z | Aug 25 03:25:25.926adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3596 | 2026-08-25T03:25:27.081Z | |
| 3597 | 2026-08-25T03:25:27.081Z | DEBG Aug 25 03:25:25.926replacing 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 } }] |
| 3598 | 2026-08-25T03:25:27.081Z | Aug 25 03:25:25.926DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.926 Aug 25 03:25:25.926replacing 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 } }] |
| 3599 | 2026-08-25T03:25:27.081Z | INFO |
| 3600 | 2026-08-25T03:25:27.081Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3601 | 2026-08-25T03:25:27.081Z | INFO Aug 25 03:25:25.926adding route 172.17.0.10/32 -> 10.0.0.255 Aug 25 03:25:25.926INFOAug 25 03:25:25.926 |
| 3602 | 2026-08-25T03:25:27.081Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3603 | 2026-08-25T03:25:27.081Z | INFODEBG Aug 25 03:25:25.926replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3604 | 2026-08-25T03:25:27.081Z | |
| 3605 | 2026-08-25T03:25:27.081Z | DEBGAug 25 03:25:25.926 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 03:25:25.926 |
| 3606 | 2026-08-25T03:25:27.081Z | 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 25 03:25:25.926 |
| 3607 | 2026-08-25T03:25:27.081Z | INFOAug 25 03:25:25.926DEBG INFOAug 25 03:25:25.926adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3608 | 2026-08-25T03:25:27.081Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 3609 | 2026-08-25T03:25:27.081Z | adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3610 | 2026-08-25T03:25:27.081Z | |
| 3611 | 2026-08-25T03:25:27.081Z | Aug 25 03:25:25.926 Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926Aug 25 03:25:25.926DEBG INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 3612 | 2026-08-25T03:25:27.081Z | 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.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 } }] |
| 3613 | 2026-08-25T03:25:27.081Z | |
| 3614 | 2026-08-25T03:25:27.081Z | |
| 3615 | 2026-08-25T03:25:27.081Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926Aug 25 03:25:25.926INFO DEBG INFOINFOreplacing 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 } }] |
| 3616 | 2026-08-25T03:25:27.081Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255 |
| 3617 | 2026-08-25T03:25:27.081Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3618 | 2026-08-25T03:25:27.081Z | |
| 3619 | 2026-08-25T03:25:27.081Z | Aug 25 03:25:25.926 INFOAug 25 03:25:25.926 adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 03:25:25.926Aug 25 03:25:25.926 |
| 3620 | 2026-08-25T03:25:27.082Z | DEBG DEBG 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.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 } }] |
| 3621 | 2026-08-25T03:25:27.082Z | |
| 3622 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926 DEBGAug 25 03:25:25.926replacing 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 } }] |
| 3623 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926 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 } }]INFOINFO |
| 3624 | 2026-08-25T03:25:27.082Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3625 | 2026-08-25T03:25:27.082Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3626 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926INFOAug 25 03:25:25.926 DEBG 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 } }]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 } }] |
| 3627 | 2026-08-25T03:25:27.082Z | test route::tests::delete_targets_full ... ok |
| 3628 | 2026-08-25T03:25:27.082Z | INFO |
| 3629 | 2026-08-25T03:25:27.082Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3630 | 2026-08-25T03:25:27.082Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3631 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926 INFODEBG INFO adding route 172.17.0.14/32 -> 10.0.0.255replacing 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 } }] |
| 3632 | 2026-08-25T03:25:27.082Z | |
| 3633 | 2026-08-25T03:25:27.082Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 25 03:25:25.926 |
| 3634 | 2026-08-25T03:25:27.082Z | DEBGAug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926replacing 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 } }] |
| 3635 | 2026-08-25T03:25:27.082Z | INFO DEBG DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3636 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926 |
| 3637 | 2026-08-25T03:25:27.082Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3638 | 2026-08-25T03:25:27.082Z | |
| 3639 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926INFOAug 25 03:25:25.926 INFODEBG DEBGadding route 172.17.0.27/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 } }] |
| 3640 | 2026-08-25T03:25:27.082Z | |
| 3641 | 2026-08-25T03:25:27.082Z | adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3642 | 2026-08-25T03:25:27.082Z | |
| 3643 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926DEBG INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3644 | 2026-08-25T03:25:27.082Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3645 | 2026-08-25T03:25:27.082Z | |
| 3646 | 2026-08-25T03:25:27.082Z | 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 25 03:25:25.926 |
| 3647 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926 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 } }]INFODEBG Aug 25 03:25:25.926replacing 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.28/32 -> 10.0.0.255INFO |
| 3648 | 2026-08-25T03:25:27.082Z | |
| 3649 | 2026-08-25T03:25:27.082Z | |
| 3650 | 2026-08-25T03:25:27.082Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3651 | 2026-08-25T03:25:27.082Z | Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926 INFODEBGINFO Aug 25 03:25:25.926adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3652 | 2026-08-25T03:25:27.082Z | DEBG |
| 3653 | 2026-08-25T03:25:27.082Z | 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 } }] |
| 3654 | 2026-08-25T03:25:27.083Z | 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 25 03:25:25.926 |
| 3655 | 2026-08-25T03:25:27.083Z | Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926Aug 25 03:25:25.926 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 |
| 3656 | 2026-08-25T03:25:27.083Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3657 | 2026-08-25T03:25:27.083Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3658 | 2026-08-25T03:25:27.083Z | |
| 3659 | 2026-08-25T03:25:27.083Z | Aug 25 03:25:25.926 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 3660 | 2026-08-25T03:25:27.083Z | 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 } }] |
| 3661 | 2026-08-25T03:25:27.083Z | |
| 3662 | 2026-08-25T03:25:27.083Z | 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 25 03:25:25.926 |
| 3663 | 2026-08-25T03:25:27.083Z | 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 } }]Aug 25 03:25:25.926 DEBG Aug 25 03:25:25.926replacing 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 } }] |
| 3664 | 2026-08-25T03:25:27.083Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3665 | 2026-08-25T03:25:27.083Z | Aug 25 03:25:25.926Aug 25 03:25:25.935 INFOAug 25 03:25:25.935DEBG adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 3666 | 2026-08-25T03:25:27.083Z | 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 } }] |
| 3667 | 2026-08-25T03:25:27.083Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3668 | 2026-08-25T03:25:27.083Z | Aug 25 03:25:25.935Aug 25 03:25:25.935Aug 25 03:25:25.935 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3669 | 2026-08-25T03:25:27.096Z | 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 } }] |
| 3670 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 Aug 25 03:25:25.935adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3671 | 2026-08-25T03:25:27.097Z | |
| 3672 | 2026-08-25T03:25:27.097Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3673 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935 |
| 3674 | 2026-08-25T03:25:27.097Z | DEBGAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBG 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 } }] 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 } }] |
| 3675 | 2026-08-25T03:25:27.097Z | |
| 3676 | 2026-08-25T03:25:27.097Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3677 | 2026-08-25T03:25:27.097Z | |
| 3678 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935Aug 25 03:25:25.935Aug 25 03:25:25.935 INFO DEBGINFOadding route 172.17.0.20/32 -> 10.0.0.255 |
| 3679 | 2026-08-25T03:25:27.097Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3680 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935 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 |
| 3681 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 DEBGAug 25 03:25:25.935adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 3682 | 2026-08-25T03:25:27.097Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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 } }] |
| 3683 | 2026-08-25T03:25:27.097Z | |
| 3684 | 2026-08-25T03:25:27.097Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:25:25.935 |
| 3685 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935DEBG Aug 25 03:25:25.935 INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 3686 | 2026-08-25T03:25:27.097Z | |
| 3687 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3688 | 2026-08-25T03:25:27.097Z | DEBGAug 25 03:25:25.935 Aug 25 03:25:25.935 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 } }]DEBG Aug 25 03:25:25.935 |
| 3689 | 2026-08-25T03:25:27.097Z | 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 } }]failed to allocate space for the new target list |
| 3690 | 2026-08-25T03:25:27.097Z | DEBG |
| 3691 | 2026-08-25T03:25:27.097Z | 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 } }] |
| 3692 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBGINFOAug 25 03:25:25.935 replacing targets for 172.16.0.0/32 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 |
| 3693 | 2026-08-25T03:25:27.097Z | INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3694 | 2026-08-25T03:25:27.097Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3695 | 2026-08-25T03:25:27.097Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3696 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935 DEBGDEBG 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 } }]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 } }] |
| 3697 | 2026-08-25T03:25:27.097Z | |
| 3698 | 2026-08-25T03:25:27.097Z | 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 } }] |
| 3699 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935INFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3700 | 2026-08-25T03:25:27.097Z | |
| 3701 | 2026-08-25T03:25:27.097Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3702 | 2026-08-25T03:25:27.097Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3703 | 2026-08-25T03:25:27.098Z | |
| 3704 | 2026-08-25T03:25:27.098Z | |
| 3705 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935INFO INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3706 | 2026-08-25T03:25:27.098Z | |
| 3707 | 2026-08-25T03:25:27.098Z | |
| 3708 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBG DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3709 | 2026-08-25T03:25:27.098Z | 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 } }] |
| 3710 | 2026-08-25T03:25:27.098Z | |
| 3711 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935INFO INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3712 | 2026-08-25T03:25:27.098Z | INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3713 | 2026-08-25T03:25:27.098Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:25:25.936 |
| 3714 | 2026-08-25T03:25:27.098Z | DEBGAug 25 03:25:25.936 Aug 25 03:25:25.936DEBG 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 |
| 3715 | 2026-08-25T03:25:27.098Z | 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 } }] |
| 3716 | 2026-08-25T03:25:27.098Z | 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 } }] |
| 3717 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936 INFOINFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3718 | 2026-08-25T03:25:27.098Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3719 | 2026-08-25T03:25:27.098Z | |
| 3720 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936DEBGDEBG 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 } }] 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 } }] |
| 3721 | 2026-08-25T03:25:27.098Z | |
| 3722 | 2026-08-25T03:25:27.098Z | 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 } }] |
| 3723 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936INFO INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3724 | 2026-08-25T03:25:27.098Z | |
| 3725 | 2026-08-25T03:25:27.098Z | |
| 3726 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.936Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGDEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3727 | 2026-08-25T03:25:27.098Z | |
| 3728 | 2026-08-25T03:25:27.098Z | 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 } }] |
| 3729 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.936 Aug 25 03:25:25.936Aug 25 03:25:25.936 INFOINFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3730 | 2026-08-25T03:25:27.098Z | adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3731 | 2026-08-25T03:25:27.098Z | test route::tests::delete_target_fragmented ... ok |
| 3732 | 2026-08-25T03:25:27.098Z | |
| 3733 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGAug 25 03:25:25.936DEBG 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 } }]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 } }] |
| 3734 | 2026-08-25T03:25:27.098Z | 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 } }] |
| 3735 | 2026-08-25T03:25:27.098Z | |
| 3736 | 2026-08-25T03:25:27.098Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936 INFOINFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 3737 | 2026-08-25T03:25:27.098Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.41/32 -> 10.0.0.255 |
| 3738 | 2026-08-25T03:25:27.098Z | |
| 3739 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGAug 25 03:25:25.936 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG |
| 3740 | 2026-08-25T03:25:27.099Z | 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.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 } }] |
| 3741 | 2026-08-25T03:25:27.099Z | |
| 3742 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936 Aug 25 03:25:25.936INFOAug 25 03:25:25.936 adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 3743 | 2026-08-25T03:25:27.099Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 3744 | 2026-08-25T03:25:27.099Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3745 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGDEBGAug 25 03:25:25.936 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 3746 | 2026-08-25T03:25:27.099Z | |
| 3747 | 2026-08-25T03:25:27.099Z | 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 25 03:25:25.936 |
| 3748 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3749 | 2026-08-25T03:25:27.099Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3750 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936 INFOAug 25 03:25:25.936 Aug 25 03:25:25.936DEBG DEBGadding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3751 | 2026-08-25T03:25:27.099Z | |
| 3752 | 2026-08-25T03:25:27.099Z | 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 } }] |
| 3753 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGINFOAug 25 03:25:25.936 INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3754 | 2026-08-25T03:25:27.099Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255 |
| 3755 | 2026-08-25T03:25:27.099Z | |
| 3756 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 INFODEBGAug 25 03:25:25.936 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 } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3757 | 2026-08-25T03:25:27.099Z | |
| 3758 | 2026-08-25T03:25:27.099Z | 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 } }] |
| 3759 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936INFO adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 3760 | 2026-08-25T03:25:27.099Z | 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 } }]failed to allocate space for the new target list |
| 3761 | 2026-08-25T03:25:27.099Z | |
| 3762 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936Aug 25 03:25:25.936 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:2, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3763 | 2026-08-25T03:25:27.099Z | 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 } }] |
| 3764 | 2026-08-25T03:25:27.099Z | |
| 3765 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 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 } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3766 | 2026-08-25T03:25:27.099Z | |
| 3767 | 2026-08-25T03:25:27.099Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3768 | 2026-08-25T03:25:27.099Z | |
| 3769 | 2026-08-25T03:25:27.115Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 INFODEBG adding route 172.17.0.35/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 } }] |
| 3770 | 2026-08-25T03:25:27.115Z | |
| 3771 | 2026-08-25T03:25:27.115Z | Aug 25 03:25:25.936 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 } }] |
| 3772 | 2026-08-25T03:25:27.115Z | Aug 25 03:25:25.936 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 03:25:25.936 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3773 | 2026-08-25T03:25:27.115Z | |
| 3774 | 2026-08-25T03:25:27.115Z | Aug 25 03:25:25.936 Aug 25 03:25:25.936DEBG 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 } }] |
| 3775 | 2026-08-25T03:25:27.115Z | 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 } }] |
| 3776 | 2026-08-25T03:25:27.115Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3777 | 2026-08-25T03:25:27.115Z | |
| 3778 | 2026-08-25T03:25:27.115Z | Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3779 | 2026-08-25T03:25:27.115Z | Aug 25 03:25:25.936Aug 25 03:25:25.952 DEBGINFO created new freemapadding route 172.17.0.49/32 -> 10.0.0.255, unit |
| 3780 | 2026-08-25T03:25:27.115Z | : freemap_route_ipv4Aug 25 03:25:25.952 |
| 3781 | 2026-08-25T03:25:27.116Z | 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 } }] |
| 3782 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGINFO created new freemapadding route 172.17.0.50/32 -> 10.0.0.255, |
| 3783 | 2026-08-25T03:25:27.116Z | unit: freemap_route_ipv6 |
| 3784 | 2026-08-25T03:25:27.116Z | |
| 3785 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952 Aug 25 03:25:25.952DEBG 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 } }] |
| 3786 | 2026-08-25T03:25:27.116Z | initted freemap. size: 64Aug 25 03:25:25.952, unitINFO: Aug 25 03:25:25.952adding route 172.17.0.38/32 -> 10.0.0.255 INFO |
| 3787 | 2026-08-25T03:25:27.116Z | freemap_route_ipv4 |
| 3788 | 2026-08-25T03:25:27.116Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3789 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952 DEBGAug 25 03:25:25.952 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952DEBG |
| 3790 | 2026-08-25T03:25:27.116Z | DEBG reset freemapreplacing 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 25 03:25:25.952 |
| 3791 | 2026-08-25T03:25:27.116Z | unit INFO: adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv4 |
| 3792 | 2026-08-25T03:25:27.116Z | |
| 3793 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3794 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952DEBG 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 } }] Aug 25 03:25:25.952initted freemap. size: 64 |
| 3795 | 2026-08-25T03:25:27.116Z | 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 } }]unit |
| 3796 | 2026-08-25T03:25:27.116Z | :Aug 25 03:25:25.952 freemap_route_ipv6INFO |
| 3797 | 2026-08-25T03:25:27.116Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3798 | 2026-08-25T03:25:27.116Z | INFOAug 25 03:25:25.952 Aug 25 03:25:25.952adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3799 | 2026-08-25T03:25:27.116Z | DEBGDEBG reset freemapreplacing 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 25 03:25:25.952 |
| 3800 | 2026-08-25T03:25:27.116Z | DEBG unitreplacing 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 } }]: |
| 3801 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952 freemap_route_ipv6INFO |
| 3802 | 2026-08-25T03:25:27.116Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3803 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952Aug 25 03:25:25.952Aug 25 03:25:25.952 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 |
| 3804 | 2026-08-25T03:25:27.116Z | |
| 3805 | 2026-08-25T03:25:27.116Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3806 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGINFO 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.42/32 -> 10.0.0.255 |
| 3807 | 2026-08-25T03:25:27.116Z | DEBG |
| 3808 | 2026-08-25T03:25:27.116Z | 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 } }] |
| 3809 | 2026-08-25T03:25:27.116Z | Aug 25 03:25:25.952 Aug 25 03:25:25.952INFO Aug 25 03:25:25.952DEBG adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 3810 | 2026-08-25T03:25:27.116Z | 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 } }] |
| 3811 | 2026-08-25T03:25:27.116Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3812 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 Aug 25 03:25:25.952 DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3813 | 2026-08-25T03:25:27.117Z | 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 } }] |
| 3814 | 2026-08-25T03:25:27.117Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3815 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952Aug 25 03:25:25.952Aug 25 03:25:25.952 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3816 | 2026-08-25T03:25:27.117Z | 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 } }] |
| 3817 | 2026-08-25T03:25:27.117Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3818 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 Aug 25 03:25:25.952DEBG 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 } }]DEBG |
| 3819 | 2026-08-25T03:25:27.117Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3820 | 2026-08-25T03:25:27.117Z | 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 } }] |
| 3821 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952 Aug 25 03:25:25.952INFO Aug 25 03:25:25.952 DEBG adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3822 | 2026-08-25T03:25:27.117Z | 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 |
| 3823 | 2026-08-25T03:25:27.117Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3824 | 2026-08-25T03:25:27.117Z | DEBGAug 25 03:25:25.952 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 25 03:25:25.952 |
| 3825 | 2026-08-25T03:25:27.117Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3826 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952 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 |
| 3827 | 2026-08-25T03:25:27.117Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3828 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952 Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGINFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 3829 | 2026-08-25T03:25:27.117Z | 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 } }] |
| 3830 | 2026-08-25T03:25:27.117Z | test route::tests::add_target_fails_full ... ok |
| 3831 | 2026-08-25T03:25:27.117Z | 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 } }] |
| 3832 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 Aug 25 03:25:25.952DEBG 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 |
| 3833 | 2026-08-25T03:25:27.117Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3834 | 2026-08-25T03:25:27.117Z | |
| 3835 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3836 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 25 03:25:25.952 |
| 3837 | 2026-08-25T03:25:27.117Z | |
| 3838 | 2026-08-25T03:25:27.117Z | 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 25 03:25:25.952 |
| 3839 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3840 | 2026-08-25T03:25:27.117Z | INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3841 | 2026-08-25T03:25:27.117Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3842 | 2026-08-25T03:25:27.117Z | 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 } }] |
| 3843 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952 Aug 25 03:25:25.952DEBG DEBGAug 25 03:25:25.952replacing 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 } }] |
| 3844 | 2026-08-25T03:25:27.117Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3845 | 2026-08-25T03:25:27.117Z | |
| 3846 | 2026-08-25T03:25:27.117Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3847 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952 failed to allocate space for the new target listDEBG |
| 3848 | 2026-08-25T03:25:27.118Z | 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 } }] |
| 3849 | 2026-08-25T03:25:27.118Z | |
| 3850 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952 DEBGAug 25 03:25:25.952Aug 25 03:25:25.952 INFO 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 } }] |
| 3851 | 2026-08-25T03:25:27.118Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3852 | 2026-08-25T03:25:27.118Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3853 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3854 | 2026-08-25T03:25:27.118Z | |
| 3855 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3856 | 2026-08-25T03:25:27.118Z | |
| 3857 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3858 | 2026-08-25T03:25:27.118Z | |
| 3859 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3860 | 2026-08-25T03:25:27.118Z | |
| 3861 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3862 | 2026-08-25T03:25:27.118Z | |
| 3863 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952Aug 25 03:25:25.952 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3864 | 2026-08-25T03:25:27.118Z | |
| 3865 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952 DEBGAug 25 03:25:25.952 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 |
| 3866 | 2026-08-25T03:25:27.118Z | 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 } }] |
| 3867 | 2026-08-25T03:25:27.118Z | Aug 25 03:25:25.952 INFOAug 25 03:25:25.952 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 3868 | 2026-08-25T03:25:27.118Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3869 | 2026-08-25T03:25:27.130Z | Aug 25 03:25:25.952 DEBGAug 25 03:25:25.952 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 |
| 3870 | 2026-08-25T03:25:27.130Z | 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 25 03:25:25.952 |
| 3871 | 2026-08-25T03:25:27.130Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3872 | 2026-08-25T03:25:27.130Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3873 | 2026-08-25T03:25:27.130Z | 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 } }] |
| 3874 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 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 25 03:25:25.952 |
| 3875 | 2026-08-25T03:25:27.131Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3876 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3877 | 2026-08-25T03:25:27.131Z | 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 } }] |
| 3878 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 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 } }]Aug 25 03:25:25.952 |
| 3879 | 2026-08-25T03:25:27.131Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3880 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3881 | 2026-08-25T03:25:27.131Z | 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 } }] |
| 3882 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 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 } }]Aug 25 03:25:25.952 |
| 3883 | 2026-08-25T03:25:27.131Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3884 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3885 | 2026-08-25T03:25:27.131Z | 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 } }] |
| 3886 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952 |
| 3887 | 2026-08-25T03:25:27.131Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3888 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3889 | 2026-08-25T03:25:27.131Z | 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 } }] |
| 3890 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 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 } }]Aug 25 03:25:25.952 |
| 3891 | 2026-08-25T03:25:27.131Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3892 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:25:25.952 |
| 3893 | 2026-08-25T03:25:27.131Z | 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 } }] |
| 3894 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.952 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 } }]Aug 25 03:25:25.952 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3895 | 2026-08-25T03:25:27.131Z | |
| 3896 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3897 | 2026-08-25T03:25:27.131Z | |
| 3898 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 INFODEBG 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 } }] |
| 3899 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.969 adding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 3900 | 2026-08-25T03:25:27.131Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3901 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.969 Aug 25 03:25:25.969DEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3902 | 2026-08-25T03:25:27.131Z | 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 } }] |
| 3903 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3904 | 2026-08-25T03:25:27.131Z | |
| 3905 | 2026-08-25T03:25:27.131Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 DEBGDEBG 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.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 } }] |
| 3906 | 2026-08-25T03:25:27.131Z | |
| 3907 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3908 | 2026-08-25T03:25:27.132Z | |
| 3909 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 DEBGDEBG 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 } }]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 } }] |
| 3910 | 2026-08-25T03:25:27.132Z | |
| 3911 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3912 | 2026-08-25T03:25:27.132Z | |
| 3913 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 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 } }] |
| 3914 | 2026-08-25T03:25:27.132Z | |
| 3915 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969Aug 25 03:25:25.969 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255failed to allocate space for the new target list |
| 3916 | 2026-08-25T03:25:27.132Z | |
| 3917 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3918 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3919 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3920 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3921 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3922 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3923 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3924 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3925 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3926 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3927 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3928 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3929 | 2026-08-25T03:25:27.132Z | test route::tests::delete_targets_fragmented ... ok |
| 3930 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3931 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3932 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3933 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3934 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3935 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3936 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3937 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3938 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 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 } }] |
| 3939 | 2026-08-25T03:25:27.132Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3940 | 2026-08-25T03:25:27.132Z | |
| 3941 | 2026-08-25T03:25:27.133Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s |
| 3942 | 2026-08-25T03:25:27.133Z | |
| 3943 | 2026-08-25T03:25:27.133Z | |
| 3944 | 2026-08-25T03:25:27.133Z | running 0 tests |
| 3945 | 2026-08-25T03:25:27.133Z | |
| 3946 | 2026-08-25T03:25:27.133Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3947 | 2026-08-25T03:25:27.133Z | |
| 3948 | 2026-08-25T03:25:27.133Z | |
| 3949 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.969 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 } }] |
| 3950 | 2026-08-25T03:25:27.133Z | running 0 tests |
| 3951 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3952 | 2026-08-25T03:25:27.133Z | |
| 3953 | 2026-08-25T03:25:27.133Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3954 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.969 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 } }] |
| 3955 | 2026-08-25T03:25:27.133Z | |
| 3956 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.969 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3957 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 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 } }] |
| 3958 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3959 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 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 } }] |
| 3960 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3961 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 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 } }] |
| 3962 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3963 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 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 } }] |
| 3964 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3965 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 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 } }] |
| 3966 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.970 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3967 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.982 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 } }] |
| 3968 | 2026-08-25T03:25:27.133Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3969 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 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 } }] |
| 3970 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3971 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 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 } }] |
| 3972 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3973 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 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 } }] |
| 3974 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3975 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 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 } }] |
| 3976 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3977 | 2026-08-25T03:25:27.146Z | Aug 25 03:25:25.982 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 } }] |
| 3978 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3979 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3980 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3981 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3982 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3983 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3984 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3985 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3986 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3987 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3988 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3989 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3990 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3991 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3992 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3993 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3994 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3995 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3996 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3997 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 3998 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3999 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 4000 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4001 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 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 } }] |
| 4002 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.982 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4003 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 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 } }] |
| 4004 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4005 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 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 } }] |
| 4006 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4007 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 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 } }] |
| 4008 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4009 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 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 } }] |
| 4010 | 2026-08-25T03:25:27.147Z | Aug 25 03:25:25.983 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4011 | 2026-08-25T03:25:27.148Z | Aug 25 03:25:25.983 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 } }] |
| 4012 | 2026-08-25T03:25:27.148Z | Aug 25 03:25:25.983 DEBG failed to allocate space for the new target list |
| 4013 | 2026-08-25T03:25:27.148Z | Aug 25 03:25:25.983 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 } }] |
| 4014 | 2026-08-25T03:25:27.148Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b2e43ca94c7ae739) |
| 4015 | 2026-08-25T03:25:27.148Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e) |
| 4016 | 2026-08-25T03:25:27.148Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-9f18afe4e49ad522) |
| 4017 | 2026-08-25T03:25:27.148Z | |
| 4018 | 2026-08-25T03:25:27.148Z | running 6 tests |
| 4019 | 2026-08-25T03:25:27.148Z | test tests::test_full_lot_id_neither_present ... ok |
| 4020 | 2026-08-25T03:25:27.148Z | test tests::test_port_id_cmp ... ok |
| 4021 | 2026-08-25T03:25:27.148Z | test tests::test_parse_client_port_id ... ok |
| 4022 | 2026-08-25T03:25:27.148Z | test tests::test_full_lot_id_both_present ... ok |
| 4023 | 2026-08-25T03:25:27.148Z | test tests::test_full_lot_id_lot_only ... ok |
| 4024 | 2026-08-25T03:25:27.148Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4025 | 2026-08-25T03:25:27.148Z | |
| 4026 | 2026-08-25T03:25:27.148Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4027 | 2026-08-25T03:25:27.148Z | |
| 4028 | 2026-08-25T03:25:27.148Z | Running tests/test_all.rs (target/debug/deps/test_all-c128c691292d93d0) |
| 4029 | 2026-08-25T03:25:27.148Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504) |
| 4030 | 2026-08-25T03:25:27.148Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35) |
| 4031 | 2026-08-25T03:25:27.148Z | Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834) |
| 4032 | 2026-08-25T03:25:27.148Z | |
| 4033 | 2026-08-25T03:25:27.148Z | running 0 tests |
| 4034 | 2026-08-25T03:25:27.148Z | |
| 4035 | 2026-08-25T03:25:27.148Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4036 | 2026-08-25T03:25:27.148Z | |
| 4037 | 2026-08-25T03:25:27.148Z | |
| 4038 | 2026-08-25T03:25:27.148Z | running 0 tests |
| 4039 | 2026-08-25T03:25:27.148Z | |
| 4040 | 2026-08-25T03:25:27.148Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4041 | 2026-08-25T03:25:27.148Z | |
| 4042 | 2026-08-25T03:25:27.148Z | |
| 4043 | 2026-08-25T03:25:27.148Z | running 15 tests |
| 4044 | 2026-08-25T03:25:27.148Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4045 | 2026-08-25T03:25:27.148Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4046 | 2026-08-25T03:25:27.149Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4047 | 2026-08-25T03:25:27.149Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4048 | 2026-08-25T03:25:27.149Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4049 | 2026-08-25T03:25:27.149Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4050 | 2026-08-25T03:25:27.149Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4051 | 2026-08-25T03:25:27.149Z | test v1::network::tests::test_equal ... ok |
| 4052 | 2026-08-25T03:25:27.149Z | test v1::network::tests::test_eui64 ... ok |
| 4053 | 2026-08-25T03:25:27.149Z | test v1::network::tests::test_into ... ok |
| 4054 | 2026-08-25T03:25:27.149Z | test v1::network::tests::test_not_equal ... ok |
| 4055 | 2026-08-25T03:25:27.149Z | test v1::network::tests::test_to_string ... ok |
| 4056 | 2026-08-25T03:25:27.149Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4057 | 2026-08-25T03:25:27.149Z | test v1::network::tests::test_parse ... ok |
| 4058 | 2026-08-25T03:25:27.149Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4059 | 2026-08-25T03:25:27.149Z | |
| 4060 | 2026-08-25T03:25:27.149Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4061 | 2026-08-25T03:25:27.149Z | |
| 4062 | 2026-08-25T03:25:27.149Z | |
| 4063 | 2026-08-25T03:25:27.149Z | running 12 tests |
| 4064 | 2026-08-25T03:25:27.149Z | test icmp::test_v6_checksum ... ok |
| 4065 | 2026-08-25T03:25:27.149Z | test lldp::test_lldp_parse ... ok |
| 4066 | 2026-08-25T03:25:27.149Z | test icmp::test_v4_checksum ... ok |
| 4067 | 2026-08-25T03:25:27.149Z | test pbuf::test_byte ... ok |
| 4068 | 2026-08-25T03:25:27.149Z | test ipv6::test_ipv6_parse ... ok |
| 4069 | 2026-08-25T03:25:27.175Z | test pbuf::test_nibble ... ok |
| 4070 | 2026-08-25T03:25:27.176Z | test pbuf::test_short ... ok |
| 4071 | 2026-08-25T03:25:27.176Z | test pbuf::test_overflow ... ok |
| 4072 | 2026-08-25T03:25:27.176Z | test pbuf::test_twelve ... ok |
| 4073 | 2026-08-25T03:25:27.176Z | test pbuf::test_word ... ok |
| 4074 | 2026-08-25T03:25:27.176Z | test tcp::test_checksum_ack_data ... ok |
| 4075 | 2026-08-25T03:25:27.176Z | test tcp::test_checksum_syn_nodata ... ok |
| 4076 | 2026-08-25T03:25:27.176Z | |
| 4077 | 2026-08-25T03:25:27.176Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4078 | 2026-08-25T03:25:27.176Z | |
| 4079 | 2026-08-25T03:25:27.176Z | Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86) |
| 4080 | 2026-08-25T03:25:27.176Z | |
| 4081 | 2026-08-25T03:25:27.176Z | running 0 tests |
| 4082 | 2026-08-25T03:25:27.176Z | |
| 4083 | 2026-08-25T03:25:27.176Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4084 | 2026-08-25T03:25:27.176Z | |
| 4085 | 2026-08-25T03:25:27.176Z | Running unittests src/main.rs (target/debug/deps/swadm-b1880dd2c17d47ae) |
| 4086 | 2026-08-25T03:25:27.176Z | |
| 4087 | 2026-08-25T03:25:27.176Z | running 5 tests |
| 4088 | 2026-08-25T03:25:27.176Z | test switchport::test::test_compute_lanes ... ok |
| 4089 | 2026-08-25T03:25:27.176Z | test switchport::test::port_id_ordering ... ok |
| 4090 | 2026-08-25T03:25:27.176Z | Lane 0 Lane 1 Lane 0 Lane 2 Lane 3Lane 1 |
| 4091 | 2026-08-25T03:25:27.176Z | Rx Loss-of-lock: YesLane 2 Lane 3Yes |
| 4092 | 2026-08-25T03:25:27.176Z | Yes State: ActivatedYes |
| 4093 | 2026-08-25T03:25:27.176Z | Activated Rx Loss-of-signal: Yes Activated YesActivated |
| 4094 | 2026-08-25T03:25:27.176Z | Yes Yes Rx Output Enabled: false |
| 4095 | 2026-08-25T03:25:27.176Z | Rx CDR Enabled: Yes falseYes falseYes falseYes |
| 4096 | 2026-08-25T03:25:27.176Z | |
| 4097 | 2026-08-25T03:25:27.176Z | Tx Enabled: Yes Rx Output Status: valid Yes valid Yes validYes |
| 4098 | 2026-08-25T03:25:27.176Z | valid |
| 4099 | 2026-08-25T03:25:27.176Z | Tx Loss-of-lock: No Rx Loss-of-lock: true Notrue No trueNo |
| 4100 | 2026-08-25T03:25:27.176Z | true |
| 4101 | 2026-08-25T03:25:27.177Z | Tx Loss-of-signal: No Rx Loss-of-signal: false No false No Nofalse |
| 4102 | 2026-08-25T03:25:27.177Z | Tx CDR Enabled: Nofalse |
| 4103 | 2026-08-25T03:25:27.177Z | NoRx Auto-squelch Disable: true No Notrue |
| 4104 | 2026-08-25T03:25:27.177Z | Tx Adaptive EQ Fault: Notrue Notrue |
| 4105 | 2026-08-25T03:25:27.177Z | No Tx Output Enabled: true No |
| 4106 | 2026-08-25T03:25:27.177Z | true Tx Fault: Yes true Yestrue |
| 4107 | 2026-08-25T03:25:27.177Z | Yes Yes Tx Output Status: invalid |
| 4108 | 2026-08-25T03:25:27.177Z | invalid invalid invalid |
| 4109 | 2026-08-25T03:25:27.177Z | Tx Loss-of-lock: false false false false |
| 4110 | 2026-08-25T03:25:27.177Z | Tx Loss-of-signal: true true true true |
| 4111 | 2026-08-25T03:25:27.177Z | Tx Auto-squelch Disable: false false false false |
| 4112 | 2026-08-25T03:25:27.177Z | Tx Adaptive EQ Fail: true true true true |
| 4113 | 2026-08-25T03:25:27.177Z | Tx Failure: false false false false |
| 4114 | 2026-08-25T03:25:27.177Z | Tx Force Squelch: true true true true |
| 4115 | 2026-08-25T03:25:27.177Z | Tx Input Polarity: normal normal normal normal |
| 4116 | 2026-08-25T03:25:27.177Z | test switchport::test::test_print_sff_datapath ... ok |
| 4117 | 2026-08-25T03:25:27.177Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4118 | 2026-08-25T03:25:27.177Z | test link::test_filter ... ok |
| 4119 | 2026-08-25T03:25:27.177Z | |
| 4120 | 2026-08-25T03:25:27.177Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4121 | 2026-08-25T03:25:27.177Z | |
| 4122 | 2026-08-25T03:25:27.177Z | Running tests/counters.rs (target/debug/deps/counters-357927dccd731777) |
| 4123 | 2026-08-25T03:25:27.177Z | |
| 4124 | 2026-08-25T03:25:27.177Z | running 1 test |
| 4125 | 2026-08-25T03:25:27.177Z | test test_p4_counter_list ... ignored |
| 4126 | 2026-08-25T03:25:27.177Z | |
| 4127 | 2026-08-25T03:25:27.177Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4128 | 2026-08-25T03:25:27.177Z | |
| 4129 | 2026-08-25T03:25:27.177Z | |
| 4130 | 2026-08-25T03:25:27.177Z | running 5 tests |
| 4131 | 2026-08-25T03:25:27.177Z | test test_an ... ignored |
| 4132 | 2026-08-25T03:25:27.177Z | test test_enable ... ignored |
| 4133 | 2026-08-25T03:25:27.177Z | test test_ip_addresses ... ignored |
| 4134 | 2026-08-25T03:25:27.177Z | test test_kr ... ignored |
| 4135 | 2026-08-25T03:25:27.178Z | test test_mac ... ignored |
| 4136 | 2026-08-25T03:25:27.178Z | |
| 4137 | 2026-08-25T03:25:27.178Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4138 | 2026-08-25T03:25:27.178Z | |
| 4139 | 2026-08-25T03:25:27.178Z | |
| 4140 | 2026-08-25T03:25:27.178Z | running 3 tests |
| 4141 | 2026-08-25T03:25:27.178Z | Running tests/port-link.rs (target/debug/deps/port_link-ed601503c8b1f22a) |
| 4142 | 2026-08-25T03:25:27.178Z | Running unittests src/main.rs (target/debug/deps/tfportd-4de97437e1ad468a) |
| 4143 | 2026-08-25T03:25:27.178Z | test linklocal::test_parse_ipadm ... ok |
| 4144 | 2026-08-25T03:25:27.178Z | test tfport::test_parse_tfport ... ok |
| 4145 | 2026-08-25T03:25:27.178Z | test config::tests::test_updates ... ok |
| 4146 | 2026-08-25T03:25:27.178Z | |
| 4147 | 2026-08-25T03:25:27.178Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4148 | 2026-08-25T03:25:27.178Z | |
| 4149 | 2026-08-25T03:25:27.178Z | Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053) |
| 4150 | 2026-08-25T03:25:27.178Z | |
| 4151 | 2026-08-25T03:25:27.178Z | running 0 tests |
| 4152 | 2026-08-25T03:25:27.178Z | |
| 4153 | 2026-08-25T03:25:27.178Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4154 | 2026-08-25T03:25:27.178Z | |
| 4155 | 2026-08-25T03:25:27.178Z | Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577) |
| 4156 | 2026-08-25T03:25:27.178Z | |
| 4157 | 2026-08-25T03:25:27.178Z | running 0 tests |
| 4158 | 2026-08-25T03:25:27.178Z | |
| 4159 | 2026-08-25T03:25:27.178Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4160 | 2026-08-25T03:25:27.178Z | |
| 4161 | 2026-08-25T03:25:27.178Z | Doc-tests aal |
| 4162 | 2026-08-25T03:25:27.332Z | |
| 4163 | 2026-08-25T03:25:27.332Z | running 0 tests |
| 4164 | 2026-08-25T03:25:27.332Z | |
| 4165 | 2026-08-25T03:25:27.336Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4166 | 2026-08-25T03:25:27.336Z | |
| 4167 | 2026-08-25T03:25:27.359Z | Doc-tests aal_macros |
| 4168 | 2026-08-25T03:25:27.532Z | |
| 4169 | 2026-08-25T03:25:27.532Z | running 0 tests |
| 4170 | 2026-08-25T03:25:27.532Z | |
| 4171 | 2026-08-25T03:25:27.532Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4172 | 2026-08-25T03:25:27.532Z | |
| 4173 | 2026-08-25T03:25:27.548Z | Doc-tests common |
| 4174 | 2026-08-25T03:25:27.674Z | |
| 4175 | 2026-08-25T03:25:27.675Z | running 0 tests |
| 4176 | 2026-08-25T03:25:27.675Z | |
| 4177 | 2026-08-25T03:25:27.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4178 | 2026-08-25T03:25:27.675Z | |
| 4179 | 2026-08-25T03:25:27.701Z | Doc-tests dpd_api |
| 4180 | 2026-08-25T03:25:28.418Z | |
| 4181 | 2026-08-25T03:25:28.419Z | running 2 tests |
| 4182 | 2026-08-25T03:25:28.419Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4183 | 2026-08-25T03:25:28.419Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4184 | 2026-08-25T03:25:28.419Z | |
| 4185 | 2026-08-25T03:25:28.425Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4186 | 2026-08-25T03:25:28.425Z | |
| 4187 | 2026-08-25T03:25:28.448Z | Doc-tests dpd_client |
| 4188 | 2026-08-25T03:25:29.826Z | |
| 4189 | 2026-08-25T03:25:29.826Z | running 0 tests |
| 4190 | 2026-08-25T03:25:29.826Z | |
| 4191 | 2026-08-25T03:25:29.826Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4192 | 2026-08-25T03:25:29.826Z | |
| 4193 | 2026-08-25T03:25:29.882Z | Doc-tests dpd_types |
| 4194 | 2026-08-25T03:25:30.074Z | |
| 4195 | 2026-08-25T03:25:30.074Z | running 0 tests |
| 4196 | 2026-08-25T03:25:30.074Z | |
| 4197 | 2026-08-25T03:25:30.075Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4198 | 2026-08-25T03:25:30.075Z | |
| 4199 | 2026-08-25T03:25:30.090Z | Doc-tests dpd_types_versions |
| 4200 | 2026-08-25T03:25:31.603Z | |
| 4201 | 2026-08-25T03:25:31.603Z | running 1 test |
| 4202 | 2026-08-25T03:25:31.603Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4203 | 2026-08-25T03:25:31.603Z | |
| 4204 | 2026-08-25T03:25:31.603Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4205 | 2026-08-25T03:25:31.603Z | |
| 4206 | 2026-08-25T03:25:31.653Z | Doc-tests packet |
| 4207 | 2026-08-25T03:25:31.875Z | |
| 4208 | 2026-08-25T03:25:31.875Z | running 0 tests |
| 4209 | 2026-08-25T03:25:31.875Z | |
| 4210 | 2026-08-25T03:25:31.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4211 | 2026-08-25T03:25:31.875Z | |
| 4212 | 2026-08-25T03:25:31.902Z | Doc-tests pcap |
| 4213 | 2026-08-25T03:25:31.955Z | |
| 4214 | 2026-08-25T03:25:31.955Z | running 0 tests |
| 4215 | 2026-08-25T03:25:31.955Z | |
| 4216 | 2026-08-25T03:25:31.955Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4217 | 2026-08-25T03:25:31.955Z | |
| 4218 | 2026-08-25T03:25:32.026Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4219 | 2026-08-25T03:25:32.026Z | + RUST_BACKTRACE=full |
| 4220 | 2026-08-25T03:25:32.026Z | + cargo test --features tofino_asic --no-fail-fast |
| 4221 | 2026-08-25T03:25:32.633Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4222 | 2026-08-25T03:25:32.713Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4223 | 2026-08-25T03:25:32.721Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4224 | 2026-08-25T03:25:32.727Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4225 | 2026-08-25T03:25:41.597Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4226 | 2026-08-25T03:25:41.670Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4227 | 2026-08-25T03:26:23.498Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.45s |
| 4228 | 2026-08-25T03:26:23.620Z | Running unittests src/lib.rs (target/debug/deps/aal-f5a47b728793db12) |
| 4229 | 2026-08-25T03:26:23.633Z | |
| 4230 | 2026-08-25T03:26:23.633Z | running 0 tests |
| 4231 | 2026-08-25T03:26:23.633Z | |
| 4232 | 2026-08-25T03:26:23.633Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4233 | 2026-08-25T03:26:23.633Z | |
| 4234 | 2026-08-25T03:26:23.633Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4235 | 2026-08-25T03:26:23.639Z | |
| 4236 | 2026-08-25T03:26:23.639Z | running 0 tests |
| 4237 | 2026-08-25T03:26:23.639Z | |
| 4238 | 2026-08-25T03:26:23.639Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4239 | 2026-08-25T03:26:23.639Z | |
| 4240 | 2026-08-25T03:26:23.639Z | Running unittests src/lib.rs (target/debug/deps/asic-e0a7107c60f525c3) |
| 4241 | 2026-08-25T03:26:23.727Z | |
| 4242 | 2026-08-25T03:26:23.727Z | running 8 tests |
| 4243 | 2026-08-25T03:26:23.731Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4244 | 2026-08-25T03:26:23.731Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4245 | 2026-08-25T03:26:23.731Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4246 | 2026-08-25T03:26:23.731Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4247 | 2026-08-25T03:26:23.731Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4248 | 2026-08-25T03:26:23.731Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4249 | 2026-08-25T03:26:23.739Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4250 | 2026-08-25T03:26:24.229Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4251 | 2026-08-25T03:26:24.229Z | |
| 4252 | 2026-08-25T03:26:24.229Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4253 | 2026-08-25T03:26:24.229Z | |
| 4254 | 2026-08-25T03:26:24.240Z | Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2) |
| 4255 | 2026-08-25T03:26:24.246Z | |
| 4256 | 2026-08-25T03:26:24.246Z | running 4 tests |
| 4257 | 2026-08-25T03:26:24.252Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4258 | 2026-08-25T03:26:24.252Z | test nat::tests::test_vni ... ok |
| 4259 | 2026-08-25T03:26:24.252Z | test test_purge ... ok |
| 4260 | 2026-08-25T03:26:24.252Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4261 | 2026-08-25T03:26:24.252Z | |
| 4262 | 2026-08-25T03:26:24.252Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4263 | 2026-08-25T03:26:24.252Z | |
| 4264 | 2026-08-25T03:26:24.252Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e) |
| 4265 | 2026-08-25T03:26:24.256Z | |
| 4266 | 2026-08-25T03:26:24.256Z | running 1 test |
| 4267 | 2026-08-25T03:26:24.256Z | ------- |
| 4268 | 2026-08-25T03:26:24.256Z | Generating OpenAPI documents from API definitions ... |
| 4269 | 2026-08-25T03:26:24.397Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4270 | 2026-08-25T03:26:24.468Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4271 | 2026-08-25T03:26:25.519Z | ------- |
| 4272 | 2026-08-25T03:26:25.519Z | Checking 13 OpenAPI documents... |
| 4273 | 2026-08-25T03:26:25.519Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4274 | 2026-08-25T03:26:25.519Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4275 | 2026-08-25T03:26:25.519Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4276 | 2026-08-25T03:26:25.519Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4277 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4278 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-25T03:26:25.528Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-25T03:26:25.528Z | Fresh dpd "latest" symlink |
| 4287 | 2026-08-25T03:26:25.528Z | ------- |
| 4288 | 2026-08-25T03:26:25.528Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4289 | 2026-08-25T03:26:25.595Z | test test::test_apis_up_to_date ... ok |
| 4290 | 2026-08-25T03:26:25.595Z | |
| 4291 | 2026-08-25T03:26:25.595Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 4292 | 2026-08-25T03:26:25.595Z | |
| 4293 | 2026-08-25T03:26:25.662Z | Running unittests src/main.rs (target/debug/deps/dpd-405ee4ef0fbe5f63) |
| 4294 | 2026-08-25T03:26:25.727Z | |
| 4295 | 2026-08-25T03:26:25.727Z | running 66 tests |
| 4296 | 2026-08-25T03:26:25.737Z | test freemap::test_ordering ... ok |
| 4297 | 2026-08-25T03:26:25.737Z | test config::tests::test_updates ... ok |
| 4298 | 2026-08-25T03:26:25.737Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4299 | 2026-08-25T03:26:25.737Z | test freemap::test_split ... ok |
| 4300 | 2026-08-25T03:26:25.737Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4301 | 2026-08-25T03:26:25.737Z | test macaddrs::tests::test_mac_offset ... ok |
| 4302 | 2026-08-25T03:26:25.737Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4303 | 2026-08-25T03:26:25.737Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4304 | 2026-08-25T03:26:25.737Z | Aug 25 03:26:24.649 DEBG Aug 25 03:26:24.649created new freemap DEBG created new freemap, unit, :unit :freemap_test freemap_test |
| 4305 | 2026-08-25T03:26:25.737Z | |
| 4306 | 2026-08-25T03:26:25.737Z | test nat::test_mapping ... ok |
| 4307 | 2026-08-25T03:26:25.738Z | Aug 25 03:26:24.649Aug 25 03:26:24.650 DEBGDEBG created new freemapinitted freemap. size: 128, , unitAug 25 03:26:24.650: unitDEBGfreemap_test: |
| 4308 | 2026-08-25T03:26:25.738Z | freemap_testinitted freemap. size: 128 |
| 4309 | 2026-08-25T03:26:25.738Z | , unit: Aug 25 03:26:24.650freemap_test Aug 25 03:26:24.650DEBG DEBG |
| 4310 | 2026-08-25T03:26:25.738Z | reset freemap , unitinitted freemap. size: 128Aug 25 03:26:24.650, :unit DEBG: reset freemapfreemap_testfreemap_test, |
| 4311 | 2026-08-25T03:26:25.738Z | unit |
| 4312 | 2026-08-25T03:26:25.738Z | : freemap_test |
| 4313 | 2026-08-25T03:26:25.738Z | Aug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test |
| 4314 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG created new freemap, unit: freemap_test |
| 4315 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG initted freemap. size: 8, unit: freemap_test |
| 4316 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test |
| 4317 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG created new freemap, unit: freemap_test |
| 4318 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG initted freemap. size: 128, unit: freemap_test |
| 4319 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test |
| 4320 | 2026-08-25T03:26:25.739Z | test freemap::test_free ... ok |
| 4321 | 2026-08-25T03:26:25.739Z | test freemap::test_exhaustion ... ok |
| 4322 | 2026-08-25T03:26:25.739Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4323 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG created new freemap, unit: freemap_test |
| 4324 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG initted freemap. size: 128, unit: freemap_test |
| 4325 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test |
| 4326 | 2026-08-25T03:26:25.739Z | test freemap::test_reclaim ... ok |
| 4327 | 2026-08-25T03:26:25.739Z | test freemap::test_basic ... ok |
| 4328 | 2026-08-25T03:26:25.739Z | test port_map::tests::test_backplane_group ... ok |
| 4329 | 2026-08-25T03:26:25.739Z | test freemap::test_span ... ok |
| 4330 | 2026-08-25T03:26:25.739Z | test port_map::tests::test_port_map ... ok |
| 4331 | 2026-08-25T03:26:25.739Z | test port_map::tests::dump_map ... ok |
| 4332 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4333 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4334 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4335 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4336 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4337 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4338 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4339 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 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 } }] |
| 4340 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4341 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 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 } }] |
| 4342 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4343 | 2026-08-25T03:26:25.739Z | Aug 25 03:26:24.651 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 } }] |
| 4344 | 2026-08-25T03:26:25.740Z | Aug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4345 | 2026-08-25T03:26:25.740Z | Aug 25 03:26:24.651 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 } }] |
| 4346 | 2026-08-25T03:26:25.740Z | Aug 25 03:26:24.651 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4347 | 2026-08-25T03:26:25.740Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4348 | 2026-08-25T03:26:25.740Z | created new freemap, unitAug 25 03:26:24.651: INFOfreemap_route_ipv4 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4349 | 2026-08-25T03:26:25.740Z | |
| 4350 | 2026-08-25T03:26:25.740Z | Aug 25 03:26:24.651 DEBG Aug 25 03:26:24.651replacing 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 } }] |
| 4351 | 2026-08-25T03:26:25.740Z | DEBG created new freemap, unitAug 25 03:26:24.651: INFOfreemap_route_ipv6 |
| 4352 | 2026-08-25T03:26:25.740Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4353 | 2026-08-25T03:26:25.741Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 4354 | 2026-08-25T03:26:25.741Z | unit: freemap_route_ipv4 |
| 4355 | 2026-08-25T03:26:25.741Z | Aug 25 03:26:24.651 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 03:26:24.651 |
| 4356 | 2026-08-25T03:26:25.741Z | DEBG reset freemap, Aug 25 03:26:24.651unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 4357 | 2026-08-25T03:26:25.741Z | |
| 4358 | 2026-08-25T03:26:25.741Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4359 | 2026-08-25T03:26:25.741Z | , unit: freemap_route_ipv6Aug 25 03:26:24.651 |
| 4360 | 2026-08-25T03:26:25.741Z | 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 } }]Aug 25 03:26:24.651 |
| 4361 | 2026-08-25T03:26:25.741Z | DEBG reset freemap, Aug 25 03:26:24.651unit :INFO freemap_route_ipv6adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4362 | 2026-08-25T03:26:25.741Z | |
| 4363 | 2026-08-25T03:26:25.742Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4364 | 2026-08-25T03:26:25.742Z | |
| 4365 | 2026-08-25T03:26:25.742Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:6::/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 } }] |
| 4366 | 2026-08-25T03:26:25.742Z | |
| 4367 | 2026-08-25T03:26:25.742Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4368 | 2026-08-25T03:26:25.742Z | |
| 4369 | 2026-08-25T03:26:25.742Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 4370 | 2026-08-25T03:26:25.742Z | |
| 4371 | 2026-08-25T03:26:25.742Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4372 | 2026-08-25T03:26:25.742Z | |
| 4373 | 2026-08-25T03:26:25.742Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 4374 | 2026-08-25T03:26:25.742Z | |
| 4375 | 2026-08-25T03:26:25.743Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4376 | 2026-08-25T03:26:25.743Z | |
| 4377 | 2026-08-25T03:26:25.743Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 4378 | 2026-08-25T03:26:25.743Z | |
| 4379 | 2026-08-25T03:26:25.743Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4380 | 2026-08-25T03:26:25.743Z | |
| 4381 | 2026-08-25T03:26:25.743Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 4382 | 2026-08-25T03:26:25.743Z | |
| 4383 | 2026-08-25T03:26:25.743Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4384 | 2026-08-25T03:26:25.743Z | |
| 4385 | 2026-08-25T03:26:25.743Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 4386 | 2026-08-25T03:26:25.743Z | |
| 4387 | 2026-08-25T03:26:25.743Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4388 | 2026-08-25T03:26:25.744Z | |
| 4389 | 2026-08-25T03:26:25.744Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 4390 | 2026-08-25T03:26:25.744Z | |
| 4391 | 2026-08-25T03:26:25.744Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 4392 | 2026-08-25T03:26:25.744Z | |
| 4393 | 2026-08-25T03:26:25.744Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4394 | 2026-08-25T03:26:25.744Z | |
| 4395 | 2026-08-25T03:26:25.744Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651 INFO DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4396 | 2026-08-25T03:26:25.757Z | |
| 4397 | 2026-08-25T03:26:25.757Z | created new freemap, unit:Aug 25 03:26:24.651 freemap_route_ipv4DEBGAug 25 03:26:24.651 |
| 4398 | 2026-08-25T03:26:25.757Z | 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 |
| 4399 | 2026-08-25T03:26:25.757Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4400 | 2026-08-25T03:26:25.757Z | Aug 25 03:26:24.651Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBG DEBG INFOcreated new freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , adding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit |
| 4401 | 2026-08-25T03:26:25.757Z | |
| 4402 | 2026-08-25T03:26:25.757Z | : freemap_route_ipv6 |
| 4403 | 2026-08-25T03:26:25.757Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFOAug 25 03:26:24.651 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4404 | 2026-08-25T03:26:25.757Z | 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 } }] |
| 4405 | 2026-08-25T03:26:25.757Z | DEBG initted freemap. size: 64, unitAug 25 03:26:24.651:Aug 25 03:26:24.651 DEBGfreemap_route_ipv4 |
| 4406 | 2026-08-25T03:26:25.757Z | 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 |
| 4407 | 2026-08-25T03:26:25.757Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 03:26:24.651 |
| 4408 | 2026-08-25T03:26:25.757Z | DEBG Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBGreset freemap , adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunit |
| 4409 | 2026-08-25T03:26:25.757Z | :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 } }] |
| 4410 | 2026-08-25T03:26:25.757Z | freemap_route_ipv4 |
| 4411 | 2026-08-25T03:26:25.757Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651DEBG INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffinitted freemap. size: 64replacing 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 } }] |
| 4412 | 2026-08-25T03:26:25.757Z | , |
| 4413 | 2026-08-25T03:26:25.757Z | unit: freemap_route_ipv6 |
| 4414 | 2026-08-25T03:26:25.758Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFOAug 25 03:26:24.651 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 } }]DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4415 | 2026-08-25T03:26:25.758Z | |
| 4416 | 2026-08-25T03:26:25.758Z | reset freemap, unitAug 25 03:26:24.651Aug 25 03:26:24.651 :DEBG INFOfreemap_route_ipv6replacing 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 } }] |
| 4417 | 2026-08-25T03:26:25.758Z | |
| 4418 | 2026-08-25T03:26:25.758Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4419 | 2026-08-25T03:26:25.758Z | Aug 25 03:26:24.651 Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO 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 } }] |
| 4420 | 2026-08-25T03:26:25.758Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4421 | 2026-08-25T03:26:25.758Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4422 | 2026-08-25T03:26:25.758Z | Aug 25 03:26:24.651 INFOAug 25 03:26:24.651 Aug 25 03:26:24.651adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4423 | 2026-08-25T03:26:25.758Z | DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4424 | 2026-08-25T03:26:25.758Z | |
| 4425 | 2026-08-25T03:26:25.758Z | Aug 25 03:26:24.651 Aug 25 03:26:24.651DEBGAug 25 03:26:24.651 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 } }] |
| 4426 | 2026-08-25T03:26:25.758Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 03:26:24.651 |
| 4427 | 2026-08-25T03:26:25.758Z | |
| 4428 | 2026-08-25T03:26:25.758Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4429 | 2026-08-25T03:26:25.758Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651DEBG 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 } }]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 |
| 4430 | 2026-08-25T03:26:25.758Z | 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 } }] |
| 4431 | 2026-08-25T03:26:25.758Z | |
| 4432 | 2026-08-25T03:26:25.758Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4433 | 2026-08-25T03:26:25.758Z | Aug 25 03:26:24.651 Aug 25 03:26:24.651INFOAug 25 03:26:24.651 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 4434 | 2026-08-25T03:26:25.758Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4435 | 2026-08-25T03:26:25.758Z | |
| 4436 | 2026-08-25T03:26:25.758Z | test api_server::tests::test_build_info ... ok |
| 4437 | 2026-08-25T03:26:25.758Z | Aug 25 03:26:24.651 DEBGAug 25 03:26:24.651Aug 25 03:26:24.651 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4438 | 2026-08-25T03:26:25.758Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4439 | 2026-08-25T03:26:25.758Z | 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 25 03:26:24.651 |
| 4440 | 2026-08-25T03:26:25.759Z | INFOAug 25 03:26:24.651 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 4441 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4442 | 2026-08-25T03:26:25.759Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4443 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651 DEBGAug 25 03:26:24.651Aug 25 03:26:24.651 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 } }] 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 } }] |
| 4444 | 2026-08-25T03:26:25.759Z | |
| 4445 | 2026-08-25T03:26:25.759Z | 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 } }] |
| 4446 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 INFO INFOAug 25 03:26:24.651 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4447 | 2026-08-25T03:26:25.759Z | INFO |
| 4448 | 2026-08-25T03:26:25.759Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 03:26:24.651 |
| 4449 | 2026-08-25T03:26:25.759Z | DEBGAug 25 03:26:24.651 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 |
| 4450 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651 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 |
| 4451 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651 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 |
| 4452 | 2026-08-25T03:26:25.759Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4453 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651INFO INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4454 | 2026-08-25T03:26:25.759Z | 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 } }] |
| 4455 | 2026-08-25T03:26:25.759Z | |
| 4456 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFODEBG adding route 3fff:beef:11::/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 } }] |
| 4457 | 2026-08-25T03:26:25.759Z | |
| 4458 | 2026-08-25T03:26:25.759Z | 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 } }] |
| 4459 | 2026-08-25T03:26:25.759Z | Aug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651DEBG INFOAug 25 03:26:24.651INFOreplacing 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 } }] |
| 4460 | 2026-08-25T03:26:25.759Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 4461 | 2026-08-25T03:26:25.760Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffcreated new freemap |
| 4462 | 2026-08-25T03:26:25.760Z | Aug 25 03:26:24.651, unitAug 25 03:26:24.651INFOAug 25 03:26:24.652 : DEBG adding route 3fff:beef:12::/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 } }]freemap_route_ipv4 |
| 4463 | 2026-08-25T03:26:25.760Z | |
| 4464 | 2026-08-25T03:26:25.760Z | |
| 4465 | 2026-08-25T03:26:25.760Z | 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 25 03:26:24.652Aug 25 03:26:24.652 |
| 4466 | 2026-08-25T03:26:25.760Z | Aug 25 03:26:24.652DEBG Aug 25 03:26:24.651DEBG INFO created new freemapDEBGadding route 3fff:beef:6::/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 } }], |
| 4467 | 2026-08-25T03:26:25.760Z | unitAug 25 03:26:24.652: |
| 4468 | 2026-08-25T03:26:25.760Z | freemap_route_ipv6created new freemap |
| 4469 | 2026-08-25T03:26:25.760Z | Aug 25 03:26:24.652 DEBGAug 25 03:26:24.652 , Aug 25 03:26:24.652replacing 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 unitDEBG: |
| 4470 | 2026-08-25T03:26:25.760Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv4initted freemap. size: 64 |
| 4471 | 2026-08-25T03:26:25.760Z | , unit: |
| 4472 | 2026-08-25T03:26:25.760Z | freemap_route_ipv4Aug 25 03:26:24.652 |
| 4473 | 2026-08-25T03:26:25.760Z | Aug 25 03:26:24.652DEBG INFOAug 25 03:26:24.652replacing 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 25 03:26:24.652adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4474 | 2026-08-25T03:26:25.760Z | DEBG DEBG |
| 4475 | 2026-08-25T03:26:25.760Z | reset freemap, created new freemapunitAug 25 03:26:24.652:, Aug 25 03:26:24.652unit freemap_route_ipv4INFO |
| 4476 | 2026-08-25T03:26:25.760Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff: |
| 4477 | 2026-08-25T03:26:25.760Z | DEBG Aug 25 03:26:24.652replacing 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 } }] |
| 4478 | 2026-08-25T03:26:25.760Z | freemap_route_ipv6DEBG |
| 4479 | 2026-08-25T03:26:25.760Z | initted freemap. size: 64, unit:Aug 25 03:26:24.652 Aug 25 03:26:24.652freemap_route_ipv6DEBG |
| 4480 | 2026-08-25T03:26:25.760Z | Aug 25 03:26:24.652 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 } }]DEBGINFO |
| 4481 | 2026-08-25T03:26:25.760Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4482 | 2026-08-25T03:26:25.760Z | initted freemap. size: 64DEBG, unitAug 25 03:26:24.652: Aug 25 03:26:24.652INFO reset freemapDEBG, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff :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 } }] |
| 4483 | 2026-08-25T03:26:25.760Z | |
| 4484 | 2026-08-25T03:26:25.760Z | freemap_route_ipv6freemap_route_ipv4 |
| 4485 | 2026-08-25T03:26:25.760Z | |
| 4486 | 2026-08-25T03:26:25.760Z | Aug 25 03:26:24.652 Aug 25 03:26:24.652Aug 25 03:26:24.652DEBG Aug 25 03:26:24.652 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4487 | 2026-08-25T03:26:25.760Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4488 | 2026-08-25T03:26:25.760Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 4489 | 2026-08-25T03:26:25.760Z | reset freemapAug 25 03:26:24.652, Aug 25 03:26:24.652 Aug 25 03:26:24.652 DEBG unitINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4490 | 2026-08-25T03:26:25.760Z | DEBG: |
| 4491 | 2026-08-25T03:26:25.760Z | 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 } }] |
| 4492 | 2026-08-25T03:26:25.760Z | freemap_route_ipv4Aug 25 03:26:24.652Aug 25 03:26:24.652 |
| 4493 | 2026-08-25T03:26:25.760Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4494 | 2026-08-25T03:26:25.760Z | 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 25 03:26:24.652Aug 25 03:26:24.652 |
| 4495 | 2026-08-25T03:26:25.760Z | INFO DEBGAug 25 03:26:24.652adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652DEBG 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 } }] |
| 4496 | 2026-08-25T03:26:25.771Z | |
| 4497 | 2026-08-25T03:26:25.771Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4498 | 2026-08-25T03:26:25.771Z | Aug 25 03:26:24.652, unitDEBG:Aug 25 03:26:24.652 Aug 25 03:26:24.652 INFOfreemap_route_ipv6replacing 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 |
| 4499 | 2026-08-25T03:26:25.771Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4500 | 2026-08-25T03:26:25.771Z | 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 25 03:26:24.652 |
| 4501 | 2026-08-25T03:26:25.771Z | INFO |
| 4502 | 2026-08-25T03:26:25.772Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4503 | 2026-08-25T03:26:25.772Z | Aug 25 03:26:24.652 Aug 25 03:26:24.652DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652reset freemap |
| 4504 | 2026-08-25T03:26:25.772Z | |
| 4505 | 2026-08-25T03:26:25.772Z | , unitDEBG:Aug 25 03:26:24.652Aug 25 03:26:24.652 DEBGfreemap_route_ipv6INFO 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: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 } }] |
| 4506 | 2026-08-25T03:26:25.772Z | |
| 4507 | 2026-08-25T03:26:25.772Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4508 | 2026-08-25T03:26:25.772Z | |
| 4509 | 2026-08-25T03:26:25.772Z | Aug 25 03:26:24.652Aug 25 03:26:24.652 Aug 25 03:26:24.652INFOAug 25 03:26:24.652INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFODEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4510 | 2026-08-25T03:26:25.772Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4511 | 2026-08-25T03:26:25.772Z | |
| 4512 | 2026-08-25T03:26:25.773Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4513 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652 Aug 25 03:26:24.652Aug 25 03:26:24.652DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652 |
| 4514 | 2026-08-25T03:26:25.773Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4515 | 2026-08-25T03:26:25.773Z | |
| 4516 | 2026-08-25T03:26:25.773Z | |
| 4517 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652Aug 25 03:26:24.652Aug 25 03:26:24.652 Aug 25 03:26:24.652DEBG INFOINFOINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4518 | 2026-08-25T03:26:25.773Z | |
| 4519 | 2026-08-25T03:26:25.773Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4520 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4521 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652Aug 25 03:26:24.652adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG |
| 4522 | 2026-08-25T03:26:25.773Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4523 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652replacing 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 } }] |
| 4524 | 2026-08-25T03:26:25.773Z | DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652 |
| 4525 | 2026-08-25T03:26:25.773Z | DEBG Aug 25 03:26:24.652replacing 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 25 03:26:24.652 |
| 4526 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOAug 25 03:26:24.652 |
| 4527 | 2026-08-25T03:26:25.773Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4528 | 2026-08-25T03:26:25.773Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4529 | 2026-08-25T03:26:25.773Z | INFOAug 25 03:26:24.652DEBG 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4530 | 2026-08-25T03:26:25.773Z | 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 } }] |
| 4531 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652 DEBG |
| 4532 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652Aug 25 03:26:24.652 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 } }]DEBGINFO Aug 25 03:26:24.652adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-25T03:26:25.773Z | 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 } }] |
| 4534 | 2026-08-25T03:26:25.773Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4535 | 2026-08-25T03:26:25.773Z | |
| 4536 | 2026-08-25T03:26:25.773Z | Aug 25 03:26:24.652 Aug 25 03:26:24.652DEBG Aug 25 03:26:24.652Aug 25 03:26:24.652INFO adding route 3fff:beef:f::/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 |
| 4537 | 2026-08-25T03:26:25.773Z | |
| 4538 | 2026-08-25T03:26:25.773Z | INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652Aug 25 03:26:24.652adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4539 | 2026-08-25T03:26:25.773Z | DEBGINFO |
| 4540 | 2026-08-25T03:26:25.773Z | 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 } }] |
| 4541 | 2026-08-25T03:26:25.773Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4542 | 2026-08-25T03:26:25.774Z | Aug 25 03:26:24.652 INFO Aug 25 03:26:24.652Aug 25 03:26:24.652adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652INFO |
| 4543 | 2026-08-25T03:26:25.774Z | DEBG Aug 25 03:26:24.652DEBGreplacing 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 } }] |
| 4544 | 2026-08-25T03:26:25.774Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 4545 | 2026-08-25T03:26:25.775Z | 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: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 } }] |
| 4546 | 2026-08-25T03:26:25.775Z | |
| 4547 | 2026-08-25T03:26:25.775Z | Aug 25 03:26:24.652 Aug 25 03:26:24.652INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 03:26:24.652Aug 25 03:26:24.652 |
| 4548 | 2026-08-25T03:26:25.775Z | INFO INFOAug 25 03:26:24.652 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4549 | 2026-08-25T03:26:25.775Z | |
| 4550 | 2026-08-25T03:26:25.775Z | DEBG |
| 4551 | 2026-08-25T03:26:25.775Z | Aug 25 03:26:24.652replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652 |
| 4552 | 2026-08-25T03:26:25.775Z | Aug 25 03:26:24.652 INFO DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4553 | 2026-08-25T03:26:25.775Z | 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 INFO |
| 4554 | 2026-08-25T03:26:25.775Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4555 | 2026-08-25T03:26:25.775Z | 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 } }] DEBGAug 25 03:26:24.652Aug 25 03:26:24.652 INFO |
| 4556 | 2026-08-25T03:26:25.775Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 4557 | 2026-08-25T03:26:25.775Z | 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: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 } }] |
| 4558 | 2026-08-25T03:26:25.775Z | |
| 4559 | 2026-08-25T03:26:25.775Z | Aug 25 03:26:24.652 Aug 25 03:26:24.652DEBGAug 25 03:26:24.652Aug 25 03:26:24.652 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4560 | 2026-08-25T03:26:25.775Z | INFOINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4561 | 2026-08-25T03:26:25.775Z | INFO |
| 4562 | 2026-08-25T03:26:25.775Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4563 | 2026-08-25T03:26:25.775Z | |
| 4564 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652 Aug 25 03:26:24.652DEBG Aug 25 03:26:24.652replacing 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 |
| 4565 | 2026-08-25T03:26:25.776Z | DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4566 | 2026-08-25T03:26:25.776Z | |
| 4567 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652Aug 25 03:26:24.652 DEBGINFO Aug 25 03:26:24.652replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4568 | 2026-08-25T03:26:25.776Z | |
| 4569 | 2026-08-25T03:26:25.776Z | INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4570 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4571 | 2026-08-25T03:26:25.776Z | INFOAug 25 03:26:24.652 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652 |
| 4572 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652DEBG DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4573 | 2026-08-25T03:26:25.776Z | |
| 4574 | 2026-08-25T03:26:25.776Z | 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 } }] |
| 4575 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652Aug 25 03:26:24.652Aug 25 03:26:24.652 INFODEBG INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4576 | 2026-08-25T03:26:25.776Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4577 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652replacing 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 } }] |
| 4578 | 2026-08-25T03:26:25.776Z | INFO Aug 25 03:26:24.652adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4579 | 2026-08-25T03:26:25.776Z | DEBGAug 25 03:26:24.652 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652 |
| 4580 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652INFO DEBGDEBG Aug 25 03:26:24.652replacing 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: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 } }] |
| 4581 | 2026-08-25T03:26:25.776Z | INFO |
| 4582 | 2026-08-25T03:26:25.776Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4583 | 2026-08-25T03:26:25.776Z | INFOAug 25 03:26:24.652 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4584 | 2026-08-25T03:26:25.776Z | 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 } }] |
| 4585 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4586 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4587 | 2026-08-25T03:26:25.776Z | |
| 4588 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652 DEBG Aug 25 03:26:24.652replacing 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 25 03:26:24.652 |
| 4589 | 2026-08-25T03:26:25.776Z | 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 } }] |
| 4590 | 2026-08-25T03:26:25.776Z | INFOAug 25 03:26:24.652 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 4591 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4592 | 2026-08-25T03:26:25.776Z | INFOAug 25 03:26:24.652 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 4593 | 2026-08-25T03:26:25.776Z | Aug 25 03:26:24.652 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4594 | 2026-08-25T03:26:25.777Z | Aug 25 03:26:24.652replacing 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 } }] |
| 4595 | 2026-08-25T03:26:25.777Z | 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 } }] |
| 4596 | 2026-08-25T03:26:25.786Z | Aug 25 03:26:24.652Aug 25 03:26:24.652 INFOINFO Aug 25 03:26:24.652adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 4597 | 2026-08-25T03:26:25.786Z | |
| 4598 | 2026-08-25T03:26:25.786Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4599 | 2026-08-25T03:26:25.786Z | Aug 25 03:26:24.652 DEBGAug 25 03:26:24.652Aug 25 03:26:24.652 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 } }]DEBG |
| 4600 | 2026-08-25T03:26:25.786Z | 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: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 } }] |
| 4601 | 2026-08-25T03:26:25.787Z | |
| 4602 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4603 | 2026-08-25T03:26:25.787Z | INFOAug 25 03:26:24.652 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 03:26:24.652INFO |
| 4604 | 2026-08-25T03:26:25.787Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 4605 | 2026-08-25T03:26:25.787Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652 |
| 4606 | 2026-08-25T03:26:25.787Z | DEBG Aug 25 03:26:24.652replacing 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 } }] |
| 4607 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652DEBG 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 } }] Aug 25 03:26:24.652adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4608 | 2026-08-25T03:26:25.787Z | INFO |
| 4609 | 2026-08-25T03:26:25.787Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4610 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652 DEBG Aug 25 03:26:24.652replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:26:24.652 |
| 4611 | 2026-08-25T03:26:25.787Z | INFODEBG 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:1d::/64 -> 2001:db8::55:ff |
| 4612 | 2026-08-25T03:26:25.787Z | |
| 4613 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 03:26:24.652Aug 25 03:26:24.652 |
| 4614 | 2026-08-25T03:26:25.787Z | INFO DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4615 | 2026-08-25T03:26:25.787Z | 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 |
| 4616 | 2026-08-25T03:26:25.787Z | 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 25 03:26:24.652 |
| 4617 | 2026-08-25T03:26:25.787Z | DEBGAug 25 03:26:24.652 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 25 03:26:24.652 |
| 4618 | 2026-08-25T03:26:25.787Z | INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652 |
| 4620 | 2026-08-25T03:26:25.787Z | INFO Aug 25 03:26:24.652adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4621 | 2026-08-25T03:26:25.787Z | DEBG Aug 25 03:26:24.652replacing 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 |
| 4622 | 2026-08-25T03:26:25.787Z | 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: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 } }] |
| 4623 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652 |
| 4624 | 2026-08-25T03:26:25.787Z | INFO Aug 25 03:26:24.652adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 03:26:24.652 |
| 4625 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4626 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652 |
| 4627 | 2026-08-25T03:26:25.787Z | 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 } }] |
| 4628 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4629 | 2026-08-25T03:26:25.787Z | Aug 25 03:26:24.652DEBG Aug 25 03:26:24.652 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 } }] |
| 4630 | 2026-08-25T03:26:25.788Z | DEBG adding route 3fff:beef:2b::/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 } }] |
| 4631 | 2026-08-25T03:26:25.788Z | |
| 4632 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.652 DEBGAug 25 03:26:24.653 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 25 03:26:24.653 |
| 4633 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4634 | 2026-08-25T03:26:25.788Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4635 | 2026-08-25T03:26:25.788Z | |
| 4636 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653 Aug 25 03:26:24.653DEBG INFOAug 25 03:26:24.653replacing 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 } }] |
| 4637 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 4638 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4639 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653Aug 25 03:26:24.653 DEBG Aug 25 03:26:24.653DEBG 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 } }]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 } }] |
| 4640 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4641 | 2026-08-25T03:26:25.788Z | |
| 4642 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653 DEBGINFO Aug 25 03:26:24.653Aug 25 03:26:24.653adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4643 | 2026-08-25T03:26:25.788Z | |
| 4644 | 2026-08-25T03:26:25.788Z | INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 Aug 25 03:26:24.653 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 |
| 4645 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4646 | 2026-08-25T03:26:25.788Z | DEBG |
| 4647 | 2026-08-25T03:26:25.788Z | 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 25 03:26:24.653 |
| 4648 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653INFO Aug 25 03:26:24.653adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4649 | 2026-08-25T03:26:25.788Z | DEBGAug 25 03:26:24.653 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 |
| 4650 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG Aug 25 03:26:24.653replacing 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 } }] |
| 4651 | 2026-08-25T03:26:25.788Z | DEBGAug 25 03:26:24.653 Aug 25 03:26:24.653INFOreplacing 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 } }] |
| 4652 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG |
| 4653 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653replacing 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 } }] |
| 4654 | 2026-08-25T03:26:25.788Z | INFO |
| 4655 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4656 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653DEBG Aug 25 03:26:24.653INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 03:26:24.653replacing 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 } }] |
| 4657 | 2026-08-25T03:26:25.788Z | INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4658 | 2026-08-25T03:26:25.788Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4659 | 2026-08-25T03:26:25.788Z | |
| 4660 | 2026-08-25T03:26:25.788Z | Aug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653Aug 25 03:26:24.653INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4661 | 2026-08-25T03:26:25.788Z | DEBG |
| 4662 | 2026-08-25T03:26:25.789Z | DEBG Aug 25 03:26:24.653replacing 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 25 03:26:24.653 |
| 4663 | 2026-08-25T03:26:25.789Z | 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 } }]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 |
| 4664 | 2026-08-25T03:26:25.789Z | |
| 4665 | 2026-08-25T03:26:25.789Z | 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 } }] |
| 4666 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653 Aug 25 03:26:24.653INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 Aug 25 03:26:24.653 INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4667 | 2026-08-25T03:26:25.789Z | INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4668 | 2026-08-25T03:26:25.789Z | |
| 4669 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBG |
| 4670 | 2026-08-25T03:26:25.789Z | 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 25 03:26:24.653 DEBGAug 25 03:26:24.653 |
| 4671 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653 DEBGDEBGreplacing 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 25 03:26:24.653 |
| 4672 | 2026-08-25T03:26:25.789Z | INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4673 | 2026-08-25T03:26:25.789Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4674 | 2026-08-25T03:26:25.789Z | |
| 4675 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4676 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653Aug 25 03:26:24.653 DEBGINFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/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 } }]Aug 25 03:26:24.653 |
| 4677 | 2026-08-25T03:26:25.789Z | |
| 4678 | 2026-08-25T03:26:25.789Z | |
| 4679 | 2026-08-25T03:26:25.789Z | 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 } }] |
| 4680 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653Aug 25 03:26:24.653Aug 25 03:26:24.653 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 25 03:26:24.653DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4681 | 2026-08-25T03:26:25.789Z | |
| 4682 | 2026-08-25T03:26:25.789Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4683 | 2026-08-25T03:26:25.789Z | |
| 4684 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653 DEBGAug 25 03:26:24.653Aug 25 03:26:24.653 DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4685 | 2026-08-25T03:26:25.789Z | Aug 25 03:26:24.653adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4686 | 2026-08-25T03:26:25.789Z | 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 25 03:26:24.653 |
| 4687 | 2026-08-25T03:26:25.789Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO |
| 4688 | 2026-08-25T03:26:25.789Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4689 | 2026-08-25T03:26:25.790Z | INFOAug 25 03:26:24.653 Aug 25 03:26:24.653 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4690 | 2026-08-25T03:26:25.790Z | 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 } }] |
| 4691 | 2026-08-25T03:26:25.790Z | Aug 25 03:26:24.653 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: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 } }] |
| 4692 | 2026-08-25T03:26:25.790Z | DEBG |
| 4693 | 2026-08-25T03:26:25.790Z | 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 } }] |
| 4694 | 2026-08-25T03:26:25.790Z | Aug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4695 | 2026-08-25T03:26:25.790Z | |
| 4696 | 2026-08-25T03:26:25.801Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4697 | 2026-08-25T03:26:25.801Z | Aug 25 03:26:24.653 Aug 25 03:26:24.653DEBG 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 } }]INFO |
| 4698 | 2026-08-25T03:26:25.801Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.653 |
| 4699 | 2026-08-25T03:26:25.801Z | Aug 25 03:26:24.653adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG |
| 4700 | 2026-08-25T03:26:25.801Z | INFOAug 25 03:26:24.653replacing 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 } }] |
| 4701 | 2026-08-25T03:26:25.801Z | INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4702 | 2026-08-25T03:26:25.801Z | Aug 25 03:26:24.653 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4703 | 2026-08-25T03:26:25.801Z | 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 } }] |
| 4704 | 2026-08-25T03:26:25.801Z | DEBG Aug 25 03:26:24.653replacing 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 25 03:26:24.653 |
| 4705 | 2026-08-25T03:26:25.801Z | DEBGINFO Aug 25 03:26:24.653Aug 25 03:26:24.653 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 } }] INFOINFO |
| 4706 | 2026-08-25T03:26:25.801Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4707 | 2026-08-25T03:26:25.801Z | |
| 4708 | 2026-08-25T03:26:25.801Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4709 | 2026-08-25T03:26:25.801Z | Aug 25 03:26:24.653 Aug 25 03:26:24.653INFO Aug 25 03:26:24.653 DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4710 | 2026-08-25T03:26:25.802Z | Aug 25 03:26:24.653 |
| 4711 | 2026-08-25T03:26:25.802Z | DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.653 |
| 4712 | 2026-08-25T03:26:25.802Z | 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 } }]Aug 25 03:26:24.653DEBG |
| 4713 | 2026-08-25T03:26:25.802Z | INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.653 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4714 | 2026-08-25T03:26:25.802Z | |
| 4715 | 2026-08-25T03:26:25.802Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4716 | 2026-08-25T03:26:25.802Z | Aug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4717 | 2026-08-25T03:26:25.802Z | Aug 25 03:26:24.653 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4718 | 2026-08-25T03:26:25.802Z | |
| 4719 | 2026-08-25T03:26:25.802Z | DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.653 |
| 4720 | 2026-08-25T03:26:25.802Z | INFO Aug 25 03:26:24.653Aug 25 03:26:24.653 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBGDEBG |
| 4721 | 2026-08-25T03:26:25.802Z | Aug 25 03:26:24.653 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 |
| 4722 | 2026-08-25T03:26:25.802Z | 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 25 03:26:24.653 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 4723 | 2026-08-25T03:26:25.802Z | Aug 25 03:26:24.653 |
| 4724 | 2026-08-25T03:26:25.802Z | 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 } }] |
| 4725 | 2026-08-25T03:26:25.802Z | INFO Aug 25 03:26:24.653adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4726 | 2026-08-25T03:26:25.802Z | INFOAug 25 03:26:24.653 DEBGAug 25 03:26:24.653 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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 } }] |
| 4727 | 2026-08-25T03:26:25.802Z | |
| 4728 | 2026-08-25T03:26:25.803Z | 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 } }] |
| 4729 | 2026-08-25T03:26:25.803Z | INFOAug 25 03:26:24.653Aug 25 03:26:24.653 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4730 | 2026-08-25T03:26:25.803Z | |
| 4731 | 2026-08-25T03:26:25.803Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 4732 | 2026-08-25T03:26:25.803Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4733 | 2026-08-25T03:26:25.803Z | Aug 25 03:26:24.653 INFOAug 25 03:26:24.653 DEBGAug 25 03:26:24.653DEBG adding route 3fff:beef:1b::/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 } }] |
| 4734 | 2026-08-25T03:26:25.803Z | 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 } }] |
| 4735 | 2026-08-25T03:26:25.803Z | |
| 4736 | 2026-08-25T03:26:25.803Z | DEBGAug 25 03:26:24.653 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 25 03:26:24.653DEBG |
| 4737 | 2026-08-25T03:26:25.803Z | 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 } }]INFOAug 25 03:26:24.653 |
| 4738 | 2026-08-25T03:26:25.803Z | INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4739 | 2026-08-25T03:26:25.803Z | |
| 4740 | 2026-08-25T03:26:25.803Z | Aug 25 03:26:24.653 Aug 25 03:26:24.653INFO Aug 25 03:26:24.653adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4741 | 2026-08-25T03:26:25.803Z | 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 } }] |
| 4742 | 2026-08-25T03:26:25.803Z | Aug 25 03:26:24.653 |
| 4743 | 2026-08-25T03:26:25.803Z | DEBG Aug 25 03:26:24.653replacing 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 25 03:26:24.653Aug 25 03:26:24.653 |
| 4744 | 2026-08-25T03:26:25.803Z | DEBGINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 03:26:24.653replacing 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 } }] |
| 4745 | 2026-08-25T03:26:25.803Z | INFO |
| 4746 | 2026-08-25T03:26:25.803Z | 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 } }] |
| 4747 | 2026-08-25T03:26:25.803Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4748 | 2026-08-25T03:26:25.803Z | Aug 25 03:26:24.653 Aug 25 03:26:24.653INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFODEBG |
| 4749 | 2026-08-25T03:26:25.803Z | 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:22::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4750 | 2026-08-25T03:26:25.803Z | Aug 25 03:26:24.653 DEBG |
| 4751 | 2026-08-25T03:26:25.804Z | 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 |
| 4752 | 2026-08-25T03:26:25.804Z | 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 } }] |
| 4753 | 2026-08-25T03:26:25.804Z | Aug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653INFOAug 25 03:26:24.653 DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 4754 | 2026-08-25T03:26:25.804Z | adding route 3fff:beef:2e::/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 } }]INFO |
| 4755 | 2026-08-25T03:26:25.804Z | |
| 4756 | 2026-08-25T03:26:25.804Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4757 | 2026-08-25T03:26:25.804Z | Aug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653DEBG 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 } }]DEBGAug 25 03:26:24.653INFO |
| 4758 | 2026-08-25T03:26:25.804Z | DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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: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 } }] |
| 4759 | 2026-08-25T03:26:25.804Z | |
| 4760 | 2026-08-25T03:26:25.804Z | |
| 4761 | 2026-08-25T03:26:25.804Z | Aug 25 03:26:24.653 Aug 25 03:26:24.653Aug 25 03:26:24.653 INFO INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4762 | 2026-08-25T03:26:25.804Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4763 | 2026-08-25T03:26:25.804Z | |
| 4764 | 2026-08-25T03:26:25.804Z | Aug 25 03:26:24.653 DEBG 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 } }] Aug 25 03:26:24.653Aug 25 03:26:24.653adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 |
| 4765 | 2026-08-25T03:26:25.804Z | DEBGDEBG |
| 4766 | 2026-08-25T03:26:25.804Z | 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 } }] |
| 4767 | 2026-08-25T03:26:25.804Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4768 | 2026-08-25T03:26:25.804Z | Aug 25 03:26:24.654 Aug 25 03:26:24.653DEBG Aug 25 03:26:24.657 Aug 25 03:26:24.654DEBGcreated new freemap DEBG , created new freemapINFOcreated new freemap, unit, :adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffunit |
| 4769 | 2026-08-25T03:26:25.804Z | : unitfreemap_route_ipv4freemap_route_ipv4:Aug 25 03:26:24.657Aug 25 03:26:24.657 |
| 4770 | 2026-08-25T03:26:25.804Z | INFODEBG |
| 4771 | 2026-08-25T03:26:25.805Z | 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 } }] |
| 4772 | 2026-08-25T03:26:25.805Z | Aug 25 03:26:24.657 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 25 03:26:24.657Aug 25 03:26:24.653 |
| 4773 | 2026-08-25T03:26:25.805Z | created new freemapDEBG, INFOunit :adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-25T03:26:25.805Z | Aug 25 03:26:24.657freemap_route_ipv6replacing 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 } }] |
| 4775 | 2026-08-25T03:26:25.805Z | |
| 4776 | 2026-08-25T03:26:25.805Z | DEBGAug 25 03:26:24.657 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4777 | 2026-08-25T03:26:25.805Z | 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 25 03:26:24.657 |
| 4778 | 2026-08-25T03:26:25.805Z | DEBG initted freemap. size: 64Aug 25 03:26:24.657, unitfreemap_route_ipv4INFOAug 25 03:26:24.657 Aug 25 03:26:24.657: adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4DEBG |
| 4779 | 2026-08-25T03:26:25.805Z | |
| 4780 | 2026-08-25T03:26:25.805Z | failed to allocate space for the new target listadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:26:24.657 |
| 4781 | 2026-08-25T03:26:25.805Z | |
| 4782 | 2026-08-25T03:26:25.805Z | INFO |
| 4783 | 2026-08-25T03:26:25.805Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 03:26:24.657 |
| 4784 | 2026-08-25T03:26:25.805Z | Aug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657 DEBG DEBG DEBGAug 25 03:26:24.657 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 4785 | 2026-08-25T03:26:25.805Z | Aug 25 03:26:24.657 DEBGDEBG |
| 4786 | 2026-08-25T03:26:25.805Z | |
| 4787 | 2026-08-25T03:26:25.805Z | 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 25 03:26:24.657 |
| 4788 | 2026-08-25T03:26:25.805Z | Aug 25 03:26:24.657INFO INFOreset freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 25 03:26:24.657adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4789 | 2026-08-25T03:26:25.805Z | |
| 4790 | 2026-08-25T03:26:25.805Z | INFO, DEBGunit Aug 25 03:26:24.657: Aug 25 03:26:24.657 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG DEBGfreemap_route_ipv4 |
| 4791 | 2026-08-25T03:26:25.805Z | 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 } }] |
| 4792 | 2026-08-25T03:26:25.805Z | |
| 4793 | 2026-08-25T03:26:25.805Z | created new freemap , replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657 |
| 4794 | 2026-08-25T03:26:25.805Z | DEBGINFO 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 } }]Aug 25 03:26:24.657 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4795 | 2026-08-25T03:26:25.806Z | INFO |
| 4796 | 2026-08-25T03:26:25.814Z | initted freemap. size: 64unit:adding route 3fff:beef:27::/64 -> 2001:db8::55:ff, |
| 4797 | 2026-08-25T03:26:25.814Z | unit:Aug 25 03:26:24.657 Aug 25 03:26:24.657freemap_route_ipv6 |
| 4798 | 2026-08-25T03:26:25.814Z | DEBGfreemap_route_ipv6 |
| 4799 | 2026-08-25T03:26:25.814Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:26:24.657Aug 25 03:26:24.657 |
| 4800 | 2026-08-25T03:26:25.814Z | 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 |
| 4801 | 2026-08-25T03:26:25.814Z | reset freemapDEBGAug 25 03:26:24.657 , Aug 25 03:26:24.657DEBG unitreplacing 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 |
| 4802 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 initted freemap. size: 64: , INFOunit :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4803 | 2026-08-25T03:26:25.815Z | 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 } }]freemap_route_ipv6freemap_route_ipv4 |
| 4804 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 |
| 4805 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 |
| 4806 | 2026-08-25T03:26:25.815Z | DEBG Aug 25 03:26:24.657INFOreplacing 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 } }] |
| 4807 | 2026-08-25T03:26:25.815Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 4808 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 25 03:26:24.657 |
| 4809 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 DEBG DEBGINFOAug 25 03:26:24.657 Aug 25 03:26:24.657 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4810 | 2026-08-25T03:26:25.815Z | |
| 4811 | 2026-08-25T03:26:25.815Z | reset freemap , Aug 25 03:26:24.657Aug 25 03:26:24.657adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG DEBG |
| 4812 | 2026-08-25T03:26:25.815Z | 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 } }] |
| 4813 | 2026-08-25T03:26:25.815Z | 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 } }]INFOunit adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4814 | 2026-08-25T03:26:25.815Z | |
| 4815 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657: Aug 25 03:26:24.657DEBGAug 25 03:26:24.657 Aug 25 03:26:24.657 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 DEBGINFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4816 | 2026-08-25T03:26:25.815Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4817 | 2026-08-25T03:26:25.815Z | |
| 4818 | 2026-08-25T03:26:25.815Z | |
| 4819 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 |
| 4820 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 INFOINFO Aug 25 03:26:24.657adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4821 | 2026-08-25T03:26:25.815Z | DEBG |
| 4822 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657replacing 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 25 03:26:24.657 |
| 4823 | 2026-08-25T03:26:25.815Z | DEBGAug 25 03:26:24.657 Aug 25 03:26:24.657 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 4824 | 2026-08-25T03:26:25.815Z | Aug 25 03:26:24.657 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 } }]initted freemap. size: 64DEBG |
| 4825 | 2026-08-25T03:26:25.815Z | INFO adding route 3fff:beef:26::/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 } }]Aug 25 03:26:24.657 |
| 4826 | 2026-08-25T03:26:25.816Z | INFO |
| 4827 | 2026-08-25T03:26:25.816Z | , unitAug 25 03:26:24.657: adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:26:24.657INFO Aug 25 03:26:24.657DEBG 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:dead::/64 -> 2001:db8::55:3INFO |
| 4828 | 2026-08-25T03:26:25.816Z | freemap_route_ipv6 |
| 4829 | 2026-08-25T03:26:25.816Z | |
| 4830 | 2026-08-25T03:26:25.816Z | |
| 4831 | 2026-08-25T03:26:25.816Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4832 | 2026-08-25T03:26:25.816Z | Aug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657 INFOAug 25 03:26:24.657 DEBG Aug 25 03:26:24.657DEBG adding route 3fff:beef:27::/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 } }] |
| 4833 | 2026-08-25T03:26:25.816Z | |
| 4834 | 2026-08-25T03:26:25.816Z | DEBGreset 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:26:24.657 |
| 4835 | 2026-08-25T03:26:25.816Z | : |
| 4836 | 2026-08-25T03:26:25.816Z | DEBG freemap_route_ipv6 |
| 4837 | 2026-08-25T03:26:25.816Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.657 |
| 4838 | 2026-08-25T03:26:25.816Z | Aug 25 03:26:24.657Aug 25 03:26:24.657 INFOINFOAug 25 03:26:24.657 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4839 | 2026-08-25T03:26:25.816Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 4840 | 2026-08-25T03:26:25.816Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4841 | 2026-08-25T03:26:25.816Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4842 | 2026-08-25T03:26:25.816Z | Aug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657 Aug 25 03:26:24.657INFO Aug 25 03:26:24.657adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:26:24.657 DEBG |
| 4843 | 2026-08-25T03:26:25.816Z | DEBG 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 } }]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 } }] |
| 4844 | 2026-08-25T03:26:25.816Z | created new freemap |
| 4845 | 2026-08-25T03:26:25.816Z | , 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: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 } }] |
| 4846 | 2026-08-25T03:26:25.816Z | unit: Aug 25 03:26:24.657Aug 25 03:26:24.657 |
| 4847 | 2026-08-25T03:26:25.816Z | freemap_route_ipv6 INFOAug 25 03:26:24.657 |
| 4848 | 2026-08-25T03:26:25.816Z | DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 03:26:24.657 |
| 4849 | 2026-08-25T03:26:25.816Z | Aug 25 03:26:24.657 DEBGAug 25 03:26:24.657replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4850 | 2026-08-25T03:26:25.816Z | |
| 4851 | 2026-08-25T03:26:25.816Z | |
| 4852 | 2026-08-25T03:26:25.817Z | Aug 25 03:26:24.657 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4853 | 2026-08-25T03:26:25.817Z | |
| 4854 | 2026-08-25T03:26:25.817Z | initted freemap. size: 64, Aug 25 03:26:24.657unit :DEBGAug 25 03:26:24.657 freemap_route_ipv4INFO |
| 4855 | 2026-08-25T03:26:25.817Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 03:26:24.657 |
| 4856 | 2026-08-25T03:26:25.817Z | test route::tests::grow_succeeds ... ok |
| 4857 | 2026-08-25T03:26:25.817Z | |
| 4858 | 2026-08-25T03:26:25.817Z | Aug 25 03:26:24.657DEBGAug 25 03:26:24.657 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4859 | 2026-08-25T03:26:25.817Z | DEBG |
| 4860 | 2026-08-25T03:26:25.817Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 03:26:24.657 |
| 4861 | 2026-08-25T03:26:25.817Z | Aug 25 03:26:24.657 INFOAug 25 03:26:24.657 INFODEBG Aug 25 03:26:24.657adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreset freemap , |
| 4862 | 2026-08-25T03:26:25.817Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunitINFO: |
| 4863 | 2026-08-25T03:26:25.817Z | freemap_route_ipv4Aug 25 03:26:24.657 |
| 4864 | 2026-08-25T03:26:25.817Z | test route::tests::identity_replace_is_noop ... ok |
| 4865 | 2026-08-25T03:26:25.817Z | DEBG Aug 25 03:26:24.657 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 4866 | 2026-08-25T03:26:25.817Z | |
| 4867 | 2026-08-25T03:26:25.817Z | 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 25 03:26:24.657 DEBG |
| 4868 | 2026-08-25T03:26:25.817Z | Aug 25 03:26:24.657 initted freemap. size: 64INFO, Aug 25 03:26:24.657adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit |
| 4869 | 2026-08-25T03:26:25.817Z | :Aug 25 03:26:24.657 freemap_route_ipv6INFO Aug 25 03:26:24.657DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 4870 | 2026-08-25T03:26:25.817Z | |
| 4871 | 2026-08-25T03:26:25.817Z | 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: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 } }] |
| 4872 | 2026-08-25T03:26:25.817Z | |
| 4873 | 2026-08-25T03:26:25.817Z | Aug 25 03:26:24.657 DEBGAug 25 03:26:24.657 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.657INFO |
| 4874 | 2026-08-25T03:26:25.817Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:26:24.657 |
| 4875 | 2026-08-25T03:26:25.818Z | Aug 25 03:26:24.657 INFODEBGAug 25 03:26:24.657INFO reset freemapadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4876 | 2026-08-25T03:26:25.818Z | , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunitDEBG: Aug 25 03:26:24.657 |
| 4877 | 2026-08-25T03:26:25.818Z | 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 } }]freemap_route_ipv6 |
| 4878 | 2026-08-25T03:26:25.818Z | Aug 25 03:26:24.658 Aug 25 03:26:24.658DEBG DEBGcreated new freemap Aug 25 03:26:24.675replacing 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 |
| 4879 | 2026-08-25T03:26:25.818Z | , created new freemap unitINFO, : unit :freemap_route_ipv4Aug 25 03:26:24.675 |
| 4880 | 2026-08-25T03:26:25.818Z | freemap_route_ipv4 |
| 4881 | 2026-08-25T03:26:25.818Z | Aug 25 03:26:24.657INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:26:24.675 |
| 4882 | 2026-08-25T03:26:25.818Z | Aug 25 03:26:24.675DEBGDEBG DEBG created new freemapcreated new freemap, , unitAug 25 03:26:24.675unit: DEBGfreemap_route_ipv6 |
| 4883 | 2026-08-25T03:26:25.818Z | :replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6created new freemap |
| 4884 | 2026-08-25T03:26:25.818Z | , |
| 4885 | 2026-08-25T03:26:25.818Z | unitAug 25 03:26:24.675 :DEBG Aug 25 03:26:24.675initted freemap. size: 64freemap_route_ipv4Aug 25 03:26:24.675 DEBG, |
| 4886 | 2026-08-25T03:26:25.818Z | unitINFO :adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4887 | 2026-08-25T03:26:25.818Z | freemap_route_ipv4 |
| 4888 | 2026-08-25T03:26:25.818Z | initted freemap. size: 64, Aug 25 03:26:24.675unit Aug 25 03:26:24.675DEBG :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 } }] freemap_route_ipv4 |
| 4889 | 2026-08-25T03:26:25.818Z | Aug 25 03:26:24.675reset freemap |
| 4890 | 2026-08-25T03:26:25.818Z | , unitAug 25 03:26:24.675DEBG :INFOAug 25 03:26:24.675 created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG, |
| 4891 | 2026-08-25T03:26:25.818Z | unit |
| 4892 | 2026-08-25T03:26:25.818Z | :reset freemap freemap_route_ipv6 |
| 4893 | 2026-08-25T03:26:25.818Z | , unitAug 25 03:26:24.675Aug 25 03:26:24.675 : DEBGAug 25 03:26:24.675 DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4894 | 2026-08-25T03:26:25.818Z | |
| 4895 | 2026-08-25T03:26:25.818Z | initted freemap. size: 64initted freemap. size: 64, , unitAug 25 03:26:24.675:unit Aug 25 03:26:24.675 INFODEBG:freemap_route_ipv6 |
| 4896 | 2026-08-25T03:26:25.829Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4897 | 2026-08-25T03:26:25.829Z | , unit: Aug 25 03:26:24.675freemap_route_ipv6 |
| 4898 | 2026-08-25T03:26:25.829Z | freemap_route_ipv4Aug 25 03:26:24.675 |
| 4899 | 2026-08-25T03:26:25.829Z | DEBGDEBGAug 25 03:26:24.675 reset freemapAug 25 03:26:24.675DEBG , 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 } }]unitDEBG: |
| 4900 | 2026-08-25T03:26:25.829Z | reset freemap , unitreset freemap:freemap_route_ipv6, |
| 4901 | 2026-08-25T03:26:25.829Z | Aug 25 03:26:24.675unit: INFO Aug 25 03:26:24.675adding route 3fff:beef:35::/64 -> 2001:db8::55:ff freemap_route_ipv4INFO |
| 4902 | 2026-08-25T03:26:25.829Z | |
| 4903 | 2026-08-25T03:26:25.829Z | freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4904 | 2026-08-25T03:26:25.829Z | |
| 4905 | 2026-08-25T03:26:25.829Z | Aug 25 03:26:24.675Aug 25 03:26:24.675 DEBG DEBGAug 25 03:26:24.675replacing 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 |
| 4906 | 2026-08-25T03:26:25.829Z | Aug 25 03:26:24.675 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOAug 25 03:26:24.675initted freemap. size: 64 |
| 4907 | 2026-08-25T03:26:25.829Z | INFO, adding route 172.16.0.0/32 -> 10.0.0.1unit |
| 4908 | 2026-08-25T03:26:25.829Z | :Aug 25 03:26:24.675 freemap_route_ipv6INFO |
| 4909 | 2026-08-25T03:26:25.829Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 03:26:24.675 |
| 4910 | 2026-08-25T03:26:25.829Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4911 | 2026-08-25T03:26:25.829Z | Aug 25 03:26:24.675DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 4912 | 2026-08-25T03:26:25.829Z | Aug 25 03:26:24.675reset freemap Aug 25 03:26:24.675DEBG DEBG, replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4913 | 2026-08-25T03:26:25.829Z | Aug 25 03:26:24.675 |
| 4914 | 2026-08-25T03:26:25.829Z | DEBG unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 03:26:24.675 |
| 4915 | 2026-08-25T03:26:25.829Z | :INFO adding route 172.16.0.0/32 -> 10.0.0.3freemap_route_ipv6 |
| 4916 | 2026-08-25T03:26:25.830Z | |
| 4917 | 2026-08-25T03:26:25.830Z | Aug 25 03:26:24.675 Aug 25 03:26:24.675Aug 25 03:26:24.675INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGINFO |
| 4918 | 2026-08-25T03:26:25.830Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4919 | 2026-08-25T03:26:25.830Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4920 | 2026-08-25T03:26:25.830Z | Aug 25 03:26:24.675 DEBG |
| 4921 | 2026-08-25T03:26:25.830Z | 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 25 03:26:24.675Aug 25 03:26:24.675 |
| 4922 | 2026-08-25T03:26:25.830Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4 Aug 25 03:26:24.675 |
| 4923 | 2026-08-25T03:26:25.830Z | Aug 25 03:26:24.675 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 25 03:26:24.675 |
| 4924 | 2026-08-25T03:26:25.830Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4925 | 2026-08-25T03:26:25.830Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4926 | 2026-08-25T03:26:25.830Z | Aug 25 03:26:24.675 |
| 4927 | 2026-08-25T03:26:25.830Z | INFOAug 25 03:26:24.675 Aug 25 03:26:24.675DEBGadding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:26:24.675 |
| 4928 | 2026-08-25T03:26:25.830Z | DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }] |
| 4929 | 2026-08-25T03:26:25.830Z | |
| 4930 | 2026-08-25T03:26:25.830Z | |
| 4931 | 2026-08-25T03:26:25.830Z | Aug 25 03:26:24.675Aug 25 03:26:24.675 Aug 25 03:26:24.675DEBG 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 } }] |
| 4932 | 2026-08-25T03:26:25.830Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4933 | 2026-08-25T03:26:25.830Z | |
| 4934 | 2026-08-25T03:26:25.830Z | Aug 25 03:26:24.675 INFOAug 25 03:26:24.675Aug 25 03:26:24.675 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 } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4935 | 2026-08-25T03:26:25.831Z | |
| 4936 | 2026-08-25T03:26:25.831Z | 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 } }] |
| 4937 | 2026-08-25T03:26:25.831Z | Aug 25 03:26:24.675Aug 25 03:26:24.675 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4938 | 2026-08-25T03:26:25.831Z | |
| 4939 | 2026-08-25T03:26:25.831Z | Aug 25 03:26:24.675 INFO Aug 25 03:26:24.675Aug 25 03:26:24.675 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFODEBG |
| 4940 | 2026-08-25T03:26:25.831Z | 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 172.17.0.1/32 -> 10.0.0.255 |
| 4941 | 2026-08-25T03:26:25.831Z | |
| 4942 | 2026-08-25T03:26:25.831Z | Aug 25 03:26:24.675 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.675Aug 25 03:26:24.675 |
| 4943 | 2026-08-25T03:26:25.831Z | INFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4944 | 2026-08-25T03:26:25.831Z | |
| 4945 | 2026-08-25T03:26:25.831Z | Aug 25 03:26:24.675 INFOAug 25 03:26:24.675 Aug 25 03:26:24.675adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO |
| 4946 | 2026-08-25T03:26:25.831Z | DEBG adding route 172.17.0.2/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 } }] |
| 4947 | 2026-08-25T03:26:25.831Z | |
| 4948 | 2026-08-25T03:26:25.831Z | Aug 25 03:26:24.675Aug 25 03:26:24.675 DEBGDEBG Aug 25 03:26:24.675replacing 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 } }] |
| 4949 | 2026-08-25T03:26:25.831Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 4950 | 2026-08-25T03:26:25.831Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4951 | 2026-08-25T03:26:25.831Z | Aug 25 03:26:24.675 Aug 25 03:26:24.675INFO Aug 25 03:26:24.675adding route 172.17.0.3/32 -> 10.0.0.255INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4952 | 2026-08-25T03:26:25.831Z | |
| 4953 | 2026-08-25T03:26:25.831Z | 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 } }] |
| 4954 | 2026-08-25T03:26:25.831Z | Aug 25 03:26:24.675Aug 25 03:26:24.675 DEBGDEBGAug 25 03:26:24.675 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4955 | 2026-08-25T03:26:25.831Z | INFO |
| 4956 | 2026-08-25T03:26:25.831Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4957 | 2026-08-25T03:26:25.831Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 03:26:24.675 |
| 4958 | 2026-08-25T03:26:25.831Z | |
| 4959 | 2026-08-25T03:26:25.831Z | INFOAug 25 03:26:24.675 Aug 25 03:26:24.675 INFODEBG Aug 25 03:26:24.675adding route 172.17.0.4/32 -> 10.0.0.255 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 } }]INFO |
| 4960 | 2026-08-25T03:26:25.832Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4961 | 2026-08-25T03:26:25.832Z | |
| 4962 | 2026-08-25T03:26:25.832Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4963 | 2026-08-25T03:26:25.832Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4964 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675Aug 25 03:26:24.675Aug 25 03:26:24.675 DEBGDEBG Aug 25 03:26:24.675INFOreplacing 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: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 } }] |
| 4965 | 2026-08-25T03:26:25.832Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4966 | 2026-08-25T03:26:25.832Z | DEBG |
| 4967 | 2026-08-25T03:26:25.832Z | 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 } }] |
| 4968 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675 Aug 25 03:26:24.675INFO Aug 25 03:26:24.675INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:26:24.675 |
| 4969 | 2026-08-25T03:26:25.832Z | DEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4970 | 2026-08-25T03:26:25.832Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 4971 | 2026-08-25T03:26:25.832Z | 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 } }] |
| 4972 | 2026-08-25T03:26:25.832Z | |
| 4973 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675 DEBGAug 25 03:26:24.675 Aug 25 03:26:24.675DEBGreplacing 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 25 03:26:24.675 |
| 4974 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675 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 } }] |
| 4975 | 2026-08-25T03:26:25.832Z | INFO DEBGDEBG Aug 25 03:26:24.675 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 4976 | 2026-08-25T03:26:25.832Z | |
| 4977 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675INFO |
| 4978 | 2026-08-25T03:26:25.832Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 03:26:24.675 |
| 4979 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFODEBG |
| 4980 | 2026-08-25T03:26:25.832Z | adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4981 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675 |
| 4982 | 2026-08-25T03:26:25.832Z | Aug 25 03:26:24.675INFO Aug 25 03:26:24.675Aug 25 03:26:24.675DEBG 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 } }] DEBG |
| 4983 | 2026-08-25T03:26:25.832Z | failed to allocate space for the new target listAug 25 03:26:24.675 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 |
| 4984 | 2026-08-25T03:26:25.833Z | |
| 4985 | 2026-08-25T03:26:25.833Z | 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 25 03:26:24.675 |
| 4986 | 2026-08-25T03:26:25.833Z | INFO Aug 25 03:26:24.675adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4987 | 2026-08-25T03:26:25.833Z | |
| 4988 | 2026-08-25T03:26:25.833Z | Aug 25 03:26:24.675 DEBGAug 25 03:26:24.675 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 03:26:24.675adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4989 | 2026-08-25T03:26:25.833Z | |
| 4990 | 2026-08-25T03:26:25.833Z | DEBGAug 25 03:26:24.675INFO 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.7/32 -> 10.0.0.255 |
| 4991 | 2026-08-25T03:26:25.833Z | Aug 25 03:26:24.675 |
| 4992 | 2026-08-25T03:26:25.833Z | DEBG Aug 25 03:26:24.675failed to allocate space for the new target list |
| 4993 | 2026-08-25T03:26:25.833Z | DEBGAug 25 03:26:24.675DEBG INFOAug 25 03:26:24.675 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4994 | 2026-08-25T03:26:25.833Z | Aug 25 03:26:24.676 Aug 25 03:26:24.676DEBGDEBG Aug 25 03:26:24.690DEBG 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 } }]created new freemap |
| 4995 | 2026-08-25T03:26:25.833Z | , created new freemapunitINFO:, unitAug 25 03:26:24.690:freemap_route_ipv4 |
| 4996 | 2026-08-25T03:26:25.839Z | INFOfreemap_route_ipv4 Aug 25 03:26:24.690adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4997 | 2026-08-25T03:26:25.839Z | DEBG created new freemap |
| 4998 | 2026-08-25T03:26:25.839Z | , adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:26:24.690 |
| 4999 | 2026-08-25T03:26:25.839Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:26:24.690unit |
| 5000 | 2026-08-25T03:26:25.839Z | :Aug 25 03:26:24.690DEBG DEBGcreated new freemapfreemap_route_ipv6 |
| 5001 | 2026-08-25T03:26:25.839Z | , unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]: |
| 5002 | 2026-08-25T03:26:25.839Z | DEBGAug 25 03:26:24.690 freemap_route_ipv6replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5003 | 2026-08-25T03:26:25.839Z | Aug 25 03:26:24.690 |
| 5004 | 2026-08-25T03:26:25.839Z | DEBG Aug 25 03:26:24.690initted freemap. size: 64 , DEBGAug 25 03:26:24.690unit INFO : initted freemap. size: 64 INFOfreemap_route_ipv4, |
| 5005 | 2026-08-25T03:26:25.839Z | unitadding route 3fff:dead::/64 -> 2001:db8::55:4 : |
| 5006 | 2026-08-25T03:26:25.839Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:26:24.690freemap_route_ipv4Aug 25 03:26:24.690 |
| 5007 | 2026-08-25T03:26:25.839Z | |
| 5008 | 2026-08-25T03:26:25.839Z | DEBGAug 25 03:26:24.690 Aug 25 03:26:24.690reset freemapDEBG , DEBGreset freemapunitDEBG, Aug 25 03:26:24.690unit ::DEBG freemap_route_ipv4freemap_route_ipv4 |
| 5009 | 2026-08-25T03:26:25.839Z | |
| 5010 | 2026-08-25T03:26:25.839Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5011 | 2026-08-25T03:26:25.839Z | 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 25 03:26:24.690replacing 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 25 03:26:24.690 |
| 5012 | 2026-08-25T03:26:25.839Z | DEBG initted freemap. size: 64 |
| 5013 | 2026-08-25T03:26:25.839Z | , DEBGAug 25 03:26:24.691 unit :initted freemap. size: 64 , freemap_route_ipv6unitDEBG: |
| 5014 | 2026-08-25T03:26:25.839Z | freemap_route_ipv6 |
| 5015 | 2026-08-25T03:26:25.839Z | Aug 25 03:26:24.691replacing targets for 3fff:dead::/64 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 25 03:26:24.691 |
| 5016 | 2026-08-25T03:26:25.839Z | Aug 25 03:26:24.691Aug 25 03:26:24.691 DEBGDEBG reset freemapINFOreset freemap, , unit :adding route 172.17.0.10/32 -> 10.0.0.255 unit |
| 5017 | 2026-08-25T03:26:25.839Z | freemap_route_ipv6: |
| 5018 | 2026-08-25T03:26:25.839Z | INFO freemap_route_ipv6Aug 25 03:26:24.691 |
| 5019 | 2026-08-25T03:26:25.839Z | Aug 25 03:26:24.691Aug 25 03:26:24.691adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 25 03:26:24.691 |
| 5020 | 2026-08-25T03:26:25.839Z | INFOWARN INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5021 | 2026-08-25T03:26:25.840Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5022 | 2026-08-25T03:26:25.840Z | 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5023 | 2026-08-25T03:26:25.840Z | Aug 25 03:26:24.691Aug 25 03:26:24.691 Aug 25 03:26:24.691 |
| 5024 | 2026-08-25T03:26:25.840Z | DEBG Aug 25 03:26:24.691 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOAug 25 03:26:24.691 |
| 5025 | 2026-08-25T03:26:25.840Z | ERRODEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5026 | 2026-08-25T03:26:25.840Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:26:24.691 Aug 25 03:26:24.691replacing 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 } }] |
| 5027 | 2026-08-25T03:26:25.840Z | INFO |
| 5028 | 2026-08-25T03:26:25.840Z | adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 5029 | 2026-08-25T03:26:25.840Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5030 | 2026-08-25T03:26:25.840Z | 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 25 03:26:24.691Aug 25 03:26:24.691 DEBG |
| 5031 | 2026-08-25T03:26:25.840Z | INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.691Aug 25 03:26:24.691 |
| 5032 | 2026-08-25T03:26:25.840Z | ERRO 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 25 03:26:24.691adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:26:24.691 |
| 5033 | 2026-08-25T03:26:25.840Z | INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5034 | 2026-08-25T03:26:25.840Z | |
| 5035 | 2026-08-25T03:26:25.840Z | Aug 25 03:26:24.691 DEBG adding route 172.17.0.12/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 } }]Aug 25 03:26:24.691 |
| 5036 | 2026-08-25T03:26:25.840Z | |
| 5037 | 2026-08-25T03:26:25.840Z | INFO 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 } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 03:26:24.691Aug 25 03:26:24.691 |
| 5038 | 2026-08-25T03:26:25.840Z | 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 } }]INFO |
| 5039 | 2026-08-25T03:26:25.840Z | |
| 5040 | 2026-08-25T03:26:25.840Z | Aug 25 03:26:24.691 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 5041 | 2026-08-25T03:26:25.840Z | Aug 25 03:26:24.691 adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 5042 | 2026-08-25T03:26:25.840Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 03:26:24.691 |
| 5043 | 2026-08-25T03:26:25.840Z | 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 25 03:26:24.691Aug 25 03:26:24.691 |
| 5044 | 2026-08-25T03:26:25.840Z | 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 } }]DEBG |
| 5045 | 2026-08-25T03:26:25.841Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.691 |
| 5046 | 2026-08-25T03:26:25.841Z | INFOAug 25 03:26:24.691 Aug 25 03:26:24.691 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5047 | 2026-08-25T03:26:25.841Z | 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 } }]INFOAug 25 03:26:24.691 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 5048 | 2026-08-25T03:26:25.841Z | |
| 5049 | 2026-08-25T03:26:25.841Z | Aug 25 03:26:24.691adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5050 | 2026-08-25T03:26:25.841Z | DEBGAug 25 03:26:24.691 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:26:24.691 |
| 5051 | 2026-08-25T03:26:25.841Z | INFODEBGAug 25 03:26:24.691 Aug 25 03:26:24.691DEBGreplacing 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 } }] |
| 5052 | 2026-08-25T03:26:25.841Z | 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 } }] |
| 5053 | 2026-08-25T03:26:25.841Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:dead::/64 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 } }] |
| 5054 | 2026-08-25T03:26:25.841Z | |
| 5055 | 2026-08-25T03:26:25.841Z | Aug 25 03:26:24.691 Aug 25 03:26:24.691 INFOINFO |
| 5056 | 2026-08-25T03:26:25.841Z | Aug 25 03:26:24.691 Aug 25 03:26:24.691WARNadding route 172.17.0.4/32 -> 10.0.0.255 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5057 | 2026-08-25T03:26:25.841Z | |
| 5058 | 2026-08-25T03:26:25.841Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5059 | 2026-08-25T03:26:25.841Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBGAug 25 03:26:24.691 |
| 5060 | 2026-08-25T03:26:25.841Z | INFO Aug 25 03:26:24.691adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 25 03:26:24.691replacing 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 } }] |
| 5061 | 2026-08-25T03:26:25.841Z | DEBG |
| 5062 | 2026-08-25T03:26:25.841Z | 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 |
| 5063 | 2026-08-25T03:26:25.841Z | Aug 25 03:26:24.691 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 |
| 5064 | 2026-08-25T03:26:25.841Z | Aug 25 03:26:24.691replacing 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 25 03:26:24.691 |
| 5065 | 2026-08-25T03:26:25.841Z | Aug 25 03:26:24.691INFO Aug 25 03:26:24.691INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5066 | 2026-08-25T03:26:25.841Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5067 | 2026-08-25T03:26:25.841Z | Aug 25 03:26:24.691INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 Aug 25 03:26:24.691replacing 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 } }] |
| 5068 | 2026-08-25T03:26:25.842Z | |
| 5069 | 2026-08-25T03:26:25.842Z | DEBG adding route 3fff:beef:38::/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 } }] |
| 5070 | 2026-08-25T03:26:25.842Z | |
| 5071 | 2026-08-25T03:26:25.842Z | Aug 25 03:26:24.691 Aug 25 03:26:24.691INFO Aug 25 03:26:24.691adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5072 | 2026-08-25T03:26:25.842Z | 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 25 03:26:24.691 |
| 5073 | 2026-08-25T03:26:25.842Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 03:26:24.691 |
| 5074 | 2026-08-25T03:26:25.842Z | 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 25 03:26:24.691 |
| 5075 | 2026-08-25T03:26:25.842Z | 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 } }] |
| 5076 | 2026-08-25T03:26:25.842Z | Aug 25 03:26:24.691replacing 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 } }] |
| 5077 | 2026-08-25T03:26:25.842Z | INFOAug 25 03:26:24.691 Aug 25 03:26:24.691adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5078 | 2026-08-25T03:26:25.842Z | Aug 25 03:26:24.691 INFOINFOINFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 03:26:24.691adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5079 | 2026-08-25T03:26:25.842Z | |
| 5080 | 2026-08-25T03:26:25.842Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5081 | 2026-08-25T03:26:25.842Z | DEBGAug 25 03:26:24.691 Aug 25 03:26:24.691 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 } }]Aug 25 03:26:24.691 |
| 5082 | 2026-08-25T03:26:25.842Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5083 | 2026-08-25T03:26:25.842Z | |
| 5084 | 2026-08-25T03:26:25.842Z | DEBG Aug 25 03:26:24.691replacing 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 25 03:26:24.691 |
| 5085 | 2026-08-25T03:26:25.842Z | INFOINFOAug 25 03:26:24.691 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5086 | 2026-08-25T03:26:25.842Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 25 03:26:24.691 |
| 5087 | 2026-08-25T03:26:25.842Z | Aug 25 03:26:24.691adding route 172.17.0.8/32 -> 10.0.0.255 Aug 25 03:26:24.691DEBGINFO |
| 5088 | 2026-08-25T03:26:25.842Z | DEBG adding route 3fff:beef:3a::/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 } }] |
| 5089 | 2026-08-25T03:26:25.842Z | 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 } }] |
| 5090 | 2026-08-25T03:26:25.842Z | |
| 5091 | 2026-08-25T03:26:25.842Z | Aug 25 03:26:24.691 DEBGAug 25 03:26:24.691 Aug 25 03:26:24.691replacing 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 } }] DEBGINFOAug 25 03:26:24.691 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5092 | 2026-08-25T03:26:25.842Z | |
| 5093 | 2026-08-25T03:26:25.842Z | INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5094 | 2026-08-25T03:26:25.842Z | Aug 25 03:26:24.691adding route 172.17.0.19/32 -> 10.0.0.255 Aug 25 03:26:24.691INFO |
| 5095 | 2026-08-25T03:26:25.842Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 5096 | 2026-08-25T03:26:25.851Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.691 |
| 5097 | 2026-08-25T03:26:25.851Z | INFOAug 25 03:26:24.691 Aug 25 03:26:24.691Aug 25 03:26:24.691 DEBGDEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5098 | 2026-08-25T03:26:25.851Z | Aug 25 03:26:24.691 Aug 25 03:26:24.691DEBGAug 25 03:26:24.706 created new freemapINFO, unitadding route 172.17.0.10/32 -> 10.0.0.255: |
| 5099 | 2026-08-25T03:26:25.851Z | freemap_route_ipv4DEBG created new freemap, unit: Aug 25 03:26:24.706replacing 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 } }]freemap_route_ipv4 |
| 5100 | 2026-08-25T03:26:25.851Z | |
| 5101 | 2026-08-25T03:26:25.851Z | 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 } }]Aug 25 03:26:24.706 |
| 5102 | 2026-08-25T03:26:25.851Z | Aug 25 03:26:24.706INFO DEBGAug 25 03:26:24.706 created new freemapINFO, adding route 172.17.0.20/32 -> 10.0.0.255unit |
| 5103 | 2026-08-25T03:26:25.851Z | : adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6 |
| 5104 | 2026-08-25T03:26:25.851Z | |
| 5105 | 2026-08-25T03:26:25.851Z | Aug 25 03:26:24.706 |
| 5106 | 2026-08-25T03:26:25.851Z | Aug 25 03:26:24.706DEBGAug 25 03:26:24.706 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 } }]Aug 25 03:26:24.706replacing 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 } }] |
| 5107 | 2026-08-25T03:26:25.851Z | |
| 5108 | 2026-08-25T03:26:25.851Z | initted freemap. size: 64DEBG, Aug 25 03:26:24.706unitcreated new freemap , INFO unitadding route 172.17.0.12/32 -> 10.0.0.255:: |
| 5109 | 2026-08-25T03:26:25.852Z | Aug 25 03:26:24.706 freemap_route_ipv6INFO |
| 5110 | 2026-08-25T03:26:25.852Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5111 | 2026-08-25T03:26:25.852Z | Aug 25 03:26:24.706freemap_route_ipv4 Aug 25 03:26:24.706DEBG |
| 5112 | 2026-08-25T03:26:25.852Z | Aug 25 03:26:24.706 DEBGDEBGreplacing 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 } }] |
| 5113 | 2026-08-25T03:26:25.852Z | 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 } }] |
| 5114 | 2026-08-25T03:26:25.852Z | Aug 25 03:26:24.706initted freemap. size: 64 , DEBGAug 25 03:26:24.706Aug 25 03:26:24.706unit INFOINFO : adding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5115 | 2026-08-25T03:26:25.852Z | |
| 5116 | 2026-08-25T03:26:25.852Z | |
| 5117 | 2026-08-25T03:26:25.852Z | reset freemap, Aug 25 03:26:24.706unitAug 25 03:26:24.706: Aug 25 03:26:24.706DEBG DEBGfreemap_route_ipv4replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5118 | 2026-08-25T03:26:25.852Z | 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 } }] |
| 5119 | 2026-08-25T03:26:25.852Z | |
| 5120 | 2026-08-25T03:26:25.852Z | reset freemap, unit:Aug 25 03:26:24.706 Aug 25 03:26:24.706 freemap_route_ipv4 INFO |
| 5121 | 2026-08-25T03:26:25.852Z | INFOadding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:26:24.706 |
| 5122 | 2026-08-25T03:26:25.852Z | adding route 172.17.0.14/32 -> 10.0.0.255DEBGAug 25 03:26:24.706 |
| 5123 | 2026-08-25T03:26:25.852Z | initted freemap. size: 64DEBGAug 25 03:26:24.706 Aug 25 03:26:24.706initted freemap. size: 64 , , unitDEBG:unit DEBGfreemap_route_ipv6 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 } }]: |
| 5124 | 2026-08-25T03:26:25.852Z | 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 } }] |
| 5125 | 2026-08-25T03:26:25.852Z | |
| 5126 | 2026-08-25T03:26:25.852Z | freemap_route_ipv6Aug 25 03:26:24.706 |
| 5127 | 2026-08-25T03:26:25.852Z | DEBGAug 25 03:26:24.706Aug 25 03:26:24.706 reset freemap INFO, Aug 25 03:26:24.706INFO unit :DEBG adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5128 | 2026-08-25T03:26:25.852Z | reset freemapfreemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255, |
| 5129 | 2026-08-25T03:26:25.852Z | |
| 5130 | 2026-08-25T03:26:25.853Z | unitAug 25 03:26:24.706: Aug 25 03:26:24.706DEBG INFOAug 25 03:26:24.706replacing 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 } }] |
| 5131 | 2026-08-25T03:26:25.853Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 5132 | 2026-08-25T03:26:25.853Z | |
| 5133 | 2026-08-25T03:26:25.853Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.706 |
| 5134 | 2026-08-25T03:26:25.853Z | INFOAug 25 03:26:24.706Aug 25 03:26:24.706 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 5135 | 2026-08-25T03:26:25.853Z | Aug 25 03:26:24.706 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5136 | 2026-08-25T03:26:25.853Z | Aug 25 03:26:24.706 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 03:26:24.706 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5137 | 2026-08-25T03:26:25.853Z | INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5138 | 2026-08-25T03:26:25.853Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5139 | 2026-08-25T03:26:25.853Z | |
| 5140 | 2026-08-25T03:26:25.853Z | Aug 25 03:26:24.706 Aug 25 03:26:24.706DEBG Aug 25 03:26:24.706Aug 25 03:26:24.706 INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 5141 | 2026-08-25T03:26:25.853Z | DEBG |
| 5142 | 2026-08-25T03:26:25.853Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }] |
| 5143 | 2026-08-25T03:26:25.853Z | |
| 5144 | 2026-08-25T03:26:25.853Z | Aug 25 03:26:24.706 Aug 25 03:26:24.706Aug 25 03:26:24.706DEBG INFOAug 25 03:26:24.706 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 5145 | 2026-08-25T03:26:25.853Z | |
| 5146 | 2026-08-25T03:26:25.853Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5147 | 2026-08-25T03:26:25.854Z | |
| 5148 | 2026-08-25T03:26:25.854Z | Aug 25 03:26:24.706 INFO Aug 25 03:26:24.706adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 03:26:24.706 |
| 5149 | 2026-08-25T03:26:25.854Z | DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.706 |
| 5150 | 2026-08-25T03:26:25.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 } }, NextHop { asic_port_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 |
| 5151 | 2026-08-25T03:26:25.854Z | 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 25 03:26:24.706 |
| 5152 | 2026-08-25T03:26:25.854Z | INFO Aug 25 03:26:24.706 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5153 | 2026-08-25T03:26:25.854Z | Aug 25 03:26:24.706 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5154 | 2026-08-25T03:26:25.854Z | |
| 5155 | 2026-08-25T03:26:25.854Z | Aug 25 03:26:24.706 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 } }]Aug 25 03:26:24.706 |
| 5156 | 2026-08-25T03:26:25.854Z | Aug 25 03:26:24.706 DEBGDEBG Aug 25 03:26:24.706replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5157 | 2026-08-25T03:26:25.854Z | |
| 5158 | 2026-08-25T03:26:25.854Z | Aug 25 03:26:24.706 Aug 25 03:26:24.706DEBG Aug 25 03:26:24.706INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 5159 | 2026-08-25T03:26:25.854Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5160 | 2026-08-25T03:26:25.854Z | |
| 5161 | 2026-08-25T03:26:25.854Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5162 | 2026-08-25T03:26:25.854Z | Aug 25 03:26:24.707Aug 25 03:26:24.707Aug 25 03:26:24.707 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 } }]INFO |
| 5163 | 2026-08-25T03:26:25.854Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 03:26:24.707 |
| 5164 | 2026-08-25T03:26:25.854Z | 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 |
| 5165 | 2026-08-25T03:26:25.854Z | Aug 25 03:26:24.707 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 } }, NextHop { asic_port_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 25 03:26:24.707Aug 25 03:26:24.707 |
| 5166 | 2026-08-25T03:26:25.854Z | INFOadding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5167 | 2026-08-25T03:26:25.854Z | DEBG |
| 5168 | 2026-08-25T03:26:25.854Z | 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 25 03:26:24.707 Aug 25 03:26:24.707 |
| 5169 | 2026-08-25T03:26:25.854Z | DEBGAug 25 03:26:24.707 DEBG DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5170 | 2026-08-25T03:26:25.854Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.707 |
| 5171 | 2026-08-25T03:26:25.855Z | |
| 5172 | 2026-08-25T03:26:25.855Z | Aug 25 03:26:24.707INFO INFO Aug 25 03:26:24.707Aug 25 03:26:24.707adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5173 | 2026-08-25T03:26:25.855Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffWARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5174 | 2026-08-25T03:26:25.855Z | INFOAug 25 03:26:24.707 |
| 5175 | 2026-08-25T03:26:25.855Z | adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 5176 | 2026-08-25T03:26:25.855Z | 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 25 03:26:24.707 |
| 5177 | 2026-08-25T03:26:25.855Z | DEBG Aug 25 03:26:24.707replacing 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 } }] |
| 5178 | 2026-08-25T03:26:25.855Z | DEBG Aug 25 03:26:24.707replacing 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 } }] |
| 5179 | 2026-08-25T03:26:25.855Z | INFO Aug 25 03:26:24.707adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5180 | 2026-08-25T03:26:25.855Z | INFO Aug 25 03:26:24.707adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5181 | 2026-08-25T03:26:25.855Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 5182 | 2026-08-25T03:26:25.855Z | Aug 25 03:26:24.707 adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 5183 | 2026-08-25T03:26:25.855Z | 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 } }] |
| 5184 | 2026-08-25T03:26:25.855Z | Aug 25 03:26:24.707Aug 25 03:26:24.707 Aug 25 03:26:24.707DEBG |
| 5185 | 2026-08-25T03:26:25.855Z | DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5186 | 2026-08-25T03:26:25.855Z | 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 25 03:26:24.707 |
| 5187 | 2026-08-25T03:26:25.855Z | 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 } }] |
| 5188 | 2026-08-25T03:26:25.855Z | Aug 25 03:26:24.707INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 03:26:24.707Aug 25 03:26:24.707 Aug 25 03:26:24.707replacing targets for 3fff:dead::/64 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 |
| 5189 | 2026-08-25T03:26:25.855Z | |
| 5190 | 2026-08-25T03:26:25.855Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5191 | 2026-08-25T03:26:25.855Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 5192 | 2026-08-25T03:26:25.855Z | Aug 25 03:26:24.707 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5193 | 2026-08-25T03:26:25.855Z | Aug 25 03:26:24.707replacing 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 } }] |
| 5194 | 2026-08-25T03:26:25.855Z | DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.707 |
| 5195 | 2026-08-25T03:26:25.855Z | Aug 25 03:26:24.707DEBG DEBGAug 25 03:26:24.707 Aug 25 03:26:24.707INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5196 | 2026-08-25T03:26:25.862Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5197 | 2026-08-25T03:26:25.862Z | |
| 5198 | 2026-08-25T03:26:25.862Z | |
| 5199 | 2026-08-25T03:26:25.862Z | Aug 25 03:26:24.707Aug 25 03:26:24.707Aug 25 03:26:24.707 Aug 25 03:26:24.707DEBGDEBG 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.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 } }] |
| 5200 | 2026-08-25T03:26:25.862Z | DEBG |
| 5201 | 2026-08-25T03:26:25.862Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 5202 | 2026-08-25T03:26:25.862Z | |
| 5203 | 2026-08-25T03:26:25.862Z | Aug 25 03:26:24.707Aug 25 03:26:24.707 INFOINFO Aug 25 03:26:24.707adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5204 | 2026-08-25T03:26:25.862Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 5205 | 2026-08-25T03:26:25.862Z | Aug 25 03:26:24.707 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 25 03:26:24.707Aug 25 03:26:24.707 |
| 5206 | 2026-08-25T03:26:25.862Z | DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 5207 | 2026-08-25T03:26:25.862Z | |
| 5208 | 2026-08-25T03:26:25.862Z | 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 } }] |
| 5209 | 2026-08-25T03:26:25.862Z | Aug 25 03:26:24.707Aug 25 03:26:24.720 DEBGINFO created new freemapadding route 172.17.0.27/32 -> 10.0.0.255Aug 25 03:26:24.707, |
| 5210 | 2026-08-25T03:26:25.862Z | unit: freemap_route_ipv4DEBGAug 25 03:26:24.720Aug 25 03:26:24.676 |
| 5211 | 2026-08-25T03:26:25.862Z | DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 5212 | 2026-08-25T03:26:25.862Z | , unit: freemap_route_ipv4 |
| 5213 | 2026-08-25T03:26:25.862Z | Aug 25 03:26:24.720 INFO Aug 25 03:26:24.720adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5214 | 2026-08-25T03:26:25.862Z | created new freemap, DEBGunit Aug 25 03:26:24.720created new freemap:Aug 25 03:26:24.720 , freemap_route_ipv4unitDEBG : |
| 5215 | 2026-08-25T03:26:25.862Z | DEBG created new freemapfreemap_route_ipv6, |
| 5216 | 2026-08-25T03:26:25.863Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5217 | 2026-08-25T03:26:25.863Z | : freemap_route_ipv6Aug 25 03:26:24.720 |
| 5218 | 2026-08-25T03:26:25.863Z | Aug 25 03:26:24.720 Aug 25 03:26:24.720DEBG DEBGAug 25 03:26:24.720 initted freemap. size: 64DEBG, INFOunit :created new freemapadding route 172.17.0.29/32 -> 10.0.0.255, |
| 5219 | 2026-08-25T03:26:25.863Z | freemap_route_ipv4unit |
| 5220 | 2026-08-25T03:26:25.863Z | initted freemap. size: 64:, Aug 25 03:26:24.720unit : freemap_route_ipv6DEBGfreemap_route_ipv4 |
| 5221 | 2026-08-25T03:26:25.863Z | Aug 25 03:26:24.720 |
| 5222 | 2026-08-25T03:26:25.863Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5223 | 2026-08-25T03:26:25.863Z | reset freemapAug 25 03:26:24.720Aug 25 03:26:24.720Aug 25 03:26:24.720, INFODEBG DEBGunitadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5224 | 2026-08-25T03:26:25.863Z | reset freemapinitted freemap. size: 64, , :unitunitAug 25 03:26:24.720: :DEBG freemap_route_ipv4replacing 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 } }] |
| 5225 | 2026-08-25T03:26:25.863Z | |
| 5226 | 2026-08-25T03:26:25.863Z | freemap_route_ipv4 |
| 5227 | 2026-08-25T03:26:25.863Z | freemap_route_ipv4Aug 25 03:26:24.720Aug 25 03:26:24.720 Aug 25 03:26:24.720 |
| 5228 | 2026-08-25T03:26:25.863Z | INFODEBG DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 5229 | 2026-08-25T03:26:25.863Z | initted freemap. size: 64Aug 25 03:26:24.720, initted freemap. size: 64 Aug 25 03:26:24.720, unit :DEBGDEBG unit freemap_route_ipv6reset freemap |
| 5230 | 2026-08-25T03:26:25.863Z | :, replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 5231 | 2026-08-25T03:26:25.863Z | |
| 5232 | 2026-08-25T03:26:25.863Z | unitAug 25 03:26:24.720 DEBG: Aug 25 03:26:24.720 reset freemapINFOAug 25 03:26:24.720 , freemap_route_ipv4 adding route 172.17.0.32/32 -> 10.0.0.255DEBGunit |
| 5233 | 2026-08-25T03:26:25.863Z | : reset freemapfreemap_route_ipv6 |
| 5234 | 2026-08-25T03:26:25.863Z | |
| 5235 | 2026-08-25T03:26:25.864Z | , Aug 25 03:26:24.720 unitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5236 | 2026-08-25T03:26:25.864Z | freemap_route_ipv6Aug 25 03:26:24.720Aug 25 03:26:24.720 |
| 5237 | 2026-08-25T03:26:25.864Z | DEBG INFOinitted freemap. size: 64 Aug 25 03:26:24.720adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5238 | 2026-08-25T03:26:25.864Z | INFO, unit Aug 25 03:26:24.720adding route 172.17.0.33/32 -> 10.0.0.255: |
| 5239 | 2026-08-25T03:26:25.864Z | Aug 25 03:26:24.720INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5240 | 2026-08-25T03:26:25.864Z | freemap_route_ipv6Aug 25 03:26:24.720 |
| 5241 | 2026-08-25T03:26:25.864Z | DEBG Aug 25 03:26:24.720replacing 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 25 03:26:24.721 |
| 5242 | 2026-08-25T03:26:25.864Z | 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 } }] |
| 5243 | 2026-08-25T03:26:25.864Z | Aug 25 03:26:24.721DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 Aug 25 03:26:24.721 reset freemapadding route 172.17.0.34/32 -> 10.0.0.255 , |
| 5244 | 2026-08-25T03:26:25.864Z | unit |
| 5245 | 2026-08-25T03:26:25.864Z | :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:26:24.721Aug 25 03:26:24.721 |
| 5246 | 2026-08-25T03:26:25.864Z | |
| 5247 | 2026-08-25T03:26:25.864Z | DEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5248 | 2026-08-25T03:26:25.864Z | Aug 25 03:26:24.721 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 25 03:26:24.721 |
| 5249 | 2026-08-25T03:26:25.864Z | Aug 25 03:26:24.721replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOINFO |
| 5250 | 2026-08-25T03:26:25.864Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5251 | 2026-08-25T03:26:25.864Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:26:24.721 |
| 5252 | 2026-08-25T03:26:25.864Z | DEBG Aug 25 03:26:24.721Aug 25 03:26:24.721 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 } }]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 } }] Aug 25 03:26:24.721 |
| 5253 | 2026-08-25T03:26:25.864Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5254 | 2026-08-25T03:26:25.865Z | |
| 5255 | 2026-08-25T03:26:25.865Z | 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 } }] |
| 5256 | 2026-08-25T03:26:25.865Z | Aug 25 03:26:24.721Aug 25 03:26:24.721 Aug 25 03:26:24.721DEBG INFO 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 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5257 | 2026-08-25T03:26:25.865Z | |
| 5258 | 2026-08-25T03:26:25.865Z | |
| 5259 | 2026-08-25T03:26:25.865Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5260 | 2026-08-25T03:26:25.865Z | Aug 25 03:26:24.721Aug 25 03:26:24.721Aug 25 03:26:24.721 Aug 25 03:26:24.721INFO Aug 25 03:26:24.721DEBG DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5261 | 2026-08-25T03:26:25.865Z | |
| 5262 | 2026-08-25T03:26:25.865Z | 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 } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5263 | 2026-08-25T03:26:25.865Z | |
| 5264 | 2026-08-25T03:26:25.865Z | Aug 25 03:26:24.721 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG Aug 25 03:26:24.721replacing 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 25 03:26:24.721Aug 25 03:26:24.721 |
| 5265 | 2026-08-25T03:26:25.865Z | |
| 5266 | 2026-08-25T03:26:25.865Z | test route::tests::same_size_non_subset_replace ... ok |
| 5267 | 2026-08-25T03:26:25.865Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5268 | 2026-08-25T03:26:25.865Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5269 | 2026-08-25T03:26:25.865Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5270 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5271 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5272 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5273 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5274 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5275 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5276 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5277 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5278 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5279 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5280 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5281 | 2026-08-25T03:26:25.865Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5282 | 2026-08-25T03:26:25.866Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5283 | 2026-08-25T03:26:25.866Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5284 | 2026-08-25T03:26:25.866Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5285 | 2026-08-25T03:26:25.866Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5286 | 2026-08-25T03:26:25.866Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5287 | 2026-08-25T03:26:25.866Z | INFODEBGINFO adding route 172.17.0.37/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5288 | 2026-08-25T03:26:25.866Z | |
| 5289 | 2026-08-25T03:26:25.866Z | |
| 5290 | 2026-08-25T03:26:25.866Z | Aug 25 03:26:24.736 DEBGAug 25 03:26:24.707Aug 25 03:26:24.736 Aug 25 03:26:24.736 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG 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 } }] |
| 5291 | 2026-08-25T03:26:25.866Z | replacing targets for 3fff:dead::/64 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 25 03:26:24.736created new freemap |
| 5292 | 2026-08-25T03:26:25.866Z | , 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 } }]freemap_route_ipv4 |
| 5293 | 2026-08-25T03:26:25.866Z | |
| 5294 | 2026-08-25T03:26:25.866Z | Aug 25 03:26:24.721 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 } }] |
| 5295 | 2026-08-25T03:26:25.866Z | Aug 25 03:26:24.736 WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5296 | 2026-08-25T03:26:25.872Z | Aug 25 03:26:24.736 |
| 5297 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5298 | 2026-08-25T03:26:25.872Z | Aug 25 03:26:24.736 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffcreated new freemap |
| 5299 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5300 | 2026-08-25T03:26:25.872Z | , unit: freemap_route_ipv6Aug 25 03:26:24.736 |
| 5301 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5302 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5303 | 2026-08-25T03:26:25.872Z | DEBGAug 25 03:26:24.736 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 } }] |
| 5304 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5305 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5306 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5307 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5308 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5309 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5310 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5311 | 2026-08-25T03:26:25.872Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5312 | 2026-08-25T03:26:25.872Z | INFO Aug 25 03:26:24.736adding route 172.17.0.38/32 -> 10.0.0.255 DEBG |
| 5313 | 2026-08-25T03:26:25.872Z | initted freemap. size: 64, Aug 25 03:26:24.736unit :INFO freemap_route_ipv4Aug 25 03:26:24.736 |
| 5314 | 2026-08-25T03:26:25.872Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5315 | 2026-08-25T03:26:25.872Z | DEBG Aug 25 03:26:24.736 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5316 | 2026-08-25T03:26:25.872Z | reset freemapAug 25 03:26:24.736, unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.736 |
| 5317 | 2026-08-25T03:26:25.873Z | |
| 5318 | 2026-08-25T03:26:25.873Z | INFO Aug 25 03:26:24.736adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5319 | 2026-08-25T03:26:25.873Z | Aug 25 03:26:24.736DEBG initted freemap. size: 64INFO, unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff: |
| 5320 | 2026-08-25T03:26:25.873Z | freemap_route_ipv6Aug 25 03:26:24.736 |
| 5321 | 2026-08-25T03:26:25.873Z | DEBGAug 25 03:26:24.736 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 } }]Aug 25 03:26:24.736 |
| 5322 | 2026-08-25T03:26:25.873Z | DEBGDEBG reset freemapreplacing 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 25 03:26:24.736unit |
| 5323 | 2026-08-25T03:26:25.873Z | :INFO freemap_route_ipv6adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5324 | 2026-08-25T03:26:25.873Z | |
| 5325 | 2026-08-25T03:26:25.873Z | Aug 25 03:26:24.736 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:26:24.736 |
| 5326 | 2026-08-25T03:26:25.873Z | Aug 25 03:26:24.736 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.16.0.0/32 -> 10.0.0.1Aug 25 03:26:24.736 |
| 5327 | 2026-08-25T03:26:25.873Z | Aug 25 03:26:24.736INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5328 | 2026-08-25T03:26:25.873Z | |
| 5329 | 2026-08-25T03:26:25.873Z | 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 25 03:26:24.736 DEBG |
| 5330 | 2026-08-25T03:26:25.873Z | Aug 25 03:26:24.736Aug 25 03:26:24.736replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5331 | 2026-08-25T03:26:25.873Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 5332 | 2026-08-25T03:26:25.873Z | 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 25 03:26:24.736 |
| 5333 | 2026-08-25T03:26:25.873Z | INFOAug 25 03:26:24.736 Aug 25 03:26:24.736adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 25 03:26:24.736 adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 5334 | 2026-08-25T03:26:25.873Z | DEBG |
| 5335 | 2026-08-25T03:26:25.873Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5336 | 2026-08-25T03:26:25.873Z | 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 25 03:26:24.736 |
| 5337 | 2026-08-25T03:26:25.873Z | Aug 25 03:26:24.736DEBGAug 25 03:26:24.736 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5338 | 2026-08-25T03:26:25.874Z | |
| 5339 | 2026-08-25T03:26:25.874Z | |
| 5340 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736Aug 25 03:26:24.736 Aug 25 03:26:24.736Aug 25 03:26:24.736INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255DEBGINFO |
| 5341 | 2026-08-25T03:26:25.874Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 5342 | 2026-08-25T03:26:25.874Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:26:24.736 |
| 5343 | 2026-08-25T03:26:25.874Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5344 | 2026-08-25T03:26:25.874Z | DEBG Aug 25 03:26:24.736replacing 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 } }] |
| 5345 | 2026-08-25T03:26:25.874Z | DEBG Aug 25 03:26:24.736replacing 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 } }] |
| 5346 | 2026-08-25T03:26:25.874Z | 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 } }] |
| 5347 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736 Aug 25 03:26:24.736INFOAug 25 03:26:24.736 INFOadding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 5348 | 2026-08-25T03:26:25.874Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 5349 | 2026-08-25T03:26:25.874Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5350 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736Aug 25 03:26:24.736 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5351 | 2026-08-25T03:26:25.874Z | |
| 5352 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736Aug 25 03:26:24.736Aug 25 03:26:24.736 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5353 | 2026-08-25T03:26:25.874Z | |
| 5354 | 2026-08-25T03:26:25.874Z | 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 } }] |
| 5355 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736 DEBGAug 25 03:26:24.736Aug 25 03:26:24.736 INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5356 | 2026-08-25T03:26:25.874Z | adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5357 | 2026-08-25T03:26:25.874Z | |
| 5358 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736 INFOAug 25 03:26:24.736 adding route 172.17.0.3/32 -> 10.0.0.255INFOAug 25 03:26:24.736 |
| 5359 | 2026-08-25T03:26:25.874Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 5360 | 2026-08-25T03:26:25.874Z | 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 } }] |
| 5361 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736Aug 25 03:26:24.736 Aug 25 03:26:24.736DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5362 | 2026-08-25T03:26:25.874Z | INFO |
| 5363 | 2026-08-25T03:26:25.874Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5364 | 2026-08-25T03:26:25.874Z | Aug 25 03:26:24.736 INFOAug 25 03:26:24.736Aug 25 03:26:24.736 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5365 | 2026-08-25T03:26:25.875Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5366 | 2026-08-25T03:26:25.875Z | 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 } }] |
| 5367 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736 DEBGAug 25 03:26:24.736 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 25 03:26:24.736 |
| 5368 | 2026-08-25T03:26:25.875Z | DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5369 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736adding route 172.17.0.35/32 -> 10.0.0.255 Aug 25 03:26:24.736 |
| 5370 | 2026-08-25T03:26:25.875Z | INFO Aug 25 03:26:24.736 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5371 | 2026-08-25T03:26:25.875Z | INFO |
| 5372 | 2026-08-25T03:26:25.875Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 25 03:26:24.736 |
| 5373 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736DEBG Aug 25 03:26:24.736replacing 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 } }]DEBGAug 25 03:26:24.736 |
| 5374 | 2026-08-25T03:26:25.875Z | 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 } }]DEBGDEBG |
| 5375 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.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 } }] |
| 5376 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736 adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5377 | 2026-08-25T03:26:25.875Z | INFO |
| 5378 | 2026-08-25T03:26:25.875Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5379 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736 INFOAug 25 03:26:24.736 adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 03:26:24.736DEBG |
| 5380 | 2026-08-25T03:26:25.875Z | 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 } }] |
| 5381 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736Aug 25 03:26:24.736 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 |
| 5382 | 2026-08-25T03:26:25.875Z | DEBGAug 25 03:26:24.736 INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5383 | 2026-08-25T03:26:25.875Z | adding route 172.17.0.37/32 -> 10.0.0.255 Aug 25 03:26:24.736adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5384 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736 INFO |
| 5385 | 2026-08-25T03:26:25.875Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5386 | 2026-08-25T03:26:25.875Z | Aug 25 03:26:24.736 |
| 5387 | 2026-08-25T03:26:25.875Z | DEBG Aug 25 03:26:24.736replacing 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 25 03:26:24.736 Aug 25 03:26:24.736DEBG |
| 5388 | 2026-08-25T03:26:25.875Z | 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 } }]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 } }] |
| 5389 | 2026-08-25T03:26:25.875Z | |
| 5390 | 2026-08-25T03:26:25.875Z | 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 } }]Aug 25 03:26:24.736Aug 25 03:26:24.736Aug 25 03:26:24.736 |
| 5391 | 2026-08-25T03:26:25.875Z | INFO INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5392 | 2026-08-25T03:26:25.875Z | adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5393 | 2026-08-25T03:26:25.876Z | |
| 5394 | 2026-08-25T03:26:25.876Z | Aug 25 03:26:24.736 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 03:26:24.736Aug 25 03:26:24.736 DEBG |
| 5395 | 2026-08-25T03:26:25.876Z | DEBGAug 25 03:26:24.736 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 } }] |
| 5396 | 2026-08-25T03:26:25.883Z | DEBGAug 25 03:26:24.736replacing 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 |
| 5397 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.736replacing 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 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 } }] |
| 5398 | 2026-08-25T03:26:25.883Z | INFO |
| 5399 | 2026-08-25T03:26:25.883Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 03:26:24.736 |
| 5400 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.736 INFOINFOAug 25 03:26:24.736 adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5401 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.736adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5402 | 2026-08-25T03:26:25.883Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5403 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.736DEBG Aug 25 03:26:24.736 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 |
| 5404 | 2026-08-25T03:26:25.883Z | 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 } }] Aug 25 03:26:24.736 |
| 5405 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.736 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 } }] adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:26:24.737 |
| 5406 | 2026-08-25T03:26:25.883Z | DEBGDEBG |
| 5407 | 2026-08-25T03:26:25.883Z | 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 } }]created new freemap |
| 5408 | 2026-08-25T03:26:25.883Z | , unitAug 25 03:26:24.749: DEBGfreemap_route_ipv4 |
| 5409 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.749replacing 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 25 03:26:24.749 |
| 5410 | 2026-08-25T03:26:25.883Z | INFOINFOAug 25 03:26:24.749 adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5411 | 2026-08-25T03:26:25.883Z | DEBG |
| 5412 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.749 created new freemapAug 25 03:26:24.749INFOAug 25 03:26:24.749 DEBG 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 } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5413 | 2026-08-25T03:26:25.883Z | |
| 5414 | 2026-08-25T03:26:25.883Z | 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 } }] |
| 5415 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.736Aug 25 03:26:24.749 DEBGAug 25 03:26:24.749INFO 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.50/32 -> 10.0.0.255INFO |
| 5416 | 2026-08-25T03:26:25.883Z | |
| 5417 | 2026-08-25T03:26:25.883Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5418 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.749Aug 25 03:26:24.749 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5419 | 2026-08-25T03:26:25.883Z | Aug 25 03:26:24.749 |
| 5420 | 2026-08-25T03:26:25.883Z | 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 } }]Aug 25 03:26:24.749 |
| 5421 | 2026-08-25T03:26:25.884Z | Aug 25 03:26:24.749Aug 25 03:26:24.749 DEBGDEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5422 | 2026-08-25T03:26:25.884Z | 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 } }] |
| 5423 | 2026-08-25T03:26:25.884Z | 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 25 03:26:24.749 |
| 5424 | 2026-08-25T03:26:25.884Z | INFO Aug 25 03:26:24.749adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 03:26:24.749 , INFOINFOAug 25 03:26:24.749unit |
| 5425 | 2026-08-25T03:26:25.884Z | :INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5426 | 2026-08-25T03:26:25.884Z | |
| 5427 | 2026-08-25T03:26:25.884Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 25 03:26:24.749 |
| 5428 | 2026-08-25T03:26:25.884Z | adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 5429 | 2026-08-25T03:26:25.884Z | 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 } }] |
| 5430 | 2026-08-25T03:26:25.884Z | Aug 25 03:26:24.749 Aug 25 03:26:24.749DEBG Aug 25 03:26:24.749replacing 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 } }]DEBGAug 25 03:26:24.749 |
| 5431 | 2026-08-25T03:26:25.884Z | Aug 25 03:26:24.749 INFO 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 } }] |
| 5432 | 2026-08-25T03:26:25.884Z | initted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 25 03:26:24.749, unitINFO |
| 5433 | 2026-08-25T03:26:25.884Z | : adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4 |
| 5434 | 2026-08-25T03:26:25.884Z | |
| 5435 | 2026-08-25T03:26:25.884Z | Aug 25 03:26:24.749replacing 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 25 03:26:24.749INFO |
| 5436 | 2026-08-25T03:26:25.884Z | Aug 25 03:26:24.749DEBG Aug 25 03:26:24.749adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5437 | 2026-08-25T03:26:25.884Z | DEBGreset freemap |
| 5438 | 2026-08-25T03:26:25.884Z | , unitAug 25 03:26:24.749 :DEBG Aug 25 03:26:24.749freemap_route_ipv4replacing 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 25 03:26:24.749 |
| 5439 | 2026-08-25T03:26:25.884Z | |
| 5440 | 2026-08-25T03:26:25.884Z | 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 INFOAug 25 03:26:24.749 |
| 5441 | 2026-08-25T03:26:25.884Z | adding route 172.17.0.14/32 -> 10.0.0.255DEBGAug 25 03:26:24.749 initted freemap. size: 64 |
| 5442 | 2026-08-25T03:26:25.884Z | INFOAug 25 03:26:24.749, adding route 172.17.0.52/32 -> 10.0.0.255INFOunit |
| 5443 | 2026-08-25T03:26:25.884Z | :adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 03:26:24.749freemap_route_ipv6 |
| 5444 | 2026-08-25T03:26:25.884Z | |
| 5445 | 2026-08-25T03:26:25.885Z | DEBG adding route 172.17.0.45/32 -> 10.0.0.255 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 } }] |
| 5446 | 2026-08-25T03:26:25.885Z | |
| 5447 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749 DEBGAug 25 03:26:24.749 reset freemapAug 25 03:26:24.749DEBG, Aug 25 03:26:24.749 unit :DEBG INFOfreemap_route_ipv6 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 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 } }] |
| 5448 | 2026-08-25T03:26:25.885Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 03:26:24.749 |
| 5449 | 2026-08-25T03:26:25.885Z | DEBG |
| 5450 | 2026-08-25T03:26:25.885Z | 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 25 03:26:24.749 |
| 5451 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749INFO |
| 5452 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749 INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 5453 | 2026-08-25T03:26:25.885Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5454 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749 INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5455 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 03:26:24.749 DEBGAug 25 03:26:24.749INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5456 | 2026-08-25T03:26:25.885Z | |
| 5457 | 2026-08-25T03:26:25.885Z | test route::tests::add_target_fails_full ... ok |
| 5458 | 2026-08-25T03:26:25.885Z | 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 } }] |
| 5459 | 2026-08-25T03:26:25.885Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 25 03:26:24.749 |
| 5460 | 2026-08-25T03:26:25.885Z | INFO Aug 25 03:26:24.749adding route 172.17.0.16/32 -> 10.0.0.255Aug 25 03:26:24.749Aug 25 03:26:24.749 Aug 25 03:26:24.749 |
| 5461 | 2026-08-25T03:26:25.885Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 5462 | 2026-08-25T03:26:25.885Z | 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 } }]adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5463 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749Aug 25 03:26:24.749 |
| 5464 | 2026-08-25T03:26:25.885Z | 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 } }]DEBG |
| 5465 | 2026-08-25T03:26:25.885Z | |
| 5466 | 2026-08-25T03:26:25.885Z | 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 25 03:26:24.749 |
| 5467 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749INFO INFOAug 25 03:26:24.749 Aug 25 03:26:24.749 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5468 | 2026-08-25T03:26:25.885Z | INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5469 | 2026-08-25T03:26:25.885Z | |
| 5470 | 2026-08-25T03:26:25.885Z | Aug 25 03:26:24.749 INFOAug 25 03:26:24.749 Aug 25 03:26:24.749 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255INFODEBG |
| 5471 | 2026-08-25T03:26:25.885Z | |
| 5472 | 2026-08-25T03:26:25.885Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.48/32 -> 10.0.0.255Aug 25 03:26:24.749 |
| 5473 | 2026-08-25T03:26:25.886Z | DEBG |
| 5474 | 2026-08-25T03:26:25.886Z | Aug 25 03:26:24.749 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 25 03:26:24.749DEBG 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 } }] |
| 5475 | 2026-08-25T03:26:25.886Z | Aug 25 03:26:24.749 |
| 5476 | 2026-08-25T03:26:25.886Z | Aug 25 03:26:24.749 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 5477 | 2026-08-25T03:26:25.886Z | 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 } }] |
| 5478 | 2026-08-25T03:26:25.886Z | DEBGAug 25 03:26:24.749Aug 25 03:26:24.749 Aug 25 03:26:24.749 DEBGINFO 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5479 | 2026-08-25T03:26:25.886Z | |
| 5480 | 2026-08-25T03:26:25.886Z | Aug 25 03:26:24.749INFOadding route 172.17.0.55/32 -> 10.0.0.255 Aug 25 03:26:24.749 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 5481 | 2026-08-25T03:26:25.886Z | INFO |
| 5482 | 2026-08-25T03:26:25.886Z | Aug 25 03:26:24.749 replacing targets for 3fff:dead::/64 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 } }] |
| 5483 | 2026-08-25T03:26:25.886Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 25 03:26:24.749 DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5484 | 2026-08-25T03:26:25.886Z | |
| 5485 | 2026-08-25T03:26:25.887Z | Aug 25 03:26:24.749 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 03:26:24.749 |
| 5486 | 2026-08-25T03:26:25.887Z | DEBG Aug 25 03:26:24.749replacing 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 } }] |
| 5487 | 2026-08-25T03:26:25.887Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5488 | 2026-08-25T03:26:25.887Z | 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 25 03:26:24.749 |
| 5489 | 2026-08-25T03:26:25.887Z | INFOAug 25 03:26:24.749 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 5490 | 2026-08-25T03:26:25.887Z | Aug 25 03:26:24.749adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5491 | 2026-08-25T03:26:25.887Z | Aug 25 03:26:24.749 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 03:26:24.749Aug 25 03:26:24.749adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5492 | 2026-08-25T03:26:25.887Z | DEBG |
| 5493 | 2026-08-25T03:26:25.887Z | DEBG Aug 25 03:26:24.749 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5494 | 2026-08-25T03:26:25.887Z | |
| 5495 | 2026-08-25T03:26:25.887Z | Aug 25 03:26:24.749 DEBGDEBG Aug 25 03:26:24.749Aug 25 03:26:24.749 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.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 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5496 | 2026-08-25T03:26:25.895Z | |
| 5497 | 2026-08-25T03:26:25.895Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5498 | 2026-08-25T03:26:25.895Z | |
| 5499 | 2026-08-25T03:26:25.895Z | Aug 25 03:26:24.749Aug 25 03:26:24.749Aug 25 03:26:24.749 DEBGAug 25 03:26:24.749 INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 5500 | 2026-08-25T03:26:25.895Z | adding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5501 | 2026-08-25T03:26:25.895Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5502 | 2026-08-25T03:26:25.895Z | Aug 25 03:26:24.749 |
| 5503 | 2026-08-25T03:26:25.895Z | Aug 25 03:26:24.749INFO Aug 25 03:26:24.749INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:26:24.749 DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5504 | 2026-08-25T03:26:25.896Z | |
| 5505 | 2026-08-25T03:26:25.896Z | 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 |
| 5506 | 2026-08-25T03:26:25.896Z | Aug 25 03:26:24.749replacing 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 } }] |
| 5507 | 2026-08-25T03:26:25.896Z | DEBGAug 25 03:26:24.749 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.749Aug 25 03:26:24.749DEBG |
| 5508 | 2026-08-25T03:26:25.896Z | INFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5509 | 2026-08-25T03:26:25.896Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 03:26:24.749 |
| 5510 | 2026-08-25T03:26:25.896Z | adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 5511 | 2026-08-25T03:26:25.896Z | Aug 25 03:26:24.749 INFOAug 25 03:26:24.749adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5512 | 2026-08-25T03:26:25.896Z | 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 } }]Aug 25 03:26:24.749adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5513 | 2026-08-25T03:26:25.896Z | |
| 5514 | 2026-08-25T03:26:25.896Z | DEBG Aug 25 03:26:24.749replacing 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 25 03:26:24.749Aug 25 03:26:24.749 |
| 5515 | 2026-08-25T03:26:25.896Z | DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5516 | 2026-08-25T03:26:25.896Z | INFO |
| 5517 | 2026-08-25T03:26:25.896Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:26:24.749 |
| 5518 | 2026-08-25T03:26:25.896Z | INFOAug 25 03:26:24.749 Aug 25 03:26:24.749adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5519 | 2026-08-25T03:26:25.896Z | Aug 25 03:26:24.750 DEBGINFO Aug 25 03:26:24.763Aug 25 03:26:24.749created new freemap DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff, |
| 5520 | 2026-08-25T03:26:25.896Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5521 | 2026-08-25T03:26:25.896Z | 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 } }]unit |
| 5522 | 2026-08-25T03:26:25.896Z | :Aug 25 03:26:24.763 DEBGAug 25 03:26:24.763freemap_route_ipv4 |
| 5523 | 2026-08-25T03:26:25.896Z | 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 25 03:26:24.763 |
| 5524 | 2026-08-25T03:26:25.896Z | INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5525 | 2026-08-25T03:26:25.896Z | |
| 5526 | 2026-08-25T03:26:25.896Z | Aug 25 03:26:24.763 Aug 25 03:26:24.763INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5527 | 2026-08-25T03:26:25.896Z | created new freemapAug 25 03:26:24.763, Aug 25 03:26:24.763unit :Aug 25 03:26:24.763 freemap_route_ipv6DEBG |
| 5528 | 2026-08-25T03:26:25.896Z | 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 } }] |
| 5529 | 2026-08-25T03:26:25.896Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5530 | 2026-08-25T03:26:25.896Z | Aug 25 03:26:24.763replacing 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 25 03:26:24.763 DEBGINFOAug 25 03:26:24.763 |
| 5531 | 2026-08-25T03:26:25.897Z | initted freemap. size: 64INFO, adding route 172.17.0.61/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit |
| 5532 | 2026-08-25T03:26:25.897Z | |
| 5533 | 2026-08-25T03:26:25.897Z | :Aug 25 03:26:24.763 INFO freemap_route_ipv4adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 03:26:24.763 |
| 5534 | 2026-08-25T03:26:25.897Z | |
| 5535 | 2026-08-25T03:26:25.897Z | DEBGAug 25 03:26:24.763 Aug 25 03:26:24.763DEBG 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 } }] |
| 5536 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.763 DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5537 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.763 INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap , |
| 5538 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.763adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit INFO |
| 5539 | 2026-08-25T03:26:25.897Z | : adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5540 | 2026-08-25T03:26:25.897Z | freemap_route_ipv4Aug 25 03:26:24.763 |
| 5541 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.763 INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5542 | 2026-08-25T03:26:25.897Z | 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 25 03:26:24.764 |
| 5543 | 2026-08-25T03:26:25.897Z | DEBG Aug 25 03:26:24.764Aug 25 03:26:24.764initted freemap. size: 64 , DEBGunitAug 25 03:26:24.764 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 |
| 5544 | 2026-08-25T03:26:25.897Z | : INFOfreemap_route_ipv6 |
| 5545 | 2026-08-25T03:26:25.897Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.764 |
| 5546 | 2026-08-25T03:26:25.897Z | |
| 5547 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.764 INFO DEBGAug 25 03:26:24.764 adding route 172.17.0.63/32 -> 10.0.0.255DEBG |
| 5548 | 2026-08-25T03:26:25.897Z | reset freemapreplacing 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 25 03:26:24.764, |
| 5549 | 2026-08-25T03:26:25.897Z | INFO unitadding route 172.17.0.26/32 -> 10.0.0.255Aug 25 03:26:24.764 |
| 5550 | 2026-08-25T03:26:25.897Z | DEBGAug 25 03:26:24.764: INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:26:24.764replacing 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 } }]freemap_route_ipv6 |
| 5551 | 2026-08-25T03:26:25.897Z | |
| 5552 | 2026-08-25T03:26:25.897Z | DEBG |
| 5553 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.764 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5554 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.764 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 } }]INFOAug 25 03:26:24.764 |
| 5555 | 2026-08-25T03:26:25.897Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5556 | 2026-08-25T03:26:25.897Z | failed to allocate space for the new target list |
| 5557 | 2026-08-25T03:26:25.897Z | Aug 25 03:26:24.764 Aug 25 03:26:24.764INFO INFOAug 25 03:26:24.764adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5558 | 2026-08-25T03:26:25.897Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5559 | 2026-08-25T03:26:25.898Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5560 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.764 DEBGDEBG Aug 25 03:26:24.764replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5561 | 2026-08-25T03:26:25.898Z | |
| 5562 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.764 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5563 | 2026-08-25T03:26:25.898Z | |
| 5564 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.764 Aug 25 03:26:24.764DEBG Aug 25 03:26:24.764 INFODEBGAug 25 03:26:24.764 failed to allocate space for the new target listfailed to allocate space for the new target list |
| 5565 | 2026-08-25T03:26:25.898Z | |
| 5566 | 2026-08-25T03:26:25.898Z | test route::tests::delete_target_full ... ok |
| 5567 | 2026-08-25T03:26:25.898Z | INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5568 | 2026-08-25T03:26:25.898Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5569 | 2026-08-25T03:26:25.898Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5570 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.764Aug 25 03:26:24.764 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5571 | 2026-08-25T03:26:25.898Z | |
| 5572 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.764 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 25 03:26:24.764 |
| 5573 | 2026-08-25T03:26:25.898Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5574 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.764INFO INFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5575 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.764 |
| 5576 | 2026-08-25T03:26:25.898Z | DEBGAug 25 03:26:24.737 Aug 25 03:26:24.764replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGDEBGAug 25 03:26:24.764 DEBGAug 25 03:26:24.764 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5577 | 2026-08-25T03:26:25.898Z | created new freemap, |
| 5578 | 2026-08-25T03:26:25.898Z | unit:Aug 25 03:26:24.773 freemap_route_ipv4INFO |
| 5579 | 2026-08-25T03:26:25.898Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 25 03:26:24.773 INFO |
| 5580 | 2026-08-25T03:26:25.898Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5581 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 DEBGDEBGAug 25 03:26:24.773 created new freemapDEBG, unitreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5582 | 2026-08-25T03:26:25.898Z | : freemap_route_ipv6 |
| 5583 | 2026-08-25T03:26:25.898Z | |
| 5584 | 2026-08-25T03:26:25.898Z | Aug 25 03:26:24.773 INFO Aug 25 03:26:24.773Aug 25 03:26:24.773adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5585 | 2026-08-25T03:26:25.898Z | 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.3, vlan_id: None } }]Aug 25 03:26:24.773 |
| 5586 | 2026-08-25T03:26:25.898Z | initted freemap. size: 64 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 } }]unit |
| 5587 | 2026-08-25T03:26:25.899Z | : freemap_route_ipv4 |
| 5588 | 2026-08-25T03:26:25.899Z | Aug 25 03:26:24.737Aug 25 03:26:24.773 DEBGAug 25 03:26:24.773DEBG INFOcreated new freemap created new freemapreset freemap, , unitunitadding route 172.17.0.57/32 -> 10.0.0.255:, : freemap_route_ipv4freemap_route_ipv4 |
| 5589 | 2026-08-25T03:26:25.899Z | |
| 5590 | 2026-08-25T03:26:25.899Z | unit |
| 5591 | 2026-08-25T03:26:25.899Z | : Aug 25 03:26:24.773freemap_route_ipv4 |
| 5592 | 2026-08-25T03:26:25.899Z | Aug 25 03:26:24.773 DEBGDEBG created new freemapreplacing 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 25 03:26:24.773unit |
| 5593 | 2026-08-25T03:26:25.899Z | : freemap_route_ipv6DEBG |
| 5594 | 2026-08-25T03:26:25.899Z | Aug 25 03:26:24.773initted freemap. size: 64 , INFOunitAug 25 03:26:24.773: DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 5595 | 2026-08-25T03:26:25.899Z | freemap_route_ipv6 Aug 25 03:26:24.773 |
| 5596 | 2026-08-25T03:26:26.049Z | initted freemap. size: 64 DEBG , unitcreated new freemap:, Aug 25 03:26:24.773freemap_route_ipv4 Aug 25 03:26:24.773 |
| 5597 | 2026-08-25T03:26:26.049Z | DEBGunitDEBG: 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 } }]freemap_route_ipv6Aug 25 03:26:24.773 |
| 5598 | 2026-08-25T03:26:26.049Z | reset freemap |
| 5599 | 2026-08-25T03:26:26.049Z | DEBG reset freemap, , unitunitAug 25 03:26:24.773Aug 25 03:26:24.773: INFO: freemap_route_ipv4 |
| 5600 | 2026-08-25T03:26:26.049Z | adding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6 |
| 5601 | 2026-08-25T03:26:26.049Z | DEBG initted freemap. size: 64Aug 25 03:26:24.773 |
| 5602 | 2026-08-25T03:26:26.049Z | , unitAug 25 03:26:24.773 DEBG:Aug 25 03:26:24.773 freemap_route_ipv4INFODEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5603 | 2026-08-25T03:26:26.049Z | |
| 5604 | 2026-08-25T03:26:26.049Z | |
| 5605 | 2026-08-25T03:26:26.049Z | initted freemap. size: 64, unit: Aug 25 03:26:24.773Aug 25 03:26:24.773freemap_route_ipv6 |
| 5606 | 2026-08-25T03:26:26.049Z | INFOAug 25 03:26:24.773DEBG adding route 172.17.0.60/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 } }]Aug 25 03:26:24.773DEBG |
| 5607 | 2026-08-25T03:26:26.049Z | |
| 5608 | 2026-08-25T03:26:26.049Z | reset freemapDEBG , reset freemapAug 25 03:26:24.773Aug 25 03:26:24.773, unitunit:INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6 : |
| 5609 | 2026-08-25T03:26:26.049Z | |
| 5610 | 2026-08-25T03:26:26.049Z | 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 } }] |
| 5611 | 2026-08-25T03:26:26.049Z | freemap_route_ipv4Aug 25 03:26:24.773 |
| 5612 | 2026-08-25T03:26:26.049Z | Aug 25 03:26:24.773 Aug 25 03:26:24.773INFO INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 03:26:24.773 |
| 5613 | 2026-08-25T03:26:26.049Z | adding route 172.17.0.61/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 } }] |
| 5614 | 2026-08-25T03:26:26.049Z | |
| 5615 | 2026-08-25T03:26:26.049Z | DEBG Aug 25 03:26:24.773initted freemap. size: 64 Aug 25 03:26:24.773DEBG, DEBGunitAug 25 03:26:24.773replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 5616 | 2026-08-25T03:26:26.049Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5617 | 2026-08-25T03:26:26.049Z | |
| 5618 | 2026-08-25T03:26:26.049Z | Aug 25 03:26:24.773freemap_route_ipv6 |
| 5619 | 2026-08-25T03:26:26.049Z | INFO Aug 25 03:26:24.773Aug 25 03:26:24.773 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 5620 | 2026-08-25T03:26:26.049Z | Aug 25 03:26:24.773 DEBGINFO Aug 25 03:26:24.773 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGadding route 172.17.0.62/32 -> 10.0.0.255 |
| 5621 | 2026-08-25T03:26:26.049Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5622 | 2026-08-25T03:26:26.049Z | |
| 5623 | 2026-08-25T03:26:26.049Z | Aug 25 03:26:24.773 reset freemapINFO, Aug 25 03:26:24.773adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 03:26:24.773 |
| 5624 | 2026-08-25T03:26:26.049Z | DEBG unitINFO: adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5625 | 2026-08-25T03:26:26.050Z | freemap_route_ipv6replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.773 |
| 5626 | 2026-08-25T03:26:26.050Z | |
| 5627 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5628 | 2026-08-25T03:26:26.050Z | |
| 5629 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 DEBGINFOAug 25 03:26:24.773 failed to allocate space for the new target list |
| 5630 | 2026-08-25T03:26:26.050Z | INFOAug 25 03:26:24.773 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 5631 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773 |
| 5632 | 2026-08-25T03:26:26.050Z | DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 5633 | 2026-08-25T03:26:26.050Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:26:24.773 |
| 5634 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773 Aug 25 03:26:24.773 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 } }] |
| 5635 | 2026-08-25T03:26:26.050Z | DEBGDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5636 | 2026-08-25T03:26:26.050Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5637 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773 |
| 5638 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773 INFODEBG Aug 25 03:26:24.773replacing targets for 172.16.0.0/32 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 } }] |
| 5639 | 2026-08-25T03:26:26.050Z | INFOAug 25 03:26:24.773adding route 172.17.0.30/32 -> 10.0.0.255 INFO |
| 5640 | 2026-08-25T03:26:26.050Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5641 | 2026-08-25T03:26:26.050Z | |
| 5642 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773Aug 25 03:26:24.773Aug 25 03:26:24.773 DEBG DEBGDEBGreplacing 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 } }] |
| 5643 | 2026-08-25T03:26:26.050Z | 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.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 } }] |
| 5644 | 2026-08-25T03:26:26.050Z | |
| 5645 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773 INFOAug 25 03:26:24.773Aug 25 03:26:24.773 adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 5646 | 2026-08-25T03:26:26.050Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5647 | 2026-08-25T03:26:26.050Z | |
| 5648 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773 DEBGAug 25 03:26:24.773 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 } }]DEBGAug 25 03:26:24.773 |
| 5649 | 2026-08-25T03:26:26.050Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 5650 | 2026-08-25T03:26:26.050Z | |
| 5651 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5652 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 5653 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5654 | 2026-08-25T03:26:26.050Z | 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 } }] |
| 5655 | 2026-08-25T03:26:26.050Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 DEBGAug 25 03:26:24.773 DEBGINFOreplacing 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 } }] |
| 5656 | 2026-08-25T03:26:26.050Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5657 | 2026-08-25T03:26:26.050Z | |
| 5658 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773 INFO DEBGINFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5659 | 2026-08-25T03:26:26.051Z | 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 } }] |
| 5660 | 2026-08-25T03:26:26.051Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5661 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773 Aug 25 03:26:24.773DEBGAug 25 03:26:24.773 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 |
| 5662 | 2026-08-25T03:26:26.051Z | INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5663 | 2026-08-25T03:26:26.051Z | |
| 5664 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773Aug 25 03:26:24.773Aug 25 03:26:24.773 INFOINFODEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5665 | 2026-08-25T03:26:26.051Z | |
| 5666 | 2026-08-25T03:26:26.051Z | |
| 5667 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773 DEBGDEBGINFO 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.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 } }] |
| 5668 | 2026-08-25T03:26:26.051Z | |
| 5669 | 2026-08-25T03:26:26.051Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5670 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773Aug 25 03:26:24.773Aug 25 03:26:24.773 INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 5671 | 2026-08-25T03:26:26.051Z | |
| 5672 | 2026-08-25T03:26:26.051Z | 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 } }] |
| 5673 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773DEBGDEBG 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.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 |
| 5674 | 2026-08-25T03:26:26.051Z | |
| 5675 | 2026-08-25T03:26:26.051Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5676 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773 Aug 25 03:26:24.773INFO Aug 25 03:26:24.773INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5677 | 2026-08-25T03:26:26.051Z | |
| 5678 | 2026-08-25T03:26:26.051Z | 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 } }] |
| 5679 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773DEBGDEBG 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 } }] replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5680 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.786 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 } }] |
| 5681 | 2026-08-25T03:26:26.051Z | |
| 5682 | 2026-08-25T03:26:26.051Z | |
| 5683 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.786 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5684 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.786 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 } }]Aug 25 03:26:24.786 |
| 5685 | 2026-08-25T03:26:26.051Z | INFO Aug 25 03:26:24.786adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5686 | 2026-08-25T03:26:26.051Z | INFO Aug 25 03:26:24.786adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5687 | 2026-08-25T03:26:26.051Z | INFOAug 25 03:26:24.786 DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 5688 | 2026-08-25T03:26:26.051Z | 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 25 03:26:24.786 |
| 5689 | 2026-08-25T03:26:26.051Z | 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 25 03:26:24.786Aug 25 03:26:24.786 |
| 5690 | 2026-08-25T03:26:26.051Z | DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:26:24.786adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5691 | 2026-08-25T03:26:26.051Z | INFO |
| 5692 | 2026-08-25T03:26:26.051Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5693 | 2026-08-25T03:26:26.051Z | Aug 25 03:26:24.786 Aug 25 03:26:24.786INFO Aug 25 03:26:24.786 DEBG adding route 172.17.0.40/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 } }]DEBG |
| 5694 | 2026-08-25T03:26:26.052Z | |
| 5695 | 2026-08-25T03:26:26.052Z | 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 } }] |
| 5696 | 2026-08-25T03:26:26.067Z | Aug 25 03:26:24.786 Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFO 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 } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5697 | 2026-08-25T03:26:26.067Z | |
| 5698 | 2026-08-25T03:26:26.067Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5699 | 2026-08-25T03:26:26.067Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786 INFO DEBGDEBG adding route 172.17.0.41/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 } }] |
| 5700 | 2026-08-25T03:26:26.067Z | 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 } }] |
| 5701 | 2026-08-25T03:26:26.067Z | |
| 5702 | 2026-08-25T03:26:26.067Z | Aug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 INFODEBGINFO 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.11/32 -> 10.0.0.255 |
| 5703 | 2026-08-25T03:26:26.067Z | |
| 5704 | 2026-08-25T03:26:26.067Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5705 | 2026-08-25T03:26:26.067Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFOAug 25 03:26:24.786 DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5706 | 2026-08-25T03:26:26.067Z | 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 } }] |
| 5707 | 2026-08-25T03:26:26.067Z | |
| 5708 | 2026-08-25T03:26:26.067Z | Aug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFO 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 } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5709 | 2026-08-25T03:26:26.067Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5710 | 2026-08-25T03:26:26.067Z | |
| 5711 | 2026-08-25T03:26:26.067Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786 INFODEBG DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5712 | 2026-08-25T03:26:26.067Z | 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 } }] |
| 5713 | 2026-08-25T03:26:26.067Z | 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 } }] |
| 5714 | 2026-08-25T03:26:26.067Z | Aug 25 03:26:24.786 Aug 25 03:26:24.786INFO Aug 25 03:26:24.786adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5715 | 2026-08-25T03:26:26.067Z | DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5716 | 2026-08-25T03:26:26.067Z | |
| 5717 | 2026-08-25T03:26:26.068Z | Aug 25 03:26:24.786 DEBG Aug 25 03:26:24.786Aug 25 03:26:24.786 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 } }]DEBGINFO |
| 5718 | 2026-08-25T03:26:26.068Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5719 | 2026-08-25T03:26:26.068Z | |
| 5720 | 2026-08-25T03:26:26.068Z | Aug 25 03:26:24.786 INFOAug 25 03:26:24.786 adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:26:24.786INFO |
| 5721 | 2026-08-25T03:26:26.068Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 5722 | 2026-08-25T03:26:26.068Z | 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 25 03:26:24.786 |
| 5723 | 2026-08-25T03:26:26.068Z | 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 } }] |
| 5724 | 2026-08-25T03:26:26.068Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786DEBGINFO 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 |
| 5725 | 2026-08-25T03:26:26.068Z | adding route 172.17.0.45/32 -> 10.0.0.255 adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5726 | 2026-08-25T03:26:26.068Z | |
| 5727 | 2026-08-25T03:26:26.068Z | Aug 25 03:26:24.786 INFO Aug 25 03:26:24.786Aug 25 03:26:24.786 adding route 172.17.0.11/32 -> 10.0.0.255 DEBG |
| 5728 | 2026-08-25T03:26:26.069Z | DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5729 | 2026-08-25T03:26:26.069Z | |
| 5730 | 2026-08-25T03:26:26.069Z | Aug 25 03:26:24.786 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 } }]Aug 25 03:26:24.786Aug 25 03:26:24.786 |
| 5731 | 2026-08-25T03:26:26.069Z | INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5732 | 2026-08-25T03:26:26.069Z | |
| 5733 | 2026-08-25T03:26:26.069Z | Aug 25 03:26:24.786 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 03:26:24.786 |
| 5734 | 2026-08-25T03:26:26.069Z | Aug 25 03:26:24.786DEBG 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 |
| 5735 | 2026-08-25T03:26:26.069Z | Aug 25 03:26:24.786replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5736 | 2026-08-25T03:26:26.069Z | 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 25 03:26:24.786 |
| 5737 | 2026-08-25T03:26:26.070Z | Aug 25 03:26:24.786INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5738 | 2026-08-25T03:26:26.070Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5739 | 2026-08-25T03:26:26.070Z | Aug 25 03:26:24.786 Aug 25 03:26:24.786INFO Aug 25 03:26:24.786adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5740 | 2026-08-25T03:26:26.070Z | DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5741 | 2026-08-25T03:26:26.070Z | |
| 5742 | 2026-08-25T03:26:26.070Z | Aug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5743 | 2026-08-25T03:26:26.070Z | |
| 5744 | 2026-08-25T03:26:26.070Z | 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 } }] |
| 5745 | 2026-08-25T03:26:26.070Z | Aug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGDEBG 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 } }] |
| 5746 | 2026-08-25T03:26:26.071Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5747 | 2026-08-25T03:26:26.071Z | |
| 5748 | 2026-08-25T03:26:26.071Z | Aug 25 03:26:24.786 INFO Aug 25 03:26:24.786Aug 25 03:26:24.786adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5749 | 2026-08-25T03:26:26.071Z | INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5750 | 2026-08-25T03:26:26.071Z | 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 25 03:26:24.786 |
| 5751 | 2026-08-25T03:26:26.071Z | 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 } }]Aug 25 03:26:24.786 |
| 5752 | 2026-08-25T03:26:26.071Z | Aug 25 03:26:24.786DEBG 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 } }] |
| 5753 | 2026-08-25T03:26:26.072Z | INFOAug 25 03:26:24.786 adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 5754 | 2026-08-25T03:26:26.072Z | Aug 25 03:26:24.786 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 5755 | 2026-08-25T03:26:26.072Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5756 | 2026-08-25T03:26:26.072Z | Aug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGDEBG 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 } }] 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 } }] |
| 5757 | 2026-08-25T03:26:26.072Z | test route::tests::delete_targets_full ... ok |
| 5758 | 2026-08-25T03:26:26.072Z | |
| 5759 | 2026-08-25T03:26:26.072Z | 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 } }] |
| 5760 | 2026-08-25T03:26:26.072Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786 INFOINFO INFOadding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5761 | 2026-08-25T03:26:26.072Z | |
| 5762 | 2026-08-25T03:26:26.072Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5763 | 2026-08-25T03:26:26.072Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786DEBG DEBGDEBGreplacing 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 } }] |
| 5764 | 2026-08-25T03:26:26.072Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5765 | 2026-08-25T03:26:26.072Z | |
| 5766 | 2026-08-25T03:26:26.073Z | Aug 25 03:26:24.786 Aug 25 03:26:24.786INFOAug 25 03:26:24.786 adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 5767 | 2026-08-25T03:26:26.073Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5768 | 2026-08-25T03:26:26.073Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5769 | 2026-08-25T03:26:26.073Z | Aug 25 03:26:24.786 Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBG DEBGDEBGreplacing 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 } }] |
| 5770 | 2026-08-25T03:26:26.073Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5771 | 2026-08-25T03:26:26.073Z | |
| 5772 | 2026-08-25T03:26:26.073Z | Aug 25 03:26:24.786 INFO Aug 25 03:26:24.786Aug 25 03:26:24.786 adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5773 | 2026-08-25T03:26:26.073Z | INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5774 | 2026-08-25T03:26:26.073Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:26:24.786 |
| 5775 | 2026-08-25T03:26:26.073Z | 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 } }]Aug 25 03:26:24.786 |
| 5776 | 2026-08-25T03:26:26.073Z | Aug 25 03:26:24.786DEBG 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 } }] |
| 5777 | 2026-08-25T03:26:26.073Z | Aug 25 03:26:24.786replacing 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 |
| 5778 | 2026-08-25T03:26:26.073Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 25 03:26:24.786 |
| 5779 | 2026-08-25T03:26:26.073Z | INFO Aug 25 03:26:24.786adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5780 | 2026-08-25T03:26:26.073Z | Aug 25 03:26:24.786INFO adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 25 03:26:24.786 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 } }] |
| 5781 | 2026-08-25T03:26:26.073Z | |
| 5782 | 2026-08-25T03:26:26.073Z | 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 } }] |
| 5783 | 2026-08-25T03:26:26.073Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFO Aug 25 03:26:24.786replacing 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.55/32 -> 10.0.0.255 |
| 5784 | 2026-08-25T03:26:26.073Z | INFO |
| 5785 | 2026-08-25T03:26:26.074Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5786 | 2026-08-25T03:26:26.074Z | Aug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786INFO 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.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 } }] |
| 5787 | 2026-08-25T03:26:26.074Z | |
| 5788 | 2026-08-25T03:26:26.074Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5789 | 2026-08-25T03:26:26.074Z | Aug 25 03:26:24.787Aug 25 03:26:24.787 INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5790 | 2026-08-25T03:26:26.074Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5791 | 2026-08-25T03:26:26.074Z | Aug 25 03:26:24.787 DEBGAug 25 03:26:24.787 Aug 25 03:26:24.787replacing 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 } }] |
| 5792 | 2026-08-25T03:26:26.074Z | DEBG DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5793 | 2026-08-25T03:26:26.074Z | |
| 5794 | 2026-08-25T03:26:26.074Z | Aug 25 03:26:24.787 INFO Aug 25 03:26:24.787adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 03:26:24.787 |
| 5795 | 2026-08-25T03:26:26.074Z | INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 5796 | 2026-08-25T03:26:26.082Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 03:26:24.787 |
| 5797 | 2026-08-25T03:26:26.082Z | 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 } }]Aug 25 03:26:24.787Aug 25 03:26:24.787 |
| 5798 | 2026-08-25T03:26:26.082Z | DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5799 | 2026-08-25T03:26:26.082Z | 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 25 03:26:24.787 INFO Aug 25 03:26:24.796adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5800 | 2026-08-25T03:26:26.082Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5801 | 2026-08-25T03:26:26.082Z | Aug 25 03:26:24.796 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 } }] |
| 5802 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796 Aug 25 03:26:24.796DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5803 | 2026-08-25T03:26:26.083Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5804 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5805 | 2026-08-25T03:26:26.083Z | |
| 5806 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796 Aug 25 03:26:24.796DEBG 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 } }] |
| 5807 | 2026-08-25T03:26:26.083Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5808 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5809 | 2026-08-25T03:26:26.083Z | |
| 5810 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796 Aug 25 03:26:24.796DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5811 | 2026-08-25T03:26:26.083Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5812 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGDEBG 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 } }]failed to allocate space for the new target list |
| 5813 | 2026-08-25T03:26:26.083Z | |
| 5814 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796 Aug 25 03:26:24.796DEBG 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.2, vlan_id: None } }] |
| 5815 | 2026-08-25T03:26:26.083Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5816 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796 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 } }] |
| 5817 | 2026-08-25T03:26:26.083Z | |
| 5818 | 2026-08-25T03:26:26.083Z | Aug 25 03:26:24.796 INFO Aug 25 03:26:24.796adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5819 | 2026-08-25T03:26:26.084Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5820 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796 DEBG Aug 25 03:26:24.796replacing 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 } }] |
| 5821 | 2026-08-25T03:26:26.084Z | 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 } }] |
| 5822 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 03:26:24.796 |
| 5823 | 2026-08-25T03:26:26.084Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5824 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796 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 } }] |
| 5825 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5826 | 2026-08-25T03:26:26.084Z | 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 } }] |
| 5827 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5828 | 2026-08-25T03:26:26.084Z | |
| 5829 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5830 | 2026-08-25T03:26:26.084Z | |
| 5831 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5832 | 2026-08-25T03:26:26.084Z | |
| 5833 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5834 | 2026-08-25T03:26:26.084Z | |
| 5835 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5836 | 2026-08-25T03:26:26.084Z | |
| 5837 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5838 | 2026-08-25T03:26:26.084Z | 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 } }] |
| 5839 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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 } }] |
| 5840 | 2026-08-25T03:26:26.084Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5841 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5842 | 2026-08-25T03:26:26.084Z | |
| 5843 | 2026-08-25T03:26:26.084Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5844 | 2026-08-25T03:26:26.085Z | |
| 5845 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.34/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 } }] |
| 5846 | 2026-08-25T03:26:26.085Z | |
| 5847 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.35/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 } }] |
| 5848 | 2026-08-25T03:26:26.085Z | |
| 5849 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.35/32 -> 10.0.0.255 |
| 5850 | 2026-08-25T03:26:26.085Z | |
| 5851 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5852 | 2026-08-25T03:26:26.085Z | |
| 5853 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5854 | 2026-08-25T03:26:26.085Z | |
| 5855 | 2026-08-25T03:26:26.085Z | test route::tests::delete_target_fragmented ... ok |
| 5856 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.37/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 } }] |
| 5857 | 2026-08-25T03:26:26.085Z | |
| 5858 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.37/32 -> 10.0.0.255 |
| 5859 | 2026-08-25T03:26:26.085Z | |
| 5860 | 2026-08-25T03:26:26.085Z | test route::tests::delete_targets_fragmented ... ok |
| 5861 | 2026-08-25T03:26:26.085Z | |
| 5862 | 2026-08-25T03:26:26.085Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s |
| 5863 | 2026-08-25T03:26:26.085Z | |
| 5864 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.38/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 } }] |
| 5865 | 2026-08-25T03:26:26.085Z | |
| 5866 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5867 | 2026-08-25T03:26:26.085Z | |
| 5868 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5869 | 2026-08-25T03:26:26.085Z | |
| 5870 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.39/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 } }] |
| 5871 | 2026-08-25T03:26:26.085Z | |
| 5872 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5873 | 2026-08-25T03:26:26.085Z | |
| 5874 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5875 | 2026-08-25T03:26:26.085Z | |
| 5876 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.41/32 -> 10.0.0.255 |
| 5877 | 2026-08-25T03:26:26.085Z | |
| 5878 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.41/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 } }] |
| 5879 | 2026-08-25T03:26:26.085Z | |
| 5880 | 2026-08-25T03:26:26.085Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.42/32 -> 10.0.0.255 |
| 5881 | 2026-08-25T03:26:26.085Z | |
| 5882 | 2026-08-25T03:26:26.086Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5883 | 2026-08-25T03:26:26.086Z | |
| 5884 | 2026-08-25T03:26:26.086Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.43/32 -> 10.0.0.255 |
| 5885 | 2026-08-25T03:26:26.086Z | |
| 5886 | 2026-08-25T03:26:26.086Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.43/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 } }] |
| 5887 | 2026-08-25T03:26:26.086Z | |
| 5888 | 2026-08-25T03:26:26.086Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5889 | 2026-08-25T03:26:26.086Z | |
| 5890 | 2026-08-25T03:26:26.086Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.44/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 } }] |
| 5891 | 2026-08-25T03:26:26.086Z | |
| 5892 | 2026-08-25T03:26:26.086Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.45/32 -> 10.0.0.255 |
| 5893 | 2026-08-25T03:26:26.086Z | |
| 5894 | 2026-08-25T03:26:26.086Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5895 | 2026-08-25T03:26:26.086Z | |
| 5896 | 2026-08-25T03:26:26.102Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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 } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5897 | 2026-08-25T03:26:26.102Z | |
| 5898 | 2026-08-25T03:26:26.102Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.46/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 } }] |
| 5899 | 2026-08-25T03:26:26.103Z | |
| 5900 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5901 | 2026-08-25T03:26:26.103Z | |
| 5902 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.47/32 -> 10.0.0.255 |
| 5903 | 2026-08-25T03:26:26.103Z | |
| 5904 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.48/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 } }] |
| 5905 | 2026-08-25T03:26:26.103Z | |
| 5906 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.48/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 } }] |
| 5907 | 2026-08-25T03:26:26.103Z | |
| 5908 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.49/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 } }] |
| 5909 | 2026-08-25T03:26:26.103Z | |
| 5910 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 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.49/32 -> 10.0.0.255 |
| 5911 | 2026-08-25T03:26:26.103Z | |
| 5912 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5913 | 2026-08-25T03:26:26.103Z | |
| 5914 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.797Aug 25 03:26:24.797 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5915 | 2026-08-25T03:26:26.103Z | |
| 5916 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.797Aug 25 03:26:24.797 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5917 | 2026-08-25T03:26:26.103Z | |
| 5918 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.797Aug 25 03:26:24.797 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5919 | 2026-08-25T03:26:26.103Z | |
| 5920 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.797Aug 25 03:26:24.797 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5921 | 2026-08-25T03:26:26.103Z | |
| 5922 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.797Aug 25 03:26:24.797 INFODEBG adding route 172.17.0.52/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 } }] |
| 5923 | 2026-08-25T03:26:26.103Z | |
| 5924 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.806 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5925 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.806 Aug 25 03:26:24.806DEBG 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 } }] |
| 5926 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.806DEBG INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5927 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.806replacing 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 } }] |
| 5928 | 2026-08-25T03:26:26.103Z | 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 } }] |
| 5929 | 2026-08-25T03:26:26.103Z | Aug 25 03:26:24.806 INFO Aug 25 03:26:24.806adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5930 | 2026-08-25T03:26:26.103Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5931 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 DEBG Aug 25 03:26:24.806replacing 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 } }] |
| 5932 | 2026-08-25T03:26:26.104Z | 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 } }] |
| 5933 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 INFO Aug 25 03:26:24.806adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5934 | 2026-08-25T03:26:26.104Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5935 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 DEBG Aug 25 03:26:24.806replacing 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 } }] |
| 5936 | 2026-08-25T03:26:26.104Z | 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 } }] |
| 5937 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 5938 | 2026-08-25T03:26:26.104Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5939 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 DEBGAug 25 03:26:24.806 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5940 | 2026-08-25T03:26:26.104Z | 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 } }] |
| 5941 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 5942 | 2026-08-25T03:26:26.104Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5943 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 DEBGAug 25 03:26:24.806 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 |
| 5944 | 2026-08-25T03:26:26.104Z | 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 } }] |
| 5945 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5946 | 2026-08-25T03:26:26.104Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5947 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 DEBGAug 25 03:26:24.806 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 |
| 5948 | 2026-08-25T03:26:26.104Z | 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 } }] |
| 5949 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 5950 | 2026-08-25T03:26:26.104Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5951 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 Aug 25 03:26:24.806DEBG 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 } }] |
| 5952 | 2026-08-25T03:26:26.104Z | 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 } }] |
| 5953 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 Aug 25 03:26:24.806INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 5954 | 2026-08-25T03:26:26.104Z | |
| 5955 | 2026-08-25T03:26:26.104Z | failed to allocate space for the new target list |
| 5956 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 Aug 25 03:26:24.806DEBG 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 } }] |
| 5957 | 2026-08-25T03:26:26.104Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5958 | 2026-08-25T03:26:26.104Z | running 0 tests |
| 5959 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5960 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 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 } }] |
| 5961 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 DEBG failed to allocate space for the new target list |
| 5962 | 2026-08-25T03:26:26.104Z | Aug 25 03:26:24.806 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 } }] |
| 5963 | 2026-08-25T03:26:26.104Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-ee6b2c5d3bfcd2d2) |
| 5964 | 2026-08-25T03:26:26.104Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e) |
| 5965 | 2026-08-25T03:26:26.104Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-fab611dc996d3e26) |
| 5966 | 2026-08-25T03:26:26.104Z | Running tests/test_all.rs (target/debug/deps/test_all-cebda8665ee26882) |
| 5967 | 2026-08-25T03:26:26.104Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504) |
| 5968 | 2026-08-25T03:26:26.105Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35) |
| 5969 | 2026-08-25T03:26:26.105Z | Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834) |
| 5970 | 2026-08-25T03:26:26.105Z | Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86) |
| 5971 | 2026-08-25T03:26:26.105Z | Running unittests src/main.rs (target/debug/deps/swadm-049e3884a242594e) |
| 5972 | 2026-08-25T03:26:26.105Z | Running tests/counters.rs (target/debug/deps/counters-df5e7ad673a1fa20) |
| 5973 | 2026-08-25T03:26:26.105Z | Running tests/port-link.rs (target/debug/deps/port_link-9c82002b0a888260) |
| 5974 | 2026-08-25T03:26:26.105Z | Running unittests src/main.rs (target/debug/deps/tfportd-a0ba9f9bfe377a42) |
| 5975 | 2026-08-25T03:26:26.105Z | Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053) |
| 5976 | 2026-08-25T03:26:26.105Z | Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577) |
| 5977 | 2026-08-25T03:26:26.105Z | Doc-tests aal |
| 5978 | 2026-08-25T03:26:26.105Z | |
| 5979 | 2026-08-25T03:26:26.105Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5980 | 2026-08-25T03:26:26.105Z | |
| 5981 | 2026-08-25T03:26:26.105Z | |
| 5982 | 2026-08-25T03:26:26.105Z | running 0 tests |
| 5983 | 2026-08-25T03:26:26.105Z | |
| 5984 | 2026-08-25T03:26:26.105Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5985 | 2026-08-25T03:26:26.105Z | |
| 5986 | 2026-08-25T03:26:26.105Z | |
| 5987 | 2026-08-25T03:26:26.105Z | running 6 tests |
| 5988 | 2026-08-25T03:26:26.105Z | test tests::test_port_id_cmp ... ok |
| 5989 | 2026-08-25T03:26:26.105Z | test tests::test_parse_client_port_id ... ok |
| 5990 | 2026-08-25T03:26:26.105Z | test tests::test_full_lot_id_neither_present ... ok |
| 5991 | 2026-08-25T03:26:26.105Z | test tests::test_full_lot_id_lot_only ... ok |
| 5992 | 2026-08-25T03:26:26.105Z | test tests::test_full_lot_id_both_present ... ok |
| 5993 | 2026-08-25T03:26:26.105Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5994 | 2026-08-25T03:26:26.105Z | |
| 5995 | 2026-08-25T03:26:26.105Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5996 | 2026-08-25T03:26:26.112Z | |
| 5997 | 2026-08-25T03:26:26.112Z | |
| 5998 | 2026-08-25T03:26:26.112Z | running 0 tests |
| 5999 | 2026-08-25T03:26:26.112Z | |
| 6000 | 2026-08-25T03:26:26.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6001 | 2026-08-25T03:26:26.112Z | |
| 6002 | 2026-08-25T03:26:26.113Z | |
| 6003 | 2026-08-25T03:26:26.113Z | running 0 tests |
| 6004 | 2026-08-25T03:26:26.113Z | |
| 6005 | 2026-08-25T03:26:26.113Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6006 | 2026-08-25T03:26:26.113Z | |
| 6007 | 2026-08-25T03:26:26.113Z | |
| 6008 | 2026-08-25T03:26:26.113Z | running 15 tests |
| 6009 | 2026-08-25T03:26:26.113Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6010 | 2026-08-25T03:26:26.113Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6011 | 2026-08-25T03:26:26.113Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6012 | 2026-08-25T03:26:26.113Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6013 | 2026-08-25T03:26:26.113Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6014 | 2026-08-25T03:26:26.113Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6015 | 2026-08-25T03:26:26.113Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6016 | 2026-08-25T03:26:26.113Z | test v1::network::tests::test_equal ... ok |
| 6017 | 2026-08-25T03:26:26.113Z | test v1::network::tests::test_eui64 ... ok |
| 6018 | 2026-08-25T03:26:26.113Z | test v1::network::tests::test_into ... ok |
| 6019 | 2026-08-25T03:26:26.113Z | test v1::network::tests::test_not_equal ... ok |
| 6020 | 2026-08-25T03:26:26.113Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6021 | 2026-08-25T03:26:26.113Z | test v1::network::tests::test_to_string ... ok |
| 6022 | 2026-08-25T03:26:26.113Z | test v1::network::tests::test_parse ... ok |
| 6023 | 2026-08-25T03:26:26.113Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6024 | 2026-08-25T03:26:26.113Z | |
| 6025 | 2026-08-25T03:26:26.113Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6026 | 2026-08-25T03:26:26.113Z | |
| 6027 | 2026-08-25T03:26:26.113Z | |
| 6028 | 2026-08-25T03:26:26.114Z | running 12 tests |
| 6029 | 2026-08-25T03:26:26.114Z | test icmp::test_v6_checksum ... ok |
| 6030 | 2026-08-25T03:26:26.114Z | test lldp::test_lldp_parse ... ok |
| 6031 | 2026-08-25T03:26:26.114Z | test icmp::test_v4_checksum ... ok |
| 6032 | 2026-08-25T03:26:26.114Z | test ipv6::test_ipv6_parse ... ok |
| 6033 | 2026-08-25T03:26:26.114Z | test pbuf::test_byte ... ok |
| 6034 | 2026-08-25T03:26:26.114Z | test pbuf::test_nibble ... ok |
| 6035 | 2026-08-25T03:26:26.114Z | test pbuf::test_overflow ... ok |
| 6036 | 2026-08-25T03:26:26.114Z | test pbuf::test_short ... ok |
| 6037 | 2026-08-25T03:26:26.114Z | test pbuf::test_twelve ... ok |
| 6038 | 2026-08-25T03:26:26.114Z | test pbuf::test_word ... ok |
| 6039 | 2026-08-25T03:26:26.114Z | test tcp::test_checksum_ack_data ... ok |
| 6040 | 2026-08-25T03:26:26.114Z | test tcp::test_checksum_syn_nodata ... ok |
| 6041 | 2026-08-25T03:26:26.114Z | |
| 6042 | 2026-08-25T03:26:26.114Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6043 | 2026-08-25T03:26:26.114Z | |
| 6044 | 2026-08-25T03:26:26.114Z | |
| 6045 | 2026-08-25T03:26:26.114Z | running 0 tests |
| 6046 | 2026-08-25T03:26:26.114Z | |
| 6047 | 2026-08-25T03:26:26.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6048 | 2026-08-25T03:26:26.114Z | |
| 6049 | 2026-08-25T03:26:26.114Z | |
| 6050 | 2026-08-25T03:26:26.114Z | running 5 tests |
| 6051 | 2026-08-25T03:26:26.114Z | test switchport::test::test_compute_lanes ... ok |
| 6052 | 2026-08-25T03:26:26.114Z | test switchport::test::port_id_ordering ... ok |
| 6053 | 2026-08-25T03:26:26.114Z | Lane 0 Lane 1 Lane 2 Lane 0 Lane 3 |
| 6054 | 2026-08-25T03:26:26.115Z | Lane 1 State: Activated Lane 2Activated Lane 3Activated Activated |
| 6055 | 2026-08-25T03:26:26.115Z | |
| 6056 | 2026-08-25T03:26:26.115Z | Rx Loss-of-lock: Yes Yes Rx Output Enabled: false Yes falseYes |
| 6057 | 2026-08-25T03:26:26.115Z | false Rx Loss-of-signal: Yes false |
| 6058 | 2026-08-25T03:26:26.115Z | Yes Rx Output Status: validYes Yesvalid |
| 6059 | 2026-08-25T03:26:26.115Z | Rx CDR Enabled: Yesvalid validYes |
| 6060 | 2026-08-25T03:26:26.115Z | Rx Loss-of-lock: trueYes Yestrue |
| 6061 | 2026-08-25T03:26:26.115Z | Tx Enabled: Yes true Yestrue |
| 6062 | 2026-08-25T03:26:26.115Z | Yes Rx Loss-of-signal: falseYes |
| 6063 | 2026-08-25T03:26:26.115Z | false Tx Loss-of-lock: No falseNo false |
| 6064 | 2026-08-25T03:26:26.115Z | No NoRx Auto-squelch Disable: true |
| 6065 | 2026-08-25T03:26:26.115Z | true Tx Loss-of-signal: No trueNo true |
| 6066 | 2026-08-25T03:26:26.115Z | No No Tx Output Enabled: true |
| 6067 | 2026-08-25T03:26:26.115Z | Tx CDR Enabled: No true Notrue trueNo |
| 6068 | 2026-08-25T03:26:26.115Z | Tx Output Status: invalidNo |
| 6069 | 2026-08-25T03:26:26.115Z | invalid Tx Adaptive EQ Fault: No invalidNo invalid |
| 6070 | 2026-08-25T03:26:26.115Z | No Tx Loss-of-lock: false No |
| 6071 | 2026-08-25T03:26:26.115Z | false Tx Fault: Yes false Yesfalse |
| 6072 | 2026-08-25T03:26:26.115Z | Yes Yes Tx Loss-of-signal: true |
| 6073 | 2026-08-25T03:26:26.115Z | true true true |
| 6074 | 2026-08-25T03:26:26.115Z | Tx Auto-squelch Disable: false false false false |
| 6075 | 2026-08-25T03:26:26.115Z | Tx Adaptive EQ Fail: true true true true |
| 6076 | 2026-08-25T03:26:26.115Z | Tx Failure: false false false false |
| 6077 | 2026-08-25T03:26:26.115Z | Tx Force Squelch: true true true true |
| 6078 | 2026-08-25T03:26:26.115Z | Tx Input Polarity: normal normal normal normal |
| 6079 | 2026-08-25T03:26:26.115Z | test switchport::test::test_print_sff_datapath ... ok |
| 6080 | 2026-08-25T03:26:26.115Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6081 | 2026-08-25T03:26:26.115Z | test link::test_filter ... ok |
| 6082 | 2026-08-25T03:26:26.115Z | |
| 6083 | 2026-08-25T03:26:26.116Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6084 | 2026-08-25T03:26:26.116Z | |
| 6085 | 2026-08-25T03:26:26.116Z | |
| 6086 | 2026-08-25T03:26:26.116Z | running 1 test |
| 6087 | 2026-08-25T03:26:26.116Z | test test_p4_counter_list ... ignored |
| 6088 | 2026-08-25T03:26:26.116Z | |
| 6089 | 2026-08-25T03:26:26.116Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6090 | 2026-08-25T03:26:26.116Z | |
| 6091 | 2026-08-25T03:26:26.116Z | |
| 6092 | 2026-08-25T03:26:26.116Z | running 5 tests |
| 6093 | 2026-08-25T03:26:26.116Z | test test_an ... ignored |
| 6094 | 2026-08-25T03:26:26.116Z | test test_enable ... ignored |
| 6095 | 2026-08-25T03:26:26.116Z | test test_ip_addresses ... ignored |
| 6096 | 2026-08-25T03:26:26.122Z | test test_kr ... ignored |
| 6097 | 2026-08-25T03:26:26.122Z | test test_mac ... ignored |
| 6098 | 2026-08-25T03:26:26.122Z | |
| 6099 | 2026-08-25T03:26:26.122Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6100 | 2026-08-25T03:26:26.122Z | |
| 6101 | 2026-08-25T03:26:26.122Z | |
| 6102 | 2026-08-25T03:26:26.122Z | running 3 tests |
| 6103 | 2026-08-25T03:26:26.123Z | test linklocal::test_parse_ipadm ... ok |
| 6104 | 2026-08-25T03:26:26.123Z | test tfport::test_parse_tfport ... ok |
| 6105 | 2026-08-25T03:26:26.123Z | test config::tests::test_updates ... ok |
| 6106 | 2026-08-25T03:26:26.123Z | |
| 6107 | 2026-08-25T03:26:26.123Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6108 | 2026-08-25T03:26:26.123Z | |
| 6109 | 2026-08-25T03:26:26.123Z | |
| 6110 | 2026-08-25T03:26:26.123Z | running 0 tests |
| 6111 | 2026-08-25T03:26:26.123Z | |
| 6112 | 2026-08-25T03:26:26.123Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6113 | 2026-08-25T03:26:26.123Z | |
| 6114 | 2026-08-25T03:26:26.123Z | |
| 6115 | 2026-08-25T03:26:26.123Z | running 0 tests |
| 6116 | 2026-08-25T03:26:26.123Z | |
| 6117 | 2026-08-25T03:26:26.123Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6118 | 2026-08-25T03:26:26.123Z | |
| 6119 | 2026-08-25T03:26:26.163Z | |
| 6120 | 2026-08-25T03:26:26.163Z | running 0 tests |
| 6121 | 2026-08-25T03:26:26.163Z | |
| 6122 | 2026-08-25T03:26:26.163Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6123 | 2026-08-25T03:26:26.163Z | |
| 6124 | 2026-08-25T03:26:26.188Z | Doc-tests aal_macros |
| 6125 | 2026-08-25T03:26:26.257Z | |
| 6126 | 2026-08-25T03:26:26.257Z | running 0 tests |
| 6127 | 2026-08-25T03:26:26.257Z | |
| 6128 | 2026-08-25T03:26:26.257Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6129 | 2026-08-25T03:26:26.257Z | |
| 6130 | 2026-08-25T03:26:26.269Z | Doc-tests common |
| 6131 | 2026-08-25T03:26:26.507Z | |
| 6132 | 2026-08-25T03:26:26.508Z | running 0 tests |
| 6133 | 2026-08-25T03:26:26.508Z | |
| 6134 | 2026-08-25T03:26:26.508Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6135 | 2026-08-25T03:26:26.508Z | |
| 6136 | 2026-08-25T03:26:26.529Z | Doc-tests dpd_api |
| 6137 | 2026-08-25T03:26:27.231Z | |
| 6138 | 2026-08-25T03:26:27.231Z | running 2 tests |
| 6139 | 2026-08-25T03:26:27.231Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6140 | 2026-08-25T03:26:27.231Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6141 | 2026-08-25T03:26:27.231Z | |
| 6142 | 2026-08-25T03:26:27.231Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6143 | 2026-08-25T03:26:27.232Z | |
| 6144 | 2026-08-25T03:26:27.262Z | Doc-tests dpd_client |
| 6145 | 2026-08-25T03:26:28.656Z | |
| 6146 | 2026-08-25T03:26:28.656Z | running 0 tests |
| 6147 | 2026-08-25T03:26:28.656Z | |
| 6148 | 2026-08-25T03:26:28.656Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6149 | 2026-08-25T03:26:28.656Z | |
| 6150 | 2026-08-25T03:26:28.702Z | Doc-tests dpd_types |
| 6151 | 2026-08-25T03:26:28.917Z | |
| 6152 | 2026-08-25T03:26:28.917Z | running 0 tests |
| 6153 | 2026-08-25T03:26:28.917Z | |
| 6154 | 2026-08-25T03:26:28.917Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-25T03:26:28.917Z | |
| 6156 | 2026-08-25T03:26:28.957Z | Doc-tests dpd_types_versions |
| 6157 | 2026-08-25T03:26:31.219Z | |
| 6158 | 2026-08-25T03:26:31.219Z | running 1 test |
| 6159 | 2026-08-25T03:26:31.219Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6160 | 2026-08-25T03:26:31.219Z | |
| 6161 | 2026-08-25T03:26:31.219Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6162 | 2026-08-25T03:26:31.220Z | |
| 6163 | 2026-08-25T03:26:31.245Z | Doc-tests packet |
| 6164 | 2026-08-25T03:26:31.245Z | |
| 6165 | 2026-08-25T03:26:31.245Z | running 0 tests |
| 6166 | 2026-08-25T03:26:31.245Z | |
| 6167 | 2026-08-25T03:26:31.245Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6168 | 2026-08-25T03:26:31.245Z | |
| 6169 | 2026-08-25T03:26:31.245Z | Doc-tests pcap |
| 6170 | 2026-08-25T03:26:31.245Z | |
| 6171 | 2026-08-25T03:26:31.245Z | running 0 tests |
| 6172 | 2026-08-25T03:26:31.245Z | |
| 6173 | 2026-08-25T03:26:31.245Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6174 | 2026-08-25T03:26:31.245Z | |
| 6175 | 2026-08-25T03:26:31.245Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6176 | 2026-08-25T03:26:31.245Z | + RUST_BACKTRACE=full |
| 6177 | 2026-08-25T03:26:31.245Z | + cargo test --features softnpu --no-fail-fast |
| 6178 | 2026-08-25T03:26:31.479Z | Compiling num-integer v0.1.46 |
| 6179 | 2026-08-25T03:26:31.567Z | Compiling num-complex v0.4.6 |
| 6180 | 2026-08-25T03:26:31.587Z | Compiling bitstruct_derive v0.1.0 |
| 6181 | 2026-08-25T03:26:31.596Z | Compiling tap v1.0.1 |
| 6182 | 2026-08-25T03:26:31.722Z | Compiling wyz v0.5.1 |
| 6183 | 2026-08-25T03:26:31.838Z | Compiling num-rational v0.4.2 |
| 6184 | 2026-08-25T03:26:31.873Z | Compiling num-iter v0.1.45 |
| 6185 | 2026-08-25T03:26:31.883Z | Compiling num-bigint v0.4.6 |
| 6186 | 2026-08-25T03:26:31.972Z | Compiling radium v0.7.0 |
| 6187 | 2026-08-25T03:26:31.991Z | Compiling funty v2.0.0 |
| 6188 | 2026-08-25T03:26:32.020Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6189 | 2026-08-25T03:26:32.074Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-08-25T03:26:32.175Z | Compiling num v0.4.3 |
| 6191 | 2026-08-25T03:26:32.440Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6192 | 2026-08-25T03:26:32.445Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-25T03:26:32.445Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-25T03:26:32.445Z | Compiling bitvec v1.0.1 |
| 6195 | 2026-08-25T03:26:32.445Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-25T03:26:32.542Z | Compiling typeid v1.0.3 |
| 6197 | 2026-08-25T03:26:32.570Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6198 | 2026-08-25T03:26:32.653Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6199 | 2026-08-25T03:26:32.664Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-25T03:26:32.692Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6201 | 2026-08-25T03:26:33.181Z | Compiling ascii v1.1.0 |
| 6202 | 2026-08-25T03:26:33.454Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6203 | 2026-08-25T03:26:33.476Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6204 | 2026-08-25T03:26:33.585Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6205 | 2026-08-25T03:26:33.661Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6206 | 2026-08-25T03:26:33.787Z | Compiling erased-serde v0.4.8 |
| 6207 | 2026-08-25T03:26:33.904Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6208 | 2026-08-25T03:26:33.980Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6209 | 2026-08-25T03:26:34.013Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6210 | 2026-08-25T03:26:34.284Z | Compiling bitstruct v0.1.1 |
| 6211 | 2026-08-25T03:26:34.389Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6212 | 2026-08-25T03:26:34.603Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6213 | 2026-08-25T03:26:34.669Z | Compiling serde_arrays v0.1.0 |
| 6214 | 2026-08-25T03:26:34.783Z | Compiling libloading v0.7.4 |
| 6215 | 2026-08-25T03:26:35.012Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6216 | 2026-08-25T03:26:35.489Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-25T03:26:35.608Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6218 | 2026-08-25T03:26:35.684Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6219 | 2026-08-25T03:26:36.743Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6220 | 2026-08-25T03:26:37.687Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6221 | 2026-08-25T03:26:43.466Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-25T03:26:43.684Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6223 | 2026-08-25T03:26:43.688Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-08-25T03:26:43.688Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6225 | 2026-08-25T03:26:43.688Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6226 | 2026-08-25T03:26:44.924Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6227 | 2026-08-25T03:26:46.027Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6228 | 2026-08-25T03:26:46.468Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-25T03:26:51.556Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6230 | 2026-08-25T03:26:51.785Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6231 | 2026-08-25T03:27:00.553Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6232 | 2026-08-25T03:27:02.765Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6233 | 2026-08-25T03:27:06.638Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6234 | 2026-08-25T03:27:45.206Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 6235 | 2026-08-25T03:27:45.326Z | Running unittests src/lib.rs (target/debug/deps/aal-dad682ad21113eba) |
| 6236 | 2026-08-25T03:27:45.329Z | |
| 6237 | 2026-08-25T03:27:45.329Z | running 0 tests |
| 6238 | 2026-08-25T03:27:45.329Z | |
| 6239 | 2026-08-25T03:27:45.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6240 | 2026-08-25T03:27:45.329Z | |
| 6241 | 2026-08-25T03:27:45.329Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6242 | 2026-08-25T03:27:45.335Z | |
| 6243 | 2026-08-25T03:27:45.335Z | running 0 tests |
| 6244 | 2026-08-25T03:27:45.335Z | |
| 6245 | 2026-08-25T03:27:45.335Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6246 | 2026-08-25T03:27:45.335Z | |
| 6247 | 2026-08-25T03:27:45.338Z | Running unittests src/lib.rs (target/debug/deps/asic-ae560fe519159860) |
| 6248 | 2026-08-25T03:27:45.338Z | |
| 6249 | 2026-08-25T03:27:45.338Z | running 0 tests |
| 6250 | 2026-08-25T03:27:45.338Z | |
| 6251 | 2026-08-25T03:27:45.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6252 | 2026-08-25T03:27:45.338Z | |
| 6253 | 2026-08-25T03:27:45.338Z | Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2) |
| 6254 | 2026-08-25T03:27:45.358Z | |
| 6255 | 2026-08-25T03:27:45.358Z | running 4 tests |
| 6256 | 2026-08-25T03:27:45.361Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6257 | 2026-08-25T03:27:45.361Z | test nat::tests::test_vni ... ok |
| 6258 | 2026-08-25T03:27:45.364Z | test test_purge ... ok |
| 6259 | 2026-08-25T03:27:45.369Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6260 | 2026-08-25T03:27:45.369Z | |
| 6261 | 2026-08-25T03:27:45.369Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6262 | 2026-08-25T03:27:45.369Z | |
| 6263 | 2026-08-25T03:27:45.373Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e) |
| 6264 | 2026-08-25T03:27:45.389Z | |
| 6265 | 2026-08-25T03:27:45.389Z | running 1 test |
| 6266 | 2026-08-25T03:27:45.392Z | ------- |
| 6267 | 2026-08-25T03:27:45.392Z | Generating OpenAPI documents from API definitions ... |
| 6268 | 2026-08-25T03:27:45.532Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6269 | 2026-08-25T03:27:45.643Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6270 | 2026-08-25T03:27:46.737Z | ------- |
| 6271 | 2026-08-25T03:27:46.737Z | Checking 13 OpenAPI documents... |
| 6272 | 2026-08-25T03:27:46.737Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6273 | 2026-08-25T03:27:46.737Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6274 | 2026-08-25T03:27:46.737Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-08-25T03:27:46.737Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-25T03:27:46.740Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-25T03:27:46.740Z | Fresh dpd "latest" symlink |
| 6286 | 2026-08-25T03:27:46.740Z | ------- |
| 6287 | 2026-08-25T03:27:46.740Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6288 | 2026-08-25T03:27:46.813Z | test test::test_apis_up_to_date ... ok |
| 6289 | 2026-08-25T03:27:46.813Z | |
| 6290 | 2026-08-25T03:27:46.813Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.42s |
| 6291 | 2026-08-25T03:27:46.813Z | |
| 6292 | 2026-08-25T03:27:46.874Z | Running unittests src/main.rs (target/debug/deps/dpd-2c12f74842173b19) |
| 6293 | 2026-08-25T03:27:46.881Z | |
| 6294 | 2026-08-25T03:27:46.881Z | running 34 tests |
| 6295 | 2026-08-25T03:27:46.884Z | test freemap::test_ordering ... ok |
| 6296 | 2026-08-25T03:27:46.884Z | test config::tests::test_updates ... ok |
| 6297 | 2026-08-25T03:27:46.884Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6298 | 2026-08-25T03:27:46.885Z | test freemap::test_split ... ok |
| 6299 | 2026-08-25T03:27:46.885Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6300 | 2026-08-25T03:27:46.885Z | test macaddrs::tests::test_mac_offset ... ok |
| 6301 | 2026-08-25T03:27:46.885Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6302 | 2026-08-25T03:27:46.885Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6303 | 2026-08-25T03:27:46.885Z | Aug 25 03:27:45.810 DEBGAug 25 03:27:45.810 DEBG created new freemapcreated new freemap, unit:, unitfreemap_test: freemap_test |
| 6304 | 2026-08-25T03:27:46.885Z | |
| 6305 | 2026-08-25T03:27:46.885Z | Aug 25 03:27:45.810 DEBG initted freemap. size: 128, unit: freemap_test |
| 6306 | 2026-08-25T03:27:46.889Z | Aug 25 03:27:45.810 DEBG reset freemap, unit:Aug 25 03:27:45.810 Aug 25 03:27:45.810DEBG DEBGinitted freemap. size: 128 , Aug 25 03:27:45.810created new freemapunit :DEBG, unit freemap_test:created new freemap |
| 6307 | 2026-08-25T03:27:46.889Z | , freemap_testunit |
| 6308 | 2026-08-25T03:27:46.889Z | :Aug 25 03:27:45.810 freemap_testDEBG |
| 6309 | 2026-08-25T03:27:46.889Z | reset freemap, Aug 25 03:27:45.810unit :DEBGAug 25 03:27:45.810 freemap_test |
| 6310 | 2026-08-25T03:27:46.889Z | initted freemap. size: 128DEBG , initted freemap. size: 128unit, :unit :freemap_test |
| 6311 | 2026-08-25T03:27:46.889Z | freemap_test |
| 6312 | 2026-08-25T03:27:46.889Z | Aug 25 03:27:45.810 Aug 25 03:27:45.810DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 6313 | 2026-08-25T03:27:46.889Z | freemap_test |
| 6314 | 2026-08-25T03:27:46.889Z | test nat::test_mapping ... ok |
| 6315 | 2026-08-25T03:27:46.890Z | freemap_test |
| 6316 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.810 DEBG created new freemap, unit: freemap_test |
| 6317 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.810 DEBG initted freemap. size: 8, unit: freemap_test |
| 6318 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.810 DEBG reset freemap, unit: freemap_test |
| 6319 | 2026-08-25T03:27:46.890Z | test freemap::test_free ... ok |
| 6320 | 2026-08-25T03:27:46.890Z | test freemap::test_basic ... ok |
| 6321 | 2026-08-25T03:27:46.890Z | test freemap::test_exhaustion ... ok |
| 6322 | 2026-08-25T03:27:46.890Z | test freemap::test_reclaim ... ok |
| 6323 | 2026-08-25T03:27:46.890Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6324 | 2026-08-25T03:27:46.890Z | test port_map::tests::test_backplane_group ... ok |
| 6325 | 2026-08-25T03:27:46.890Z | test port_map::tests::test_port_map ... ok |
| 6326 | 2026-08-25T03:27:46.890Z | test port_map::tests::dump_map ... ok |
| 6327 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6328 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6329 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6330 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6331 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6332 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6333 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6334 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6335 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6336 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6337 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6338 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6339 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6340 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6341 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6342 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6343 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6344 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6345 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6346 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6347 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6348 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6349 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6350 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 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 } }] |
| 6351 | 2026-08-25T03:27:46.890Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6352 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811 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 } }] |
| 6353 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6354 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811Aug 25 03:27:45.811 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 6355 | 2026-08-25T03:27:46.891Z | , unitAug 25 03:27:45.811: INFOfreemap_route_ipv4 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6356 | 2026-08-25T03:27:46.891Z | |
| 6357 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811 DEBGAug 25 03:27:45.811 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 |
| 6358 | 2026-08-25T03:27:46.891Z | created new freemap, Aug 25 03:27:45.811unit :INFO freemap_route_ipv6adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6359 | 2026-08-25T03:27:46.891Z | |
| 6360 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811Aug 25 03:27:45.811 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 6361 | 2026-08-25T03:27:46.891Z | , unit: freemap_route_ipv4Aug 25 03:27:45.811 |
| 6362 | 2026-08-25T03:27:46.891Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6363 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811 DEBG reset freemapAug 25 03:27:45.811, unitDEBG: 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 } }]freemap_route_ipv4 |
| 6364 | 2026-08-25T03:27:46.891Z | |
| 6365 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811Aug 25 03:27:45.811 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6366 | 2026-08-25T03:27:46.891Z | , unit: freemap_route_ipv6Aug 25 03:27:45.811 |
| 6367 | 2026-08-25T03:27:46.891Z | 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 } }] |
| 6368 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811 DEBG reset freemapAug 25 03:27:45.811, unitINFO: adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6369 | 2026-08-25T03:27:46.891Z | |
| 6370 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811Aug 25 03:27:45.811 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6371 | 2026-08-25T03:27:46.891Z | |
| 6372 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.811Aug 25 03:27:45.811 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6373 | 2026-08-25T03:27:46.891Z | |
| 6374 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6375 | 2026-08-25T03:27:46.891Z | |
| 6376 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 6377 | 2026-08-25T03:27:46.891Z | |
| 6378 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6379 | 2026-08-25T03:27:46.891Z | |
| 6380 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 6381 | 2026-08-25T03:27:46.891Z | |
| 6382 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 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:dead::/64 -> 2001:db8::55:4 |
| 6383 | 2026-08-25T03:27:46.891Z | |
| 6384 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 6385 | 2026-08-25T03:27:46.891Z | |
| 6386 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 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::/64 -> 2001:db8::55:ff |
| 6387 | 2026-08-25T03:27:46.891Z | |
| 6388 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6389 | 2026-08-25T03:27:46.891Z | |
| 6390 | 2026-08-25T03:27:46.891Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 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:1::/64 -> 2001:db8::55:ff |
| 6391 | 2026-08-25T03:27:46.892Z | |
| 6392 | 2026-08-25T03:27:46.892Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6393 | 2026-08-25T03:27:46.892Z | |
| 6394 | 2026-08-25T03:27:46.892Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 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:2::/64 -> 2001:db8::55:ff |
| 6395 | 2026-08-25T03:27:46.892Z | |
| 6396 | 2026-08-25T03:27:46.892Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 6397 | 2026-08-25T03:27:46.892Z | |
| 6398 | 2026-08-25T03:27:46.892Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 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:3::/64 -> 2001:db8::55:ff |
| 6399 | 2026-08-25T03:27:46.892Z | |
| 6400 | 2026-08-25T03:27:46.892Z | test api_server::tests::test_build_info ... ok |
| 6401 | 2026-08-25T03:27:46.892Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.812 |
| 6402 | 2026-08-25T03:27:46.892Z | DEBG created new freemapAug 25 03:27:45.812, unitINFO: adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6403 | 2026-08-25T03:27:46.892Z | |
| 6404 | 2026-08-25T03:27:46.892Z | Aug 25 03:27:45.812 DEBGAug 25 03:27:45.812 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 } }]DEBG |
| 6405 | 2026-08-25T03:27:46.892Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6406 | 2026-08-25T03:27:46.896Z | created new freemap, unit:Aug 25 03:27:45.812 freemap_route_ipv6INFO |
| 6407 | 2026-08-25T03:27:46.896Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6408 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 6409 | 2026-08-25T03:27:46.896Z | : freemap_route_ipv4 |
| 6410 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812 INFO Aug 25 03:27:45.812adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6411 | 2026-08-25T03:27:46.896Z | DEBG reset freemap, unit:Aug 25 03:27:45.812 freemap_route_ipv4DEBG |
| 6412 | 2026-08-25T03:27:46.896Z | 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 } }] |
| 6413 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812 DEBG Aug 25 03:27:45.812initted freemap. size: 64 , INFOunit :adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6414 | 2026-08-25T03:27:46.896Z | freemap_route_ipv6 |
| 6415 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 6416 | 2026-08-25T03:27:46.896Z | , unit: Aug 25 03:27:45.812freemap_route_ipv6 |
| 6417 | 2026-08-25T03:27:46.896Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6418 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812 INFOAug 25 03:27:45.812 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6419 | 2026-08-25T03:27:46.896Z | 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 } }] |
| 6420 | 2026-08-25T03:27:46.896Z | |
| 6421 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFO Aug 25 03:27:45.812adding route 3fff:beef:9::/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 } }] |
| 6422 | 2026-08-25T03:27:46.896Z | |
| 6423 | 2026-08-25T03:27:46.896Z | 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 } }]Aug 25 03:27:45.812 |
| 6424 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.812adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6425 | 2026-08-25T03:27:46.896Z | |
| 6426 | 2026-08-25T03:27:46.896Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6427 | 2026-08-25T03:27:46.896Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFO DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:27:45.812 |
| 6428 | 2026-08-25T03:27:46.896Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6429 | 2026-08-25T03:27:46.897Z | |
| 6430 | 2026-08-25T03:27:46.897Z | created new freemapAug 25 03:27:45.812, Aug 25 03:27:45.812unit Aug 25 03:27:45.812:INFO freemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6431 | 2026-08-25T03:27:46.897Z | |
| 6432 | 2026-08-25T03:27:46.897Z | INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6433 | 2026-08-25T03:27:46.897Z | 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 25 03:27:45.812Aug 25 03:27:45.812 DEBGDEBG |
| 6434 | 2026-08-25T03:27:46.897Z | Aug 25 03:27:45.812 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 } }]created new freemapDEBG, |
| 6435 | 2026-08-25T03:27:46.897Z | 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 } }]:Aug 25 03:27:45.812 |
| 6436 | 2026-08-25T03:27:46.897Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812INFO freemap_route_ipv6 Aug 25 03:27:45.812INFO |
| 6437 | 2026-08-25T03:27:46.897Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6438 | 2026-08-25T03:27:46.897Z | |
| 6439 | 2026-08-25T03:27:46.897Z | INFOcreated new freemap , adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 03:27:45.812 |
| 6440 | 2026-08-25T03:27:46.897Z | unitAug 25 03:27:45.812Aug 25 03:27:45.812 DEBGDEBG 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 } }] 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 } }]: |
| 6441 | 2026-08-25T03:27:46.897Z | initted freemap. size: 64 |
| 6442 | 2026-08-25T03:27:46.897Z | , Aug 25 03:27:45.812unit DEBG:freemap_test freemap_route_ipv4replacing 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 } }] |
| 6443 | 2026-08-25T03:27:46.897Z | |
| 6444 | 2026-08-25T03:27:46.897Z | |
| 6445 | 2026-08-25T03:27:46.897Z | Aug 25 03:27:45.812 INFOAug 25 03:27:45.812 Aug 25 03:27:45.812 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 6446 | 2026-08-25T03:27:46.897Z | Aug 25 03:27:45.812 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 6447 | 2026-08-25T03:27:46.897Z | DEBG Aug 25 03:27:45.812Aug 25 03:27:45.812adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6448 | 2026-08-25T03:27:46.897Z | DEBG Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG 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 } }] |
| 6449 | 2026-08-25T03:27:46.897Z | DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6450 | 2026-08-25T03:27:46.897Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.812initted freemap. size: 128 INFO |
| 6451 | 2026-08-25T03:27:46.897Z | reset freemap, Aug 25 03:27:45.812unit adding route 3fff:beef:3::/64 -> 2001:db8::55:ff, INFOunit :: freemap_testfreemap_route_ipv4adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6452 | 2026-08-25T03:27:46.897Z | |
| 6453 | 2026-08-25T03:27:46.897Z | |
| 6454 | 2026-08-25T03:27:46.897Z | |
| 6455 | 2026-08-25T03:27:46.897Z | Aug 25 03:27:45.812 INFO Aug 25 03:27:45.812adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:27:45.812 Aug 25 03:27:45.812Aug 25 03:27:45.812 |
| 6456 | 2026-08-25T03:27:46.897Z | DEBG DEBG initted freemap. size: 64DEBG, 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 25 03:27:45.812 |
| 6457 | 2026-08-25T03:27:46.897Z | 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 |
| 6458 | 2026-08-25T03:27:46.897Z | freemap_route_ipv6Aug 25 03:27:45.812 |
| 6459 | 2026-08-25T03:27:46.897Z | reset freemap INFO, unitAug 25 03:27:45.812 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:27:45.812 |
| 6460 | 2026-08-25T03:27:46.897Z | |
| 6461 | 2026-08-25T03:27:46.897Z | : INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG Aug 25 03:27:45.812 |
| 6462 | 2026-08-25T03:27:46.897Z | reset freemapDEBG, unit: freemap_testreplacing 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 } }] |
| 6463 | 2026-08-25T03:27:46.897Z | |
| 6464 | 2026-08-25T03:27:46.897Z | Aug 25 03:27:45.812freemap_route_ipv6 |
| 6465 | 2026-08-25T03:27:46.897Z | Aug 25 03:27:45.812 INFOAug 25 03:27:45.812DEBG INFO 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 } }] |
| 6466 | 2026-08-25T03:27:46.897Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6467 | 2026-08-25T03:27:46.897Z | |
| 6468 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812 INFOAug 25 03:27:45.812 Aug 25 03:27:45.812INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:27:45.812adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6469 | 2026-08-25T03:27:46.898Z | DEBG DEBG |
| 6470 | 2026-08-25T03:27:46.898Z | 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 } }] Aug 25 03:27:45.812 |
| 6471 | 2026-08-25T03:27:46.898Z | 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 } }] |
| 6472 | 2026-08-25T03:27:46.898Z | DEBG Aug 25 03:27:45.812 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 } }]DEBG |
| 6473 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812 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 |
| 6474 | 2026-08-25T03:27:46.898Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:27:45.812 Aug 25 03:27:45.812 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6475 | 2026-08-25T03:27:46.898Z | |
| 6476 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812 DEBGAug 25 03:27:45.812 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 |
| 6477 | 2026-08-25T03:27:46.898Z | 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 |
| 6478 | 2026-08-25T03:27:46.898Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6479 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFOINFO Aug 25 03:27:45.812adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6480 | 2026-08-25T03:27:46.898Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6481 | 2026-08-25T03:27:46.898Z | DEBG Aug 25 03:27:45.812replacing 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 25 03:27:45.812 |
| 6482 | 2026-08-25T03:27:46.898Z | 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 } }]Aug 25 03:27:45.812 |
| 6483 | 2026-08-25T03:27:46.898Z | 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 |
| 6484 | 2026-08-25T03:27:46.898Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6485 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812INFOINFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6486 | 2026-08-25T03:27:46.898Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6487 | 2026-08-25T03:27:46.898Z | |
| 6488 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG Aug 25 03:27:45.812DEBG 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 |
| 6489 | 2026-08-25T03:27:46.898Z | 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 } }] |
| 6490 | 2026-08-25T03:27:46.898Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6491 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812 INFOAug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6492 | 2026-08-25T03:27:46.898Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6493 | 2026-08-25T03:27:46.898Z | 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 } }] |
| 6494 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6495 | 2026-08-25T03:27:46.898Z | |
| 6496 | 2026-08-25T03:27:46.898Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6497 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6498 | 2026-08-25T03:27:46.898Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6499 | 2026-08-25T03:27:46.898Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6500 | 2026-08-25T03:27:46.898Z | test freemap::test_span ... ok |
| 6501 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBG Aug 25 03:27:45.812 INFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6502 | 2026-08-25T03:27:46.898Z | |
| 6503 | 2026-08-25T03:27:46.898Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFO 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: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 } }] |
| 6504 | 2026-08-25T03:27:46.898Z | |
| 6505 | 2026-08-25T03:27:46.899Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 INFO INFOINFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6506 | 2026-08-25T03:27:46.903Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6507 | 2026-08-25T03:27:46.903Z | |
| 6508 | 2026-08-25T03:27:46.903Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG Aug 25 03:27:45.812DEBG 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 } }] |
| 6509 | 2026-08-25T03:27:46.903Z | 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: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 } }] |
| 6510 | 2026-08-25T03:27:46.903Z | |
| 6511 | 2026-08-25T03:27:46.903Z | Aug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6512 | 2026-08-25T03:27:46.903Z | |
| 6513 | 2026-08-25T03:27:46.903Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6514 | 2026-08-25T03:27:46.903Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGDEBGreplacing 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 } }] |
| 6515 | 2026-08-25T03:27:46.903Z | 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 } }] |
| 6516 | 2026-08-25T03:27:46.904Z | 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 } }] |
| 6517 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812 INFOAug 25 03:27:45.812 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFOAug 25 03:27:45.812 |
| 6518 | 2026-08-25T03:27:46.904Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO |
| 6519 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 6520 | 2026-08-25T03:27:46.904Z | 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 } }] |
| 6521 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6522 | 2026-08-25T03:27:46.904Z | 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 } }] |
| 6523 | 2026-08-25T03:27:46.904Z | |
| 6524 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBGAug 25 03:27:45.812 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 } }]INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6525 | 2026-08-25T03:27:46.904Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6526 | 2026-08-25T03:27:46.904Z | |
| 6527 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGDEBG 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 } }] |
| 6528 | 2026-08-25T03:27:46.904Z | adding route 3fff:beef:b::/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 } }] |
| 6529 | 2026-08-25T03:27:46.904Z | |
| 6530 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6531 | 2026-08-25T03:27:46.904Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6532 | 2026-08-25T03:27:46.904Z | |
| 6533 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812 INFOAug 25 03:27:45.812 Aug 25 03:27:45.812 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 6534 | 2026-08-25T03:27:46.904Z | |
| 6535 | 2026-08-25T03:27:46.904Z | 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 } }] |
| 6536 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812INFO DEBGINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6537 | 2026-08-25T03:27:46.904Z | 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 } }] |
| 6538 | 2026-08-25T03:27:46.904Z | |
| 6539 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812Aug 25 03:27:45.812DEBG 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 } }] |
| 6540 | 2026-08-25T03:27:46.904Z | 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 } }] |
| 6541 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.812 Aug 25 03:27:45.812INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6542 | 2026-08-25T03:27:46.904Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6543 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813INFO DEBG adding route 3fff:beef:d::/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 } }]DEBG |
| 6544 | 2026-08-25T03:27:46.904Z | |
| 6545 | 2026-08-25T03:27:46.904Z | 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 } }] |
| 6546 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813replacing 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 } }] |
| 6547 | 2026-08-25T03:27:46.904Z | INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6548 | 2026-08-25T03:27:46.904Z | Aug 25 03:27:45.813 |
| 6549 | 2026-08-25T03:27:46.904Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 |
| 6550 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813DEBG DEBGAug 25 03:27:45.813replacing 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 } }] |
| 6551 | 2026-08-25T03:27:46.905Z | 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 } }]Aug 25 03:27:45.813replacing 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 } }] |
| 6552 | 2026-08-25T03:27:46.905Z | |
| 6553 | 2026-08-25T03:27:46.905Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:27:45.813Aug 25 03:27:45.813 |
| 6554 | 2026-08-25T03:27:46.905Z | INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6555 | 2026-08-25T03:27:46.905Z | |
| 6556 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813 DEBGDEBG 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 } }] |
| 6557 | 2026-08-25T03:27:46.905Z | 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: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 } }] |
| 6558 | 2026-08-25T03:27:46.905Z | |
| 6559 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 6560 | 2026-08-25T03:27:46.905Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6561 | 2026-08-25T03:27:46.905Z | |
| 6562 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813 DEBG Aug 25 03:27:45.813replacing 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 } }] |
| 6563 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6564 | 2026-08-25T03:27:46.905Z | 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 } }] |
| 6565 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813INFO Aug 25 03:27:45.813INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6566 | 2026-08-25T03:27:46.905Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6567 | 2026-08-25T03:27:46.905Z | |
| 6568 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG DEBGDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6569 | 2026-08-25T03:27:46.905Z | 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 } }] |
| 6570 | 2026-08-25T03:27:46.905Z | 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 } }] |
| 6571 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6572 | 2026-08-25T03:27:46.905Z | |
| 6573 | 2026-08-25T03:27:46.905Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6574 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6575 | 2026-08-25T03:27:46.905Z | |
| 6576 | 2026-08-25T03:27:46.905Z | 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 } }] |
| 6577 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813INFO INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6578 | 2026-08-25T03:27:46.905Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6579 | 2026-08-25T03:27:46.905Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6580 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813 DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 6581 | 2026-08-25T03:27:46.905Z | |
| 6582 | 2026-08-25T03:27:46.905Z | 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 } }] |
| 6583 | 2026-08-25T03:27:46.905Z | Aug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6584 | 2026-08-25T03:27:46.905Z | |
| 6585 | 2026-08-25T03:27:46.906Z | |
| 6586 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6587 | 2026-08-25T03:27:46.906Z | 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 } }] |
| 6588 | 2026-08-25T03:27:46.906Z | 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 } }] |
| 6589 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813INFOAug 25 03:27:45.813 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 6590 | 2026-08-25T03:27:46.906Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6591 | 2026-08-25T03:27:46.906Z | |
| 6592 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813 |
| 6593 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813DEBG 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 } }]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 } }] |
| 6594 | 2026-08-25T03:27:46.906Z | |
| 6595 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813 INFOAug 25 03:27:45.813 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 |
| 6596 | 2026-08-25T03:27:46.906Z | INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6597 | 2026-08-25T03:27:46.906Z | |
| 6598 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813 DEBG Aug 25 03:27:45.813replacing 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 } }] |
| 6599 | 2026-08-25T03:27:46.906Z | DEBGAug 25 03:27:45.813 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 |
| 6600 | 2026-08-25T03:27:46.906Z | 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 } }] |
| 6601 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813INFO INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6602 | 2026-08-25T03:27:46.906Z | |
| 6603 | 2026-08-25T03:27:46.906Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6604 | 2026-08-25T03:27:46.906Z | Aug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813 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: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 } }] |
| 6605 | 2026-08-25T03:27:46.906Z | |
| 6606 | 2026-08-25T03:27:46.911Z | 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 25 03:27:45.813 |
| 6607 | 2026-08-25T03:27:46.911Z | Aug 25 03:27:45.813INFO Aug 25 03:27:45.813INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 6608 | 2026-08-25T03:27:46.911Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6609 | 2026-08-25T03:27:46.911Z | |
| 6610 | 2026-08-25T03:27:46.911Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6611 | 2026-08-25T03:27:46.911Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6612 | 2026-08-25T03:27:46.911Z | |
| 6613 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813 INFOAug 25 03:27:45.813Aug 25 03:27:45.813 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6614 | 2026-08-25T03:27:46.912Z | INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6615 | 2026-08-25T03:27:46.912Z | |
| 6616 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813 DEBG Aug 25 03:27:45.813Aug 25 03:27:45.813 DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6617 | 2026-08-25T03:27:46.912Z | 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: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 } }] |
| 6618 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813 |
| 6619 | 2026-08-25T03:27:46.912Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6620 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6621 | 2026-08-25T03:27:46.912Z | |
| 6622 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813 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 } }]Aug 25 03:27:45.813Aug 25 03:27:45.813 |
| 6623 | 2026-08-25T03:27:46.912Z | DEBG 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 } }]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 } }] |
| 6624 | 2026-08-25T03:27:46.912Z | |
| 6625 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813INFO INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6626 | 2026-08-25T03:27:46.912Z | |
| 6627 | 2026-08-25T03:27:46.912Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 DEBGAug 25 03:27:45.813 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 } }] |
| 6629 | 2026-08-25T03:27:46.912Z | DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6630 | 2026-08-25T03:27:46.912Z | 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 } }] |
| 6631 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO Aug 25 03:27:45.813adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6632 | 2026-08-25T03:27:46.912Z | |
| 6633 | 2026-08-25T03:27:46.912Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 |
| 6634 | 2026-08-25T03:27:46.912Z | Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBG |
| 6635 | 2026-08-25T03:27:46.912Z | 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 } }] |
| 6636 | 2026-08-25T03:27:46.912Z | 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 } }] |
| 6637 | 2026-08-25T03:27:46.913Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6638 | 2026-08-25T03:27:46.913Z | |
| 6639 | 2026-08-25T03:27:46.913Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 |
| 6640 | 2026-08-25T03:27:46.913Z | Aug 25 03:27:45.813DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813 |
| 6641 | 2026-08-25T03:27:46.913Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6642 | 2026-08-25T03:27:46.913Z | 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 } }] |
| 6643 | 2026-08-25T03:27:46.913Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813 INFOINFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6644 | 2026-08-25T03:27:46.913Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6645 | 2026-08-25T03:27:46.913Z | |
| 6646 | 2026-08-25T03:27:46.913Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813 DEBGDEBGDEBG 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: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 } }] |
| 6647 | 2026-08-25T03:27:46.913Z | |
| 6648 | 2026-08-25T03:27:46.913Z | 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 } }] |
| 6649 | 2026-08-25T03:27:46.913Z | Aug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813 INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6650 | 2026-08-25T03:27:46.913Z | INFO Aug 25 03:27:45.813 DEBG created new freemap, unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff: |
| 6651 | 2026-08-25T03:27:46.913Z | freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6652 | 2026-08-25T03:27:46.913Z | |
| 6653 | 2026-08-25T03:27:46.913Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 03:27:45.813Aug 25 03:27:45.813 DEBG |
| 6654 | 2026-08-25T03:27:46.913Z | created new freemap, unit:Aug 25 03:27:45.813 freemap_route_ipv6 |
| 6655 | 2026-08-25T03:27:46.913Z | DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6656 | 2026-08-25T03:27:46.913Z | Aug 25 03:27:45.813 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6657 | 2026-08-25T03:27:46.913Z | Aug 25 03:27:45.813 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 } }] |
| 6658 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 DEBG reset freemap, unit: freemap_route_ipv4Aug 25 03:27:45.813 |
| 6659 | 2026-08-25T03:27:46.914Z | DEBGAug 25 03:27:45.813 Aug 25 03:27:45.813DEBG initted freemap. size: 64 , Aug 25 03:27:45.813unit : INFOfreemap_route_ipv6 |
| 6660 | 2026-08-25T03:27:46.914Z | 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 } }] |
| 6661 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 DEBG reset freemapDEBG, unit: freemap_route_ipv6 |
| 6662 | 2026-08-25T03:27:46.914Z | INFOAug 25 03:27:45.813 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6663 | 2026-08-25T03:27:46.914Z | 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 25 03:27:45.813 |
| 6664 | 2026-08-25T03:27:46.914Z | 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 } }] |
| 6665 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 03:27:45.813Aug 25 03:27:45.813 |
| 6666 | 2026-08-25T03:27:46.914Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOINFOAug 25 03:27:45.813 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6667 | 2026-08-25T03:27:46.914Z | |
| 6668 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 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 } }] |
| 6669 | 2026-08-25T03:27:46.914Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 |
| 6670 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 INFO Aug 25 03:27:45.813adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6671 | 2026-08-25T03:27:46.914Z | 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 } }] |
| 6672 | 2026-08-25T03:27:46.914Z | DEBGAug 25 03:27:45.813 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 } }] |
| 6673 | 2026-08-25T03:27:46.914Z | 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 25 03:27:45.813 |
| 6674 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6675 | 2026-08-25T03:27:46.914Z | INFOAug 25 03:27:45.813adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 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 } }] |
| 6676 | 2026-08-25T03:27:46.914Z | INFO Aug 25 03:27:45.813 |
| 6677 | 2026-08-25T03:27:46.914Z | DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6678 | 2026-08-25T03:27:46.914Z | replacing targets for 3fff:dead::/64 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 } }] |
| 6679 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 25 03:27:45.813 |
| 6680 | 2026-08-25T03:27:46.914Z | WARN Aug 25 03:27:45.813shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG |
| 6681 | 2026-08-25T03:27:46.914Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6682 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6683 | 2026-08-25T03:27:46.914Z | |
| 6684 | 2026-08-25T03:27:46.914Z | |
| 6685 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6686 | 2026-08-25T03:27:46.914Z | Aug 25 03:27:45.813 ERROAug 25 03:27:45.813 INFO Aug 25 03:27:45.813shrink-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 |
| 6687 | 2026-08-25T03:27:46.914Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6688 | 2026-08-25T03:27:46.915Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6689 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813DEBG 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 } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813 |
| 6690 | 2026-08-25T03:27:46.915Z | DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6691 | 2026-08-25T03:27:46.915Z | 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 } }] |
| 6692 | 2026-08-25T03:27:46.915Z | |
| 6693 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 6694 | 2026-08-25T03:27:46.915Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 6695 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.813adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6696 | 2026-08-25T03:27:46.915Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 |
| 6697 | 2026-08-25T03:27:46.915Z | 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 } }]DEBG |
| 6698 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.814 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 } }]DEBGAug 25 03:27:45.814 |
| 6699 | 2026-08-25T03:27:46.915Z | 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 |
| 6700 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.814 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6701 | 2026-08-25T03:27:46.915Z | 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 } }] |
| 6702 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6703 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.814 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-25T03:27:46.915Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6705 | 2026-08-25T03:27:46.915Z | Aug 25 03:27:45.814 DEBGAug 25 03:27:45.814 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 |
| 6706 | 2026-08-25T03:27:46.924Z | 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 } }] |
| 6707 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814 INFOAug 25 03:27:45.814 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 6708 | 2026-08-25T03:27:46.924Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6709 | 2026-08-25T03:27:46.924Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6710 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6711 | 2026-08-25T03:27:46.924Z | |
| 6712 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6713 | 2026-08-25T03:27:46.924Z | |
| 6714 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6715 | 2026-08-25T03:27:46.924Z | DEBG |
| 6716 | 2026-08-25T03:27:46.924Z | 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 } }] |
| 6717 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814 INFODEBGINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6718 | 2026-08-25T03:27:46.924Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6719 | 2026-08-25T03:27:46.924Z | |
| 6720 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814 INFODEBG 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 } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6721 | 2026-08-25T03:27:46.924Z | |
| 6722 | 2026-08-25T03:27:46.924Z | 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 } }] |
| 6723 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/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 } }] |
| 6724 | 2026-08-25T03:27:46.924Z | |
| 6725 | 2026-08-25T03:27:46.924Z | |
| 6726 | 2026-08-25T03:27:46.924Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBG DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6727 | 2026-08-25T03:27:46.925Z | |
| 6728 | 2026-08-25T03:27:46.925Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6729 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOAug 25 03:27:45.814 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 6730 | 2026-08-25T03:27:46.925Z | DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6731 | 2026-08-25T03:27:46.925Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814 |
| 6732 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814DEBG 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 } }] |
| 6733 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814replacing 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 } }] |
| 6734 | 2026-08-25T03:27:46.925Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:27:45.814 |
| 6735 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 25 03:27:45.814adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6736 | 2026-08-25T03:27:46.925Z | DEBG |
| 6737 | 2026-08-25T03:27:46.925Z | 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 } }] |
| 6738 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6739 | 2026-08-25T03:27:46.925Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6740 | 2026-08-25T03:27:46.925Z | |
| 6741 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814 INFOAug 25 03:27:45.814 Aug 25 03:27:45.814INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6742 | 2026-08-25T03:27:46.925Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 6743 | 2026-08-25T03:27:46.925Z | 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 25 03:27:45.814 |
| 6744 | 2026-08-25T03:27:46.925Z | DEBG Aug 25 03:27:45.814replacing 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 } }] |
| 6745 | 2026-08-25T03:27:46.925Z | DEBGAug 25 03:27:45.814 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6746 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 6747 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6748 | 2026-08-25T03:27:46.925Z | INFO Aug 25 03:27:45.814adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6749 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814DEBG 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 |
| 6750 | 2026-08-25T03:27:46.925Z | 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 } }] |
| 6751 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814DEBG INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6752 | 2026-08-25T03:27:46.925Z | 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:2e::/64 -> 2001:db8::55:ff |
| 6753 | 2026-08-25T03:27:46.925Z | |
| 6754 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG 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 } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6755 | 2026-08-25T03:27:46.925Z | 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 } }] |
| 6756 | 2026-08-25T03:27:46.925Z | |
| 6757 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 6758 | 2026-08-25T03:27:46.925Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6759 | 2026-08-25T03:27:46.925Z | 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 } }] |
| 6760 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBGAug 25 03:27:45.814 DEBG 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 } }] 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 } }] |
| 6761 | 2026-08-25T03:27:46.925Z | |
| 6762 | 2026-08-25T03:27:46.925Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6763 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6764 | 2026-08-25T03:27:46.925Z | |
| 6765 | 2026-08-25T03:27:46.925Z | |
| 6766 | 2026-08-25T03:27:46.925Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBGDEBG 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 |
| 6767 | 2026-08-25T03:27:46.926Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6768 | 2026-08-25T03:27:46.926Z | |
| 6769 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6770 | 2026-08-25T03:27:46.926Z | 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:31::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-25T03:27:46.926Z | |
| 6772 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814INFO DEBGDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6773 | 2026-08-25T03:27:46.926Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6774 | 2026-08-25T03:27:46.926Z | |
| 6775 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBG INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6776 | 2026-08-25T03:27:46.926Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 6777 | 2026-08-25T03:27:46.926Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6778 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:27:45.814replacing 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 } }] |
| 6779 | 2026-08-25T03:27:46.926Z | DEBG |
| 6780 | 2026-08-25T03:27:46.926Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814 |
| 6781 | 2026-08-25T03:27:46.926Z | DEBGAug 25 03:27:45.814 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 } }]INFOAug 25 03:27:45.814Aug 25 03:27:45.814 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 6782 | 2026-08-25T03:27:46.926Z | |
| 6783 | 2026-08-25T03:27:46.926Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 6784 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814created new freemap Aug 25 03:27:45.814DEBG INFOAug 25 03:27:45.814, 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 } }] |
| 6785 | 2026-08-25T03:27:46.926Z | 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 } }]unit |
| 6786 | 2026-08-25T03:27:46.926Z | :Aug 25 03:27:45.814 freemap_route_ipv4adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 6787 | 2026-08-25T03:27:46.926Z | |
| 6788 | 2026-08-25T03:27:46.926Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6789 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814 |
| 6790 | 2026-08-25T03:27:46.926Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814 DEBGINFO |
| 6791 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOcreated new freemap , adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6792 | 2026-08-25T03:27:46.926Z | |
| 6793 | 2026-08-25T03:27:46.926Z | unit: freemap_route_ipv6 |
| 6794 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBG INFO 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 } }] |
| 6795 | 2026-08-25T03:27:46.926Z | 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 } }] |
| 6796 | 2026-08-25T03:27:46.926Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6797 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814INFO Aug 25 03:27:45.814adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6798 | 2026-08-25T03:27:46.926Z | INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGAug 25 03:27:45.814 |
| 6799 | 2026-08-25T03:27:46.926Z | DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6800 | 2026-08-25T03:27:46.926Z | |
| 6801 | 2026-08-25T03:27:46.926Z | initted freemap. size: 64, unit: Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 6802 | 2026-08-25T03:27:46.926Z | 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 } }] freemap_route_ipv4 |
| 6803 | 2026-08-25T03:27:46.926Z | |
| 6804 | 2026-08-25T03:27:46.926Z | Aug 25 03:27:45.814adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6805 | 2026-08-25T03:27:46.927Z | DEBGAug 25 03:27:45.814 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 } }]INFOAug 25 03:27:45.814 |
| 6806 | 2026-08-25T03:27:46.933Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 6807 | 2026-08-25T03:27:46.933Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 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 |
| 6808 | 2026-08-25T03:27:46.933Z | Aug 25 03:27:45.814INFO reset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }] |
| 6809 | 2026-08-25T03:27:46.933Z | Aug 25 03:27:45.814 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6810 | 2026-08-25T03:27:46.933Z | Aug 25 03:27:45.814 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6811 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6812 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814 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 } }] |
| 6813 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6814 | 2026-08-25T03:27:46.934Z | |
| 6815 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814 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 } }]Aug 25 03:27:45.814unit : |
| 6816 | 2026-08-25T03:27:46.934Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 6817 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814 |
| 6818 | 2026-08-25T03:27:46.934Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 03:27:45.814 |
| 6819 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814DEBG INFO initted freemap. size: 64adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:27:45.814 |
| 6820 | 2026-08-25T03:27:46.934Z | , DEBGunit :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 } }] |
| 6821 | 2026-08-25T03:27:46.934Z | freemap_route_ipv6 |
| 6822 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6823 | 2026-08-25T03:27:46.934Z | reset freemap, unit:Aug 25 03:27:45.814 Aug 25 03:27:45.814freemap_route_ipv6 |
| 6824 | 2026-08-25T03:27:46.934Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6825 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814INFOAug 25 03:27:45.814 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFO |
| 6826 | 2026-08-25T03:27:46.934Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6827 | 2026-08-25T03:27:46.934Z | |
| 6828 | 2026-08-25T03:27:46.934Z | DEBGAug 25 03:27:45.814 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 25 03:27:45.814Aug 25 03:27:45.814 |
| 6829 | 2026-08-25T03:27:46.934Z | DEBGDEBGDEBG 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: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: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 } }] |
| 6830 | 2026-08-25T03:27:46.934Z | |
| 6831 | 2026-08-25T03:27:46.934Z | |
| 6832 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6833 | 2026-08-25T03:27:46.934Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6834 | 2026-08-25T03:27:46.934Z | |
| 6835 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814 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 } }]Aug 25 03:27:45.814 |
| 6836 | 2026-08-25T03:27:46.934Z | 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 } }]Aug 25 03:27:45.814 |
| 6837 | 2026-08-25T03:27:46.934Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6838 | 2026-08-25T03:27:46.934Z | INFO Aug 25 03:27:45.814adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6839 | 2026-08-25T03:27:46.934Z | Aug 25 03:27:45.814Aug 25 03:27:45.814DEBG 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 |
| 6840 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.814INFO Aug 25 03:27:45.814DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6841 | 2026-08-25T03:27:46.935Z | INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6842 | 2026-08-25T03:27:46.935Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6843 | 2026-08-25T03:27:46.935Z | |
| 6844 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBGINFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6845 | 2026-08-25T03:27:46.935Z | |
| 6846 | 2026-08-25T03:27:46.935Z | 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 25 03:27:45.814 |
| 6847 | 2026-08-25T03:27:46.935Z | INFO Aug 25 03:27:45.814Aug 25 03:27:45.814adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 6848 | 2026-08-25T03:27:46.935Z | |
| 6849 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.814 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 6850 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.814adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6851 | 2026-08-25T03:27:46.935Z | INFO Aug 25 03:27:45.814adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6852 | 2026-08-25T03:27:46.935Z | DEBGAug 25 03:27:45.814 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 03:27:45.814 |
| 6853 | 2026-08-25T03:27:46.935Z | |
| 6854 | 2026-08-25T03:27:46.935Z | 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 } }] |
| 6855 | 2026-08-25T03:27:46.935Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814 |
| 6856 | 2026-08-25T03:27:46.935Z | INFOAug 25 03:27:45.814 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 03:27:45.814Aug 25 03:27:45.814INFO |
| 6857 | 2026-08-25T03:27:46.935Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6858 | 2026-08-25T03:27:46.935Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 03:27:45.814 |
| 6859 | 2026-08-25T03:27:46.935Z | |
| 6860 | 2026-08-25T03:27:46.935Z | DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6861 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814DEBG 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 } }] |
| 6862 | 2026-08-25T03:27:46.935Z | 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 25 03:27:45.814 |
| 6863 | 2026-08-25T03:27:46.935Z | DEBGINFO Aug 25 03:27:45.815replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 03:27:45.815adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6864 | 2026-08-25T03:27:46.935Z | INFOAug 25 03:27:45.814 |
| 6865 | 2026-08-25T03:27:46.935Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6866 | 2026-08-25T03:27:46.935Z | INFODEBG created new freemapadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff, |
| 6867 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.815adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit |
| 6868 | 2026-08-25T03:27:46.935Z | : INFOfreemap_route_ipv4Aug 25 03:27:45.815Aug 25 03:27:45.815 |
| 6869 | 2026-08-25T03:27:46.935Z | DEBGAug 25 03:27:45.815 adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6870 | 2026-08-25T03:27:46.935Z | |
| 6871 | 2026-08-25T03:27:46.935Z | DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6872 | 2026-08-25T03:27:46.935Z | |
| 6873 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.815Aug 25 03:27:45.815 INFO Aug 25 03:27:45.815Aug 25 03:27:45.815 DEBG Aug 25 03:27:45.815 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap |
| 6874 | 2026-08-25T03:27:46.935Z | INFODEBG INFO, adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff unitadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff: |
| 6875 | 2026-08-25T03:27:46.935Z | |
| 6876 | 2026-08-25T03:27:46.935Z | freemap_route_ipv6Aug 25 03:27:45.815 |
| 6877 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.815DEBGAug 25 03:27:45.815 DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }] |
| 6878 | 2026-08-25T03:27:46.935Z | Aug 25 03:27:45.815 Aug 25 03:27:45.815Aug 25 03:27:45.821 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 } }]DEBGDEBG |
| 6879 | 2026-08-25T03:27:46.935Z | INFOcreated new freemap created new freemap, unit, :adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6880 | 2026-08-25T03:27:46.936Z | unitfreemap_route_ipv4: |
| 6881 | 2026-08-25T03:27:46.936Z | freemap_route_ipv4 |
| 6882 | 2026-08-25T03:27:46.936Z | |
| 6883 | 2026-08-25T03:27:46.936Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821DEBG Aug 25 03:27:45.821DEBG 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 } }]DEBG |
| 6884 | 2026-08-25T03:27:46.936Z | created new freemapAug 25 03:27:45.821created new freemap , INFO, unitAug 25 03:27:45.821adding route 3fff:beef:38::/64 -> 2001:db8::55:ff: |
| 6885 | 2026-08-25T03:27:46.936Z | unit freemap_route_ipv6 |
| 6886 | 2026-08-25T03:27:46.936Z | DEBG:Aug 25 03:27:45.821 freemap_route_ipv6DEBG |
| 6887 | 2026-08-25T03:27:46.936Z | failed to allocate space for the new target listreplacing 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 } }] |
| 6888 | 2026-08-25T03:27:46.936Z | |
| 6889 | 2026-08-25T03:27:46.936Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBG Aug 25 03:27:45.821initted freemap. size: 64 initted freemap. size: 64INFO, , Aug 25 03:27:45.821unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit: |
| 6890 | 2026-08-25T03:27:46.936Z | :freemap_route_ipv4 |
| 6891 | 2026-08-25T03:27:46.936Z | freemap_route_ipv4 |
| 6892 | 2026-08-25T03:27:46.936Z | DEBG Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBG reset freemapAug 25 03:27:45.814, unitINFO: adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6893 | 2026-08-25T03:27:46.936Z | |
| 6894 | 2026-08-25T03:27:46.936Z | Aug 25 03:27:45.821 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 25 03:27:45.821 Aug 25 03:27:45.821reset freemap , DEBGunit DEBG:initted freemap. size: 64 , freemap_route_ipv4unit |
| 6895 | 2026-08-25T03:27:46.936Z | 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: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 } }] |
| 6896 | 2026-08-25T03:27:46.936Z | |
| 6897 | 2026-08-25T03:27:46.936Z | freemap_route_ipv6 |
| 6898 | 2026-08-25T03:27:46.936Z | |
| 6899 | 2026-08-25T03:27:46.936Z | Aug 25 03:27:45.821Aug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821INFO INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGreset freemap |
| 6900 | 2026-08-25T03:27:46.936Z | , initted freemap. size: 64 |
| 6901 | 2026-08-25T03:27:46.936Z | unit: , freemap_route_ipv6unit |
| 6902 | 2026-08-25T03:27:46.936Z | Aug 25 03:27:45.821Aug 25 03:27:45.821: DEBGfreemap_route_ipv6 |
| 6903 | 2026-08-25T03:27:46.936Z | 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 } }] |
| 6904 | 2026-08-25T03:27:46.936Z | DEBG Aug 25 03:27:45.821replacing 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 } }] |
| 6905 | 2026-08-25T03:27:46.936Z | INFOAug 25 03:27:45.821Aug 25 03:27:45.821 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:27:45.821 |
| 6906 | 2026-08-25T03:27:46.940Z | INFO reset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, |
| 6907 | 2026-08-25T03:27:46.941Z | unit |
| 6908 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821: freemap_route_ipv6DEBGAug 25 03:27:45.821 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6909 | 2026-08-25T03:27:46.941Z | |
| 6910 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821replacing 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 } }] |
| 6911 | 2026-08-25T03:27:46.941Z | DEBGAug 25 03:27:45.821 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:27:45.821 |
| 6912 | 2026-08-25T03:27:46.941Z | INFOAug 25 03:27:45.821 INFOAug 25 03:27:45.821 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6913 | 2026-08-25T03:27:46.941Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6914 | 2026-08-25T03:27:46.941Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6915 | 2026-08-25T03:27:46.941Z | |
| 6916 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGAug 25 03:27:45.821 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6917 | 2026-08-25T03:27:46.941Z | 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 25 03:27:45.821 |
| 6918 | 2026-08-25T03:27:46.941Z | DEBG Aug 25 03:27:45.821replacing 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 |
| 6919 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6920 | 2026-08-25T03:27:46.941Z | |
| 6921 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6922 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBGfailed to allocate space for the new target list |
| 6923 | 2026-08-25T03:27:46.941Z | 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 } }] |
| 6924 | 2026-08-25T03:27:46.941Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.821 |
| 6925 | 2026-08-25T03:27:46.941Z | DEBGAug 25 03:27:45.821 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 } }]Aug 25 03:27:45.821 |
| 6926 | 2026-08-25T03:27:46.941Z | 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 } }] |
| 6927 | 2026-08-25T03:27:46.941Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 03:27:45.821 |
| 6928 | 2026-08-25T03:27:46.941Z | INFO Aug 25 03:27:45.821 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 6929 | 2026-08-25T03:27:46.941Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6930 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821DEBG 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 } }] |
| 6931 | 2026-08-25T03:27:46.941Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6932 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821 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 } }]INFO |
| 6933 | 2026-08-25T03:27:46.941Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6934 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBG 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 } }]failed to allocate space for the new target list |
| 6935 | 2026-08-25T03:27:46.941Z | |
| 6936 | 2026-08-25T03:27:46.941Z | initted freemap. size: 64, unit:Aug 25 03:27:45.821 Aug 25 03:27:45.821INFOfreemap_route_ipv4 |
| 6937 | 2026-08-25T03:27:46.941Z | DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6938 | 2026-08-25T03:27:46.941Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6939 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBG failed to allocate space for the new target listreplacing 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 |
| 6940 | 2026-08-25T03:27:46.941Z | |
| 6941 | 2026-08-25T03:27:46.941Z | reset freemap, unit:Aug 25 03:27:45.821 freemap_route_ipv4INFO |
| 6942 | 2026-08-25T03:27:46.941Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6943 | 2026-08-25T03:27:46.941Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821INFODEBG 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 } }]DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6944 | 2026-08-25T03:27:46.941Z | initted freemap. size: 64 |
| 6945 | 2026-08-25T03:27:46.941Z | , unit: freemap_route_ipv6Aug 25 03:27:45.821 |
| 6946 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821 DEBGINFO Aug 25 03:27:45.821replacing 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 } }] |
| 6947 | 2026-08-25T03:27:46.942Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 6948 | 2026-08-25T03:27:46.942Z | reset freemap, unit:Aug 25 03:27:45.821 Aug 25 03:27:45.821 INFOfreemap_route_ipv6 |
| 6949 | 2026-08-25T03:27:46.942Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 6950 | 2026-08-25T03:27:46.942Z | 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 } }] |
| 6951 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6952 | 2026-08-25T03:27:46.942Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6953 | 2026-08-25T03:27:46.942Z | 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 } }] |
| 6954 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBGAug 25 03:27:45.821 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 } }] 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 } }] |
| 6955 | 2026-08-25T03:27:46.942Z | |
| 6956 | 2026-08-25T03:27:46.942Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6957 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821DEBGINFO failed to allocate space for the new target list adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 6958 | 2026-08-25T03:27:46.942Z | |
| 6959 | 2026-08-25T03:27:46.942Z | 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 } }] |
| 6960 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821Aug 25 03:27:45.821Aug 25 03:27:45.821 INFODEBGDEBG adding route 3fff:beef:4::/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6961 | 2026-08-25T03:27:46.942Z | |
| 6962 | 2026-08-25T03:27:46.942Z | |
| 6963 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821DEBG 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 } }] |
| 6964 | 2026-08-25T03:27:46.942Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6965 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6966 | 2026-08-25T03:27:46.942Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6967 | 2026-08-25T03:27:46.942Z | test route::tests::grow_succeeds ... ok |
| 6968 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821DEBG 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 } }] |
| 6969 | 2026-08-25T03:27:46.942Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6970 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821 Aug 25 03:27:45.821INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6971 | 2026-08-25T03:27:46.942Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6972 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 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:dead::/64 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 } }] |
| 6973 | 2026-08-25T03:27:46.942Z | |
| 6974 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821Aug 25 03:27:45.821 WARNINFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6975 | 2026-08-25T03:27:46.942Z | test route::tests::identity_replace_is_noop ... ok |
| 6976 | 2026-08-25T03:27:46.942Z | |
| 6977 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.821 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 } }] |
| 6978 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.822Aug 25 03:27:45.822 Aug 25 03:27:45.828DEBG INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffcreated new freemap |
| 6979 | 2026-08-25T03:27:46.942Z | , created new freemapunit:Aug 25 03:27:45.828 freemap_route_ipv4DEBG |
| 6980 | 2026-08-25T03:27:46.942Z | , unit: Aug 25 03:27:45.822 freemap_route_ipv4replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6981 | 2026-08-25T03:27:46.942Z | Aug 25 03:27:45.828 |
| 6982 | 2026-08-25T03:27:46.943Z | DEBGDEBG Aug 25 03:27:45.828 created new freemapcreated new freemap , , unitAug 25 03:27:45.828DEBGunit:: freemap_route_ipv6freemap_route_ipv4 created new freemap |
| 6983 | 2026-08-25T03:27:46.943Z | INFO |
| 6984 | 2026-08-25T03:27:46.943Z | , unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff: |
| 6985 | 2026-08-25T03:27:46.943Z | freemap_route_ipv6Aug 25 03:27:45.828 |
| 6986 | 2026-08-25T03:27:46.943Z | DEBGAug 25 03:27:45.822 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 } }] |
| 6987 | 2026-08-25T03:27:46.943Z | Aug 25 03:27:45.822Aug 25 03:27:45.828DEBG Aug 25 03:27:45.828 created new freemapDEBG DEBGDEBG Aug 25 03:27:45.828, initted freemap. size: 64 unit, created new freemap unit::, DEBGfreemap_route_ipv4unit freemap_route_ipv4 |
| 6988 | 2026-08-25T03:27:46.943Z | initted freemap. size: 64 |
| 6989 | 2026-08-25T03:27:46.944Z | :, Aug 25 03:27:45.828unitcreated new freemapAug 25 03:27:45.828 , freemap_route_ipv4:unit |
| 6990 | 2026-08-25T03:27:46.944Z | freemap_route_ipv4Aug 25 03:27:45.828 |
| 6991 | 2026-08-25T03:27:46.944Z | DEBGINFO :reset freemapDEBG, unitAug 25 03:27:45.828: freemap_route_ipv6 created new freemap |
| 6992 | 2026-08-25T03:27:46.944Z | , DEBGfreemap_route_ipv4Aug 25 03:27:45.828 |
| 6993 | 2026-08-25T03:27:46.944Z | created new freemapunit:adding route 3fff:beef:a::/64 -> 2001:db8::55:ff, DEBGAug 25 03:27:45.828 unitfreemap_route_ipv6: Aug 25 03:27:45.828 freemap_route_ipv6 |
| 6994 | 2026-08-25T03:27:46.944Z | DEBGreset freemapDEBG |
| 6995 | 2026-08-25T03:27:46.944Z | initted freemap. size: 64initted freemap. size: 64, , |
| 6996 | 2026-08-25T03:27:46.944Z | Aug 25 03:27:45.828, unitunit::unit freemap_route_ipv4Aug 25 03:27:45.828 DEBG :initted freemap. size: 64freemap_route_ipv6 |
| 6997 | 2026-08-25T03:27:46.944Z | freemap_route_ipv4, |
| 6998 | 2026-08-25T03:27:46.944Z | unit: |
| 6999 | 2026-08-25T03:27:46.944Z | Aug 25 03:27:45.828DEBG initted freemap. size: 64freemap_route_ipv4, DEBGAug 25 03:27:45.828 |
| 7000 | 2026-08-25T03:27:46.945Z | unitDEBGAug 25 03:27:45.828Aug 25 03:27:45.828reset freemap: , Aug 25 03:27:45.828unitDEBGreset freemap:, unit DEBGfreemap_route_ipv6: freemap_route_ipv4reset freemap |
| 7001 | 2026-08-25T03:27:46.945Z | 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 } }]freemap_route_ipv4 |
| 7002 | 2026-08-25T03:27:46.945Z | , |
| 7003 | 2026-08-25T03:27:46.945Z | unit: DEBGfreemap_route_ipv4 |
| 7004 | 2026-08-25T03:27:46.945Z | Aug 25 03:27:45.828Aug 25 03:27:45.828initted freemap. size: 64Aug 25 03:27:45.828 |
| 7005 | 2026-08-25T03:27:46.945Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7006 | 2026-08-25T03:27:46.950Z | , Aug 25 03:27:45.828 initted freemap. size: 64DEBGunit, unitAug 25 03:27:45.828 : reset freemapDEBG DEBG, freemap_route_ipv6unit |
| 7007 | 2026-08-25T03:27:46.950Z | :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]: |
| 7008 | 2026-08-25T03:27:46.950Z | freemap_route_ipv4freemap_route_ipv6Aug 25 03:27:45.828Aug 25 03:27:45.828 initted freemap. size: 64 |
| 7009 | 2026-08-25T03:27:46.950Z | INFODEBG , Aug 25 03:27:45.828reset freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ffunit, |
| 7010 | 2026-08-25T03:27:46.950Z | unit Aug 25 03:27:45.828:: |
| 7011 | 2026-08-25T03:27:46.950Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv6 |
| 7012 | 2026-08-25T03:27:46.951Z | freemap_route_ipv6 |
| 7013 | 2026-08-25T03:27:46.951Z | |
| 7014 | 2026-08-25T03:27:46.951Z | Aug 25 03:27:45.828DEBG Aug 25 03:27:45.828reset freemap DEBG DEBGAug 25 03:27:45.828Aug 25 03:27:45.828 Aug 25 03:27:45.828replacing 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 } }] |
| 7015 | 2026-08-25T03:27:46.951Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG, Aug 25 03:27:45.828 |
| 7016 | 2026-08-25T03:27:46.951Z | INFO |
| 7017 | 2026-08-25T03:27:46.951Z | reset freemapadding route 172.17.0.1/32 -> 10.0.0.255, |
| 7018 | 2026-08-25T03:27:46.951Z | unitunit:DEBGAug 25 03:27:45.828: DEBG 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 } }]Aug 25 03:27:45.828 |
| 7019 | 2026-08-25T03:27:46.951Z | |
| 7020 | 2026-08-25T03:27:46.951Z | freemap_route_ipv6DEBGinitted freemap. size: 64 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7021 | 2026-08-25T03:27:46.951Z | Aug 25 03:27:45.828 |
| 7022 | 2026-08-25T03:27:46.951Z | unit :Aug 25 03:27:45.828 Aug 25 03:27:45.828freemap_route_ipv6Aug 25 03:27:45.828DEBG Aug 25 03:27:45.828INFO |
| 7023 | 2026-08-25T03:27:46.951Z | 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 } }]INFO |
| 7024 | 2026-08-25T03:27:46.951Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7025 | 2026-08-25T03:27:46.951Z | |
| 7026 | 2026-08-25T03:27:46.951Z | Aug 25 03:27:45.828 |
| 7027 | 2026-08-25T03:27:46.951Z | DEBG reset freemapINFO, Aug 25 03:27:45.828unitAug 25 03:27:45.828 DEBGDEBGAug 25 03:27:45.828 adding route 3fff:beef:c::/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 } }]: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 } }] |
| 7028 | 2026-08-25T03:27:46.951Z | DEBG |
| 7029 | 2026-08-25T03:27:46.951Z | |
| 7030 | 2026-08-25T03:27:46.951Z | Aug 25 03:27:45.828freemap_route_ipv6Aug 25 03:27:45.828replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7031 | 2026-08-25T03:27:46.951Z | |
| 7032 | 2026-08-25T03:27:46.951Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7033 | 2026-08-25T03:27:46.951Z | |
| 7034 | 2026-08-25T03:27:46.951Z | Aug 25 03:27:45.828Aug 25 03:27:45.828 INFOAug 25 03:27:45.828DEBGAug 25 03:27:45.822 Aug 25 03:27:45.828 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 } }]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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:27:45.828DEBG DEBG |
| 7035 | 2026-08-25T03:27:46.951Z | created new freemap |
| 7036 | 2026-08-25T03:27:46.951Z | , unit |
| 7037 | 2026-08-25T03:27:46.951Z | :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7038 | 2026-08-25T03:27:46.951Z | freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7039 | 2026-08-25T03:27:46.951Z | |
| 7040 | 2026-08-25T03:27:46.951Z | Aug 25 03:27:45.828Aug 25 03:27:45.828Aug 25 03:27:45.828Aug 25 03:27:45.828 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7041 | 2026-08-25T03:27:46.951Z | |
| 7042 | 2026-08-25T03:27:46.951Z | Aug 25 03:27:45.828Aug 25 03:27:45.828 DEBGDEBG created new freemapAug 25 03:27:45.828, unitDEBG: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 } }] freemap_route_ipv6replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7043 | 2026-08-25T03:27:46.952Z | |
| 7044 | 2026-08-25T03:27:46.952Z | |
| 7045 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828 Aug 25 03:27:45.828INFO Aug 25 03:27:45.828adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7046 | 2026-08-25T03:27:46.952Z | INFO DEBG INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 7047 | 2026-08-25T03:27:46.952Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:27:45.828, unit |
| 7048 | 2026-08-25T03:27:46.952Z | : freemap_route_ipv4DEBG |
| 7049 | 2026-08-25T03:27:46.952Z | 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 25 03:27:45.828 |
| 7050 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828DEBGAug 25 03:27:45.828 DEBG 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 } }] |
| 7051 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] INFOreset freemap adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7052 | 2026-08-25T03:27:46.952Z | |
| 7053 | 2026-08-25T03:27:46.952Z | , unitAug 25 03:27:45.828: Aug 25 03:27:45.828 INFOAug 25 03:27:45.828freemap_route_ipv4 |
| 7054 | 2026-08-25T03:27:46.952Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 7055 | 2026-08-25T03:27:46.952Z | 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 } }] |
| 7056 | 2026-08-25T03:27:46.952Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7057 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828 DEBG initted freemap. size: 64, unit :Aug 25 03:27:45.828DEBG Aug 25 03:27:45.828freemap_route_ipv6DEBG |
| 7058 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }] |
| 7059 | 2026-08-25T03:27:46.952Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7060 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828 |
| 7061 | 2026-08-25T03:27:46.952Z | DEBG DEBGAug 25 03:27:45.828 Aug 25 03:27:45.828DEBGAug 25 03:27:45.828reset freemap , INFOunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 7062 | 2026-08-25T03:27:46.952Z | adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv6DEBG |
| 7063 | 2026-08-25T03:27:46.952Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7064 | 2026-08-25T03:27:46.952Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7065 | 2026-08-25T03:27:46.952Z | |
| 7066 | 2026-08-25T03:27:46.952Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 7067 | 2026-08-25T03:27:46.952Z | |
| 7068 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828 Aug 25 03:27:45.828DEBG 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 } }] |
| 7069 | 2026-08-25T03:27:46.952Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:27:45.828Aug 25 03:27:45.828 |
| 7070 | 2026-08-25T03:27:46.952Z | INFOINFO Aug 25 03:27:45.828adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 25 03:27:45.828 |
| 7071 | 2026-08-25T03:27:46.952Z | INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7072 | 2026-08-25T03:27:46.952Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7073 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828 |
| 7074 | 2026-08-25T03:27:46.952Z | DEBGAug 25 03:27:45.828 Aug 25 03:27:45.828replacing 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 25 03:27:45.828replacing 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 } }] |
| 7075 | 2026-08-25T03:27:46.952Z | DEBGINFO |
| 7076 | 2026-08-25T03:27:46.952Z | 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 } }] |
| 7077 | 2026-08-25T03:27:46.952Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7078 | 2026-08-25T03:27:46.952Z | Aug 25 03:27:45.828Aug 25 03:27:45.828 INFOAug 25 03:27:45.828INFOAug 25 03:27:45.828 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 INFO |
| 7079 | 2026-08-25T03:27:46.953Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7080 | 2026-08-25T03:27:46.953Z | |
| 7081 | 2026-08-25T03:27:46.953Z | |
| 7082 | 2026-08-25T03:27:46.953Z | Aug 25 03:27:45.828Aug 25 03:27:45.828Aug 25 03:27:45.828 Aug 25 03:27:45.828 DEBG INFODEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.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 } }]DEBG |
| 7083 | 2026-08-25T03:27:46.953Z | |
| 7084 | 2026-08-25T03:27:46.953Z | 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 } }] |
| 7085 | 2026-08-25T03:27:46.953Z | |
| 7086 | 2026-08-25T03:27:46.953Z | Aug 25 03:27:45.828 INFOAug 25 03:27:45.828 adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:27:45.828 |
| 7087 | 2026-08-25T03:27:46.953Z | INFOAug 25 03:27:45.828 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO DEBG |
| 7088 | 2026-08-25T03:27:46.953Z | adding route 172.17.0.0/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 } }]Aug 25 03:27:45.828 |
| 7089 | 2026-08-25T03:27:46.953Z | DEBG |
| 7090 | 2026-08-25T03:27:46.953Z | Aug 25 03:27:45.828Aug 25 03:27:45.828 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 } }] |
| 7091 | 2026-08-25T03:27:46.953Z | DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.828 |
| 7092 | 2026-08-25T03:27:46.953Z | |
| 7093 | 2026-08-25T03:27:46.953Z | INFOAug 25 03:27:45.828 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 25 03:27:45.828Aug 25 03:27:45.828 |
| 7094 | 2026-08-25T03:27:46.953Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7095 | 2026-08-25T03:27:46.953Z | Aug 25 03:27:45.829Aug 25 03:27:45.829 DEBG created new freemap Aug 25 03:27:45.835DEBG DEBG, created new freemapunitAug 25 03:27:45.822, : unitfreemap_route_ipv4: |
| 7096 | 2026-08-25T03:27:46.953Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 7097 | 2026-08-25T03:27:46.953Z | |
| 7098 | 2026-08-25T03:27:46.953Z | DEBGAug 25 03:27:45.835 created new freemapDEBG, unit: |
| 7099 | 2026-08-25T03:27:46.953Z | created new freemapfreemap_route_ipv4, unit |
| 7100 | 2026-08-25T03:27:46.953Z | : freemap_route_ipv6 |
| 7101 | 2026-08-25T03:27:46.953Z | Aug 25 03:27:45.835Aug 25 03:27:45.835 Aug 25 03:27:45.835DEBG DEBGAug 25 03:27:45.835 Aug 25 03:27:45.835DEBGinitted freemap. size: 64 , unitcreated new freemapDEBG, :unitINFO: freemap_route_ipv4freemap_route_ipv6 |
| 7102 | 2026-08-25T03:27:46.953Z | |
| 7103 | 2026-08-25T03:27:46.953Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Aug 25 03:27:45.835created new freemap |
| 7104 | 2026-08-25T03:27:46.953Z | Aug 25 03:27:45.835 DEBG, DEBGunit :reset freemap initted freemap. size: 64freemap_route_ipv6, |
| 7105 | 2026-08-25T03:27:46.953Z | , Aug 25 03:27:45.835unit |
| 7106 | 2026-08-25T03:27:46.960Z | unit: : INFOfreemap_route_ipv4 |
| 7107 | 2026-08-25T03:27:46.960Z | Aug 25 03:27:45.835freemap_route_ipv4 |
| 7108 | 2026-08-25T03:27:46.960Z | adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 7109 | 2026-08-25T03:27:46.960Z | Aug 25 03:27:45.835Aug 25 03:27:45.835initted freemap. size: 64Aug 25 03:27:45.835, DEBGDEBG reset freemapunitAug 25 03:27:45.835, DEBGinitted freemap. size: 64:, unitunit: :DEBG freemap_route_ipv4 freemap_route_ipv6replacing 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 } }] |
| 7110 | 2026-08-25T03:27:46.960Z | |
| 7111 | 2026-08-25T03:27:46.960Z | 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 } }] |
| 7112 | 2026-08-25T03:27:46.960Z | freemap_route_ipv4 |
| 7113 | 2026-08-25T03:27:46.960Z | Aug 25 03:27:45.836Aug 25 03:27:45.836 DEBG |
| 7114 | 2026-08-25T03:27:46.960Z | DEBGAug 25 03:27:45.836 initted freemap. size: 64reset freemapINFO, , Aug 25 03:27:45.836unitunit ::DEBG freemap_route_ipv6adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv6 |
| 7115 | 2026-08-25T03:27:46.960Z | |
| 7116 | 2026-08-25T03:27:46.960Z | reset freemap, |
| 7117 | 2026-08-25T03:27:46.961Z | unitAug 25 03:27:45.836Aug 25 03:27:45.836 :INFOAug 25 03:27:45.836Aug 25 03:27:45.836 DEBGfreemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7118 | 2026-08-25T03:27:46.961Z | reset freemap |
| 7119 | 2026-08-25T03:27:46.961Z | INFODEBG , replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.836adding route 172.17.0.3/32 -> 10.0.0.255 unit |
| 7120 | 2026-08-25T03:27:46.961Z | :DEBG |
| 7121 | 2026-08-25T03:27:46.961Z | freemap_route_ipv6 |
| 7122 | 2026-08-25T03:27:46.961Z | initted freemap. size: 64Aug 25 03:27:45.836, unitINFOAug 25 03:27:45.836: Aug 25 03:27:45.836adding route 172.17.0.14/32 -> 10.0.0.255 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7123 | 2026-08-25T03:27:46.961Z | |
| 7124 | 2026-08-25T03:27:46.961Z | |
| 7125 | 2026-08-25T03:27:46.961Z | |
| 7126 | 2026-08-25T03:27:46.961Z | Aug 25 03:27:45.836 DEBG Aug 25 03:27:45.836Aug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:27:45.836 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7127 | 2026-08-25T03:27:46.961Z | 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 } }] |
| 7128 | 2026-08-25T03:27:46.961Z | |
| 7129 | 2026-08-25T03:27:46.961Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap, DEBGunitAug 25 03:27:45.836 |
| 7130 | 2026-08-25T03:27:46.961Z | Aug 25 03:27:45.836: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7131 | 2026-08-25T03:27:46.961Z | DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:27:45.836 |
| 7132 | 2026-08-25T03:27:46.961Z | |
| 7133 | 2026-08-25T03:27:46.961Z | freemap_route_ipv6 |
| 7134 | 2026-08-25T03:27:46.961Z | Aug 25 03:27:45.836Aug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836 Aug 25 03:27:45.836 DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7135 | 2026-08-25T03:27:46.961Z | 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7136 | 2026-08-25T03:27:46.961Z | INFO |
| 7137 | 2026-08-25T03:27:46.961Z | adding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7138 | 2026-08-25T03:27:46.961Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7139 | 2026-08-25T03:27:46.961Z | Aug 25 03:27:45.836 |
| 7140 | 2026-08-25T03:27:46.961Z | Aug 25 03:27:45.836Aug 25 03:27:45.836INFO DEBGDEBG Aug 25 03:27:45.836 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.836adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7141 | 2026-08-25T03:27:46.961Z | |
| 7142 | 2026-08-25T03:27:46.961Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7143 | 2026-08-25T03:27:46.961Z | DEBG Aug 25 03:27:45.836Aug 25 03:27:45.836 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 } }]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 } }] |
| 7144 | 2026-08-25T03:27:46.961Z | 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 } }] |
| 7145 | 2026-08-25T03:27:46.961Z | |
| 7146 | 2026-08-25T03:27:46.961Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7147 | 2026-08-25T03:27:46.961Z | Aug 25 03:27:45.836Aug 25 03:27:45.836 INFOAug 25 03:27:45.836 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 03:27:45.836INFOAug 25 03:27:45.836 INFOINFODEBG |
| 7148 | 2026-08-25T03:27:46.961Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7149 | 2026-08-25T03:27:46.961Z | adding route 172.17.0.16/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 } }] |
| 7150 | 2026-08-25T03:27:46.962Z | |
| 7151 | 2026-08-25T03:27:46.962Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 03:27:45.836 |
| 7152 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836DEBG Aug 25 03:27:45.836 DEBGDEBGAug 25 03:27:45.836 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 } }]DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7153 | 2026-08-25T03:27:46.962Z | |
| 7154 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7155 | 2026-08-25T03:27:46.962Z | 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 } }] DEBGAug 25 03:27:45.836 Aug 25 03:27:45.836Aug 25 03:27:45.836 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 } }]WARN |
| 7156 | 2026-08-25T03:27:46.962Z | |
| 7157 | 2026-08-25T03:27:46.962Z | INFO INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7158 | 2026-08-25T03:27:46.962Z | |
| 7159 | 2026-08-25T03:27:46.962Z | |
| 7160 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836Aug 25 03:27:45.836 INFOAug 25 03:27:45.836DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.836 |
| 7161 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7162 | 2026-08-25T03:27:46.962Z | DEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 03:27:45.836replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7163 | 2026-08-25T03:27:46.962Z | test route::tests::same_size_non_subset_replace ... ok |
| 7164 | 2026-08-25T03:27:46.962Z | INFO Aug 25 03:27:45.836 |
| 7165 | 2026-08-25T03:27:46.962Z | INFOadding route 172.17.0.6/32 -> 10.0.0.255 Aug 25 03:27:45.836 |
| 7166 | 2026-08-25T03:27:46.962Z | adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 Aug 25 03:27:45.836 |
| 7167 | 2026-08-25T03:27:46.962Z | DEBG INFO |
| 7168 | 2026-08-25T03:27:46.962Z | 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 } }] |
| 7169 | 2026-08-25T03:27:46.962Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7170 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836DEBGAug 25 03:27:45.836 Aug 25 03:27:45.836DEBGreplacing 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 } }] |
| 7171 | 2026-08-25T03:27:46.962Z | DEBGINFOreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.836 |
| 7172 | 2026-08-25T03:27:46.962Z | |
| 7173 | 2026-08-25T03:27:46.962Z | adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 7174 | 2026-08-25T03:27:46.962Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 03:27:45.836DEBG |
| 7175 | 2026-08-25T03:27:46.962Z | 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 25 03:27:45.836DEBG |
| 7176 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836INFO DEBGAug 25 03:27:45.836replacing targets for 3fff:dead::/64 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 } }] |
| 7177 | 2026-08-25T03:27:46.962Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7178 | 2026-08-25T03:27:46.962Z | 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.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 } }] |
| 7179 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836 Aug 25 03:27:45.836 |
| 7180 | 2026-08-25T03:27:46.962Z | WARN Aug 25 03:27:45.836INFO Aug 25 03:27:45.836shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 7181 | 2026-08-25T03:27:46.962Z | 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.7/32 -> 10.0.0.255 |
| 7182 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836 |
| 7183 | 2026-08-25T03:27:46.962Z | INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7184 | 2026-08-25T03:27:46.962Z | |
| 7185 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836 INFO Aug 25 03:27:45.836adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 03:27:45.836 |
| 7186 | 2026-08-25T03:27:46.962Z | Aug 25 03:27:45.836DEBG DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.836 |
| 7187 | 2026-08-25T03:27:46.962Z | 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.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 } }] |
| 7188 | 2026-08-25T03:27:46.963Z | |
| 7189 | 2026-08-25T03:27:46.963Z | 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 } }] |
| 7190 | 2026-08-25T03:27:46.963Z | Aug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836INFOINFO INFO adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7191 | 2026-08-25T03:27:46.963Z | |
| 7192 | 2026-08-25T03:27:46.963Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:27:45.836 |
| 7193 | 2026-08-25T03:27:46.963Z | |
| 7194 | 2026-08-25T03:27:46.963Z | Aug 25 03:27:45.836Aug 25 03:27:45.836 INFO DEBGDEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7195 | 2026-08-25T03:27:46.963Z | Aug 25 03:27:45.836replacing 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 } }] |
| 7196 | 2026-08-25T03:27:46.963Z | |
| 7197 | 2026-08-25T03:27:46.963Z | 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 } }]Aug 25 03:27:45.836 |
| 7198 | 2026-08-25T03:27:46.963Z | Aug 25 03:27:45.836INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255Aug 25 03:27:45.836Aug 25 03:27:45.836 |
| 7199 | 2026-08-25T03:27:46.963Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7200 | 2026-08-25T03:27:46.963Z | DEBGDEBGAug 25 03:27:45.836Aug 25 03:27:45.836 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 } }] |
| 7201 | 2026-08-25T03:27:46.963Z | Aug 25 03:27:45.836Aug 25 03:27:45.836 DEBG DEBGcreated new freemap , created new freemapunit, :Aug 25 03:27:45.845unit :Aug 25 03:27:45.837 freemap_route_ipv4 freemap_route_ipv4 |
| 7202 | 2026-08-25T03:27:46.963Z | |
| 7203 | 2026-08-25T03:27:46.963Z | DEBG created new freemap , INFOAug 25 03:27:45.845 unitAug 25 03:27:45.845adding route 172.17.0.21/32 -> 10.0.0.255 :DEBG |
| 7204 | 2026-08-25T03:27:46.963Z | freemap_route_ipv4created new freemap |
| 7205 | 2026-08-25T03:27:46.963Z | DEBG, unitcreated new freemapAug 25 03:27:45.845: DEBGfreemap_route_ipv6 |
| 7206 | 2026-08-25T03:27:46.968Z | , Aug 25 03:27:45.845unitreplacing 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 } }] |
| 7207 | 2026-08-25T03:27:46.968Z | DEBG : created new freemapAug 25 03:27:45.845, Aug 25 03:27:45.845 freemap_route_ipv6 DEBGINFO unit adding route 172.17.0.22/32 -> 10.0.0.255: |
| 7208 | 2026-08-25T03:27:46.968Z | initted freemap. size: 64 freemap_route_ipv6, |
| 7209 | 2026-08-25T03:27:46.968Z | unitAug 25 03:27:45.845 |
| 7210 | 2026-08-25T03:27:46.968Z | :DEBG freemap_route_ipv4replacing 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 } }] |
| 7211 | 2026-08-25T03:27:46.968Z | Aug 25 03:27:45.845 |
| 7212 | 2026-08-25T03:27:46.968Z | DEBGAug 25 03:27:45.845 initted freemap. size: 64Aug 25 03:27:45.845Aug 25 03:27:45.845 , INFOunit :adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7213 | 2026-08-25T03:27:46.968Z | DEBG reset freemap , freemap_route_ipv4unitAug 25 03:27:45.845 |
| 7214 | 2026-08-25T03:27:46.968Z | DEBG :replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7215 | 2026-08-25T03:27:46.968Z | freemap_route_ipv4Aug 25 03:27:45.845 |
| 7216 | 2026-08-25T03:27:46.968Z | DEBGAug 25 03:27:45.845 reset freemapINFOinitted freemap. size: 64 , adding route 172.17.0.24/32 -> 10.0.0.255unit, |
| 7217 | 2026-08-25T03:27:46.968Z | : Aug 25 03:27:45.845 freemap_route_ipv4DEBG |
| 7218 | 2026-08-25T03:27:46.968Z | Aug 25 03:27:45.845initted freemap. size: 64 , DEBGunitunit ::Aug 25 03:27:45.845 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 7219 | 2026-08-25T03:27:46.968Z | |
| 7220 | 2026-08-25T03:27:46.968Z | DEBGfreemap_route_ipv4 |
| 7221 | 2026-08-25T03:27:46.968Z | initted freemap. size: 64Aug 25 03:27:45.845, unitDEBG:Aug 25 03:27:45.845 freemap_route_ipv6INFO |
| 7222 | 2026-08-25T03:27:46.968Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7223 | 2026-08-25T03:27:46.968Z | reset freemap, Aug 25 03:27:45.845unit :DEBG freemap_route_ipv6reset freemap |
| 7224 | 2026-08-25T03:27:46.968Z | , unitAug 25 03:27:45.845: Aug 25 03:27:45.845DEBGAug 25 03:27:45.845 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 } }] |
| 7225 | 2026-08-25T03:27:46.968Z | INFOfreemap_route_ipv6 DEBG |
| 7226 | 2026-08-25T03:27:46.968Z | adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 7227 | 2026-08-25T03:27:46.968Z | , Aug 25 03:27:45.845unit Aug 25 03:27:45.845:INFO Aug 25 03:27:45.845 freemap_route_ipv4 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7228 | 2026-08-25T03:27:46.968Z | INFODEBG |
| 7229 | 2026-08-25T03:27:46.968Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7230 | 2026-08-25T03:27:46.968Z | |
| 7231 | 2026-08-25T03:27:46.968Z | Aug 25 03:27:45.845Aug 25 03:27:45.845 DEBG initted freemap. size: 64, Aug 25 03:27:45.845 INFO 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 } }]Aug 25 03:27:45.845 |
| 7232 | 2026-08-25T03:27:46.968Z | unit:Aug 25 03:27:45.836 Aug 25 03:27:45.845 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7233 | 2026-08-25T03:27:46.968Z | DEBG |
| 7234 | 2026-08-25T03:27:46.968Z | adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv6 |
| 7235 | 2026-08-25T03:27:46.968Z | 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 25 03:27:45.845 |
| 7236 | 2026-08-25T03:27:46.968Z | Aug 25 03:27:45.845 |
| 7237 | 2026-08-25T03:27:46.968Z | DEBG Aug 25 03:27:45.845replacing 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 } }] INFODEBG |
| 7238 | 2026-08-25T03:27:46.969Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7239 | 2026-08-25T03:27:46.969Z | 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 } }] |
| 7240 | 2026-08-25T03:27:46.969Z | |
| 7241 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845 Aug 25 03:27:45.845 Aug 25 03:27:45.845DEBGAug 25 03:27:45.845 Aug 25 03:27:45.845DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7242 | 2026-08-25T03:27:46.969Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 03:27:45.845adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7243 | 2026-08-25T03:27:46.969Z | |
| 7244 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreset freemapINFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 03:27:45.845 adding route 3fff:dead::/64 -> 2001:db8::55:3, |
| 7245 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845 |
| 7246 | 2026-08-25T03:27:46.969Z | DEBG |
| 7247 | 2026-08-25T03:27:46.969Z | 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 25 03:27:45.845 DEBGDEBG |
| 7248 | 2026-08-25T03:27:46.969Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.845 |
| 7249 | 2026-08-25T03:27:46.969Z | unitDEBG 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 25 03:27:45.845replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.845 |
| 7250 | 2026-08-25T03:27:46.969Z | |
| 7251 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845 INFO INFO Aug 25 03:27:45.845adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 25 03:27:45.845DEBG adding route 172.17.0.10/32 -> 10.0.0.255 INFO |
| 7252 | 2026-08-25T03:27:46.969Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7253 | 2026-08-25T03:27:46.969Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7254 | 2026-08-25T03:27:46.969Z | |
| 7255 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845 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 25 03:27:45.845Aug 25 03:27:45.845DEBG |
| 7256 | 2026-08-25T03:27:46.969Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGDEBG |
| 7257 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7258 | 2026-08-25T03:27:46.969Z | DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:27:45.845 |
| 7259 | 2026-08-25T03:27:46.969Z | 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 25 03:27:45.845DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 7260 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 25 03:27:45.845 |
| 7261 | 2026-08-25T03:27:46.969Z | INFO |
| 7262 | 2026-08-25T03:27:46.969Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO |
| 7263 | 2026-08-25T03:27:46.969Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7264 | 2026-08-25T03:27:46.969Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7265 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7266 | 2026-08-25T03:27:46.969Z | INFO Aug 25 03:27:45.845adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7267 | 2026-08-25T03:27:46.969Z | 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 } }] |
| 7268 | 2026-08-25T03:27:46.969Z | Aug 25 03:27:45.845: Aug 25 03:27:45.845DEBG Aug 25 03:27:45.845INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7269 | 2026-08-25T03:27:46.969Z | 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 } }] |
| 7270 | 2026-08-25T03:27:46.969Z | freemap_route_ipv6 |
| 7271 | 2026-08-25T03:27:46.970Z | |
| 7272 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845 Aug 25 03:27:45.845DEBG 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 } }] |
| 7273 | 2026-08-25T03:27:46.970Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7274 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845Aug 25 03:27:45.845Aug 25 03:27:45.845Aug 25 03:27:45.845 INFODEBG INFO 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 } }] |
| 7275 | 2026-08-25T03:27:46.970Z | adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7276 | 2026-08-25T03:27:46.970Z | |
| 7277 | 2026-08-25T03:27:46.970Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:27:45.845 |
| 7278 | 2026-08-25T03:27:46.970Z | INFOAug 25 03:27:45.845 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 7279 | 2026-08-25T03:27:46.970Z | 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 } }] |
| 7280 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845Aug 25 03:27:45.845 Aug 25 03:27:45.845DEBGAug 25 03:27:45.845 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 } }]INFODEBG |
| 7281 | 2026-08-25T03:27:46.970Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7282 | 2026-08-25T03:27:46.970Z | |
| 7283 | 2026-08-25T03:27:46.970Z | DEBGAug 25 03:27:45.845 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7284 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845adding route 172.17.0.13/32 -> 10.0.0.255 INFO |
| 7285 | 2026-08-25T03:27:46.970Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 03:27:45.845 |
| 7286 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845Aug 25 03:27:45.845DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 7287 | 2026-08-25T03:27:46.970Z | INFO |
| 7288 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845 adding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 7289 | 2026-08-25T03:27:46.970Z | 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 25 03:27:45.845 |
| 7290 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845INFO INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7291 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845 |
| 7292 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845INFO Aug 25 03:27:45.845adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 03:27:45.845DEBG |
| 7293 | 2026-08-25T03:27:46.970Z | 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 } }] 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 } }]Aug 25 03:27:45.845replacing 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 } }] |
| 7294 | 2026-08-25T03:27:46.970Z | DEBG |
| 7295 | 2026-08-25T03:27:46.970Z | |
| 7296 | 2026-08-25T03:27:46.970Z | 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 25 03:27:45.845 |
| 7297 | 2026-08-25T03:27:46.970Z | INFO Aug 25 03:27:45.845Aug 25 03:27:45.845 Aug 25 03:27:45.845INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7298 | 2026-08-25T03:27:46.970Z | |
| 7299 | 2026-08-25T03:27:46.970Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 7300 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845Aug 25 03:27:45.845 DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 7301 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845replacing 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 } }] |
| 7302 | 2026-08-25T03:27:46.970Z | |
| 7303 | 2026-08-25T03:27:46.970Z | 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 } }] |
| 7304 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7305 | 2026-08-25T03:27:46.970Z | Aug 25 03:27:45.845Aug 25 03:27:45.845 INFOAug 25 03:27:45.845DEBG INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7306 | 2026-08-25T03:27:46.976Z | |
| 7307 | 2026-08-25T03:27:46.976Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7308 | 2026-08-25T03:27:46.976Z | Aug 25 03:27:45.845 INFOAug 25 03:27:45.845 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 7309 | 2026-08-25T03:27:46.976Z | 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 25 03:27:45.845 Aug 25 03:27:45.846DEBG 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 } }]created new freemap Aug 25 03:27:45.846 |
| 7310 | 2026-08-25T03:27:46.976Z | 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 } }]created new freemap, , unit |
| 7311 | 2026-08-25T03:27:46.976Z | unit:: freemap_route_ipv4freemap_route_ipv4 |
| 7312 | 2026-08-25T03:27:46.976Z | |
| 7313 | 2026-08-25T03:27:46.976Z | Aug 25 03:27:45.856 INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 03:27:45.845Aug 25 03:27:45.856 |
| 7314 | 2026-08-25T03:27:46.976Z | Aug 25 03:27:45.856DEBG DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 7315 | 2026-08-25T03:27:46.976Z | , Aug 25 03:27:45.856unitAug 25 03:27:45.856 : DEBGINFO freemap_route_ipv6 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 } }]created new freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7316 | 2026-08-25T03:27:46.976Z | |
| 7317 | 2026-08-25T03:27:46.976Z | , Aug 25 03:27:45.856unit |
| 7318 | 2026-08-25T03:27:46.976Z | : INFOAug 25 03:27:45.856freemap_route_ipv6 Aug 25 03:27:45.856Aug 25 03:27:45.856 |
| 7319 | 2026-08-25T03:27:46.976Z | DEBGINFO adding route 172.17.0.18/32 -> 10.0.0.255 initted freemap. size: 64, adding route 172.17.0.6/32 -> 10.0.0.255DEBGunit |
| 7320 | 2026-08-25T03:27:46.977Z | |
| 7321 | 2026-08-25T03:27:46.977Z | :Aug 25 03:27:45.856 Aug 25 03:27:45.856replacing 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_ipv4Aug 25 03:27:45.856 |
| 7322 | 2026-08-25T03:27:46.977Z | DEBG |
| 7323 | 2026-08-25T03:27:46.977Z | 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 } }]DEBG initted freemap. size: 64 |
| 7324 | 2026-08-25T03:27:46.977Z | 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 } }] |
| 7325 | 2026-08-25T03:27:46.977Z | Aug 25 03:27:45.856, DEBGunitAug 25 03:27:45.856 Aug 25 03:27:45.856 reset freemapINFO, unit ::adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 7326 | 2026-08-25T03:27:46.977Z | freemap_route_ipv4adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7327 | 2026-08-25T03:27:46.977Z | Aug 25 03:27:45.856 |
| 7328 | 2026-08-25T03:27:46.977Z | Aug 25 03:27:45.856INFO Aug 25 03:27:45.856 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGDEBG Aug 25 03:27:45.856initted freemap. size: 64 |
| 7329 | 2026-08-25T03:27:46.977Z | DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], freemap_route_ipv4unit 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 } }] |
| 7330 | 2026-08-25T03:27:46.977Z | |
| 7331 | 2026-08-25T03:27:46.977Z | : |
| 7332 | 2026-08-25T03:27:46.977Z | freemap_route_ipv6Aug 25 03:27:45.856Aug 25 03:27:45.856 Aug 25 03:27:45.856 |
| 7333 | 2026-08-25T03:27:46.977Z | DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.856 |
| 7334 | 2026-08-25T03:27:46.977Z | Aug 25 03:27:45.856INFO DEBG |
| 7335 | 2026-08-25T03:27:46.977Z | adding route 172.17.0.8/32 -> 10.0.0.255reset freemap |
| 7336 | 2026-08-25T03:27:46.977Z | , unit:DEBG Aug 25 03:27:45.856freemap_route_ipv6 |
| 7337 | 2026-08-25T03:27:46.977Z | Aug 25 03:27:45.856reset freemap , DEBGAug 25 03:27:45.856 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 } }]INFODEBGunit |
| 7338 | 2026-08-25T03:27:46.977Z | 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 3fff:beef:1f::/64 -> 2001:db8::55:ff: |
| 7339 | 2026-08-25T03:27:46.978Z | |
| 7340 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856 INFO adding route 172.17.0.21/32 -> 10.0.0.255freemap_route_ipv4 |
| 7341 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856Aug 25 03:27:45.856 |
| 7342 | 2026-08-25T03:27:46.978Z | INFOINFOAug 25 03:27:45.856 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 Aug 25 03:27:45.856 |
| 7343 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7344 | 2026-08-25T03:27:46.978Z | |
| 7345 | 2026-08-25T03:27:46.978Z | 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 |
| 7346 | 2026-08-25T03:27:46.978Z | , unitAug 25 03:27:45.856Aug 25 03:27:45.856 : Aug 25 03:27:45.856DEBGAug 25 03:27:45.856 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 } }]freemap_route_ipv6 |
| 7347 | 2026-08-25T03:27:46.978Z | INFO |
| 7348 | 2026-08-25T03:27:46.978Z | adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 7349 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:27:45.856 |
| 7350 | 2026-08-25T03:27:46.978Z | |
| 7351 | 2026-08-25T03:27:46.978Z | DEBGAug 25 03:27:45.856 reset freemapDEBG Aug 25 03:27:45.856INFOAug 25 03:27:45.856 INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7352 | 2026-08-25T03:27:46.978Z | 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 } }] |
| 7353 | 2026-08-25T03:27:46.978Z | adding route 172.17.0.10/32 -> 10.0.0.255, |
| 7354 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856DEBG 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 } }] |
| 7355 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.856 unitINFO |
| 7356 | 2026-08-25T03:27:46.978Z | 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:27:45.856 |
| 7357 | 2026-08-25T03:27:46.978Z | |
| 7358 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:27:45.856 Aug 25 03:27:45.856 |
| 7359 | 2026-08-25T03:27:46.978Z | freemap_route_ipv6 |
| 7360 | 2026-08-25T03:27:46.978Z | INFO DEBG adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7361 | 2026-08-25T03:27:46.978Z | 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 25 03:27:45.856 |
| 7362 | 2026-08-25T03:27:46.978Z | DEBGAug 25 03:27:45.856 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7363 | 2026-08-25T03:27:46.978Z | |
| 7364 | 2026-08-25T03:27:46.978Z | DEBGAug 25 03:27:45.856Aug 25 03:27:45.856 INFODEBGreplacing 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 25 03:27:45.856 |
| 7365 | 2026-08-25T03:27:46.978Z | INFOadding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7366 | 2026-08-25T03:27:46.978Z | |
| 7367 | 2026-08-25T03:27:46.978Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 03:27:45.856 |
| 7368 | 2026-08-25T03:27:46.978Z | INFOAug 25 03:27:45.856Aug 25 03:27:45.856 Aug 25 03:27:45.856 DEBGINFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7369 | 2026-08-25T03:27:46.978Z | adding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 03:27:45.856replacing 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 } }] |
| 7370 | 2026-08-25T03:27:46.978Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7371 | 2026-08-25T03:27:46.978Z | |
| 7372 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856Aug 25 03:27:45.856 |
| 7373 | 2026-08-25T03:27:46.978Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 7374 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856 Aug 25 03:27:45.856replacing 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 25 03:27:45.856DEBG |
| 7375 | 2026-08-25T03:27:46.978Z | Aug 25 03:27:45.856 replacing targets for 172.16.0.0/32 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 } }]DEBG |
| 7376 | 2026-08-25T03:27:46.978Z | 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 } }] |
| 7377 | 2026-08-25T03:27:46.978Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7378 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:27:45.856INFO Aug 25 03:27:45.856INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO |
| 7379 | 2026-08-25T03:27:46.979Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7380 | 2026-08-25T03:27:46.979Z | |
| 7381 | 2026-08-25T03:27:46.979Z | |
| 7382 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856Aug 25 03:27:45.856Aug 25 03:27:45.856 Aug 25 03:27:45.856 DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7383 | 2026-08-25T03:27:46.979Z | DEBG INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 7384 | 2026-08-25T03:27:46.979Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7385 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856 |
| 7386 | 2026-08-25T03:27:46.979Z | INFOAug 25 03:27:45.856 Aug 25 03:27:45.856adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 7387 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856 INFOadding route 172.17.0.14/32 -> 10.0.0.255 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 03:27:45.856 |
| 7388 | 2026-08-25T03:27:46.979Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7389 | 2026-08-25T03:27:46.979Z | DEBG |
| 7390 | 2026-08-25T03:27:46.979Z | 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 25 03:27:45.856Aug 25 03:27:45.856 DEBGDEBG Aug 25 03:27:45.856 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 } }] |
| 7391 | 2026-08-25T03:27:46.979Z | INFO |
| 7392 | 2026-08-25T03:27:46.979Z | 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 172.16.0.0/32 -> 10.0.0.3 |
| 7393 | 2026-08-25T03:27:46.979Z | |
| 7394 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856Aug 25 03:27:45.856 INFOINFOAug 25 03:27:45.856 adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 03:27:45.856 |
| 7395 | 2026-08-25T03:27:46.979Z | |
| 7396 | 2026-08-25T03:27:46.979Z | DEBG 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 } }, 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:25::/64 -> 2001:db8::55:ff |
| 7397 | 2026-08-25T03:27:46.979Z | |
| 7398 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856Aug 25 03:27:45.856 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.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 25 03:27:45.856 |
| 7399 | 2026-08-25T03:27:46.979Z | |
| 7400 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856 INFODEBG Aug 25 03:27:45.856 adding route 172.16.0.0/32 -> 10.0.0.4 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 } }] |
| 7401 | 2026-08-25T03:27:46.979Z | |
| 7402 | 2026-08-25T03:27:46.979Z | INFO Aug 25 03:27:45.856adding route 172.17.0.29/32 -> 10.0.0.255 Aug 25 03:27:45.856INFO |
| 7403 | 2026-08-25T03:27:46.979Z | Aug 25 03:27:45.856DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7404 | 2026-08-25T03:27:46.979Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.856 |
| 7405 | 2026-08-25T03:27:46.979Z | INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.857Aug 25 03:27:45.857 |
| 7406 | 2026-08-25T03:27:46.983Z | DEBG |
| 7407 | 2026-08-25T03:27:46.984Z | 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.3, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.857Aug 25 03:27:45.857 |
| 7408 | 2026-08-25T03:27:46.984Z | |
| 7409 | 2026-08-25T03:27:46.984Z | INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 Aug 25 03:27:45.857replacing 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 } }] |
| 7410 | 2026-08-25T03:27:46.984Z | INFO |
| 7411 | 2026-08-25T03:27:46.984Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 03:27:45.857 |
| 7412 | 2026-08-25T03:27:46.984Z | 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 } }]Aug 25 03:27:45.857 |
| 7413 | 2026-08-25T03:27:46.984Z | DEBGAug 25 03:27:45.857 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7414 | 2026-08-25T03:27:46.984Z | Aug 25 03:27:45.857adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7415 | 2026-08-25T03:27:46.984Z | INFO Aug 25 03:27:45.857 INFO Aug 25 03:27:45.857adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7416 | 2026-08-25T03:27:46.984Z | DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7417 | 2026-08-25T03:27:46.984Z | 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 } }] |
| 7418 | 2026-08-25T03:27:46.984Z | |
| 7419 | 2026-08-25T03:27:46.984Z | Aug 25 03:27:45.857 Aug 25 03:27:45.866DEBG 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 } }] |
| 7420 | 2026-08-25T03:27:46.984Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:27:45.866 |
| 7421 | 2026-08-25T03:27:46.984Z | INFOAug 25 03:27:45.866 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOAug 25 03:27:45.866 |
| 7422 | 2026-08-25T03:27:46.984Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7423 | 2026-08-25T03:27:46.984Z | 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 } }] |
| 7424 | 2026-08-25T03:27:46.984Z | Aug 25 03:27:45.866Aug 25 03:27:45.866 DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7425 | 2026-08-25T03:27:46.984Z | 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 25 03:27:45.866 |
| 7426 | 2026-08-25T03:27:46.984Z | INFOAug 25 03:27:45.866 adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 03:27:45.866INFO |
| 7427 | 2026-08-25T03:27:46.984Z | INFOadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7428 | 2026-08-25T03:27:46.984Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 03:27:45.866 |
| 7429 | 2026-08-25T03:27:46.984Z | DEBG Aug 25 03:27:45.866replacing 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 } }] INFODEBGAug 25 03:27:45.866 |
| 7430 | 2026-08-25T03:27:46.984Z | adding route 172.17.0.7/32 -> 10.0.0.255 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 25 03:27:45.866DEBG |
| 7431 | 2026-08-25T03:27:46.984Z | |
| 7432 | 2026-08-25T03:27:46.984Z | 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 } }] |
| 7433 | 2026-08-25T03:27:46.984Z | INFO Aug 25 03:27:45.866adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7434 | 2026-08-25T03:27:46.984Z | INFOAug 25 03:27:45.866 Aug 25 03:27:45.866adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7435 | 2026-08-25T03:27:46.984Z | DEBGAug 25 03:27:45.866 INFODEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7436 | 2026-08-25T03:27:46.984Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 03:27:45.866 |
| 7437 | 2026-08-25T03:27:46.984Z | |
| 7438 | 2026-08-25T03:27:46.984Z | DEBG Aug 25 03:27:45.866Aug 25 03:27:45.866replacing 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 } }] |
| 7439 | 2026-08-25T03:27:46.984Z | INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:27:45.866adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:27:45.866 |
| 7440 | 2026-08-25T03:27:46.984Z | |
| 7441 | 2026-08-25T03:27:46.984Z | DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7442 | 2026-08-25T03:27:46.985Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:27:45.866Aug 25 03:27:45.866 |
| 7443 | 2026-08-25T03:27:46.985Z | DEBGDEBG Aug 25 03:27:45.866 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 } }]INFOAug 25 03:27:45.866 |
| 7444 | 2026-08-25T03:27:46.985Z | 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 } }] |
| 7445 | 2026-08-25T03:27:46.985Z | DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7446 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866 |
| 7447 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7448 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866Aug 25 03:27:45.866 |
| 7449 | 2026-08-25T03:27:46.985Z | INFODEBGAug 25 03:27:45.866 Aug 25 03:27:45.866replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7450 | 2026-08-25T03:27:46.985Z | |
| 7451 | 2026-08-25T03:27:46.985Z | DEBGDEBG Aug 25 03:27:45.866replacing 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.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 } }] |
| 7452 | 2026-08-25T03:27:46.985Z | |
| 7453 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 25 03:27:45.866Aug 25 03:27:45.866 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 } }] |
| 7454 | 2026-08-25T03:27:46.985Z | |
| 7455 | 2026-08-25T03:27:46.985Z | INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7456 | 2026-08-25T03:27:46.985Z | |
| 7457 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866 Aug 25 03:27:45.866DEBG INFOAug 25 03:27:45.866replacing 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 |
| 7458 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7459 | 2026-08-25T03:27:46.985Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7460 | 2026-08-25T03:27:46.985Z | 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 } }] |
| 7461 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866Aug 25 03:27:45.866Aug 25 03:27:45.866 Aug 25 03:27:45.866 INFODEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 7462 | 2026-08-25T03:27:46.985Z | |
| 7463 | 2026-08-25T03:27:46.985Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7464 | 2026-08-25T03:27:46.985Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7465 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866Aug 25 03:27:45.866 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 03:27:45.866 |
| 7466 | 2026-08-25T03:27:46.985Z | 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 25 03:27:45.866 |
| 7467 | 2026-08-25T03:27:46.985Z | DEBGAug 25 03:27:45.866 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 25 03:27:45.866 Aug 25 03:27:45.866DEBG DEBG |
| 7468 | 2026-08-25T03:27:46.985Z | 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 } }] |
| 7469 | 2026-08-25T03:27:46.985Z | 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 |
| 7470 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866INFO INFO Aug 25 03:27:45.866Aug 25 03:27:45.866 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 } }]INFOINFO |
| 7471 | 2026-08-25T03:27:46.985Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7472 | 2026-08-25T03:27:46.985Z | |
| 7473 | 2026-08-25T03:27:46.985Z | |
| 7474 | 2026-08-25T03:27:46.985Z | |
| 7475 | 2026-08-25T03:27:46.985Z | Aug 25 03:27:45.866 Aug 25 03:27:45.866Aug 25 03:27:45.866Aug 25 03:27:45.866 DEBGAug 25 03:27:45.866 DEBG DEBG DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 7476 | 2026-08-25T03:27:46.985Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 25 03:27:45.874 |
| 7477 | 2026-08-25T03:27:46.985Z | |
| 7478 | 2026-08-25T03:27:46.985Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7479 | 2026-08-25T03:27:46.986Z | Aug 25 03:27:45.874 INFOAug 25 03:27:45.874 adding route 172.17.0.45/32 -> 10.0.0.255INFOAug 25 03:27:45.874 |
| 7480 | 2026-08-25T03:27:46.986Z | DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7481 | 2026-08-25T03:27:46.986Z | 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 } }] |
| 7482 | 2026-08-25T03:27:46.986Z | Aug 25 03:27:45.874Aug 25 03:27:45.874 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 7483 | 2026-08-25T03:27:46.986Z | adding route 172.17.0.34/32 -> 10.0.0.255DEBG |
| 7484 | 2026-08-25T03:27:46.986Z | |
| 7485 | 2026-08-25T03:27:46.986Z | 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 25 03:27:45.874 |
| 7486 | 2026-08-25T03:27:46.986Z | DEBG Aug 25 03:27:45.874Aug 25 03:27:45.874replacing 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 25 03:27:45.874Aug 25 03:27:45.874 |
| 7487 | 2026-08-25T03:27:46.986Z | INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7488 | 2026-08-25T03:27:46.986Z | DEBGAug 25 03:27:45.874 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO |
| 7489 | 2026-08-25T03:27:46.986Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7490 | 2026-08-25T03:27:46.986Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7491 | 2026-08-25T03:27:46.986Z | Aug 25 03:27:45.874replacing 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 25 03:27:45.874 |
| 7492 | 2026-08-25T03:27:46.986Z | DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:27:45.874 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7493 | 2026-08-25T03:27:46.986Z | DEBGAug 25 03:27:45.874 |
| 7494 | 2026-08-25T03:27:46.986Z | 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 } }] |
| 7495 | 2026-08-25T03:27:46.986Z | Aug 25 03:27:45.874INFO Aug 25 03:27:45.874DEBG 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 25 03:27:45.874DEBG |
| 7496 | 2026-08-25T03:27:46.986Z | 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 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 25 03:27:45.874INFO |
| 7497 | 2026-08-25T03:27:46.986Z | |
| 7498 | 2026-08-25T03:27:46.986Z | Aug 25 03:27:45.874 INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7499 | 2026-08-25T03:27:46.986Z | |
| 7500 | 2026-08-25T03:27:46.986Z | Aug 25 03:27:45.874 INFOINFOAug 25 03:27:45.874 Aug 25 03:27:45.874 adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7501 | 2026-08-25T03:27:46.986Z | DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7502 | 2026-08-25T03:27:46.986Z | 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 25 03:27:45.874 |
| 7503 | 2026-08-25T03:27:46.986Z | Aug 25 03:27:45.874DEBGAug 25 03:27:45.874 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 25 03:27:45.874adding route 172.17.0.30/32 -> 10.0.0.255 DEBG |
| 7504 | 2026-08-25T03:27:46.986Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7505 | 2026-08-25T03:27:46.986Z | |
| 7506 | 2026-08-25T03:27:46.990Z | |
| 7507 | 2026-08-25T03:27:46.990Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.874 |
| 7508 | 2026-08-25T03:27:46.990Z | INFOAug 25 03:27:45.874 Aug 25 03:27:45.874Aug 25 03:27:45.874adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7509 | 2026-08-25T03:27:46.990Z | 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 } }]DEBG |
| 7510 | 2026-08-25T03:27:46.991Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.874 |
| 7511 | 2026-08-25T03:27:46.991Z | DEBGDEBG Aug 25 03:27:45.874Aug 25 03:27:45.874replacing 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 25 03:27:45.874 |
| 7512 | 2026-08-25T03:27:46.991Z | 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 } }] |
| 7513 | 2026-08-25T03:27:46.991Z | INFOAug 25 03:27:45.874 adding route 172.17.0.31/32 -> 10.0.0.255INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255 Aug 25 03:27:45.874 |
| 7514 | 2026-08-25T03:27:46.991Z | |
| 7515 | 2026-08-25T03:27:46.991Z | INFOINFO Aug 25 03:27:45.874Aug 25 03:27:45.874adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7516 | 2026-08-25T03:27:46.991Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 7517 | 2026-08-25T03:27:46.991Z | 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 } }] |
| 7518 | 2026-08-25T03:27:46.991Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7519 | 2026-08-25T03:27:46.991Z | Aug 25 03:27:45.874 |
| 7520 | 2026-08-25T03:27:46.991Z | Aug 25 03:27:45.874DEBG Aug 25 03:27:45.874DEBG 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 25 03:27:45.874replacing 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 } }] |
| 7521 | 2026-08-25T03:27:46.991Z | INFO |
| 7522 | 2026-08-25T03:27:46.991Z | Aug 25 03:27:45.874 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 7523 | 2026-08-25T03:27:46.991Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBGAug 25 03:27:45.874Aug 25 03:27:45.874 |
| 7524 | 2026-08-25T03:27:46.991Z | Aug 25 03:27:45.874 INFODEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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.17/32 -> 10.0.0.255INFOAug 25 03:27:45.874 |
| 7525 | 2026-08-25T03:27:46.991Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7526 | 2026-08-25T03:27:46.991Z | |
| 7527 | 2026-08-25T03:27:46.991Z | |
| 7528 | 2026-08-25T03:27:46.991Z | DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.874 |
| 7529 | 2026-08-25T03:27:46.991Z | Aug 25 03:27:45.874 INFOAug 25 03:27:45.874Aug 25 03:27:45.874 Aug 25 03:27:45.874adding route 172.17.0.40/32 -> 10.0.0.255 DEBGDEBGINFO |
| 7530 | 2026-08-25T03:27:46.991Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7531 | 2026-08-25T03:27:46.991Z | INFO |
| 7532 | 2026-08-25T03:27:46.991Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 03:27:45.874 |
| 7533 | 2026-08-25T03:27:46.991Z | DEBG Aug 25 03:27:45.874replacing 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.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 } }]INFOAug 25 03:27:45.874 |
| 7534 | 2026-08-25T03:27:46.991Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7535 | 2026-08-25T03:27:46.991Z | |
| 7536 | 2026-08-25T03:27:46.991Z | 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 25 03:27:45.874 |
| 7537 | 2026-08-25T03:27:46.991Z | Aug 25 03:27:45.874 Aug 25 03:27:45.874INFO adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 7538 | 2026-08-25T03:27:46.991Z | Aug 25 03:27:45.874 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.34/32 -> 10.0.0.255Aug 25 03:27:45.874 |
| 7539 | 2026-08-25T03:27:46.991Z | DEBG |
| 7540 | 2026-08-25T03:27:46.991Z | 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 } }]DEBGAug 25 03:27:45.874 |
| 7541 | 2026-08-25T03:27:46.991Z | DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:27:45.874Aug 25 03:27:45.874Aug 25 03:27:45.874 INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7542 | 2026-08-25T03:27:46.991Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7543 | 2026-08-25T03:27:46.991Z | |
| 7544 | 2026-08-25T03:27:46.991Z | INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 7545 | 2026-08-25T03:27:46.991Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 03:27:45.874 |
| 7546 | 2026-08-25T03:27:46.991Z | DEBGAug 25 03:27:45.874 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 25 03:27:45.874INFO |
| 7547 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGAug 25 03:27:45.874 DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:27:45.874replacing 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 } }] |
| 7548 | 2026-08-25T03:27:46.992Z | |
| 7549 | 2026-08-25T03:27:46.992Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7550 | 2026-08-25T03:27:46.992Z | INFO |
| 7551 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7552 | 2026-08-25T03:27:46.992Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 25 03:27:45.874Aug 25 03:27:45.874 DEBGAug 25 03:27:45.874 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 } }] |
| 7553 | 2026-08-25T03:27:46.992Z | DEBGAug 25 03:27:45.874DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7554 | 2026-08-25T03:27:46.992Z | |
| 7555 | 2026-08-25T03:27:46.992Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7556 | 2026-08-25T03:27:46.992Z | 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 } }] |
| 7557 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874Aug 25 03:27:45.874 INFO Aug 25 03:27:45.874Aug 25 03:27:45.874INFO Aug 25 03:27:45.874 DEBGadding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7558 | 2026-08-25T03:27:46.992Z | 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 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7559 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7560 | 2026-08-25T03:27:46.992Z | 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 } }]DEBG |
| 7561 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874 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 } }] |
| 7562 | 2026-08-25T03:27:46.992Z | |
| 7563 | 2026-08-25T03:27:46.992Z | test route::tests::delete_targets_fragmented ... ok |
| 7564 | 2026-08-25T03:27:46.992Z | test route::tests::add_target_fails_full ... ok |
| 7565 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874 DEBG Aug 25 03:27:45.874replacing 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 25 03:27:45.874 |
| 7566 | 2026-08-25T03:27:46.992Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255INFOAug 25 03:27:45.874 |
| 7567 | 2026-08-25T03:27:46.992Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 03:27:45.874 |
| 7568 | 2026-08-25T03:27:46.992Z | INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:27:45.874Aug 25 03:27:45.874 INFO |
| 7569 | 2026-08-25T03:27:46.992Z | 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 } }] |
| 7570 | 2026-08-25T03:27:46.992Z | 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.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 25 03:27:45.874 |
| 7571 | 2026-08-25T03:27:46.992Z | |
| 7572 | 2026-08-25T03:27:46.992Z | 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 } }]Aug 25 03:27:45.874adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7573 | 2026-08-25T03:27:46.992Z | |
| 7574 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:27:45.874 |
| 7575 | 2026-08-25T03:27:46.992Z | |
| 7576 | 2026-08-25T03:27:46.992Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:27:45.874Aug 25 03:27:45.874 DEBGINFO |
| 7577 | 2026-08-25T03:27:46.992Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 03:27:45.874 |
| 7578 | 2026-08-25T03:27:46.992Z | 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 |
| 7579 | 2026-08-25T03:27:46.992Z | 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 } }] |
| 7580 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874 Aug 25 03:27:45.874DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.874 |
| 7581 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.874adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7582 | 2026-08-25T03:27:46.992Z | Aug 25 03:27:45.875DEBGAug 25 03:27:45.875 INFO 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 } }]INFOadding route 172.17.0.53/32 -> 10.0.0.255Aug 25 03:27:45.875 |
| 7583 | 2026-08-25T03:27:46.992Z | |
| 7584 | 2026-08-25T03:27:46.992Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255DEBGAug 25 03:27:45.875 |
| 7585 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.875 DEBG 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 } }]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 } }] |
| 7586 | 2026-08-25T03:27:46.993Z | |
| 7587 | 2026-08-25T03:27:46.993Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7588 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.875Aug 25 03:27:45.875Aug 25 03:27:45.875 |
| 7589 | 2026-08-25T03:27:46.993Z | INFO DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.875 |
| 7590 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.875 DEBG adding route 172.17.0.54/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 } }] |
| 7591 | 2026-08-25T03:27:46.993Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7592 | 2026-08-25T03:27:46.993Z | |
| 7593 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.875INFO Aug 25 03:27:45.875Aug 25 03:27:45.875 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 } }]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 } }] |
| 7594 | 2026-08-25T03:27:46.993Z | |
| 7595 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOAug 25 03:27:45.883 adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 7596 | 2026-08-25T03:27:46.993Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7597 | 2026-08-25T03:27:46.993Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7598 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.883 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 } }] |
| 7599 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGINFO Aug 25 03:27:45.883 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7600 | 2026-08-25T03:27:46.993Z | |
| 7601 | 2026-08-25T03:27:46.993Z | DEBG Aug 25 03:27:45.883 Aug 25 03:27:45.883INFO 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.25/32 -> 10.0.0.255 |
| 7602 | 2026-08-25T03:27:46.993Z | |
| 7603 | 2026-08-25T03:27:46.993Z | 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 } }] |
| 7604 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.883 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7605 | 2026-08-25T03:27:46.993Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGAug 25 03:27:45.883 INFO DEBGadding route 172.17.0.57/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 } }] |
| 7606 | 2026-08-25T03:27:46.997Z | |
| 7607 | 2026-08-25T03:27:46.998Z | 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 } }] |
| 7608 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7609 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 Aug 25 03:27:45.883 DEBG INFODEBG adding route 172.17.0.40/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 } }] |
| 7610 | 2026-08-25T03:27:46.998Z | |
| 7611 | 2026-08-25T03:27:46.998Z | adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7612 | 2026-08-25T03:27:46.998Z | |
| 7613 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883Aug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 7614 | 2026-08-25T03:27:46.998Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7615 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883 |
| 7616 | 2026-08-25T03:27:46.998Z | 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 } }]Aug 25 03:27:45.883 |
| 7617 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG Aug 25 03:27:45.883 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 } }]INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7618 | 2026-08-25T03:27:46.998Z | |
| 7619 | 2026-08-25T03:27:46.998Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 03:27:45.883 |
| 7620 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883 |
| 7621 | 2026-08-25T03:27:46.998Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255INFOAug 25 03:27:45.883 adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 03:27:45.883 |
| 7622 | 2026-08-25T03:27:46.998Z | DEBG |
| 7623 | 2026-08-25T03:27:46.998Z | 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 |
| 7624 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883replacing 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 } }] |
| 7625 | 2026-08-25T03:27:46.998Z | DEBGAug 25 03:27:45.883 Aug 25 03:27:45.883DEBGreplacing 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 25 03:27:45.883 |
| 7626 | 2026-08-25T03:27:46.998Z | INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 03:27:45.883 |
| 7627 | 2026-08-25T03:27:46.998Z | 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 } }] |
| 7628 | 2026-08-25T03:27:46.998Z | adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 7629 | 2026-08-25T03:27:46.998Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7630 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG 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 } }] 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 } }] |
| 7631 | 2026-08-25T03:27:46.998Z | 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 } }] |
| 7632 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883 |
| 7633 | 2026-08-25T03:27:46.998Z | INFOAug 25 03:27:45.883 Aug 25 03:27:45.883 INFOAug 25 03:27:45.883 INFO adding route 172.17.0.60/32 -> 10.0.0.255INFOadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7634 | 2026-08-25T03:27:46.998Z | |
| 7635 | 2026-08-25T03:27:46.998Z | |
| 7636 | 2026-08-25T03:27:46.998Z | |
| 7637 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBGAug 25 03:27:45.883 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.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7638 | 2026-08-25T03:27:46.998Z | |
| 7639 | 2026-08-25T03:27:46.998Z | 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 } }] |
| 7640 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883Aug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7641 | 2026-08-25T03:27:46.998Z | |
| 7642 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7643 | 2026-08-25T03:27:46.998Z | Aug 25 03:27:45.883adding route 172.17.0.44/32 -> 10.0.0.255 Aug 25 03:27:45.883DEBG 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 } }] |
| 7644 | 2026-08-25T03:27:46.998Z | |
| 7645 | 2026-08-25T03:27:46.998Z | 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 } }] |
| 7646 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883DEBG INFOreplacing 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 25 03:27:45.883 |
| 7647 | 2026-08-25T03:27:46.999Z | adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 7648 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7649 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883INFOAug 25 03:27:45.883 adding route 172.17.0.61/32 -> 10.0.0.255Aug 25 03:27:45.883DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7650 | 2026-08-25T03:27:46.999Z | |
| 7651 | 2026-08-25T03:27:46.999Z | 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 } }] |
| 7652 | 2026-08-25T03:27:46.999Z | INFO Aug 25 03:27:45.883 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 7653 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883Aug 25 03:27:45.883replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7654 | 2026-08-25T03:27:46.999Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7655 | 2026-08-25T03:27:46.999Z | |
| 7656 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 Aug 25 03:27:45.883DEBG 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.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 } }] |
| 7657 | 2026-08-25T03:27:46.999Z | 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 } }] |
| 7658 | 2026-08-25T03:27:46.999Z | |
| 7659 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883INFO Aug 25 03:27:45.883INFO Aug 25 03:27:45.883adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 7660 | 2026-08-25T03:27:46.999Z | adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 7661 | 2026-08-25T03:27:46.999Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 25 03:27:45.883adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7662 | 2026-08-25T03:27:46.999Z | |
| 7663 | 2026-08-25T03:27:46.999Z | test route::tests::delete_target_fragmented ... ok |
| 7664 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7665 | 2026-08-25T03:27:46.999Z | test route::tests::delete_target_full ... ok |
| 7666 | 2026-08-25T03:27:46.999Z | |
| 7667 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG Aug 25 03:27:45.883 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.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 } }] |
| 7668 | 2026-08-25T03:27:46.999Z | INFOAug 25 03:27:45.883 adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 7669 | 2026-08-25T03:27:46.999Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7670 | 2026-08-25T03:27:46.999Z | |
| 7671 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883 DEBGAug 25 03:27:45.883 Aug 25 03:27:45.883replacing 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 } }] |
| 7672 | 2026-08-25T03:27:46.999Z | INFOAug 25 03:27:45.883DEBG Aug 25 03:27:45.883replacing 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 } }] |
| 7673 | 2026-08-25T03:27:46.999Z | INFOadding route 172.17.0.63/32 -> 10.0.0.255 |
| 7674 | 2026-08-25T03:27:46.999Z | adding route 172.17.0.35/32 -> 10.0.0.255INFOAug 25 03:27:45.883 |
| 7675 | 2026-08-25T03:27:46.999Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 7676 | 2026-08-25T03:27:46.999Z | failed to allocate space for the new target listAug 25 03:27:45.883 |
| 7677 | 2026-08-25T03:27:46.999Z | Aug 25 03:27:45.883 DEBG DEBGAug 25 03:27:45.883 Aug 25 03:27:45.883replacing 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 } }] DEBGDEBG |
| 7678 | 2026-08-25T03:27:46.999Z | replacing targets for 172.16.0.0/32 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.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 } }] |
| 7679 | 2026-08-25T03:27:46.999Z | 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 } }] |
| 7680 | 2026-08-25T03:27:47.000Z | |
| 7681 | 2026-08-25T03:27:47.000Z | Aug 25 03:27:45.883 INFO Aug 25 03:27:45.883adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7682 | 2026-08-25T03:27:47.000Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7683 | 2026-08-25T03:27:47.000Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGAug 25 03:27:45.883DEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]failed to allocate space for the new target list |
| 7684 | 2026-08-25T03:27:47.000Z | |
| 7685 | 2026-08-25T03:27:47.000Z | |
| 7686 | 2026-08-25T03:27:47.000Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7687 | 2026-08-25T03:27:47.000Z | |
| 7688 | 2026-08-25T03:27:47.000Z | Aug 25 03:27:45.883Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG 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 } }] |
| 7689 | 2026-08-25T03:27:47.000Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7690 | 2026-08-25T03:27:47.000Z | |
| 7691 | 2026-08-25T03:27:47.000Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 Aug 25 03:27:45.883INFODEBG INFO adding route 172.17.0.50/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7692 | 2026-08-25T03:27:47.000Z | |
| 7693 | 2026-08-25T03:27:47.000Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7694 | 2026-08-25T03:27:47.000Z | Aug 25 03:27:45.883 DEBGAug 25 03:27:45.883 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7695 | 2026-08-25T03:27:47.000Z | 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 } }] |
| 7696 | 2026-08-25T03:27:47.000Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7697 | 2026-08-25T03:27:47.001Z | |
| 7698 | 2026-08-25T03:27:47.001Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883DEBG 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 } }] |
| 7699 | 2026-08-25T03:27:47.001Z | 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 } }] |
| 7700 | 2026-08-25T03:27:47.001Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 7701 | 2026-08-25T03:27:47.001Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7702 | 2026-08-25T03:27:47.001Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 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 } }] |
| 7703 | 2026-08-25T03:27:47.001Z | |
| 7704 | 2026-08-25T03:27:47.001Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7705 | 2026-08-25T03:27:47.001Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7706 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.883Aug 25 03:27:45.883 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.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 } }] |
| 7707 | 2026-08-25T03:27:47.006Z | |
| 7708 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 7709 | 2026-08-25T03:27:47.006Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7710 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.883 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 } }] |
| 7711 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.883 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.883 |
| 7712 | 2026-08-25T03:27:47.006Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7713 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.883 INFOAug 25 03:27:45.883 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 7714 | 2026-08-25T03:27:47.006Z | 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 } }] |
| 7715 | 2026-08-25T03:27:47.006Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7716 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.893 INFO Aug 25 03:27:45.893adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7717 | 2026-08-25T03:27:47.006Z | DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7718 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.893 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 03:27:45.893 |
| 7719 | 2026-08-25T03:27:47.006Z | DEBG Aug 25 03:27:45.893 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7720 | 2026-08-25T03:27:47.006Z | |
| 7721 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.893Aug 25 03:27:45.893 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7722 | 2026-08-25T03:27:47.006Z | |
| 7723 | 2026-08-25T03:27:47.006Z | Aug 25 03:27:45.893 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 } }] |
| 7724 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 DEBGAug 25 03:27:45.893 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 |
| 7725 | 2026-08-25T03:27:47.007Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7726 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.893 |
| 7727 | 2026-08-25T03:27:47.007Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7728 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7729 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 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 } }]Aug 25 03:27:45.893 |
| 7730 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893DEBG 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 |
| 7731 | 2026-08-25T03:27:47.007Z | 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 } }] |
| 7732 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 INFOAug 25 03:27:45.893 Aug 25 03:27:45.893INFOadding route 172.17.0.47/32 -> 10.0.0.255 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 7733 | 2026-08-25T03:27:47.007Z | |
| 7734 | 2026-08-25T03:27:47.007Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7735 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 Aug 25 03:27:45.893Aug 25 03:27:45.893 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 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 } }] |
| 7736 | 2026-08-25T03:27:47.007Z | |
| 7737 | 2026-08-25T03:27:47.007Z | 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 } }] |
| 7738 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893Aug 25 03:27:45.893 INFOINFO Aug 25 03:27:45.893adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255 |
| 7739 | 2026-08-25T03:27:47.007Z | |
| 7740 | 2026-08-25T03:27:47.007Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7741 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893Aug 25 03:27:45.893 DEBGDEBGAug 25 03:27:45.893 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 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 |
| 7742 | 2026-08-25T03:27:47.007Z | |
| 7743 | 2026-08-25T03:27:47.007Z | 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 } }] |
| 7744 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 Aug 25 03:27:45.893INFO Aug 25 03:27:45.893 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 7745 | 2026-08-25T03:27:47.007Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7746 | 2026-08-25T03:27:47.007Z | |
| 7747 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.893 |
| 7748 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7749 | 2026-08-25T03:27:47.007Z | 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 } }] |
| 7750 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 DEBGAug 25 03:27:45.893 failed to allocate space for the new target listAug 25 03:27:45.893 |
| 7751 | 2026-08-25T03:27:47.007Z | INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 7752 | 2026-08-25T03:27:47.007Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 03:27:45.893 |
| 7753 | 2026-08-25T03:27:47.007Z | 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 } }]Aug 25 03:27:45.893 |
| 7754 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7755 | 2026-08-25T03:27:47.007Z | |
| 7756 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893Aug 25 03:27:45.893 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7757 | 2026-08-25T03:27:47.007Z | |
| 7758 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893Aug 25 03:27:45.893 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7759 | 2026-08-25T03:27:47.007Z | |
| 7760 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893Aug 25 03:27:45.893 DEBG failed to allocate space for the new target list |
| 7761 | 2026-08-25T03:27:47.007Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7762 | 2026-08-25T03:27:47.007Z | Aug 25 03:27:45.893 Aug 25 03:27:45.893DEBG 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 } }] |
| 7763 | 2026-08-25T03:27:47.008Z | 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 } }] |
| 7764 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7765 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7766 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7767 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7768 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7769 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7770 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7771 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7772 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7773 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7774 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7775 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7776 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7777 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7778 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7779 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7780 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7781 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7782 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7783 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7784 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 DEBG failed to allocate space for the new target list |
| 7785 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.893 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 } }] |
| 7786 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7787 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 DEBG created new freemap, unit: freemap_route_ipv6 |
| 7788 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7789 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 DEBG reset freemap, unit: freemap_route_ipv4 |
| 7790 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7791 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 DEBG reset freemap, unit: freemap_route_ipv6 |
| 7792 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7793 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 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 } }] |
| 7794 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7795 | 2026-08-25T03:27:47.008Z | Aug 25 03:27:45.894 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 } }] |
| 7796 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7797 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7798 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7799 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7800 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7801 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 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 } }] |
| 7802 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7803 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 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 } }] |
| 7804 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7805 | 2026-08-25T03:27:47.009Z | Aug 25 03:27:45.894 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 } }] |
| 7806 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7807 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7808 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7809 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7810 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7811 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7812 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7813 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7814 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7815 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7816 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7817 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7818 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7819 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7820 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7821 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7822 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7823 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7824 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7825 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 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 } }] |
| 7826 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.894 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7827 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.900 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 } }] |
| 7828 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7829 | 2026-08-25T03:27:47.013Z | Aug 25 03:27:45.900 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 } }] |
| 7830 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7831 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7832 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7833 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7834 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7835 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7836 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7837 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7838 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7839 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7840 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7841 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7842 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7843 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7844 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7845 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7846 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7847 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7848 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7849 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7850 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7851 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7852 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7853 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7854 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7855 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7856 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7857 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7858 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7859 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7860 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7861 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7862 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7863 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 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 } }] |
| 7864 | 2026-08-25T03:27:47.014Z | test route::tests::delete_targets_full ... ok |
| 7865 | 2026-08-25T03:27:47.014Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7866 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7867 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7868 | 2026-08-25T03:27:47.015Z | |
| 7869 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7870 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7871 | 2026-08-25T03:27:47.015Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 7872 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7873 | 2026-08-25T03:27:47.015Z | |
| 7874 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7875 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7876 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7877 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7878 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7879 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7880 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7881 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7882 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7883 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7884 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7885 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7886 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7887 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7888 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7889 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.900 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 } }] |
| 7890 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7891 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 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 } }] |
| 7892 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7893 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 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 } }] |
| 7894 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7895 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 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 } }] |
| 7896 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7897 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 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 } }] |
| 7898 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7899 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 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 } }] |
| 7900 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7901 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 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 } }] |
| 7902 | 2026-08-25T03:27:47.015Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7903 | 2026-08-25T03:27:47.016Z | Aug 25 03:27:45.909 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 } }] |
| 7904 | 2026-08-25T03:27:47.016Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7905 | 2026-08-25T03:27:47.016Z | Aug 25 03:27:45.909 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 } }] |
| 7906 | 2026-08-25T03:27:47.019Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7907 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7908 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7909 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7910 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7911 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7912 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7913 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7914 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7915 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7916 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7917 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7918 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7919 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7920 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7921 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7922 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7923 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7924 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7925 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7926 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 DEBG failed to allocate space for the new target list |
| 7927 | 2026-08-25T03:27:47.020Z | Aug 25 03:27:45.909 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 } }] |
| 7928 | 2026-08-25T03:27:47.020Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-292f8446853973e0) |
| 7929 | 2026-08-25T03:27:47.020Z | |
| 7930 | 2026-08-25T03:27:47.020Z | running 0 tests |
| 7931 | 2026-08-25T03:27:47.020Z | |
| 7932 | 2026-08-25T03:27:47.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7933 | 2026-08-25T03:27:47.020Z | |
| 7934 | 2026-08-25T03:27:47.020Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e) |
| 7935 | 2026-08-25T03:27:47.020Z | |
| 7936 | 2026-08-25T03:27:47.020Z | running 0 tests |
| 7937 | 2026-08-25T03:27:47.020Z | |
| 7938 | 2026-08-25T03:27:47.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7939 | 2026-08-25T03:27:47.020Z | |
| 7940 | 2026-08-25T03:27:47.020Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-dbcc04b5d7adae18) |
| 7941 | 2026-08-25T03:27:47.020Z | |
| 7942 | 2026-08-25T03:27:47.020Z | running 6 tests |
| 7943 | 2026-08-25T03:27:47.020Z | test tests::test_full_lot_id_neither_present ... ok |
| 7944 | 2026-08-25T03:27:47.021Z | test tests::test_full_lot_id_both_present ... ok |
| 7945 | 2026-08-25T03:27:47.021Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7946 | 2026-08-25T03:27:47.021Z | test tests::test_full_lot_id_lot_only ... ok |
| 7947 | 2026-08-25T03:27:47.021Z | test tests::test_parse_client_port_id ... ok |
| 7948 | 2026-08-25T03:27:47.021Z | test tests::test_port_id_cmp ... ok |
| 7949 | 2026-08-25T03:27:47.021Z | |
| 7950 | 2026-08-25T03:27:47.021Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7951 | 2026-08-25T03:27:47.021Z | |
| 7952 | 2026-08-25T03:27:47.021Z | Running tests/test_all.rs (target/debug/deps/test_all-64dea063b1333fc5) |
| 7953 | 2026-08-25T03:27:47.021Z | |
| 7954 | 2026-08-25T03:27:47.021Z | running 0 tests |
| 7955 | 2026-08-25T03:27:47.021Z | |
| 7956 | 2026-08-25T03:27:47.021Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7957 | 2026-08-25T03:27:47.021Z | |
| 7958 | 2026-08-25T03:27:47.021Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504) |
| 7959 | 2026-08-25T03:27:47.021Z | |
| 7960 | 2026-08-25T03:27:47.021Z | running 0 tests |
| 7961 | 2026-08-25T03:27:47.021Z | |
| 7962 | 2026-08-25T03:27:47.021Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7963 | 2026-08-25T03:27:47.021Z | |
| 7964 | 2026-08-25T03:27:47.021Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35) |
| 7965 | 2026-08-25T03:27:47.031Z | |
| 7966 | 2026-08-25T03:27:47.031Z | running 15 tests |
| 7967 | 2026-08-25T03:27:47.034Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 7968 | 2026-08-25T03:27:47.034Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 7969 | 2026-08-25T03:27:47.034Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 7970 | 2026-08-25T03:27:47.034Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 7971 | 2026-08-25T03:27:47.034Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 7972 | 2026-08-25T03:27:47.034Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 7973 | 2026-08-25T03:27:47.034Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 7974 | 2026-08-25T03:27:47.034Z | test v1::network::tests::test_equal ... ok |
| 7975 | 2026-08-25T03:27:47.034Z | test v1::network::tests::test_eui64 ... ok |
| 7976 | 2026-08-25T03:27:47.034Z | test v1::network::tests::test_into ... ok |
| 7977 | 2026-08-25T03:27:47.034Z | test v1::network::tests::test_not_equal ... ok |
| 7978 | 2026-08-25T03:27:47.034Z | test v1::network::tests::test_to_string ... ok |
| 7979 | 2026-08-25T03:27:47.037Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 7980 | 2026-08-25T03:27:47.037Z | test v1::network::tests::test_parse ... ok |
| 7981 | 2026-08-25T03:27:47.038Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 7982 | 2026-08-25T03:27:47.038Z | |
| 7983 | 2026-08-25T03:27:47.042Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 7984 | 2026-08-25T03:27:47.042Z | |
| 7985 | 2026-08-25T03:27:47.042Z | Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834) |
| 7986 | 2026-08-25T03:27:47.062Z | |
| 7987 | 2026-08-25T03:27:47.062Z | running 12 tests |
| 7988 | 2026-08-25T03:27:47.065Z | test icmp::test_v4_checksum ... ok |
| 7989 | 2026-08-25T03:27:47.065Z | test ipv6::test_ipv6_parse ... ok |
| 7990 | 2026-08-25T03:27:47.065Z | test lldp::test_lldp_parse ... ok |
| 7991 | 2026-08-25T03:27:47.065Z | test icmp::test_v6_checksum ... ok |
| 7992 | 2026-08-25T03:27:47.065Z | test pbuf::test_byte ... ok |
| 7993 | 2026-08-25T03:27:47.065Z | test pbuf::test_nibble ... ok |
| 7994 | 2026-08-25T03:27:47.066Z | test pbuf::test_short ... ok |
| 7995 | 2026-08-25T03:27:47.066Z | test pbuf::test_twelve ... ok |
| 7996 | 2026-08-25T03:27:47.066Z | test pbuf::test_overflow ... ok |
| 7997 | 2026-08-25T03:27:47.066Z | test pbuf::test_word ... ok |
| 7998 | 2026-08-25T03:27:47.066Z | test tcp::test_checksum_syn_nodata ... ok |
| 7999 | 2026-08-25T03:27:47.066Z | test tcp::test_checksum_ack_data ... ok |
| 8000 | 2026-08-25T03:27:47.066Z | |
| 8001 | 2026-08-25T03:27:47.066Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8002 | 2026-08-25T03:27:47.066Z | |
| 8003 | 2026-08-25T03:27:47.069Z | Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86) |
| 8004 | 2026-08-25T03:27:47.072Z | |
| 8005 | 2026-08-25T03:27:47.072Z | running 0 tests |
| 8006 | 2026-08-25T03:27:47.072Z | |
| 8007 | 2026-08-25T03:27:47.072Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8008 | 2026-08-25T03:27:47.072Z | |
| 8009 | 2026-08-25T03:27:47.072Z | Running unittests src/main.rs (target/debug/deps/swadm-b1880dd2c17d47ae) |
| 8010 | 2026-08-25T03:27:47.094Z | |
| 8011 | 2026-08-25T03:27:47.094Z | running 5 tests |
| 8012 | 2026-08-25T03:27:47.099Z | test switchport::test::test_compute_lanes ... ok |
| 8013 | 2026-08-25T03:27:47.102Z | test switchport::test::port_id_ordering ... ok |
| 8014 | 2026-08-25T03:27:47.102Z | test link::test_filter ... ok |
| 8015 | 2026-08-25T03:27:47.102Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8016 | 2026-08-25T03:27:47.102Z | State: Activated Lane 0Activated Activated ActivatedLane 1 |
| 8017 | 2026-08-25T03:27:47.102Z | Rx Output Enabled: falseLane 2 falseLane 3 false |
| 8018 | 2026-08-25T03:27:47.102Z | false |
| 8019 | 2026-08-25T03:27:47.102Z | Rx Loss-of-lock: Yes Rx Output Status: validYes validYes Yesvalid |
| 8020 | 2026-08-25T03:27:47.102Z | valid |
| 8021 | 2026-08-25T03:27:47.102Z | Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yes true trueYes trueYes |
| 8022 | 2026-08-25T03:27:47.102Z | |
| 8023 | 2026-08-25T03:27:47.102Z | Rx Loss-of-signal: false Rx CDR Enabled: Yes Yesfalse falseYes false |
| 8024 | 2026-08-25T03:27:47.102Z | Yes |
| 8025 | 2026-08-25T03:27:47.102Z | Rx Auto-squelch Disable: true Tx Enabled: Yes true Yes true Yestrue |
| 8026 | 2026-08-25T03:27:47.102Z | Yes |
| 8027 | 2026-08-25T03:27:47.102Z | Tx Output Enabled: true Tx Loss-of-lock: No trueNo trueNo Notrue |
| 8028 | 2026-08-25T03:27:47.102Z | |
| 8029 | 2026-08-25T03:27:47.102Z | Tx Loss-of-signal: No Tx Output Status: invalidNo No invalidNo |
| 8030 | 2026-08-25T03:27:47.102Z | invalid Tx CDR Enabled: No invalid |
| 8031 | 2026-08-25T03:27:47.102Z | No Tx Loss-of-lock: false No falseNo |
| 8032 | 2026-08-25T03:27:47.102Z | false Tx Adaptive EQ Fault: No false |
| 8033 | 2026-08-25T03:27:47.102Z | No Tx Loss-of-signal: trueNo trueNo |
| 8034 | 2026-08-25T03:27:47.102Z | true Tx Fault: Yestrue |
| 8035 | 2026-08-25T03:27:47.102Z | Tx Auto-squelch Disable: falseYes false Yes Yes |
| 8036 | 2026-08-25T03:27:47.102Z | false false |
| 8037 | 2026-08-25T03:27:47.102Z | Tx Adaptive EQ Fail: true true true true |
| 8038 | 2026-08-25T03:27:47.102Z | Tx Failure: false false false false |
| 8039 | 2026-08-25T03:27:47.102Z | Tx Force Squelch: true true true true |
| 8040 | 2026-08-25T03:27:47.102Z | Tx Input Polarity: normal normal normal normal |
| 8041 | 2026-08-25T03:27:47.102Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8042 | 2026-08-25T03:27:47.102Z | test switchport::test::test_print_sff_datapath ... ok |
| 8043 | 2026-08-25T03:27:47.102Z | |
| 8044 | 2026-08-25T03:27:47.102Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8045 | 2026-08-25T03:27:47.103Z | |
| 8046 | 2026-08-25T03:27:47.105Z | Running tests/counters.rs (target/debug/deps/counters-357927dccd731777) |
| 8047 | 2026-08-25T03:27:47.113Z | |
| 8048 | 2026-08-25T03:27:47.113Z | running 1 test |
| 8049 | 2026-08-25T03:27:47.119Z | test test_p4_counter_list ... ignored |
| 8050 | 2026-08-25T03:27:47.119Z | |
| 8051 | 2026-08-25T03:27:47.119Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8052 | 2026-08-25T03:27:47.119Z | |
| 8053 | 2026-08-25T03:27:47.119Z | Running tests/port-link.rs (target/debug/deps/port_link-ed601503c8b1f22a) |
| 8054 | 2026-08-25T03:27:47.123Z | |
| 8055 | 2026-08-25T03:27:47.123Z | running 5 tests |
| 8056 | 2026-08-25T03:27:47.123Z | test test_an ... ignored |
| 8057 | 2026-08-25T03:27:47.123Z | test test_enable ... ignored |
| 8058 | 2026-08-25T03:27:47.123Z | test test_ip_addresses ... ignored |
| 8059 | 2026-08-25T03:27:47.123Z | test test_kr ... ignored |
| 8060 | 2026-08-25T03:27:47.123Z | test test_mac ... ignored |
| 8061 | 2026-08-25T03:27:47.123Z | |
| 8062 | 2026-08-25T03:27:47.123Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8063 | 2026-08-25T03:27:47.123Z | |
| 8064 | 2026-08-25T03:27:47.123Z | Running unittests src/main.rs (target/debug/deps/tfportd-26890ba6589103fb) |
| 8065 | 2026-08-25T03:27:47.126Z | |
| 8066 | 2026-08-25T03:27:47.127Z | running 3 tests |
| 8067 | 2026-08-25T03:27:47.127Z | test linklocal::test_parse_ipadm ... ok |
| 8068 | 2026-08-25T03:27:47.127Z | test tfport::test_parse_tfport ... ok |
| 8069 | 2026-08-25T03:27:47.127Z | test config::tests::test_updates ... ok |
| 8070 | 2026-08-25T03:27:47.127Z | |
| 8071 | 2026-08-25T03:27:47.127Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8072 | 2026-08-25T03:27:47.127Z | |
| 8073 | 2026-08-25T03:27:47.127Z | Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053) |
| 8074 | 2026-08-25T03:27:47.131Z | |
| 8075 | 2026-08-25T03:27:47.131Z | running 0 tests |
| 8076 | 2026-08-25T03:27:47.134Z | |
| 8077 | 2026-08-25T03:27:47.134Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8078 | 2026-08-25T03:27:47.134Z | |
| 8079 | 2026-08-25T03:27:47.134Z | Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577) |
| 8080 | 2026-08-25T03:27:47.138Z | |
| 8081 | 2026-08-25T03:27:47.138Z | running 0 tests |
| 8082 | 2026-08-25T03:27:47.138Z | |
| 8083 | 2026-08-25T03:27:47.138Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8084 | 2026-08-25T03:27:47.138Z | |
| 8085 | 2026-08-25T03:27:47.141Z | Doc-tests aal |
| 8086 | 2026-08-25T03:27:47.360Z | |
| 8087 | 2026-08-25T03:27:47.360Z | running 0 tests |
| 8088 | 2026-08-25T03:27:47.360Z | |
| 8089 | 2026-08-25T03:27:47.364Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8090 | 2026-08-25T03:27:47.364Z | |
| 8091 | 2026-08-25T03:27:47.389Z | Doc-tests aal_macros |
| 8092 | 2026-08-25T03:27:47.460Z | |
| 8093 | 2026-08-25T03:27:47.460Z | running 0 tests |
| 8094 | 2026-08-25T03:27:47.460Z | |
| 8095 | 2026-08-25T03:27:47.460Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8096 | 2026-08-25T03:27:47.460Z | |
| 8097 | 2026-08-25T03:27:47.470Z | Doc-tests common |
| 8098 | 2026-08-25T03:27:47.704Z | |
| 8099 | 2026-08-25T03:27:47.704Z | running 0 tests |
| 8100 | 2026-08-25T03:27:47.704Z | |
| 8101 | 2026-08-25T03:27:47.704Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-25T03:27:47.704Z | |
| 8103 | 2026-08-25T03:27:47.731Z | Doc-tests dpd_api |
| 8104 | 2026-08-25T03:27:48.459Z | |
| 8105 | 2026-08-25T03:27:48.459Z | running 2 tests |
| 8106 | 2026-08-25T03:27:48.459Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8107 | 2026-08-25T03:27:48.459Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8108 | 2026-08-25T03:27:48.459Z | |
| 8109 | 2026-08-25T03:27:48.459Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8110 | 2026-08-25T03:27:48.459Z | |
| 8111 | 2026-08-25T03:27:48.492Z | Doc-tests dpd_client |
| 8112 | 2026-08-25T03:27:49.862Z | |
| 8113 | 2026-08-25T03:27:49.862Z | running 0 tests |
| 8114 | 2026-08-25T03:27:49.862Z | |
| 8115 | 2026-08-25T03:27:49.862Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8116 | 2026-08-25T03:27:49.862Z | |
| 8117 | 2026-08-25T03:27:49.921Z | Doc-tests dpd_types |
| 8118 | 2026-08-25T03:27:50.110Z | |
| 8119 | 2026-08-25T03:27:50.111Z | running 0 tests |
| 8120 | 2026-08-25T03:27:50.111Z | |
| 8121 | 2026-08-25T03:27:50.111Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8122 | 2026-08-25T03:27:50.111Z | |
| 8123 | 2026-08-25T03:27:50.138Z | Doc-tests dpd_types_versions |
| 8124 | 2026-08-25T03:27:51.676Z | |
| 8125 | 2026-08-25T03:27:51.676Z | running 1 test |
| 8126 | 2026-08-25T03:27:51.676Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8127 | 2026-08-25T03:27:51.676Z | |
| 8128 | 2026-08-25T03:27:51.676Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8129 | 2026-08-25T03:27:51.676Z | |
| 8130 | 2026-08-25T03:27:51.718Z | Doc-tests packet |
| 8131 | 2026-08-25T03:27:51.952Z | |
| 8132 | 2026-08-25T03:27:51.952Z | running 0 tests |
| 8133 | 2026-08-25T03:27:51.952Z | |
| 8134 | 2026-08-25T03:27:51.952Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8135 | 2026-08-25T03:27:51.952Z | |
| 8136 | 2026-08-25T03:27:51.974Z | Doc-tests pcap |
| 8137 | 2026-08-25T03:27:52.041Z | |
| 8138 | 2026-08-25T03:27:52.041Z | running 0 tests |
| 8139 | 2026-08-25T03:27:52.041Z | |
| 8140 | 2026-08-25T03:27:52.041Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8141 | 2026-08-25T03:27:52.041Z | |
| 8142 | 2026-08-25T03:27:52.072Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8143 | 2026-08-25T03:27:52.073Z | + RUST_BACKTRACE=full |
| 8144 | 2026-08-25T03:27:52.073Z | + cargo test --features chaos --no-fail-fast |
| 8145 | 2026-08-25T03:27:52.688Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8146 | 2026-08-25T03:27:52.771Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8147 | 2026-08-25T03:27:52.782Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8148 | 2026-08-25T03:28:01.398Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8149 | 2026-08-25T03:28:01.471Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8150 | 2026-08-25T03:28:39.639Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.54s |
| 8151 | 2026-08-25T03:28:39.764Z | Running unittests src/lib.rs (target/debug/deps/aal-f5a47b728793db12) |
| 8152 | 2026-08-25T03:28:39.775Z | |
| 8153 | 2026-08-25T03:28:39.775Z | running 0 tests |
| 8154 | 2026-08-25T03:28:39.775Z | |
| 8155 | 2026-08-25T03:28:39.778Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8156 | 2026-08-25T03:28:39.778Z | |
| 8157 | 2026-08-25T03:28:39.778Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8158 | 2026-08-25T03:28:39.783Z | |
| 8159 | 2026-08-25T03:28:39.783Z | running 0 tests |
| 8160 | 2026-08-25T03:28:39.783Z | |
| 8161 | 2026-08-25T03:28:39.786Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8162 | 2026-08-25T03:28:39.786Z | |
| 8163 | 2026-08-25T03:28:39.786Z | Running unittests src/lib.rs (target/debug/deps/asic-e797a2aa5d4813f3) |
| 8164 | 2026-08-25T03:28:39.789Z | |
| 8165 | 2026-08-25T03:28:39.789Z | running 0 tests |
| 8166 | 2026-08-25T03:28:39.789Z | |
| 8167 | 2026-08-25T03:28:39.789Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8168 | 2026-08-25T03:28:39.789Z | |
| 8169 | 2026-08-25T03:28:39.792Z | Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2) |
| 8170 | 2026-08-25T03:28:39.814Z | |
| 8171 | 2026-08-25T03:28:39.815Z | running 4 tests |
| 8172 | 2026-08-25T03:28:39.817Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8173 | 2026-08-25T03:28:39.817Z | test nat::tests::test_vni ... ok |
| 8174 | 2026-08-25T03:28:39.821Z | test test_purge ... ok |
| 8175 | 2026-08-25T03:28:39.827Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8176 | 2026-08-25T03:28:39.827Z | |
| 8177 | 2026-08-25T03:28:39.830Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8178 | 2026-08-25T03:28:39.830Z | |
| 8179 | 2026-08-25T03:28:39.830Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e) |
| 8180 | 2026-08-25T03:28:39.852Z | |
| 8181 | 2026-08-25T03:28:39.852Z | running 1 test |
| 8182 | 2026-08-25T03:28:39.855Z | ------- |
| 8183 | 2026-08-25T03:28:39.855Z | Generating OpenAPI documents from API definitions ... |
| 8184 | 2026-08-25T03:28:39.998Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8185 | 2026-08-25T03:28:40.070Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8186 | 2026-08-25T03:28:41.149Z | ------- |
| 8187 | 2026-08-25T03:28:41.149Z | Checking 13 OpenAPI documents... |
| 8188 | 2026-08-25T03:28:41.150Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-08-25T03:28:41.150Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-08-25T03:28:41.150Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-08-25T03:28:41.150Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-25T03:28:41.154Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-25T03:28:41.154Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-25T03:28:41.155Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-25T03:28:41.155Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-25T03:28:41.155Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-25T03:28:41.155Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-25T03:28:41.155Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-25T03:28:41.155Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-25T03:28:41.155Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-25T03:28:41.155Z | Fresh dpd "latest" symlink |
| 8202 | 2026-08-25T03:28:41.155Z | ------- |
| 8203 | 2026-08-25T03:28:41.155Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8204 | 2026-08-25T03:28:41.220Z | test test::test_apis_up_to_date ... ok |
| 8205 | 2026-08-25T03:28:41.220Z | |
| 8206 | 2026-08-25T03:28:41.220Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s |
| 8207 | 2026-08-25T03:28:41.220Z | |
| 8208 | 2026-08-25T03:28:41.285Z | Running unittests src/main.rs (target/debug/deps/dpd-4c073d0e253b7d22) |
| 8209 | 2026-08-25T03:28:41.292Z | |
| 8210 | 2026-08-25T03:28:41.292Z | running 34 tests |
| 8211 | 2026-08-25T03:28:41.295Z | test freemap::test_ordering ... ok |
| 8212 | 2026-08-25T03:28:41.296Z | test config::tests::test_updates ... ok |
| 8213 | 2026-08-25T03:28:41.296Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8214 | 2026-08-25T03:28:41.296Z | test freemap::test_split ... ok |
| 8215 | 2026-08-25T03:28:41.300Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8216 | 2026-08-25T03:28:41.300Z | test macaddrs::tests::test_mac_offset ... ok |
| 8217 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.221 DEBG created new freemap, unit: freemap_test |
| 8218 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222 DEBG initted freemap. size: 128Aug 25 03:28:40.221, unit: freemap_test |
| 8219 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222DEBG DEBGcreated new freemap , reset freemapunit:, unitfreemap_test: |
| 8220 | 2026-08-25T03:28:41.300Z | freemap_test |
| 8221 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222 Aug 25 03:28:40.222DEBG DEBGcreated new freemap initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 8222 | 2026-08-25T03:28:41.300Z | |
| 8223 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222 DEBGAug 25 03:28:40.222 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test: |
| 8224 | 2026-08-25T03:28:41.300Z | freemap_test |
| 8225 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222 DEBG reset freemap, unit: freemap_test |
| 8226 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222 DEBG created new freemap, unit: freemap_test |
| 8227 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222 DEBG initted freemap. size: 128, unit: freemap_test |
| 8228 | 2026-08-25T03:28:41.300Z | Aug 25 03:28:40.222 DEBG reset freemap, unit: freemap_test |
| 8229 | 2026-08-25T03:28:41.300Z | test freemap::test_basic ... ok |
| 8230 | 2026-08-25T03:28:41.300Z | test freemap::test_reclaim ... ok |
| 8231 | 2026-08-25T03:28:41.300Z | test freemap::test_free ... ok |
| 8232 | 2026-08-25T03:28:41.301Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8233 | 2026-08-25T03:28:41.301Z | test freemap::test_exhaustion ... ok |
| 8234 | 2026-08-25T03:28:41.301Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8235 | 2026-08-25T03:28:41.301Z | test nat::test_mapping ... ok |
| 8236 | 2026-08-25T03:28:41.301Z | test port_map::tests::test_backplane_group ... ok |
| 8237 | 2026-08-25T03:28:41.301Z | test port_map::tests::test_port_map ... ok |
| 8238 | 2026-08-25T03:28:41.301Z | test port_map::tests::dump_map ... ok |
| 8239 | 2026-08-25T03:28:41.301Z | test api_server::tests::test_build_info ... ok |
| 8240 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.222 DEBG created new freemap, unit: freemap_test |
| 8241 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG initted freemap. size: 8, unit: freemap_test |
| 8242 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG reset freemap, unit: freemap_test |
| 8243 | 2026-08-25T03:28:41.301Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8244 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG created new freemap, unit: freemap_test |
| 8245 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG initted freemap. size: 128, unit: freemap_test |
| 8246 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG reset freemap, unit: freemap_test |
| 8247 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8248 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG created new freemapAug 25 03:28:40.223, unitDEBG: created new freemapfreemap_route_ipv4, |
| 8249 | 2026-08-25T03:28:41.301Z | unit: freemap_route_ipv6 |
| 8250 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 Aug 25 03:28:40.223DEBG DEBGcreated new freemap , initted freemap. size: 64unit, :unit :freemap_route_ipv6 |
| 8251 | 2026-08-25T03:28:41.301Z | freemap_route_ipv4 |
| 8252 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 Aug 25 03:28:40.223DEBG DEBGinitted freemap. size: 64 , reset freemapunit, :unit :freemap_route_ipv4 |
| 8253 | 2026-08-25T03:28:41.301Z | freemap_route_ipv4 |
| 8254 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 8255 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8256 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8257 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8258 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8259 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8260 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8261 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8262 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8263 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8264 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8266 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8267 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8268 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8269 | 2026-08-25T03:28:41.301Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8270 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8271 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8272 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8273 | 2026-08-25T03:28:41.302Z | |
| 8274 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8275 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8276 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 DEBG Aug 25 03:28:40.223replacing 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 } }] |
| 8277 | 2026-08-25T03:28:41.302Z | DEBG initted freemap. size: 64Aug 25 03:28:40.223, unitINFO: adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8278 | 2026-08-25T03:28:41.302Z | |
| 8279 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 Aug 25 03:28:40.223DEBG 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 } }] |
| 8280 | 2026-08-25T03:28:41.302Z | reset freemap, unit: Aug 25 03:28:40.223freemap_route_ipv6 |
| 8281 | 2026-08-25T03:28:41.302Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8282 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 INFOAug 25 03:28:40.223 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8283 | 2026-08-25T03:28:41.302Z | 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 } }] |
| 8284 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 DEBGAug 25 03:28:40.223 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 8285 | 2026-08-25T03:28:41.302Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8286 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 Aug 25 03:28:40.223INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-25T03:28:41.302Z | 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 } }] |
| 8288 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 DEBG Aug 25 03:28:40.223replacing 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 } }] |
| 8289 | 2026-08-25T03:28:41.302Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8290 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 Aug 25 03:28:40.223INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-25T03:28:41.302Z | 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 } }] |
| 8292 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 Aug 25 03:28:40.223DEBG 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 } }] |
| 8293 | 2026-08-25T03:28:41.302Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8294 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223 Aug 25 03:28:40.223INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8295 | 2026-08-25T03:28:41.302Z | 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 } }] |
| 8296 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8297 | 2026-08-25T03:28:41.302Z | |
| 8298 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-25T03:28:41.302Z | |
| 8300 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 8301 | 2026-08-25T03:28:41.302Z | |
| 8302 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-25T03:28:41.302Z | |
| 8304 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8305 | 2026-08-25T03:28:41.302Z | |
| 8306 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8307 | 2026-08-25T03:28:41.302Z | |
| 8308 | 2026-08-25T03:28:41.302Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8309 | 2026-08-25T03:28:41.302Z | |
| 8310 | 2026-08-25T03:28:41.303Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8311 | 2026-08-25T03:28:41.303Z | |
| 8312 | 2026-08-25T03:28:41.303Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8313 | 2026-08-25T03:28:41.303Z | |
| 8314 | 2026-08-25T03:28:41.303Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 8315 | 2026-08-25T03:28:41.307Z | |
| 8316 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8317 | 2026-08-25T03:28:41.307Z | |
| 8318 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8319 | 2026-08-25T03:28:41.307Z | |
| 8320 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8321 | 2026-08-25T03:28:41.307Z | |
| 8322 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 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:9::/64 -> 2001:db8::55:ff |
| 8323 | 2026-08-25T03:28:41.307Z | |
| 8324 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 8325 | 2026-08-25T03:28:41.307Z | |
| 8326 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8327 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8328 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.223 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:28:40.224 |
| 8329 | 2026-08-25T03:28:41.307Z | 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 } }] |
| 8330 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 DEBG Aug 25 03:28:40.224replacing 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 } }] |
| 8331 | 2026-08-25T03:28:41.307Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8332 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 INFOAug 25 03:28:40.224 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 8333 | 2026-08-25T03:28:41.307Z | 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 } }] |
| 8334 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 DEBGAug 25 03:28:40.224 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8335 | 2026-08-25T03:28:41.307Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8336 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 INFOAug 25 03:28:40.224 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 8337 | 2026-08-25T03:28:41.307Z | 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 } }] |
| 8338 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 DEBGAug 25 03:28:40.224 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 |
| 8339 | 2026-08-25T03:28:41.307Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8340 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 INFOAug 25 03:28:40.224 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8341 | 2026-08-25T03:28:41.307Z | 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 } }] |
| 8342 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 DEBGAug 25 03:28:40.224 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 |
| 8343 | 2026-08-25T03:28:41.307Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 03:28:40.224 |
| 8344 | 2026-08-25T03:28:41.307Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8345 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 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 25 03:28:40.224 |
| 8346 | 2026-08-25T03:28:41.307Z | 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 } }] |
| 8347 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 INFO Aug 25 03:28:40.224adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8348 | 2026-08-25T03:28:41.307Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8349 | 2026-08-25T03:28:41.307Z | Aug 25 03:28:40.224 DEBG Aug 25 03:28:40.224replacing 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 } }] |
| 8350 | 2026-08-25T03:28:41.307Z | DEBGAug 25 03:28:40.224 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8351 | 2026-08-25T03:28:41.307Z | created new freemapAug 25 03:28:40.224, unitINFO:Aug 25 03:28:40.224 INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8352 | 2026-08-25T03:28:41.308Z | |
| 8353 | 2026-08-25T03:28:41.308Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8354 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8355 | 2026-08-25T03:28:41.308Z | created new freemap , 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 } }]unitAug 25 03:28:40.224: |
| 8356 | 2026-08-25T03:28:41.308Z | test freemap::test_span ... ok |
| 8357 | 2026-08-25T03:28:41.308Z | freemap_route_ipv6INFO |
| 8358 | 2026-08-25T03:28:41.308Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8359 | 2026-08-25T03:28:41.308Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8360 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224INFOAug 25 03:28:40.224 DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGinitted freemap. size: 64 |
| 8361 | 2026-08-25T03:28:41.308Z | , replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8362 | 2026-08-25T03:28:41.308Z | : freemap_route_ipv4 |
| 8363 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 Aug 25 03:28:40.224INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8364 | 2026-08-25T03:28:41.308Z | reset freemap, unitDEBG:Aug 25 03:28:40.224 freemap_route_ipv4replacing 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 } }] |
| 8365 | 2026-08-25T03:28:41.308Z | DEBG |
| 8366 | 2026-08-25T03:28:41.308Z | 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 } }] |
| 8367 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224DEBG INFOinitted freemap. size: 64 , Aug 25 03:28:40.224unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff: |
| 8368 | 2026-08-25T03:28:41.308Z | INFOfreemap_route_ipv6 |
| 8369 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8370 | 2026-08-25T03:28:41.308Z | DEBG Aug 25 03:28:40.224 created new freemapAug 25 03:28:40.224DEBG Aug 25 03:28:40.224DEBG , 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 } }]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 } }] |
| 8371 | 2026-08-25T03:28:41.308Z | |
| 8372 | 2026-08-25T03:28:41.308Z | unitreset freemap:, unitAug 25 03:28:40.224Aug 25 03:28:40.224: freemap_route_ipv6freemap_route_ipv4 |
| 8373 | 2026-08-25T03:28:41.308Z | INFO |
| 8374 | 2026-08-25T03:28:41.308Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8375 | 2026-08-25T03:28:41.308Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:28:40.224 |
| 8376 | 2026-08-25T03:28:41.308Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8377 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224Aug 25 03:28:40.224DEBG DEBGAug 25 03:28:40.224 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 } }]created new freemapDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 8378 | 2026-08-25T03:28:41.308Z | |
| 8379 | 2026-08-25T03:28:41.308Z | :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 } }] freemap_route_ipv6 |
| 8380 | 2026-08-25T03:28:41.308Z | |
| 8381 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224INFO INFOAug 25 03:28:40.224adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8382 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8383 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224initted freemap. size: 64 , DEBGAug 25 03:28:40.224adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8384 | 2026-08-25T03:28:41.308Z | unitDEBGreplacing 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 } }] |
| 8385 | 2026-08-25T03:28:41.308Z | 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 } }]: |
| 8386 | 2026-08-25T03:28:41.308Z | freemap_route_ipv4 |
| 8387 | 2026-08-25T03:28:41.308Z | Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 INFO Aug 25 03:28:40.224INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8388 | 2026-08-25T03:28:41.308Z | |
| 8389 | 2026-08-25T03:28:41.309Z | DEBG reset freemapDEBG, unit: Aug 25 03:28:40.224 Aug 25 03:28:40.224 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 } }]DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4 |
| 8390 | 2026-08-25T03:28:41.309Z | 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 } }] |
| 8391 | 2026-08-25T03:28:41.309Z | |
| 8392 | 2026-08-25T03:28:41.309Z | |
| 8393 | 2026-08-25T03:28:41.309Z | Aug 25 03:28:40.224 INFO Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGINFO |
| 8394 | 2026-08-25T03:28:41.309Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64, |
| 8395 | 2026-08-25T03:28:41.309Z | unit:Aug 25 03:28:40.224 freemap_route_ipv6 |
| 8396 | 2026-08-25T03:28:41.309Z | INFODEBGAug 25 03:28:40.224 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 } }]DEBG |
| 8397 | 2026-08-25T03:28:41.309Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 25 03:28:40.224replacing 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 } }] |
| 8398 | 2026-08-25T03:28:41.309Z | Aug 25 03:28:40.224DEBG |
| 8399 | 2026-08-25T03:28:41.309Z | INFOreset freemap adding route 3fff:beef::/64 -> 2001:db8::55:ff, |
| 8400 | 2026-08-25T03:28:41.309Z | unit:Aug 25 03:28:40.224 freemap_route_ipv6Aug 25 03:28:40.224INFO |
| 8401 | 2026-08-25T03:28:41.309Z | DEBGAug 25 03:28:40.224 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8402 | 2026-08-25T03:28:41.309Z | |
| 8403 | 2026-08-25T03:28:41.309Z | 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 } }]Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 |
| 8404 | 2026-08-25T03:28:41.309Z | DEBGINFO 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:1::/64 -> 2001:db8::55:ff |
| 8405 | 2026-08-25T03:28:41.309Z | INFO |
| 8406 | 2026-08-25T03:28:41.309Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.224 |
| 8407 | 2026-08-25T03:28:41.309Z | INFOAug 25 03:28:40.224Aug 25 03:28:40.224 DEBGINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8408 | 2026-08-25T03:28:41.309Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224 |
| 8409 | 2026-08-25T03:28:41.309Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 8410 | 2026-08-25T03:28:41.309Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 8411 | 2026-08-25T03:28:41.309Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff 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 } }] |
| 8412 | 2026-08-25T03:28:41.309Z | |
| 8413 | 2026-08-25T03:28:41.309Z | Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBG INFO 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 } }] |
| 8414 | 2026-08-25T03:28:41.309Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:1a::/64 -> 2001:db8::55:ffDEBG |
| 8415 | 2026-08-25T03:28:41.313Z | |
| 8416 | 2026-08-25T03:28:41.313Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224 |
| 8417 | 2026-08-25T03:28:41.313Z | INFOAug 25 03:28:40.224 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff 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 } }]Aug 25 03:28:40.224 |
| 8418 | 2026-08-25T03:28:41.313Z | INFOAug 25 03:28:40.224 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8419 | 2026-08-25T03:28:41.313Z | |
| 8420 | 2026-08-25T03:28:41.313Z | Aug 25 03:28:40.224 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 } }] |
| 8421 | 2026-08-25T03:28:41.313Z | Aug 25 03:28:40.224 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8422 | 2026-08-25T03:28:41.313Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8423 | 2026-08-25T03:28:41.313Z | |
| 8424 | 2026-08-25T03:28:41.313Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8425 | 2026-08-25T03:28:41.313Z | |
| 8426 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 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 } }]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 } }] |
| 8427 | 2026-08-25T03:28:41.314Z | |
| 8428 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8429 | 2026-08-25T03:28:41.314Z | |
| 8430 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224DEBG 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 } }] |
| 8431 | 2026-08-25T03:28:41.314Z | 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 } }] |
| 8432 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8433 | 2026-08-25T03:28:41.314Z | |
| 8434 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 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 } }]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 } }] |
| 8435 | 2026-08-25T03:28:41.314Z | |
| 8436 | 2026-08-25T03:28:41.314Z | |
| 8437 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8438 | 2026-08-25T03:28:41.314Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8439 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224DEBG 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 } }] |
| 8440 | 2026-08-25T03:28:41.314Z | 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 } }] |
| 8441 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224DEBG 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 } }]Aug 25 03:28:40.224 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8442 | 2026-08-25T03:28:41.314Z | |
| 8443 | 2026-08-25T03:28:41.314Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8444 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 Aug 25 03:28:40.224 INFODEBG 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 } }] |
| 8445 | 2026-08-25T03:28:41.314Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8446 | 2026-08-25T03:28:41.314Z | |
| 8447 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224INFOAug 25 03:28:40.224 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8448 | 2026-08-25T03:28:41.314Z | 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 } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8449 | 2026-08-25T03:28:41.314Z | |
| 8450 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224 DEBGAug 25 03:28:40.224 Aug 25 03:28:40.224 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 } }]DEBG |
| 8451 | 2026-08-25T03:28:41.314Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8452 | 2026-08-25T03:28:41.314Z | |
| 8453 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBG INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8454 | 2026-08-25T03:28:41.314Z | 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 } }] |
| 8455 | 2026-08-25T03:28:41.314Z | |
| 8456 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBGINFO 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 } }] |
| 8457 | 2026-08-25T03:28:41.314Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8458 | 2026-08-25T03:28:41.314Z | |
| 8459 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224Aug 25 03:28:40.224INFO INFO DEBG adding route 3fff:beef:28::/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 } }] |
| 8460 | 2026-08-25T03:28:41.314Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8461 | 2026-08-25T03:28:41.314Z | |
| 8462 | 2026-08-25T03:28:41.314Z | Aug 25 03:28:40.224 Aug 25 03:28:40.224DEBGAug 25 03:28:40.224 INFODEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8463 | 2026-08-25T03:28:41.315Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8464 | 2026-08-25T03:28:41.315Z | |
| 8465 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 INFO Aug 25 03:28:40.224adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 25 03:28:40.224 |
| 8466 | 2026-08-25T03:28:41.315Z | DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8467 | 2026-08-25T03:28:41.315Z | |
| 8468 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 Aug 25 03:28:40.224DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8469 | 2026-08-25T03:28:41.315Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8470 | 2026-08-25T03:28:41.315Z | 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 25 03:28:40.224 |
| 8471 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 8472 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224replacing 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 } }] |
| 8473 | 2026-08-25T03:28:41.315Z | INFO Aug 25 03:28:40.224adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8474 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8475 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8476 | 2026-08-25T03:28:41.315Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224 |
| 8477 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 8478 | 2026-08-25T03:28:41.315Z | 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 25 03:28:40.224 |
| 8479 | 2026-08-25T03:28:41.315Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 03:28:40.224 |
| 8480 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224DEBG 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 } }] Aug 25 03:28:40.224 |
| 8481 | 2026-08-25T03:28:41.315Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 8482 | 2026-08-25T03:28:41.315Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224 |
| 8483 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 25 03:28:40.224 |
| 8484 | 2026-08-25T03:28:41.315Z | 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 |
| 8485 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8486 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 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 } }] |
| 8487 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8488 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 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 } }] |
| 8489 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8490 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8491 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8492 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224 DEBG Aug 25 03:28:40.224created new freemap , DEBGAug 25 03:28:40.224 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8493 | 2026-08-25T03:28:41.315Z | 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 } }] |
| 8494 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 unit: freemap_route_ipv4 |
| 8495 | 2026-08-25T03:28:41.315Z | 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 } }]Aug 25 03:28:40.224 |
| 8496 | 2026-08-25T03:28:41.315Z | DEBG created new freemap, unitAug 25 03:28:40.224: INFOfreemap_route_ipv6 |
| 8497 | 2026-08-25T03:28:41.315Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8498 | 2026-08-25T03:28:41.315Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 8499 | 2026-08-25T03:28:41.316Z | unit : INFOfreemap_route_ipv4 |
| 8500 | 2026-08-25T03:28:41.316Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:28:40.224 |
| 8501 | 2026-08-25T03:28:41.316Z | INFOAug 25 03:28:40.224 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8502 | 2026-08-25T03:28:41.316Z | DEBG reset freemap, Aug 25 03:28:40.224unit : freemap_route_ipv4 |
| 8503 | 2026-08-25T03:28:41.316Z | Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG initted freemap. size: 64replacing 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 |
| 8504 | 2026-08-25T03:28:41.316Z | , unit: 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 } }]freemap_route_ipv6Aug 25 03:28:40.225 |
| 8505 | 2026-08-25T03:28:41.316Z | |
| 8506 | 2026-08-25T03:28:41.316Z | INFOAug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8507 | 2026-08-25T03:28:41.316Z | reset freemap adding route 3fff:beef:11::/64 -> 2001:db8::55:ff, |
| 8508 | 2026-08-25T03:28:41.316Z | unit:Aug 25 03:28:40.225 freemap_route_ipv6DEBG |
| 8509 | 2026-08-25T03:28:41.316Z | 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 25 03:28:40.225 |
| 8510 | 2026-08-25T03:28:41.316Z | DEBG Aug 25 03:28:40.225replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8511 | 2026-08-25T03:28:41.316Z | INFOAug 25 03:28:40.225 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.225 |
| 8512 | 2026-08-25T03:28:41.316Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 8513 | 2026-08-25T03:28:41.316Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 03:28:40.225 |
| 8514 | 2026-08-25T03:28:41.316Z | 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 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG |
| 8515 | 2026-08-25T03:28:41.320Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8516 | 2026-08-25T03:28:41.320Z | |
| 8517 | 2026-08-25T03:28:41.320Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO Aug 25 03:28:40.225INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 8518 | 2026-08-25T03:28:41.320Z | |
| 8519 | 2026-08-25T03:28:41.320Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8520 | 2026-08-25T03:28:41.320Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBGAug 25 03:28:40.225 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 } }] |
| 8521 | 2026-08-25T03:28:41.320Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8522 | 2026-08-25T03:28:41.320Z | |
| 8523 | 2026-08-25T03:28:41.320Z | Aug 25 03:28:40.225 INFO Aug 25 03:28:40.225adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:28:40.225 |
| 8524 | 2026-08-25T03:28:41.320Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 8525 | 2026-08-25T03:28:41.320Z | Aug 25 03:28:40.225adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8526 | 2026-08-25T03:28:41.320Z | DEBG Aug 25 03:28:40.225 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8527 | 2026-08-25T03:28:41.320Z | Aug 25 03:28:40.225replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8528 | 2026-08-25T03:28:41.320Z | 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 } }] |
| 8529 | 2026-08-25T03:28:41.320Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8530 | 2026-08-25T03:28:41.320Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8531 | 2026-08-25T03:28:41.320Z | DEBG Aug 25 03:28:40.225replacing 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 25 03:28:40.225DEBG DEBG |
| 8532 | 2026-08-25T03:28:41.320Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8533 | 2026-08-25T03:28:41.320Z | 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 } }] |
| 8534 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBGINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8535 | 2026-08-25T03:28:41.321Z | |
| 8536 | 2026-08-25T03:28:41.321Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8537 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBGAug 25 03:28:40.225 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8538 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8539 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 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 } }] |
| 8540 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8541 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 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 } }] |
| 8542 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8543 | 2026-08-25T03:28:41.321Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8544 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8545 | 2026-08-25T03:28:41.321Z | 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 } }] |
| 8546 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8547 | 2026-08-25T03:28:41.321Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8548 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }] |
| 8549 | 2026-08-25T03:28:41.321Z | 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 } }] |
| 8550 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO Aug 25 03:28:40.225 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 8551 | 2026-08-25T03:28:41.321Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 8552 | 2026-08-25T03:28:41.321Z | created new freemap, Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGunit :DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8553 | 2026-08-25T03:28:41.321Z | 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 } }] freemap_route_ipv4 |
| 8554 | 2026-08-25T03:28:41.321Z | |
| 8555 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 INFOAug 25 03:28:40.225 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 8556 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG |
| 8557 | 2026-08-25T03:28:41.321Z | created new freemapAug 25 03:28:40.225, Aug 25 03:28:40.225unitDEBG : 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 } }] |
| 8558 | 2026-08-25T03:28:41.321Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8559 | 2026-08-25T03:28:41.321Z | |
| 8560 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225Aug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8561 | 2026-08-25T03:28:41.321Z | |
| 8562 | 2026-08-25T03:28:41.321Z | : freemap_route_ipv4 |
| 8563 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGAug 25 03:28:40.225 DEBGDEBGreplacing 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 } }] |
| 8564 | 2026-08-25T03:28:41.321Z | reset freemap, replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8565 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225: INFO freemap_route_ipv4adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8566 | 2026-08-25T03:28:41.321Z | |
| 8567 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 INFOAug 25 03:28:40.225Aug 25 03:28:40.225 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBGinitted freemap. size: 64 |
| 8568 | 2026-08-25T03:28:41.321Z | 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 |
| 8569 | 2026-08-25T03:28:41.321Z | : freemap_route_ipv6Aug 25 03:28:40.225 |
| 8570 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225DEBG INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8571 | 2026-08-25T03:28:41.321Z | |
| 8572 | 2026-08-25T03:28:41.321Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreset freemap |
| 8573 | 2026-08-25T03:28:41.322Z | , unit |
| 8574 | 2026-08-25T03:28:41.322Z | : freemap_route_ipv6 |
| 8575 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 8576 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225replacing 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 } }] |
| 8577 | 2026-08-25T03:28:41.322Z | INFO Aug 25 03:28:40.225Aug 25 03:28:40.225 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFO |
| 8578 | 2026-08-25T03:28:41.322Z | 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 } }] |
| 8579 | 2026-08-25T03:28:41.322Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8580 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225 DEBG INFO DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8581 | 2026-08-25T03:28:41.322Z | |
| 8582 | 2026-08-25T03:28:41.322Z | 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 } }] |
| 8583 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225 DEBGINFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8584 | 2026-08-25T03:28:41.322Z | |
| 8585 | 2026-08-25T03:28:41.322Z | |
| 8586 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8587 | 2026-08-25T03:28:41.322Z | |
| 8588 | 2026-08-25T03:28:41.322Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8589 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8590 | 2026-08-25T03:28:41.322Z | 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 } }] |
| 8591 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG INFOAug 25 03:28:40.225 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 |
| 8592 | 2026-08-25T03:28:41.322Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8593 | 2026-08-25T03:28:41.322Z | |
| 8594 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225 INFODEBGDEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8595 | 2026-08-25T03:28:41.322Z | |
| 8596 | 2026-08-25T03:28:41.322Z | 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 } }] |
| 8597 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOAug 25 03:28:40.225 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8598 | 2026-08-25T03:28:41.322Z | 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 } }] |
| 8599 | 2026-08-25T03:28:41.322Z | failed to allocate space for the new target list |
| 8600 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBGAug 25 03:28:40.225 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 8601 | 2026-08-25T03:28:41.322Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8602 | 2026-08-25T03:28:41.322Z | |
| 8603 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 DEBG Aug 25 03:28:40.225replacing 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 } }] |
| 8604 | 2026-08-25T03:28:41.322Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8605 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 INFO Aug 25 03:28:40.225adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8606 | 2026-08-25T03:28:41.322Z | DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8607 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.225 |
| 8608 | 2026-08-25T03:28:41.322Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8609 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:28:40.225 |
| 8610 | 2026-08-25T03:28:41.322Z | 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 } }] |
| 8611 | 2026-08-25T03:28:41.322Z | Aug 25 03:28:40.225 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.225 |
| 8612 | 2026-08-25T03:28:41.323Z | test route::tests::grow_succeeds ... ok |
| 8613 | 2026-08-25T03:28:41.323Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8614 | 2026-08-25T03:28:41.323Z | Aug 25 03:28:40.225 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 03:28:40.225 |
| 8615 | 2026-08-25T03:28:41.326Z | 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 } }]Aug 25 03:28:40.225 |
| 8616 | 2026-08-25T03:28:41.327Z | 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 } }] |
| 8617 | 2026-08-25T03:28:41.327Z | Aug 25 03:28:40.225 INFO Aug 25 03:28:40.225adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8618 | 2026-08-25T03:28:41.327Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8619 | 2026-08-25T03:28:41.327Z | Aug 25 03:28:40.225 DEBG Aug 25 03:28:40.225replacing 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 } }] |
| 8620 | 2026-08-25T03:28:41.327Z | 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 } }] |
| 8621 | 2026-08-25T03:28:41.327Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8622 | 2026-08-25T03:28:41.327Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8623 | 2026-08-25T03:28:41.327Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }] |
| 8624 | 2026-08-25T03:28:41.327Z | 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 } }] |
| 8625 | 2026-08-25T03:28:41.327Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8626 | 2026-08-25T03:28:41.327Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8627 | 2026-08-25T03:28:41.327Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8628 | 2026-08-25T03:28:41.327Z | 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 } }] |
| 8629 | 2026-08-25T03:28:41.327Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8630 | 2026-08-25T03:28:41.327Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8631 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }] |
| 8632 | 2026-08-25T03:28:41.328Z | 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 } }] |
| 8633 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8634 | 2026-08-25T03:28:41.328Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8635 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8636 | 2026-08-25T03:28:41.328Z | |
| 8637 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8638 | 2026-08-25T03:28:41.328Z | |
| 8639 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8640 | 2026-08-25T03:28:41.328Z | |
| 8641 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8642 | 2026-08-25T03:28:41.328Z | |
| 8643 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }] |
| 8644 | 2026-08-25T03:28:41.328Z | |
| 8645 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8646 | 2026-08-25T03:28:41.328Z | |
| 8647 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8648 | 2026-08-25T03:28:41.328Z | |
| 8649 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8650 | 2026-08-25T03:28:41.328Z | |
| 8651 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 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 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 } }] |
| 8652 | 2026-08-25T03:28:41.328Z | |
| 8653 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8654 | 2026-08-25T03:28:41.328Z | |
| 8655 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8656 | 2026-08-25T03:28:41.328Z | |
| 8657 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8658 | 2026-08-25T03:28:41.328Z | |
| 8659 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8660 | 2026-08-25T03:28:41.328Z | |
| 8661 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8662 | 2026-08-25T03:28:41.328Z | |
| 8663 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8664 | 2026-08-25T03:28:41.328Z | |
| 8665 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8666 | 2026-08-25T03:28:41.328Z | |
| 8667 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8668 | 2026-08-25T03:28:41.328Z | |
| 8669 | 2026-08-25T03:28:41.328Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8670 | 2026-08-25T03:28:41.329Z | |
| 8671 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8672 | 2026-08-25T03:28:41.329Z | |
| 8673 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8674 | 2026-08-25T03:28:41.329Z | |
| 8675 | 2026-08-25T03:28:41.329Z | test route::tests::identity_replace_is_noop ... ok |
| 8676 | 2026-08-25T03:28:41.329Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8677 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 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 } }]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 } }] |
| 8678 | 2026-08-25T03:28:41.329Z | |
| 8679 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8680 | 2026-08-25T03:28:41.329Z | |
| 8681 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8682 | 2026-08-25T03:28:41.329Z | |
| 8683 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 8684 | 2026-08-25T03:28:41.329Z | |
| 8685 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }] |
| 8686 | 2026-08-25T03:28:41.329Z | |
| 8687 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 8688 | 2026-08-25T03:28:41.329Z | |
| 8689 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225 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 } }] |
| 8690 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8691 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8692 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffcreated new freemap |
| 8693 | 2026-08-25T03:28:41.329Z | , unit:Aug 25 03:28:40.225 freemap_route_ipv4DEBG |
| 8694 | 2026-08-25T03:28:41.329Z | 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 } }] |
| 8695 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG INFOcreated new freemap , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit |
| 8696 | 2026-08-25T03:28:41.329Z | : freemap_route_ipv6 |
| 8697 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225 DEBG initted freemap. size: 64, unitAug 25 03:28:40.225: DEBGfreemap_route_ipv4 |
| 8698 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8699 | 2026-08-25T03:28:41.329Z | DEBG Aug 25 03:28:40.225replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.225DEBG |
| 8700 | 2026-08-25T03:28:41.329Z | DEBG reset freemap , failed to allocate space for the new target listunit |
| 8701 | 2026-08-25T03:28:41.329Z | : freemap_route_ipv4 |
| 8702 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG DEBGfailed to allocate space for the new target list |
| 8703 | 2026-08-25T03:28:41.329Z | initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8704 | 2026-08-25T03:28:41.329Z | freemap_route_ipv6 |
| 8705 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.226 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8706 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8707 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.226 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 } }] |
| 8708 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8709 | 2026-08-25T03:28:41.329Z | Aug 25 03:28:40.226 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 } }] |
| 8710 | 2026-08-25T03:28:41.330Z | Aug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8711 | 2026-08-25T03:28:41.330Z | Aug 25 03:28:40.226 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 } }] |
| 8712 | 2026-08-25T03:28:41.330Z | Aug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8713 | 2026-08-25T03:28:41.330Z | Aug 25 03:28:40.226 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 } }] |
| 8714 | 2026-08-25T03:28:41.330Z | Aug 25 03:28:40.226 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 } }] |
| 8715 | 2026-08-25T03:28:41.401Z | Aug 25 03:28:40.226 DEBG Aug 25 03:28:40.226created new freemap , DEBGunit :created new freemap freemap_route_ipv4, |
| 8716 | 2026-08-25T03:28:41.401Z | unit: freemap_route_ipv4 |
| 8717 | 2026-08-25T03:28:41.401Z | Aug 25 03:28:40.226 DEBG created new freemap, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv6 |
| 8718 | 2026-08-25T03:28:41.401Z | created new freemap, unit: freemap_route_ipv6Aug 25 03:28:40.226 |
| 8719 | 2026-08-25T03:28:41.401Z | DEBG initted freemap. size: 64, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv4 |
| 8720 | 2026-08-25T03:28:41.401Z | initted freemap. size: 64, unit: freemap_route_ipv4Aug 25 03:28:40.226 |
| 8721 | 2026-08-25T03:28:41.401Z | DEBG reset freemap, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv4 |
| 8722 | 2026-08-25T03:28:41.401Z | reset freemap, unit: freemap_route_ipv4Aug 25 03:28:40.226 |
| 8723 | 2026-08-25T03:28:41.402Z | DEBG initted freemap. size: 64, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv6 |
| 8724 | 2026-08-25T03:28:41.402Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 25 03:28:40.226 |
| 8725 | 2026-08-25T03:28:41.402Z | DEBG reset freemap, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv6 |
| 8726 | 2026-08-25T03:28:41.402Z | reset freemap, unit: freemap_route_ipv6Aug 25 03:28:40.226 |
| 8727 | 2026-08-25T03:28:41.402Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8728 | 2026-08-25T03:28:41.402Z | Aug 25 03:28:40.226 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.226 |
| 8729 | 2026-08-25T03:28:41.402Z | 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 } }] |
| 8730 | 2026-08-25T03:28:41.402Z | Aug 25 03:28:40.226 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 25 03:28:40.226 |
| 8731 | 2026-08-25T03:28:41.402Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8732 | 2026-08-25T03:28:41.402Z | Aug 25 03:28:40.226 INFOAug 25 03:28:40.226 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8733 | 2026-08-25T03:28:41.402Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8734 | 2026-08-25T03:28:41.402Z | Aug 25 03:28:40.226 DEBGAug 25 03:28:40.226 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8735 | 2026-08-25T03:28:41.402Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8736 | 2026-08-25T03:28:41.402Z | Aug 25 03:28:40.226 Aug 25 03:28:40.226INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8737 | 2026-08-25T03:28:41.402Z | 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 } }] |
| 8738 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 Aug 25 03:28:40.226DEBG 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 } }] |
| 8739 | 2026-08-25T03:28:41.403Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8740 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 8741 | 2026-08-25T03:28:41.403Z | |
| 8742 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 8743 | 2026-08-25T03:28:41.403Z | |
| 8744 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 8745 | 2026-08-25T03:28:41.403Z | |
| 8746 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 INFOWARN adding route 3fff:beef:3::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8747 | 2026-08-25T03:28:41.403Z | |
| 8748 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 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 } }] |
| 8749 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8750 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 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 } }] |
| 8751 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8752 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 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 } }] |
| 8753 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8754 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 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 } }] |
| 8755 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8756 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 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 } }] |
| 8757 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8758 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 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 } }] |
| 8759 | 2026-08-25T03:28:41.403Z | Aug 25 03:28:40.226 INFOAug 25 03:28:40.226 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 8760 | 2026-08-25T03:28:41.403Z | created new freemap, Aug 25 03:28:40.226unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 8761 | 2026-08-25T03:28:41.403Z | |
| 8762 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffcreated new freemap |
| 8763 | 2026-08-25T03:28:41.404Z | , unit: Aug 25 03:28:40.226freemap_route_ipv6 |
| 8764 | 2026-08-25T03:28:41.404Z | 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 } }] |
| 8765 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226 DEBGAug 25 03:28:40.226 initted freemap. size: 64INFO, unitadding route 3fff:beef:b::/64 -> 2001:db8::55:ff: |
| 8766 | 2026-08-25T03:28:41.404Z | freemap_route_ipv4 |
| 8767 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226 DEBGAug 25 03:28:40.226 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 |
| 8768 | 2026-08-25T03:28:41.404Z | reset freemap, unitAug 25 03:28:40.226: INFOfreemap_route_ipv4 |
| 8769 | 2026-08-25T03:28:41.404Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8770 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 8771 | 2026-08-25T03:28:41.404Z | unit: freemap_route_ipv6 |
| 8772 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:28:40.226 |
| 8773 | 2026-08-25T03:28:41.404Z | DEBG reset freemapAug 25 03:28:40.226, unitDEBG: 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 } }]freemap_route_ipv6 |
| 8774 | 2026-08-25T03:28:41.404Z | |
| 8775 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8776 | 2026-08-25T03:28:41.404Z | |
| 8777 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8778 | 2026-08-25T03:28:41.404Z | |
| 8779 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 8780 | 2026-08-25T03:28:41.404Z | |
| 8781 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8782 | 2026-08-25T03:28:41.404Z | |
| 8783 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3 |
| 8784 | 2026-08-25T03:28:41.404Z | |
| 8785 | 2026-08-25T03:28:41.404Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8786 | 2026-08-25T03:28:41.404Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8787 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.226Aug 25 03:28:40.226 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 } }] |
| 8788 | 2026-08-25T03:28:41.404Z | Aug 25 03:28:40.227 DEBGAug 25 03:28:40.227 created new freemapAug 25 03:28:40.226 , DEBGAug 25 03:28:40.231unitAug 25 03:28:40.226 :created new freemap DEBG, INFOfreemap_route_ipv4 |
| 8789 | 2026-08-25T03:28:41.404Z | unitcreated new freemap, unit:: freemap_route_ipv4freemap_route_ipv4 |
| 8790 | 2026-08-25T03:28:41.404Z | |
| 8791 | 2026-08-25T03:28:41.404Z | DEBG Aug 25 03:28:40.231created new freemap DEBG, unitcreated new freemap:, unitAug 25 03:28:40.231: Aug 25 03:28:40.231freemap_route_ipv4DEBG freemap_route_ipv6 |
| 8792 | 2026-08-25T03:28:41.404Z | created new freemap |
| 8793 | 2026-08-25T03:28:41.404Z | , unitDEBG: created new freemapfreemap_route_ipv6, Aug 25 03:28:40.231unit |
| 8794 | 2026-08-25T03:28:41.404Z | : freemap_route_ipv6DEBG |
| 8795 | 2026-08-25T03:28:41.405Z | initted freemap. size: 64Aug 25 03:28:40.231Aug 25 03:28:40.231, unitAug 25 03:28:40.231 :DEBGDEBG initted freemap. size: 64 created new freemap, freemap_route_ipv4unitDEBG, |
| 8796 | 2026-08-25T03:28:41.405Z | :initted freemap. size: 64 unitfreemap_route_ipv4, |
| 8797 | 2026-08-25T03:28:41.405Z | Aug 25 03:28:40.231 unitDEBG :reset freemap: , Aug 25 03:28:40.231freemap_route_ipv6 unit |
| 8798 | 2026-08-25T03:28:41.405Z | DEBG: reset freemapfreemap_route_ipv4 |
| 8799 | 2026-08-25T03:28:41.405Z | freemap_route_ipv4, |
| 8800 | 2026-08-25T03:28:41.405Z | unit: Aug 25 03:28:40.231freemap_route_ipv4Aug 25 03:28:40.231 |
| 8801 | 2026-08-25T03:28:41.405Z | DEBGAug 25 03:28:40.231 DEBG DEBGinitted freemap. size: 64 initted freemap. size: 64reset freemap, Aug 25 03:28:40.231unit :DEBG, , unit unitinitted freemap. size: 64:, unit :: freemap_route_ipv6freemap_route_ipv6freemap_route_ipv4freemap_route_ipv4 |
| 8802 | 2026-08-25T03:28:41.405Z | |
| 8803 | 2026-08-25T03:28:41.405Z | |
| 8804 | 2026-08-25T03:28:41.405Z | |
| 8805 | 2026-08-25T03:28:41.405Z | Aug 25 03:28:40.231Aug 25 03:28:40.231 Aug 25 03:28:40.231DEBGAug 25 03:28:40.231 DEBG reset freemapreset freemap, DEBG , unitreset freemapDEBG, :unit :unit freemap_route_ipv6freemap_route_ipv6 |
| 8806 | 2026-08-25T03:28:41.405Z | :initted freemap. size: 64 |
| 8807 | 2026-08-25T03:28:41.405Z | , unitfreemap_route_ipv4: |
| 8808 | 2026-08-25T03:28:41.405Z | Aug 25 03:28:40.231freemap_route_ipv6 |
| 8809 | 2026-08-25T03:28:41.405Z | Aug 25 03:28:40.231INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8810 | 2026-08-25T03:28:41.405Z | Aug 25 03:28:40.231adding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 03:28:40.231 |
| 8811 | 2026-08-25T03:28:41.405Z | DEBGAug 25 03:28:40.231DEBG DEBG initted freemap. size: 64 Aug 25 03:28:40.231, reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] , |
| 8812 | 2026-08-25T03:28:41.405Z | DEBGunit unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]: |
| 8813 | 2026-08-25T03:28:41.405Z | Aug 25 03:28:40.231 freemap_route_ipv6:INFO Aug 25 03:28:40.231adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8814 | 2026-08-25T03:28:41.405Z | freemap_route_ipv6INFO |
| 8815 | 2026-08-25T03:28:41.411Z | |
| 8816 | 2026-08-25T03:28:41.411Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8817 | 2026-08-25T03:28:41.411Z | Aug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231 INFODEBG reset freemap DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8818 | 2026-08-25T03:28:41.411Z | Aug 25 03:28:40.226Aug 25 03:28:40.231replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8819 | 2026-08-25T03:28:41.411Z | DEBG DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 8820 | 2026-08-25T03:28:41.411Z | Aug 25 03:28:40.231 , INFO, Aug 25 03:28:40.231unitadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8821 | 2026-08-25T03:28:41.412Z | INFOAug 25 03:28:40.231: DEBG Aug 25 03:28:40.231freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8822 | 2026-08-25T03:28:41.412Z | |
| 8823 | 2026-08-25T03:28:41.412Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8824 | 2026-08-25T03:28:41.412Z | DEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]: |
| 8825 | 2026-08-25T03:28:41.412Z | Aug 25 03:28:40.231freemap_route_ipv6Aug 25 03:28:40.231 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8826 | 2026-08-25T03:28:41.412Z | Aug 25 03:28:40.231Aug 25 03:28:40.231replacing 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 } }] |
| 8827 | 2026-08-25T03:28:41.412Z | |
| 8828 | 2026-08-25T03:28:41.412Z | DEBGINFOAug 25 03:28:40.231 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 8829 | 2026-08-25T03:28:41.412Z | Aug 25 03:28:40.231 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOcreated new freemap Aug 25 03:28:40.231 |
| 8830 | 2026-08-25T03:28:41.412Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 25 03:28:40.231, unit: |
| 8831 | 2026-08-25T03:28:41.412Z | DEBGadding route 172.17.0.2/32 -> 10.0.0.255 freemap_route_ipv6 |
| 8832 | 2026-08-25T03:28:41.412Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8833 | 2026-08-25T03:28:41.412Z | |
| 8834 | 2026-08-25T03:28:41.412Z | Aug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231 Aug 25 03:28:40.231DEBG DEBGDEBG initted freemap. size: 64INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3, 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 } }] |
| 8835 | 2026-08-25T03:28:41.412Z | |
| 8836 | 2026-08-25T03:28:41.412Z | |
| 8837 | 2026-08-25T03:28:41.412Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit: |
| 8838 | 2026-08-25T03:28:41.412Z | Aug 25 03:28:40.231 Aug 25 03:28:40.231DEBGfreemap_route_ipv4 |
| 8839 | 2026-08-25T03:28:41.412Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.231Aug 25 03:28:40.231 |
| 8840 | 2026-08-25T03:28:41.412Z | WARN INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 03:28:40.231 |
| 8841 | 2026-08-25T03:28:41.412Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 03:28:40.231 |
| 8842 | 2026-08-25T03:28:41.412Z | DEBGINFO INFOreset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:28:40.231, |
| 8843 | 2026-08-25T03:28:41.412Z | unitDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8844 | 2026-08-25T03:28:41.412Z | 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 } }]: |
| 8845 | 2026-08-25T03:28:41.412Z | freemap_route_ipv4 |
| 8846 | 2026-08-25T03:28:41.413Z | Aug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231 INFODEBG DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 8847 | 2026-08-25T03:28:41.413Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8848 | 2026-08-25T03:28:41.413Z | |
| 8849 | 2026-08-25T03:28:41.413Z | Aug 25 03:28:40.231 Aug 25 03:28:40.231DEBG DEBGAug 25 03:28:40.231 Aug 25 03:28:40.231initted 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 } }], unit |
| 8850 | 2026-08-25T03:28:41.413Z | INFO: DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.231 freemap_route_ipv6INFO |
| 8851 | 2026-08-25T03:28:41.413Z | |
| 8852 | 2026-08-25T03:28:41.413Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 8853 | 2026-08-25T03:28:41.413Z | Aug 25 03:28:40.232Aug 25 03:28:40.232 DEBGAug 25 03:28:40.232DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 8854 | 2026-08-25T03:28:41.413Z | |
| 8855 | 2026-08-25T03:28:41.413Z | , DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 03:28:40.232Aug 25 03:28:40.232unit WARN |
| 8856 | 2026-08-25T03:28:41.413Z | :shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }]freemap_route_ipv6 |
| 8857 | 2026-08-25T03:28:41.413Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8858 | 2026-08-25T03:28:41.413Z | |
| 8859 | 2026-08-25T03:28:41.413Z | |
| 8860 | 2026-08-25T03:28:41.413Z | Aug 25 03:28:40.232Aug 25 03:28:40.232 DEBGAug 25 03:28:40.232 Aug 25 03:28:40.232 ERRODEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8861 | 2026-08-25T03:28:41.413Z | |
| 8862 | 2026-08-25T03:28:41.413Z | INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 25 03:28:40.232adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.232 |
| 8863 | 2026-08-25T03:28:41.413Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8864 | 2026-08-25T03:28:41.413Z | |
| 8865 | 2026-08-25T03:28:41.413Z | Aug 25 03:28:40.232 Aug 25 03:28:40.232DEBG Aug 25 03:28:40.232 INFODEBGreplacing 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 } }] |
| 8866 | 2026-08-25T03:28:41.413Z | Aug 25 03:28:40.232 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8867 | 2026-08-25T03:28:41.413Z | |
| 8868 | 2026-08-25T03:28:41.413Z | INFOERRO Aug 25 03:28:40.232 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 8869 | 2026-08-25T03:28:41.413Z | Aug 25 03:28:40.232 adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.232 |
| 8870 | 2026-08-25T03:28:41.413Z | 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 |
| 8871 | 2026-08-25T03:28:41.413Z | DEBG Aug 25 03:28:40.232Aug 25 03:28:40.232 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 } }]DEBGDEBGINFO |
| 8872 | 2026-08-25T03:28:41.413Z | adding route 172.17.0.8/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 } }] |
| 8873 | 2026-08-25T03:28:41.414Z | |
| 8874 | 2026-08-25T03:28:41.414Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 03:28:40.232 |
| 8875 | 2026-08-25T03:28:41.414Z | Aug 25 03:28:40.232 INFOAug 25 03:28:40.232 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff 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 } }] |
| 8876 | 2026-08-25T03:28:41.414Z | |
| 8877 | 2026-08-25T03:28:41.414Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8878 | 2026-08-25T03:28:41.414Z | Aug 25 03:28:40.232 Aug 25 03:28:40.232Aug 25 03:28:40.232INFO INFOAug 25 03:28:40.232 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8879 | 2026-08-25T03:28:41.414Z | DEBG |
| 8880 | 2026-08-25T03:28:41.414Z | 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 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 } }] |
| 8881 | 2026-08-25T03:28:41.414Z | |
| 8882 | 2026-08-25T03:28:41.414Z | Aug 25 03:28:40.232 Aug 25 03:28:40.232DEBG Aug 25 03:28:40.226DEBG Aug 25 03:28:40.232replacing 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 25 03:28:40.232INFO |
| 8883 | 2026-08-25T03:28:41.414Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8884 | 2026-08-25T03:28:41.414Z | DEBGAug 25 03:28:40.232INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 8885 | 2026-08-25T03:28:41.414Z | 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 } }] created new freemapAug 25 03:28:40.232, unit |
| 8886 | 2026-08-25T03:28:41.414Z | adding route 172.17.0.10/32 -> 10.0.0.255:DEBG |
| 8887 | 2026-08-25T03:28:41.414Z | 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 25 03:28:40.232 |
| 8888 | 2026-08-25T03:28:41.414Z | freemap_route_ipv4 |
| 8889 | 2026-08-25T03:28:41.414Z | Aug 25 03:28:40.232 DEBG Aug 25 03:28:40.232replacing 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 25 03:28:40.232 INFOAug 25 03:28:40.232 DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 25 03:28:40.232 |
| 8890 | 2026-08-25T03:28:41.414Z | created new freemapDEBG, unitcreated new freemap:, unitfreemap_route_ipv4: |
| 8891 | 2026-08-25T03:28:41.414Z | Aug 25 03:28:40.238 freemap_route_ipv4 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.238 |
| 8892 | 2026-08-25T03:28:41.414Z | DEBG |
| 8893 | 2026-08-25T03:28:41.414Z | Aug 25 03:28:40.238 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]created new freemap , |
| 8894 | 2026-08-25T03:28:41.414Z | unitINFO: Aug 25 03:28:40.238 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 8895 | 2026-08-25T03:28:41.414Z | freemap_route_ipv6created new freemap |
| 8896 | 2026-08-25T03:28:41.414Z | , unitAug 25 03:28:40.238: DEBGAug 25 03:28:40.238freemap_route_ipv6 |
| 8897 | 2026-08-25T03:28:41.414Z | 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 } }] |
| 8898 | 2026-08-25T03:28:41.414Z | INFOINFOAug 25 03:28:40.238Aug 25 03:28:40.238 DEBGDEBG Aug 25 03:28:40.238adding route 3fff:beef:1::/64 -> 2001:db8::55:ffinitted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.4, |
| 8899 | 2026-08-25T03:28:41.414Z | unitINFO |
| 8900 | 2026-08-25T03:28:41.414Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff: |
| 8901 | 2026-08-25T03:28:41.414Z | Aug 25 03:28:40.238freemap_route_ipv4 |
| 8902 | 2026-08-25T03:28:41.415Z | DEBGAug 25 03:28:40.238initted freemap. size: 64 Aug 25 03:28:40.238, DEBGunitAug 25 03:28:40.238: 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:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8903 | 2026-08-25T03:28:41.415Z | |
| 8904 | 2026-08-25T03:28:41.415Z | |
| 8905 | 2026-08-25T03:28:41.415Z | reset freemap |
| 8906 | 2026-08-25T03:28:41.415Z | , unit: freemap_route_ipv4Aug 25 03:28:40.238 Aug 25 03:28:40.238 |
| 8907 | 2026-08-25T03:28:41.415Z | Aug 25 03:28:40.238INFO INFO Aug 25 03:28:40.238 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255 |
| 8908 | 2026-08-25T03:28:41.415Z | |
| 8909 | 2026-08-25T03:28:41.415Z | Aug 25 03:28:40.238 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8910 | 2026-08-25T03:28:41.415Z | Aug 25 03:28:40.238Aug 25 03:28:40.238 initted freemap. size: 64DEBGDEBG, 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 } }] Aug 25 03:28:40.238 |
| 8911 | 2026-08-25T03:28:41.415Z | : replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 8912 | 2026-08-25T03:28:41.415Z | Aug 25 03:28:40.238 |
| 8913 | 2026-08-25T03:28:41.415Z | DEBGINFOAug 25 03:28:40.238 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 } }]DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8914 | 2026-08-25T03:28:41.415Z | reset freemap, DEBG |
| 8915 | 2026-08-25T03:28:41.424Z | unitreset freemapAug 25 03:28:40.238, Aug 25 03:28:40.238:unit Aug 25 03:28:40.238: INFO freemap_route_ipv6DEBGfreemap_route_ipv4INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8916 | 2026-08-25T03:28:41.424Z | |
| 8917 | 2026-08-25T03:28:41.424Z | 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 } }] |
| 8918 | 2026-08-25T03:28:41.424Z | |
| 8919 | 2026-08-25T03:28:41.424Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8920 | 2026-08-25T03:28:41.424Z | Aug 25 03:28:40.238Aug 25 03:28:40.238Aug 25 03:28:40.238 INFODEBG INFOAug 25 03:28:40.238 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8921 | 2026-08-25T03:28:41.424Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 25 03:28:40.238DEBGinitted freemap. size: 64 |
| 8922 | 2026-08-25T03:28:41.425Z | , 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 25 03:28:40.238Aug 25 03:28:40.238 unitDEBGDEBG: |
| 8923 | 2026-08-25T03:28:41.425Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8924 | 2026-08-25T03:28:41.425Z | freemap_route_ipv6Aug 25 03:28:40.238 |
| 8925 | 2026-08-25T03:28:41.425Z | |
| 8926 | 2026-08-25T03:28:41.425Z | |
| 8927 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238 INFOINFO Aug 25 03:28:40.238adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 03:28:40.238adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8928 | 2026-08-25T03:28:41.425Z | |
| 8929 | 2026-08-25T03:28:41.425Z | DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8930 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238reset freemap Aug 25 03:28:40.238, Aug 25 03:28:40.238 DEBG unit : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGINFO |
| 8931 | 2026-08-25T03:28:41.425Z | freemap_route_ipv6Aug 25 03:28:40.238 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 } }] |
| 8932 | 2026-08-25T03:28:41.425Z | |
| 8933 | 2026-08-25T03:28:41.425Z | 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 } }] |
| 8934 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8935 | 2026-08-25T03:28:41.425Z | INFO Aug 25 03:28:40.238adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:28:40.238 |
| 8936 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238INFO Aug 25 03:28:40.238adding route 3fff:dead::/64 -> 2001:db8::55:1INFO INFO |
| 8937 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 8938 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:5::/64 -> 2001:db8::55:ffDEBG |
| 8939 | 2026-08-25T03:28:41.425Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:28:40.238 |
| 8940 | 2026-08-25T03:28:41.425Z | DEBG |
| 8941 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8942 | 2026-08-25T03:28:41.425Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 03:28:40.238replacing 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 25 03:28:40.238INFOAug 25 03:28:40.238 |
| 8943 | 2026-08-25T03:28:41.425Z | DEBG |
| 8944 | 2026-08-25T03:28:41.425Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2INFOAug 25 03:28:40.238 |
| 8945 | 2026-08-25T03:28:41.425Z | DEBG |
| 8946 | 2026-08-25T03:28:41.425Z | adding route 3fff:beef:1d::/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 } }] |
| 8947 | 2026-08-25T03:28:41.425Z | |
| 8948 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238 DEBGAug 25 03:28:40.238 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.238 |
| 8949 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238 INFOINFOAug 25 03:28:40.238Aug 25 03:28:40.238DEBG DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 172.17.0.3/32 -> 10.0.0.255 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 8950 | 2026-08-25T03:28:41.425Z | |
| 8951 | 2026-08-25T03:28:41.425Z | |
| 8952 | 2026-08-25T03:28:41.425Z | |
| 8953 | 2026-08-25T03:28:41.425Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8954 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238Aug 25 03:28:40.238 INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8955 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238replacing 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 |
| 8956 | 2026-08-25T03:28:41.425Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.238 |
| 8957 | 2026-08-25T03:28:41.425Z | DEBG Aug 25 03:28:40.238replacing 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 } }] |
| 8958 | 2026-08-25T03:28:41.425Z | Aug 25 03:28:40.238INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 25 03:28:40.238 |
| 8959 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.238adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8960 | 2026-08-25T03:28:41.426Z | DEBGINFOAug 25 03:28:40.238 DEBGcreated new freemapadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8961 | 2026-08-25T03:28:41.426Z | 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 } }] |
| 8962 | 2026-08-25T03:28:41.426Z | , unitAug 25 03:28:40.238Aug 25 03:28:40.238 DEBGAug 25 03:28:40.238 DEBG : INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 8963 | 2026-08-25T03:28:41.426Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8964 | 2026-08-25T03:28:41.426Z | |
| 8965 | 2026-08-25T03:28:41.426Z | freemap_route_ipv6 |
| 8966 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.238 Aug 25 03:28:40.238INFOAug 25 03:28:40.238 DEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.238adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8967 | 2026-08-25T03:28:41.426Z | |
| 8968 | 2026-08-25T03:28:41.426Z | DEBG |
| 8969 | 2026-08-25T03:28:41.426Z | initted freemap. size: 64Aug 25 03:28:40.238, Aug 25 03:28:40.238unit :INFODEBG freemap_route_ipv4adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8970 | 2026-08-25T03:28:41.426Z | |
| 8971 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.238 |
| 8972 | 2026-08-25T03:28:41.426Z | DEBG Aug 25 03:28:40.238replacing 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 25 03:28:40.238INFO |
| 8973 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.238 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8974 | 2026-08-25T03:28:41.426Z | DEBGDEBG Aug 25 03:28:40.238 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 |
| 8975 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.238 reset freemapadding route 172.17.0.6/32 -> 10.0.0.255 |
| 8976 | 2026-08-25T03:28:41.426Z | , DEBGunit :Aug 25 03:28:40.238replacing 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 } }] |
| 8977 | 2026-08-25T03:28:41.426Z | freemap_route_ipv4 INFO |
| 8978 | 2026-08-25T03:28:41.426Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:28:40.238Aug 25 03:28:40.238 |
| 8979 | 2026-08-25T03:28:41.426Z | INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 03:28:40.238 |
| 8980 | 2026-08-25T03:28:41.426Z | 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 25 03:28:40.238 DEBG |
| 8981 | 2026-08-25T03:28:41.426Z | DEBGAug 25 03:28:40.238 DEBG initted freemap. size: 64replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], 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 } }] |
| 8982 | 2026-08-25T03:28:41.426Z | unit: |
| 8983 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.238 freemap_route_ipv6INFOAug 25 03:28:40.238Aug 25 03:28:40.238 |
| 8984 | 2026-08-25T03:28:41.426Z | INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8985 | 2026-08-25T03:28:41.426Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 03:28:40.238 |
| 8986 | 2026-08-25T03:28:41.426Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8987 | 2026-08-25T03:28:41.426Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8988 | 2026-08-25T03:28:41.426Z | DEBGAug 25 03:28:40.239 Aug 25 03:28:40.239DEBGAug 25 03:28:40.239reset freemap 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 |
| 8989 | 2026-08-25T03:28:41.426Z | 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 } }], |
| 8990 | 2026-08-25T03:28:41.426Z | unit: DEBGAug 25 03:28:40.239freemap_route_ipv6 |
| 8991 | 2026-08-25T03:28:41.426Z | INFOAug 25 03:28:40.239 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8992 | 2026-08-25T03:28:41.426Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 8993 | 2026-08-25T03:28:41.426Z | INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8994 | 2026-08-25T03:28:41.426Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8995 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.239Aug 25 03:28:40.239 |
| 8996 | 2026-08-25T03:28:41.426Z | Aug 25 03:28:40.239DEBGINFO Aug 25 03:28:40.239 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8997 | 2026-08-25T03:28:41.426Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8998 | 2026-08-25T03:28:41.427Z | |
| 8999 | 2026-08-25T03:28:41.427Z | Aug 25 03:28:40.239 adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9000 | 2026-08-25T03:28:41.427Z | Aug 25 03:28:40.239Aug 25 03:28:40.239 DEBGAug 25 03:28:40.239 Aug 25 03:28:40.245 created new freemap INFO, adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 9001 | 2026-08-25T03:28:41.427Z | DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9002 | 2026-08-25T03:28:41.427Z | Aug 25 03:28:40.245 DEBG created new freemapreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.245 |
| 9003 | 2026-08-25T03:28:41.427Z | , INFOunit: adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4 |
| 9004 | 2026-08-25T03:28:41.427Z | |
| 9005 | 2026-08-25T03:28:41.427Z | Aug 25 03:28:40.245 INFOAug 25 03:28:40.245Aug 25 03:28:40.245 DEBGDEBG created new freemapreplacing 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 } }], |
| 9006 | 2026-08-25T03:28:41.427Z | unit: freemap_route_ipv6adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 03:28:40.239 |
| 9007 | 2026-08-25T03:28:41.427Z | |
| 9008 | 2026-08-25T03:28:41.427Z | 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 } }] |
| 9009 | 2026-08-25T03:28:41.427Z | Aug 25 03:28:40.245 INFOAug 25 03:28:40.239 adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:28:40.245Aug 25 03:28:40.245 |
| 9010 | 2026-08-25T03:28:41.427Z | INFO DEBGAug 25 03:28:40.245adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFODEBG |
| 9011 | 2026-08-25T03:28:41.427Z | initted freemap. size: 64Aug 25 03:28:40.245adding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 9012 | 2026-08-25T03:28:41.427Z | 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 } }] |
| 9013 | 2026-08-25T03:28:41.427Z | unit :Aug 25 03:28:40.245replacing 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 25 03:28:40.245Aug 25 03:28:40.245 |
| 9014 | 2026-08-25T03:28:41.427Z | DEBGDEBGfreemap_route_ipv4 |
| 9015 | 2026-08-25T03:28:41.432Z | 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 |
| 9016 | 2026-08-25T03:28:41.432Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:f::/64 -> 2001:db8::55:ff |
| 9017 | 2026-08-25T03:28:41.432Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 |
| 9018 | 2026-08-25T03:28:41.432Z | Aug 25 03:28:40.245 INFODEBGINFO Aug 25 03:28:40.245Aug 25 03:28:40.245adding route 3fff:beef:26::/64 -> 2001:db8::55:ff reset freemap |
| 9019 | 2026-08-25T03:28:41.432Z | DEBG INFO, adding route 172.17.0.11/32 -> 10.0.0.255unit :Aug 25 03:28:40.245 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG freemap_route_ipv4replacing 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 } }] |
| 9020 | 2026-08-25T03:28:41.433Z | 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 } }] |
| 9021 | 2026-08-25T03:28:41.433Z | |
| 9022 | 2026-08-25T03:28:41.433Z | |
| 9023 | 2026-08-25T03:28:41.433Z | |
| 9024 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245 DEBG INFODEBG INFO 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG, adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:27::/64 -> 2001:db8::55:ff: |
| 9025 | 2026-08-25T03:28:41.433Z | |
| 9026 | 2026-08-25T03:28:41.433Z | |
| 9027 | 2026-08-25T03:28:41.433Z | freemap_route_ipv6replacing 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 } }] |
| 9028 | 2026-08-25T03:28:41.433Z | |
| 9029 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245DEBG INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.245Aug 25 03:28:40.245adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9030 | 2026-08-25T03:28:41.433Z | DEBG INFO DEBGreset freemapadding route 172.17.0.12/32 -> 10.0.0.255 |
| 9031 | 2026-08-25T03:28:41.433Z | |
| 9032 | 2026-08-25T03:28:41.433Z | , Aug 25 03:28:40.245unit:Aug 25 03:28:40.245 DEBGINFOfreemap_route_ipv6 |
| 9033 | 2026-08-25T03:28:41.433Z | 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 } }] |
| 9034 | 2026-08-25T03:28:41.433Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:28::/64 -> 2001:db8::55:ffAug 25 03:28:40.245 |
| 9035 | 2026-08-25T03:28:41.433Z | DEBG |
| 9036 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 INFOAug 25 03:28:40.245INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9037 | 2026-08-25T03:28:41.433Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.245 |
| 9038 | 2026-08-25T03:28:41.433Z | DEBG Aug 25 03:28:40.245 replacing targets for 3fff:dead::/64 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 } }] |
| 9039 | 2026-08-25T03:28:41.433Z | 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 } }] |
| 9040 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245 |
| 9041 | 2026-08-25T03:28:41.433Z | DEBGDEBGAug 25 03:28:40.245Aug 25 03:28:40.245 INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOAug 25 03:28:40.245 |
| 9042 | 2026-08-25T03:28:41.433Z | |
| 9043 | 2026-08-25T03:28:41.433Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9044 | 2026-08-25T03:28:41.433Z | |
| 9045 | 2026-08-25T03:28:41.433Z | WARNAug 25 03:28:40.245 Aug 25 03:28:40.245Aug 25 03:28:40.245 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 25 03:28:40.245INFO 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 } }] |
| 9046 | 2026-08-25T03:28:41.433Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9047 | 2026-08-25T03:28:41.433Z | |
| 9048 | 2026-08-25T03:28:41.433Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 9049 | 2026-08-25T03:28:41.433Z | 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 25 03:28:40.245 |
| 9050 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 9051 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9052 | 2026-08-25T03:28:41.433Z | DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.245 |
| 9053 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245DEBG 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 } }] |
| 9054 | 2026-08-25T03:28:41.433Z | INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 9055 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245 Aug 25 03:28:40.245adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9056 | 2026-08-25T03:28:41.433Z | INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:28:40.245 |
| 9057 | 2026-08-25T03:28:41.433Z | Aug 25 03:28:40.245DEBG DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9058 | 2026-08-25T03:28:41.433Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9059 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245 |
| 9060 | 2026-08-25T03:28:41.434Z | 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 25 03:28:40.245 |
| 9061 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245DEBGAug 25 03:28:40.245 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 9062 | 2026-08-25T03:28:41.434Z | INFOAug 25 03:28:40.245adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9063 | 2026-08-25T03:28:41.434Z | adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 9064 | 2026-08-25T03:28:41.434Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9065 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245 Aug 25 03:28:40.245DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 03:28:40.245 |
| 9066 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff 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 |
| 9067 | 2026-08-25T03:28:41.434Z | 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 } }] |
| 9068 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245 |
| 9069 | 2026-08-25T03:28:41.434Z | 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.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 25 03:28:40.245 |
| 9070 | 2026-08-25T03:28:41.434Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9071 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9072 | 2026-08-25T03:28:41.434Z | test route::tests::same_size_non_subset_replace ... ok |
| 9073 | 2026-08-25T03:28:41.434Z | |
| 9074 | 2026-08-25T03:28:41.434Z | 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 } }] |
| 9075 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245INFO INFODEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 9076 | 2026-08-25T03:28:41.434Z | |
| 9077 | 2026-08-25T03:28:41.434Z | |
| 9078 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 DEBG |
| 9079 | 2026-08-25T03:28:41.434Z | 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 } }] |
| 9080 | 2026-08-25T03:28:41.434Z | 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 } }] |
| 9081 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245 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 } }]Aug 25 03:28:40.245Aug 25 03:28:40.245 |
| 9082 | 2026-08-25T03:28:41.434Z | INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9083 | 2026-08-25T03:28:41.434Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 03:28:40.245 |
| 9084 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 DEBGDEBG INFO 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.18/32 -> 10.0.0.255replacing 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 } }] |
| 9085 | 2026-08-25T03:28:41.434Z | |
| 9086 | 2026-08-25T03:28:41.434Z | |
| 9087 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 INFO INFOAug 25 03:28:40.245adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9088 | 2026-08-25T03:28:41.434Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9089 | 2026-08-25T03:28:41.434Z | DEBGAug 25 03:28:40.245 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 } }] |
| 9090 | 2026-08-25T03:28:41.434Z | 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 } }] |
| 9091 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245 INFOAug 25 03:28:40.245INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9092 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245 |
| 9093 | 2026-08-25T03:28:41.434Z | DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9094 | 2026-08-25T03:28:41.434Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9095 | 2026-08-25T03:28:41.434Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245DEBG DEBGINFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.245 |
| 9096 | 2026-08-25T03:28:41.434Z | 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 |
| 9097 | 2026-08-25T03:28:41.434Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }] |
| 9098 | 2026-08-25T03:28:41.435Z | |
| 9099 | 2026-08-25T03:28:41.435Z | Aug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245INFOINFO Aug 25 03:28:40.245 adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 9100 | 2026-08-25T03:28:41.435Z | INFO |
| 9101 | 2026-08-25T03:28:41.435Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9102 | 2026-08-25T03:28:41.435Z | |
| 9103 | 2026-08-25T03:28:41.435Z | Aug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245 DEBGAug 25 03:28:40.246 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 } }] |
| 9104 | 2026-08-25T03:28:41.435Z | created new freemap, unit: DEBGfreemap_route_ipv4 |
| 9105 | 2026-08-25T03:28:41.435Z | 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 } }] |
| 9106 | 2026-08-25T03:28:41.435Z | unit:Aug 25 03:28:40.251Aug 25 03:28:40.251 DEBG created new freemap, unit :freemap_route_ipv4 |
| 9107 | 2026-08-25T03:28:41.435Z | INFOfreemap_route_ipv6 |
| 9108 | 2026-08-25T03:28:41.435Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9109 | 2026-08-25T03:28:41.435Z | Aug 25 03:28:40.251Aug 25 03:28:40.251 Aug 25 03:28:40.251INFO Aug 25 03:28:40.251DEBG DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 9110 | 2026-08-25T03:28:41.435Z | created new freemapDEBGinitted freemap. size: 64, unit: , freemap_route_ipv6unitreplacing 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 } }]: |
| 9111 | 2026-08-25T03:28:41.435Z | Aug 25 03:28:40.251 |
| 9112 | 2026-08-25T03:28:41.435Z | DEBG freemap_route_ipv4replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9113 | 2026-08-25T03:28:41.435Z | |
| 9114 | 2026-08-25T03:28:41.435Z | Aug 25 03:28:40.251Aug 25 03:28:40.251 DEBGAug 25 03:28:40.251 INFO reset freemapadding route 172.17.0.12/32 -> 10.0.0.255, |
| 9115 | 2026-08-25T03:28:41.439Z | unitAug 25 03:28:40.251:DEBG INFO freemap_route_ipv4Aug 25 03:28:40.251Aug 25 03:28:40.251 |
| 9116 | 2026-08-25T03:28:41.439Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255 INFOinitted freemap. size: 64replacing 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 } }], |
| 9117 | 2026-08-25T03:28:41.439Z | unit: |
| 9118 | 2026-08-25T03:28:41.439Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 25 03:28:40.251Aug 25 03:28:40.251 INFO |
| 9119 | 2026-08-25T03:28:41.439Z | DEBG |
| 9120 | 2026-08-25T03:28:41.439Z | initted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255, Aug 25 03:28:40.251 |
| 9121 | 2026-08-25T03:28:41.439Z | unitDEBGAug 25 03:28:40.251: Aug 25 03:28:40.251freemap_route_ipv6 DEBGDEBGAug 25 03:28:40.251 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 } }]reset freemap |
| 9122 | 2026-08-25T03:28:41.439Z | |
| 9123 | 2026-08-25T03:28:41.439Z | , unitreplacing 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 } }] |
| 9124 | 2026-08-25T03:28:41.439Z | :Aug 25 03:28:40.251DEBG Aug 25 03:28:40.251freemap_route_ipv4 |
| 9125 | 2026-08-25T03:28:41.439Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9126 | 2026-08-25T03:28:41.439Z | DEBGAug 25 03:28:40.251replacing 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 } }] |
| 9127 | 2026-08-25T03:28:41.439Z | Aug 25 03:28:40.251reset freemapAug 25 03:28:40.251 INFODEBG 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 } }]unit |
| 9128 | 2026-08-25T03:28:41.439Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9129 | 2026-08-25T03:28:41.440Z | : Aug 25 03:28:40.251Aug 25 03:28:40.251freemap_route_ipv6 INFO initted freemap. size: 64adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9130 | 2026-08-25T03:28:41.440Z | , Aug 25 03:28:40.251unit |
| 9131 | 2026-08-25T03:28:41.440Z | : freemap_route_ipv6Aug 25 03:28:40.251DEBGINFO |
| 9132 | 2026-08-25T03:28:41.440Z | adding 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 } }]INFO |
| 9133 | 2026-08-25T03:28:41.440Z | |
| 9134 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.251 |
| 9135 | 2026-08-25T03:28:41.440Z | DEBG DEBG reset freemapAug 25 03:28:40.251 , 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 } }]unitAug 25 03:28:40.251 |
| 9136 | 2026-08-25T03:28:41.440Z | : Aug 25 03:28:40.251 freemap_route_ipv6DEBG |
| 9137 | 2026-08-25T03:28:41.440Z | DEBGAug 25 03:28:40.251replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9138 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:28:40.251 |
| 9139 | 2026-08-25T03:28:41.440Z | adding route 172.17.0.24/32 -> 10.0.0.255 INFOINFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9140 | 2026-08-25T03:28:41.440Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.251 |
| 9141 | 2026-08-25T03:28:41.440Z | |
| 9142 | 2026-08-25T03:28:41.440Z | |
| 9143 | 2026-08-25T03:28:41.440Z | INFOAug 25 03:28:40.251 Aug 25 03:28:40.251Aug 25 03:28:40.251adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9144 | 2026-08-25T03:28:41.440Z | DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9145 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251Aug 25 03:28:40.251 DEBG DEBG Aug 25 03:28:40.251replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9146 | 2026-08-25T03:28:41.440Z | |
| 9147 | 2026-08-25T03:28:41.440Z | 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 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9148 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251 |
| 9149 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251 INFOINFO |
| 9150 | 2026-08-25T03:28:41.440Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:28:40.251 |
| 9151 | 2026-08-25T03:28:41.440Z | DEBG Aug 25 03:28:40.251replacing 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 25 03:28:40.251Aug 25 03:28:40.251 |
| 9152 | 2026-08-25T03:28:41.440Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 9153 | 2026-08-25T03:28:41.440Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.251INFO |
| 9154 | 2026-08-25T03:28:41.440Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 9155 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9156 | 2026-08-25T03:28:41.440Z | |
| 9157 | 2026-08-25T03:28:41.440Z | DEBGAug 25 03:28:40.251 Aug 25 03:28:40.251Aug 25 03:28:40.251 Aug 25 03:28:40.251 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 9158 | 2026-08-25T03:28:41.440Z | DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9159 | 2026-08-25T03:28:41.440Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9160 | 2026-08-25T03:28:41.440Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 25 03:28:40.251 |
| 9161 | 2026-08-25T03:28:41.440Z | |
| 9162 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9163 | 2026-08-25T03:28:41.440Z | |
| 9164 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251 INFO Aug 25 03:28:40.251adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 25 03:28:40.251 |
| 9165 | 2026-08-25T03:28:41.440Z | Aug 25 03:28:40.251 DEBGDEBG Aug 25 03:28:40.252INFODEBGreplacing 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 } }] |
| 9166 | 2026-08-25T03:28:41.440Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9167 | 2026-08-25T03:28:41.440Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9168 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252replacing 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 25 03:28:40.252 |
| 9169 | 2026-08-25T03:28:41.441Z | INFO Aug 25 03:28:40.252 INFOadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9170 | 2026-08-25T03:28:41.441Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9171 | 2026-08-25T03:28:41.441Z | |
| 9172 | 2026-08-25T03:28:41.441Z | DEBG Aug 25 03:28:40.252Aug 25 03:28:40.252 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFO |
| 9173 | 2026-08-25T03:28:41.441Z | 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 25 03:28:40.252 |
| 9174 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252 DEBG adding route 172.17.0.2/32 -> 10.0.0.255 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 } }] |
| 9175 | 2026-08-25T03:28:41.441Z | DEBG |
| 9176 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252 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 } }]INFOAug 25 03:28:40.252 adding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 25 03:28:40.252 |
| 9177 | 2026-08-25T03:28:41.441Z | 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 } }] |
| 9178 | 2026-08-25T03:28:41.441Z | |
| 9179 | 2026-08-25T03:28:41.441Z | INFOAug 25 03:28:40.252Aug 25 03:28:40.252 DEBGAug 25 03:28:40.252 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9180 | 2026-08-25T03:28:41.441Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9181 | 2026-08-25T03:28:41.441Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 03:28:40.252 |
| 9182 | 2026-08-25T03:28:41.441Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 9183 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252 DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9184 | 2026-08-25T03:28:41.441Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.252Aug 25 03:28:40.252 |
| 9185 | 2026-08-25T03:28:41.441Z | DEBGAug 25 03:28:40.252 DEBGDEBG Aug 25 03:28:40.252replacing 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.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 } }] |
| 9186 | 2026-08-25T03:28:41.441Z | |
| 9187 | 2026-08-25T03:28:41.441Z | 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 } }] |
| 9188 | 2026-08-25T03:28:41.441Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9189 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252 Aug 25 03:28:40.252INFO Aug 25 03:28:40.252 INFOAug 25 03:28:40.252 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 9190 | 2026-08-25T03:28:41.441Z | 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 } }] |
| 9191 | 2026-08-25T03:28:41.441Z | INFOAug 25 03:28:40.252adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9192 | 2026-08-25T03:28:41.441Z | DEBG adding route 172.17.0.28/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 } }] |
| 9193 | 2026-08-25T03:28:41.441Z | |
| 9194 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252Aug 25 03:28:40.252 Aug 25 03:28:40.252Aug 25 03:28:40.252 INFO INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9195 | 2026-08-25T03:28:41.441Z | |
| 9196 | 2026-08-25T03:28:41.441Z | 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 |
| 9197 | 2026-08-25T03:28:41.441Z | 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 } }] |
| 9198 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252Aug 25 03:28:40.252 DEBGDEBG 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.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 25 03:28:40.252 |
| 9199 | 2026-08-25T03:28:41.441Z | |
| 9200 | 2026-08-25T03:28:41.441Z | INFOAug 25 03:28:40.252 Aug 25 03:28:40.252INFO Aug 25 03:28:40.252INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 9201 | 2026-08-25T03:28:41.441Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9202 | 2026-08-25T03:28:41.441Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9203 | 2026-08-25T03:28:41.441Z | |
| 9204 | 2026-08-25T03:28:41.441Z | Aug 25 03:28:40.252 DEBG Aug 25 03:28:40.252replacing 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 } }] |
| 9205 | 2026-08-25T03:28:41.441Z | DEBG Aug 25 03:28:40.252Aug 25 03:28:40.252replacing 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 } }] |
| 9206 | 2026-08-25T03:28:41.442Z | Aug 25 03:28:40.252DEBG INFODEBG Aug 25 03:28:40.252replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9207 | 2026-08-25T03:28:41.442Z | |
| 9208 | 2026-08-25T03:28:41.442Z | |
| 9209 | 2026-08-25T03:28:41.442Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9210 | 2026-08-25T03:28:41.442Z | Aug 25 03:28:40.252 DEBGAug 25 03:28:40.252 Aug 25 03:28:40.252replacing 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 25 03:28:40.252 |
| 9211 | 2026-08-25T03:28:41.442Z | INFO DEBG INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9212 | 2026-08-25T03:28:41.442Z | |
| 9213 | 2026-08-25T03:28:41.442Z | Aug 25 03:28:40.252 adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 9214 | 2026-08-25T03:28:41.442Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 03:28:40.252Aug 25 03:28:40.252 |
| 9215 | 2026-08-25T03:28:41.447Z | INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:28:40.252 |
| 9216 | 2026-08-25T03:28:41.447Z | Aug 25 03:28:40.252replacing 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.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 } }] |
| 9217 | 2026-08-25T03:28:41.447Z | |
| 9218 | 2026-08-25T03:28:41.447Z | DEBG Aug 25 03:28:40.314Aug 25 03:28:40.314 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 25 03:28:40.314 |
| 9219 | 2026-08-25T03:28:41.447Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9220 | 2026-08-25T03:28:41.447Z | |
| 9221 | 2026-08-25T03:28:41.447Z | 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 } }] |
| 9222 | 2026-08-25T03:28:41.447Z | Aug 25 03:28:40.314 DEBG Aug 25 03:28:40.314Aug 25 03:28:40.314 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9223 | 2026-08-25T03:28:41.447Z | INFOadding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:28:40.314 |
| 9224 | 2026-08-25T03:28:41.447Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 25 03:28:40.314 INFO |
| 9225 | 2026-08-25T03:28:41.447Z | DEBG Aug 25 03:28:40.314adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9226 | 2026-08-25T03:28:41.447Z | 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 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 } }] |
| 9227 | 2026-08-25T03:28:41.447Z | |
| 9228 | 2026-08-25T03:28:41.447Z | Aug 25 03:28:40.314 Aug 25 03:28:40.314DEBG Aug 25 03:28:40.314DEBG Aug 25 03:28:40.314replacing 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 |
| 9229 | 2026-08-25T03:28:41.447Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9230 | 2026-08-25T03:28:41.447Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9231 | 2026-08-25T03:28:41.447Z | |
| 9232 | 2026-08-25T03:28:41.447Z | Aug 25 03:28:40.314Aug 25 03:28:40.314 INFOINFO Aug 25 03:28:40.314 Aug 25 03:28:40.314adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 9233 | 2026-08-25T03:28:41.447Z | |
| 9234 | 2026-08-25T03:28:41.447Z | 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 } }] |
| 9235 | 2026-08-25T03:28:41.447Z | DEBGAug 25 03:28:40.314 DEBGAug 25 03:28:40.314 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 25 03:28:40.314INFOreplacing 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 } }] |
| 9236 | 2026-08-25T03:28:41.447Z | |
| 9237 | 2026-08-25T03:28:41.447Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9238 | 2026-08-25T03:28:41.447Z | DEBGAug 25 03:28:40.314 Aug 25 03:28:40.314INFOreplacing 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 } }] |
| 9239 | 2026-08-25T03:28:41.447Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9240 | 2026-08-25T03:28:41.447Z | INFOAug 25 03:28:40.314 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 25 03:28:40.314DEBG |
| 9241 | 2026-08-25T03:28:41.447Z | INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9242 | 2026-08-25T03:28:41.447Z | |
| 9243 | 2026-08-25T03:28:41.447Z | Aug 25 03:28:40.314Aug 25 03:28:40.314 Aug 25 03:28:40.314DEBGDEBGAug 25 03:28:40.314 INFO 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 } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9244 | 2026-08-25T03:28:41.447Z | |
| 9245 | 2026-08-25T03:28:41.447Z | DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9246 | 2026-08-25T03:28:41.447Z | 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 25 03:28:40.314 |
| 9247 | 2026-08-25T03:28:41.447Z | Aug 25 03:28:40.314DEBGAug 25 03:28:40.314 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 25 03:28:40.314 |
| 9248 | 2026-08-25T03:28:41.448Z | INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255 DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 9249 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314 |
| 9250 | 2026-08-25T03:28:41.448Z | INFO failed to allocate space for the new target listadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9251 | 2026-08-25T03:28:41.448Z | |
| 9252 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314Aug 25 03:28:40.314 Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBGDEBG 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 } }]DEBG |
| 9253 | 2026-08-25T03:28:41.448Z | 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.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 } }] |
| 9254 | 2026-08-25T03:28:41.448Z | |
| 9255 | 2026-08-25T03:28:41.448Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:28:40.314 |
| 9256 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314INFO adding route 172.17.0.14/32 -> 10.0.0.255INFOAug 25 03:28:40.314 |
| 9257 | 2026-08-25T03:28:41.448Z | adding route 172.17.0.33/32 -> 10.0.0.255 INFO |
| 9258 | 2026-08-25T03:28:41.448Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 03:28:40.314 |
| 9259 | 2026-08-25T03:28:41.448Z | 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 } }] |
| 9260 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBG INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9261 | 2026-08-25T03:28:41.448Z | 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.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 } }] |
| 9262 | 2026-08-25T03:28:41.448Z | |
| 9263 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314 DEBG Aug 25 03:28:40.314replacing 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 |
| 9264 | 2026-08-25T03:28:41.448Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9265 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314 INFO Aug 25 03:28:40.252Aug 25 03:28:40.314Aug 25 03:28:40.314adding route 172.17.0.36/32 -> 10.0.0.255 INFO DEBG DEBG adding route 172.17.0.16/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 } }] |
| 9266 | 2026-08-25T03:28:41.448Z | |
| 9267 | 2026-08-25T03:28:41.448Z | |
| 9268 | 2026-08-25T03:28:41.448Z | created new freemap, Aug 25 03:28:40.314unit :Aug 25 03:28:40.314DEBG freemap_route_ipv4replacing 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 } }] |
| 9269 | 2026-08-25T03:28:41.448Z | |
| 9270 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9271 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314 |
| 9272 | 2026-08-25T03:28:41.448Z | DEBGAug 25 03:28:40.314 created new freemap , INFOAug 25 03:28:40.314unit :adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 03:28:40.314 |
| 9273 | 2026-08-25T03:28:41.448Z | 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 } }] |
| 9274 | 2026-08-25T03:28:41.448Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9275 | 2026-08-25T03:28:41.448Z | adding route 172.17.0.37/32 -> 10.0.0.255freemap_route_ipv6 |
| 9276 | 2026-08-25T03:28:41.448Z | |
| 9277 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314 Aug 25 03:28:40.314DEBG Aug 25 03:28:40.314INFOreplacing 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 25 03:28:40.314 |
| 9278 | 2026-08-25T03:28:41.448Z | adding route 172.17.0.36/32 -> 10.0.0.255 DEBG |
| 9279 | 2026-08-25T03:28:41.448Z | DEBGinitted freemap. size: 64Aug 25 03:28:40.314 , INFOunit Aug 25 03:28:40.314adding route 172.17.0.18/32 -> 10.0.0.255: |
| 9280 | 2026-08-25T03:28:41.448Z | 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 } }]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 } }] |
| 9281 | 2026-08-25T03:28:41.448Z | |
| 9282 | 2026-08-25T03:28:41.448Z | freemap_route_ipv4Aug 25 03:28:40.314 |
| 9283 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBGINFO 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 } }] |
| 9284 | 2026-08-25T03:28:41.448Z | Aug 25 03:28:40.314 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9285 | 2026-08-25T03:28:41.448Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 9286 | 2026-08-25T03:28:41.448Z | reset freemapAug 25 03:28:40.314, unitAug 25 03:28:40.314INFOAug 25 03:28:40.314 : adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9287 | 2026-08-25T03:28:41.449Z | DEBGDEBGfreemap_route_ipv4 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 } }] |
| 9288 | 2026-08-25T03:28:41.449Z | |
| 9289 | 2026-08-25T03:28:41.449Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.314 |
| 9290 | 2026-08-25T03:28:41.449Z | DEBGAug 25 03:28:40.314 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 } }] |
| 9291 | 2026-08-25T03:28:41.449Z | Aug 25 03:28:40.314Aug 25 03:28:40.314 INFODEBG INFO initted freemap. size: 64adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 03:28:40.314 |
| 9292 | 2026-08-25T03:28:41.449Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9293 | 2026-08-25T03:28:41.449Z | , INFOunit Aug 25 03:28:40.314Aug 25 03:28:40.314: adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 9294 | 2026-08-25T03:28:41.449Z | freemap_route_ipv6replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9295 | 2026-08-25T03:28:41.449Z | Aug 25 03:28:40.314 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 |
| 9296 | 2026-08-25T03:28:41.449Z | |
| 9297 | 2026-08-25T03:28:41.449Z | Aug 25 03:28:40.314replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9298 | 2026-08-25T03:28:41.449Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 03:28:40.314Aug 25 03:28:40.314 |
| 9299 | 2026-08-25T03:28:41.449Z | DEBGINFO Aug 25 03:28:40.314reset freemapadding route 172.17.0.40/32 -> 10.0.0.255 Aug 25 03:28:40.314, INFO |
| 9300 | 2026-08-25T03:28:41.449Z | unitadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9301 | 2026-08-25T03:28:41.449Z | : freemap_route_ipv6DEBGAug 25 03:28:40.314 |
| 9302 | 2026-08-25T03:28:41.449Z | Aug 25 03:28:40.314 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 } }]DEBGDEBG |
| 9303 | 2026-08-25T03:28:41.449Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.314 |
| 9304 | 2026-08-25T03:28:41.449Z | |
| 9305 | 2026-08-25T03:28:41.449Z | INFOAug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9306 | 2026-08-25T03:28:41.449Z | INFOINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9307 | 2026-08-25T03:28:41.449Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9308 | 2026-08-25T03:28:41.449Z | |
| 9309 | 2026-08-25T03:28:41.449Z | |
| 9310 | 2026-08-25T03:28:41.449Z | Aug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBGAug 25 03:28:40.314 DEBGINFO 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 } }]DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9311 | 2026-08-25T03:28:41.449Z | |
| 9312 | 2026-08-25T03:28:41.449Z | 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.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9313 | 2026-08-25T03:28:41.449Z | |
| 9314 | 2026-08-25T03:28:41.449Z | Aug 25 03:28:40.314 |
| 9315 | 2026-08-25T03:28:41.454Z | DEBGAug 25 03:28:40.314 Aug 25 03:28:40.314replacing 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 } }] |
| 9316 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.314INFO INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 03:28:40.314 |
| 9317 | 2026-08-25T03:28:41.454Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9318 | 2026-08-25T03:28:41.454Z | |
| 9319 | 2026-08-25T03:28:41.454Z | INFOAug 25 03:28:40.314 Aug 25 03:28:40.314adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGINFO |
| 9320 | 2026-08-25T03:28:41.454Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9321 | 2026-08-25T03:28:41.454Z | |
| 9322 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.314 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 } }]Aug 25 03:28:40.314 |
| 9323 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.314Aug 25 03:28:40.314 INFODEBG Aug 25 03:28:40.314 adding route 172.17.0.24/32 -> 10.0.0.255DEBGAug 25 03:28:40.314 |
| 9324 | 2026-08-25T03:28:41.454Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9325 | 2026-08-25T03:28:41.454Z | DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 9326 | 2026-08-25T03:28:41.454Z | |
| 9327 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.314adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9328 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.314 Aug 25 03:28:40.314 Aug 25 03:28:40.314INFOAug 25 03:28:40.314 DEBGINFO 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 } }]DEBG |
| 9329 | 2026-08-25T03:28:41.454Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9330 | 2026-08-25T03:28:41.454Z | adding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9331 | 2026-08-25T03:28:41.454Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9332 | 2026-08-25T03:28:41.454Z | |
| 9333 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 Aug 25 03:28:40.314INFO DEBGDEBG adding route 172.17.0.25/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff: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 } }] |
| 9334 | 2026-08-25T03:28:41.454Z | |
| 9335 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.315Aug 25 03:28:40.334 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9336 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.334INFOAug 25 03:28:40.334 adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 9337 | 2026-08-25T03:28:41.454Z | INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9338 | 2026-08-25T03:28:41.454Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9339 | 2026-08-25T03:28:41.454Z | Aug 25 03:28:40.334 Aug 25 03:28:40.334Aug 25 03:28:40.334DEBG INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9340 | 2026-08-25T03:28:41.454Z | 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 } }, NextHop { asic_port_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 } }] |
| 9341 | 2026-08-25T03:28:41.455Z | DEBG Aug 25 03:28:40.334 DEBG, unitreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 9342 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 DEBG |
| 9343 | 2026-08-25T03:28:41.455Z | |
| 9344 | 2026-08-25T03:28:41.455Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 03:28:40.334 |
| 9345 | 2026-08-25T03:28:41.455Z | INFO Aug 25 03:28:40.334adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9346 | 2026-08-25T03:28:41.455Z | DEBGAug 25 03:28:40.334 INFOcreated new freemap , adding route 172.17.0.45/32 -> 10.0.0.255Aug 25 03:28:40.334 |
| 9347 | 2026-08-25T03:28:41.455Z | unitDEBG: replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 9348 | 2026-08-25T03:28:41.455Z | |
| 9349 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 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 } }]Aug 25 03:28:40.334 |
| 9350 | 2026-08-25T03:28:41.455Z | DEBGAug 25 03:28:40.334 initted freemap. size: 64INFOAug 25 03:28:40.334, unitINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9351 | 2026-08-25T03:28:41.455Z | adding route 172.17.0.46/32 -> 10.0.0.255: |
| 9352 | 2026-08-25T03:28:41.455Z | freemap_route_ipv4 |
| 9353 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 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 25 03:28:40.334 |
| 9354 | 2026-08-25T03:28:41.455Z | DEBG Aug 25 03:28:40.334reset freemap , DEBGunit Aug 25 03:28:40.334replacing 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 } }] : |
| 9355 | 2026-08-25T03:28:41.455Z | INFOfreemap_route_ipv4 |
| 9356 | 2026-08-25T03:28:41.455Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9357 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9358 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 Aug 25 03:28:40.334DEBG 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 } }] |
| 9359 | 2026-08-25T03:28:41.455Z | initted freemap. size: 64, unit: Aug 25 03:28:40.334 Aug 25 03:28:40.334replacing 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 } }]freemap_route_ipv6DEBG |
| 9360 | 2026-08-25T03:28:41.455Z | |
| 9361 | 2026-08-25T03:28:41.455Z | 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 } }] |
| 9362 | 2026-08-25T03:28:41.455Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9363 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334Aug 25 03:28:40.334 INFODEBG Aug 25 03:28:40.334adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9364 | 2026-08-25T03:28:41.455Z | INFO Aug 25 03:28:40.334 adding route 172.17.0.43/32 -> 10.0.0.255reset freemap |
| 9365 | 2026-08-25T03:28:41.455Z | , Aug 25 03:28:40.334unit : DEBGfreemap_route_ipv6DEBG 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 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 } }] |
| 9366 | 2026-08-25T03:28:41.455Z | |
| 9367 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 |
| 9368 | 2026-08-25T03:28:41.455Z | 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 } }] |
| 9369 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334Aug 25 03:28:40.334 INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 03:28:40.334 |
| 9370 | 2026-08-25T03:28:41.455Z | adding route 172.17.0.49/32 -> 10.0.0.255INFOAug 25 03:28:40.334 |
| 9371 | 2026-08-25T03:28:41.455Z | |
| 9372 | 2026-08-25T03:28:41.455Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9373 | 2026-08-25T03:28:41.455Z | INFOAug 25 03:28:40.334 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9374 | 2026-08-25T03:28:41.455Z | 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 } }] |
| 9375 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 Aug 25 03:28:40.334Aug 25 03:28:40.334Aug 25 03:28:40.334DEBG Aug 25 03:28:40.334DEBGDEBGreplacing 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 |
| 9376 | 2026-08-25T03:28:41.455Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9377 | 2026-08-25T03:28:41.455Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9378 | 2026-08-25T03:28:41.455Z | Aug 25 03:28:40.334 |
| 9379 | 2026-08-25T03:28:41.455Z | INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.334 |
| 9380 | 2026-08-25T03:28:41.455Z | adding route 172.17.0.45/32 -> 10.0.0.255 Aug 25 03:28:40.334 |
| 9381 | 2026-08-25T03:28:41.456Z | INFOAug 25 03:28:40.334 DEBG Aug 25 03:28:40.334replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:28:40.334 |
| 9382 | 2026-08-25T03:28:41.456Z | |
| 9383 | 2026-08-25T03:28:41.456Z | DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9384 | 2026-08-25T03:28:41.456Z | INFOAug 25 03:28:40.334replacing 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 } }] |
| 9385 | 2026-08-25T03:28:41.456Z | test route::tests::delete_target_fragmented ... ok |
| 9386 | 2026-08-25T03:28:41.456Z | INFO Aug 25 03:28:40.334adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 03:28:40.335 |
| 9387 | 2026-08-25T03:28:41.456Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9388 | 2026-08-25T03:28:41.456Z | DEBG |
| 9389 | 2026-08-25T03:28:41.456Z | Aug 25 03:28:40.335Aug 25 03:28:40.335replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 25 03:28:40.335Aug 25 03:28:40.335 DEBGDEBGreplacing 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 } }] |
| 9390 | 2026-08-25T03:28:41.456Z | |
| 9391 | 2026-08-25T03:28:41.456Z | 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 } }] |
| 9392 | 2026-08-25T03:28:41.456Z | 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 25 03:28:40.344 |
| 9393 | 2026-08-25T03:28:41.456Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9394 | 2026-08-25T03:28:41.456Z | Aug 25 03:28:40.344 INFOAug 25 03:28:40.344 Aug 25 03:28:40.344adding route 172.17.0.51/32 -> 10.0.0.255 DEBG |
| 9395 | 2026-08-25T03:28:41.456Z | INFO Aug 25 03:28:40.344adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9396 | 2026-08-25T03:28:41.456Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9397 | 2026-08-25T03:28:41.456Z | Aug 25 03:28:40.344Aug 25 03:28:40.344 DEBGDEBG Aug 25 03:28:40.344replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9398 | 2026-08-25T03:28:41.456Z | |
| 9399 | 2026-08-25T03:28:41.456Z | DEBGAug 25 03:28:40.344Aug 25 03:28:40.344 INFO INFODEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9400 | 2026-08-25T03:28:41.456Z | |
| 9401 | 2026-08-25T03:28:41.456Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9402 | 2026-08-25T03:28:41.456Z | |
| 9403 | 2026-08-25T03:28:41.456Z | Aug 25 03:28:40.344 Aug 25 03:28:40.344INFO Aug 25 03:28:40.344 DEBG adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9404 | 2026-08-25T03:28:41.456Z | DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 9405 | 2026-08-25T03:28:41.456Z | |
| 9406 | 2026-08-25T03:28:41.456Z | Aug 25 03:28:40.344Aug 25 03:28:40.344 Aug 25 03:28:40.344 DEBGINFOINFO Aug 25 03:28:40.344adding route 172.17.0.27/32 -> 10.0.0.255replacing 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 } }] |
| 9407 | 2026-08-25T03:28:41.456Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 9408 | 2026-08-25T03:28:41.456Z | |
| 9409 | 2026-08-25T03:28:41.456Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 25 03:28:40.344 |
| 9410 | 2026-08-25T03:28:41.456Z | Aug 25 03:28:40.344 DEBG Aug 25 03:28:40.344 Aug 25 03:28:40.344INFO 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 } }] |
| 9411 | 2026-08-25T03:28:41.456Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBGDEBG 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 } }] |
| 9412 | 2026-08-25T03:28:41.456Z | |
| 9413 | 2026-08-25T03:28:41.456Z | 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 } }] |
| 9414 | 2026-08-25T03:28:41.456Z | Aug 25 03:28:40.344Aug 25 03:28:40.344 INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 25 03:28:40.344 |
| 9415 | 2026-08-25T03:28:41.465Z | Aug 25 03:28:40.344 adding route 172.17.0.28/32 -> 10.0.0.255INFO Aug 25 03:28:40.344DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9416 | 2026-08-25T03:28:41.465Z | 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 } }] |
| 9417 | 2026-08-25T03:28:41.465Z | |
| 9418 | 2026-08-25T03:28:41.465Z | 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 } }] |
| 9419 | 2026-08-25T03:28:41.465Z | Aug 25 03:28:40.344Aug 25 03:28:40.344 Aug 25 03:28:40.344DEBG DEBGINFO Aug 25 03:28:40.344replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9420 | 2026-08-25T03:28:41.465Z | INFO |
| 9421 | 2026-08-25T03:28:41.465Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9422 | 2026-08-25T03:28:41.465Z | Aug 25 03:28:40.345 Aug 25 03:28:40.345Aug 25 03:28:40.345 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9423 | 2026-08-25T03:28:41.465Z | |
| 9424 | 2026-08-25T03:28:41.465Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9425 | 2026-08-25T03:28:41.465Z | |
| 9426 | 2026-08-25T03:28:41.465Z | Aug 25 03:28:40.345 Aug 25 03:28:40.345INFO INFOAug 25 03:28:40.345adding route 172.17.0.55/32 -> 10.0.0.255 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9427 | 2026-08-25T03:28:41.465Z | |
| 9428 | 2026-08-25T03:28:41.465Z | Aug 25 03:28:40.345replacing 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 } }] |
| 9429 | 2026-08-25T03:28:41.465Z | INFOAug 25 03:28:40.345 adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 25 03:28:40.345 |
| 9430 | 2026-08-25T03:28:41.465Z | DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9431 | 2026-08-25T03:28:41.465Z | 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 } }] |
| 9432 | 2026-08-25T03:28:41.465Z | Aug 25 03:28:40.345Aug 25 03:28:40.345 Aug 25 03:28:40.345INFO DEBGAug 25 03:28:40.345 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9433 | 2026-08-25T03:28:41.465Z | |
| 9434 | 2026-08-25T03:28:41.465Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9435 | 2026-08-25T03:28:41.465Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 03:28:40.345Aug 25 03:28:40.345 |
| 9436 | 2026-08-25T03:28:41.465Z | INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9437 | 2026-08-25T03:28:41.465Z | |
| 9438 | 2026-08-25T03:28:41.465Z | Aug 25 03:28:40.345 Aug 25 03:28:40.345 DEBGAug 25 03:28:40.345DEBGAug 25 03:28:40.345 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 } }] 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 } }] |
| 9439 | 2026-08-25T03:28:41.465Z | |
| 9440 | 2026-08-25T03:28:41.465Z | 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 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9441 | 2026-08-25T03:28:41.466Z | |
| 9442 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345 Aug 25 03:28:40.345INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255 Aug 25 03:28:40.345 |
| 9443 | 2026-08-25T03:28:41.466Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9444 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345INFOAug 25 03:28:40.345 adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9445 | 2026-08-25T03:28:41.466Z | DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.345 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 |
| 9446 | 2026-08-25T03:28:41.466Z | |
| 9447 | 2026-08-25T03:28:41.466Z | 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 25 03:28:40.345 |
| 9448 | 2026-08-25T03:28:41.466Z | 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 25 03:28:40.345 |
| 9449 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345INFO Aug 25 03:28:40.345INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255 |
| 9450 | 2026-08-25T03:28:41.466Z | |
| 9451 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345INFO adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 9452 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9453 | 2026-08-25T03:28:41.466Z | DEBGAug 25 03:28:40.345Aug 25 03:28:40.345 DEBGDEBGreplacing 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 25 03:28:40.345 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.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 } }] |
| 9454 | 2026-08-25T03:28:41.466Z | |
| 9455 | 2026-08-25T03:28:41.466Z | DEBG |
| 9456 | 2026-08-25T03:28:41.466Z | 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 25 03:28:40.345 |
| 9457 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345 INFOAug 25 03:28:40.345 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOINFO |
| 9458 | 2026-08-25T03:28:41.466Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9459 | 2026-08-25T03:28:41.466Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9460 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345Aug 25 03:28:40.345Aug 25 03:28:40.345 DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9461 | 2026-08-25T03:28:41.466Z | DEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9462 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345 |
| 9463 | 2026-08-25T03:28:41.466Z | DEBG Aug 25 03:28:40.345replacing 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 25 03:28:40.345 |
| 9464 | 2026-08-25T03:28:41.466Z | INFODEBG Aug 25 03:28:40.345replacing 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 25 03:28:40.345adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9465 | 2026-08-25T03:28:41.466Z | INFO |
| 9466 | 2026-08-25T03:28:41.466Z | INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9467 | 2026-08-25T03:28:41.466Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 25 03:28:40.345 |
| 9468 | 2026-08-25T03:28:41.466Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:28:40.345 |
| 9469 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9470 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345Aug 25 03:28:40.345 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 } }] DEBGDEBG |
| 9471 | 2026-08-25T03:28:41.466Z | Aug 25 03:28:40.345 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 } }] |
| 9472 | 2026-08-25T03:28:41.466Z | 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 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:28:40.345 |
| 9473 | 2026-08-25T03:28:41.466Z | |
| 9474 | 2026-08-25T03:28:41.466Z | INFO Aug 25 03:28:40.345adding route 172.17.0.35/32 -> 10.0.0.255 Aug 25 03:28:40.345Aug 25 03:28:40.345 |
| 9475 | 2026-08-25T03:28:41.466Z | INFO DEBG DEBGfailed to allocate space for the new target listAug 25 03:28:40.345 |
| 9476 | 2026-08-25T03:28:41.467Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9477 | 2026-08-25T03:28:41.467Z | |
| 9478 | 2026-08-25T03:28:41.467Z | 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 } }] |
| 9479 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345 Aug 25 03:28:40.345DEBG Aug 25 03:28:40.345 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 } }]INFOAug 25 03:28:40.345 |
| 9480 | 2026-08-25T03:28:41.467Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.36/32 -> 10.0.0.255 |
| 9481 | 2026-08-25T03:28:41.467Z | |
| 9482 | 2026-08-25T03:28:41.467Z | |
| 9483 | 2026-08-25T03:28:41.467Z | INFOAug 25 03:28:40.345 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9484 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345INFO Aug 25 03:28:40.345adding route 172.17.0.11/32 -> 10.0.0.255INFOAug 25 03:28:40.345 |
| 9485 | 2026-08-25T03:28:41.467Z | DEBG adding route 172.17.0.48/32 -> 10.0.0.255 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 |
| 9486 | 2026-08-25T03:28:41.467Z | |
| 9487 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345replacing 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 } }] |
| 9488 | 2026-08-25T03:28:41.467Z | DEBGAug 25 03:28:40.345 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 } }]DEBGAug 25 03:28:40.345 |
| 9489 | 2026-08-25T03:28:41.467Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9490 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345 INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9491 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 03:28:40.345 INFOINFOAug 25 03:28:40.345 |
| 9492 | 2026-08-25T03:28:41.467Z | adding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9493 | 2026-08-25T03:28:41.467Z | 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 } }] |
| 9494 | 2026-08-25T03:28:41.467Z | |
| 9495 | 2026-08-25T03:28:41.467Z | test route::tests::add_target_fails_full ... ok |
| 9496 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345 Aug 25 03:28:40.345DEBGAug 25 03:28:40.345 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 } }] |
| 9497 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345 DEBGINFO Aug 25 03:28:40.345replacing 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 |
| 9498 | 2026-08-25T03:28:41.467Z | INFO |
| 9499 | 2026-08-25T03:28:41.467Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9500 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345 INFOAug 25 03:28:40.345Aug 25 03:28:40.345 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9501 | 2026-08-25T03:28:41.467Z | 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 } }] |
| 9502 | 2026-08-25T03:28:41.467Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.345 |
| 9503 | 2026-08-25T03:28:41.467Z | DEBG Aug 25 03:28:40.345replacing 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 } }] |
| 9504 | 2026-08-25T03:28:41.467Z | INFOAug 25 03:28:40.345 INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9505 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.345adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9506 | 2026-08-25T03:28:41.467Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:28:40.345 |
| 9507 | 2026-08-25T03:28:41.467Z | DEBGAug 25 03:28:40.345 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 } }]Aug 25 03:28:40.345 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 } }] |
| 9508 | 2026-08-25T03:28:41.467Z | DEBG |
| 9509 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.356 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 |
| 9510 | 2026-08-25T03:28:41.467Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9511 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.356 INFOAug 25 03:28:40.356 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 9512 | 2026-08-25T03:28:41.467Z | 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 } }] |
| 9513 | 2026-08-25T03:28:41.467Z | Aug 25 03:28:40.356 Aug 25 03:28:40.356Aug 25 03:28:40.356 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 } }] |
| 9514 | 2026-08-25T03:28:41.468Z | INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9515 | 2026-08-25T03:28:41.472Z | 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 } }] |
| 9516 | 2026-08-25T03:28:41.472Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9517 | 2026-08-25T03:28:41.472Z | Aug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356 DEBGINFO INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9518 | 2026-08-25T03:28:41.472Z | |
| 9519 | 2026-08-25T03:28:41.472Z | |
| 9520 | 2026-08-25T03:28:41.472Z | DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.356Aug 25 03:28:40.356 |
| 9521 | 2026-08-25T03:28:41.472Z | Aug 25 03:28:40.356 INFODEBG DEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9522 | 2026-08-25T03:28:41.472Z | |
| 9523 | 2026-08-25T03:28:41.472Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.356 |
| 9524 | 2026-08-25T03:28:41.472Z | INFOAug 25 03:28:40.356 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 9525 | 2026-08-25T03:28:41.472Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 25 03:28:40.356Aug 25 03:28:40.356 |
| 9526 | 2026-08-25T03:28:41.472Z | INFODEBG Aug 25 03:28:40.356adding route 172.17.0.42/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 } }] |
| 9527 | 2026-08-25T03:28:41.472Z | |
| 9528 | 2026-08-25T03:28:41.472Z | Aug 25 03:28:40.356 DEBG 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 } }] |
| 9529 | 2026-08-25T03:28:41.472Z | Aug 25 03:28:40.356replacing 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 } }] |
| 9530 | 2026-08-25T03:28:41.472Z | DEBGAug 25 03:28:40.356 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 } }] |
| 9531 | 2026-08-25T03:28:41.472Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9532 | 2026-08-25T03:28:41.472Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356INFO INFOINFO Aug 25 03:28:40.356adding route 172.17.0.43/32 -> 10.0.0.255 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9533 | 2026-08-25T03:28:41.472Z | |
| 9534 | 2026-08-25T03:28:41.472Z | |
| 9535 | 2026-08-25T03:28:41.472Z | 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 } }] |
| 9536 | 2026-08-25T03:28:41.472Z | Aug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356DEBGDEBG INFO 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 } }]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 } }] |
| 9537 | 2026-08-25T03:28:41.472Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9538 | 2026-08-25T03:28:41.472Z | |
| 9539 | 2026-08-25T03:28:41.472Z | 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 } }] |
| 9540 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356 INFOAug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356DEBGINFOadding route 172.17.0.53/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 } }] |
| 9541 | 2026-08-25T03:28:41.473Z | |
| 9542 | 2026-08-25T03:28:41.473Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9543 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 |
| 9544 | 2026-08-25T03:28:41.473Z | INFODEBG adding route 172.17.0.20/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 } }] |
| 9545 | 2026-08-25T03:28:41.473Z | |
| 9546 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 DEBGDEBGAug 25 03:28:40.356DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9547 | 2026-08-25T03:28:41.473Z | |
| 9548 | 2026-08-25T03:28:41.473Z | |
| 9549 | 2026-08-25T03:28:41.473Z | 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 } }] |
| 9550 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356Aug 25 03:28:40.356INFO INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9551 | 2026-08-25T03:28:41.473Z | 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 } }]INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9552 | 2026-08-25T03:28:41.473Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9553 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356 |
| 9554 | 2026-08-25T03:28:41.473Z | DEBG Aug 25 03:28:40.356replacing 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 25 03:28:40.356 |
| 9555 | 2026-08-25T03:28:41.473Z | 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 } }]Aug 25 03:28:40.356INFO |
| 9556 | 2026-08-25T03:28:41.473Z | DEBGadding route 172.17.0.55/32 -> 10.0.0.255Aug 25 03:28:40.356 |
| 9557 | 2026-08-25T03:28:41.473Z | 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 } }] |
| 9558 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356INFO Aug 25 03:28:40.356INFO adding route 172.17.0.22/32 -> 10.0.0.255DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9559 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356replacing 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 } }] |
| 9560 | 2026-08-25T03:28:41.473Z | |
| 9561 | 2026-08-25T03:28:41.473Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:28:40.356 |
| 9562 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356 Aug 25 03:28:40.356 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9563 | 2026-08-25T03:28:41.473Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9564 | 2026-08-25T03:28:41.473Z | 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 25 03:28:40.356 |
| 9565 | 2026-08-25T03:28:41.473Z | DEBG Aug 25 03:28:40.356replacing 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 25 03:28:40.356Aug 25 03:28:40.356 |
| 9566 | 2026-08-25T03:28:41.473Z | INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 9567 | 2026-08-25T03:28:41.473Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9568 | 2026-08-25T03:28:41.473Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:28:40.356 |
| 9569 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 INFO INFODEBG Aug 25 03:28:40.356adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9570 | 2026-08-25T03:28:41.473Z | DEBGadding route 172.17.0.57/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 } }] |
| 9571 | 2026-08-25T03:28:41.473Z | |
| 9572 | 2026-08-25T03:28:41.473Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.356 |
| 9573 | 2026-08-25T03:28:41.473Z | DEBGAug 25 03:28:40.356 Aug 25 03:28:40.356INFO Aug 25 03:28:40.356DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9574 | 2026-08-25T03:28:41.473Z | INFO 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 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.48/32 -> 10.0.0.255 |
| 9575 | 2026-08-25T03:28:41.473Z | Aug 25 03:28:40.356 |
| 9576 | 2026-08-25T03:28:41.473Z | |
| 9577 | 2026-08-25T03:28:41.473Z | DEBG Aug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 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 } }] INFO |
| 9578 | 2026-08-25T03:28:41.473Z | 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 } }]DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 9579 | 2026-08-25T03:28:41.473Z | |
| 9580 | 2026-08-25T03:28:41.474Z | failed to allocate space for the new target list |
| 9581 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356 Aug 25 03:28:40.356INFO Aug 25 03:28:40.356 Aug 25 03:28:40.356DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9582 | 2026-08-25T03:28:41.474Z | |
| 9583 | 2026-08-25T03:28:41.474Z | |
| 9584 | 2026-08-25T03:28:41.474Z | replacing targets for 3fff:dead::/64 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 } }] |
| 9585 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356 INFOAug 25 03:28:40.356 adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 03:28:40.356 |
| 9586 | 2026-08-25T03:28:41.474Z | DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9587 | 2026-08-25T03:28:41.474Z | 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 25 03:28:40.356 |
| 9588 | 2026-08-25T03:28:41.474Z | DEBG Aug 25 03:28:40.356replacing 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 25 03:28:40.356 |
| 9589 | 2026-08-25T03:28:41.474Z | INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9590 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356adding route 172.17.0.26/32 -> 10.0.0.255 INFO |
| 9591 | 2026-08-25T03:28:41.474Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9592 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 DEBGDEBG Aug 25 03:28:40.356replacing 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.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 } }] |
| 9593 | 2026-08-25T03:28:41.474Z | 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 } }] |
| 9594 | 2026-08-25T03:28:41.474Z | |
| 9595 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356 INFO Aug 25 03:28:40.356Aug 25 03:28:40.356 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9596 | 2026-08-25T03:28:41.474Z | INFOadding route 172.17.0.61/32 -> 10.0.0.255 |
| 9597 | 2026-08-25T03:28:41.474Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9598 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356 DEBGAug 25 03:28:40.356 Aug 25 03:28:40.356DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 9599 | 2026-08-25T03:28:41.474Z | |
| 9600 | 2026-08-25T03:28:41.474Z | 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 } }] |
| 9601 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255 |
| 9602 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9603 | 2026-08-25T03:28:41.474Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9604 | 2026-08-25T03:28:41.474Z | test route::tests::delete_targets_fragmented ... ok |
| 9605 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 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.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.356 |
| 9606 | 2026-08-25T03:28:41.474Z | |
| 9607 | 2026-08-25T03:28:41.474Z | 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 } }] |
| 9608 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 25 03:28:40.356adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9609 | 2026-08-25T03:28:41.474Z | |
| 9610 | 2026-08-25T03:28:41.474Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9611 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 DEBGAug 25 03:28:40.356 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 } }] DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9612 | 2026-08-25T03:28:41.474Z | 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 } }] |
| 9613 | 2026-08-25T03:28:41.474Z | |
| 9614 | 2026-08-25T03:28:41.474Z | Aug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 DEBG INFO failed to allocate space for the new target listINFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9615 | 2026-08-25T03:28:41.479Z | |
| 9616 | 2026-08-25T03:28:41.479Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9617 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.356 Aug 25 03:28:40.356DEBG DEBGAug 25 03:28:40.356 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9618 | 2026-08-25T03:28:41.479Z | DEBG |
| 9619 | 2026-08-25T03:28:41.479Z | 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 } }] |
| 9620 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.356Aug 25 03:28:40.356 DEBGINFOAug 25 03:28:40.356 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9621 | 2026-08-25T03:28:41.479Z | failed to allocate space for the new target listINFO |
| 9622 | 2026-08-25T03:28:41.479Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 25 03:28:40.356 |
| 9623 | 2026-08-25T03:28:41.479Z | 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 } }]Aug 25 03:28:40.356 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 } }]Aug 25 03:28:40.357 |
| 9624 | 2026-08-25T03:28:41.479Z | DEBG created new freemap |
| 9625 | 2026-08-25T03:28:41.479Z | , Aug 25 03:28:40.364unit :INFO freemap_route_ipv4adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 03:28:40.364 |
| 9626 | 2026-08-25T03:28:41.479Z | INFO |
| 9627 | 2026-08-25T03:28:41.479Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 03:28:40.364 |
| 9628 | 2026-08-25T03:28:41.479Z | 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 } }] |
| 9629 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.364 DEBG Aug 25 03:28:40.364replacing 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 } }] |
| 9630 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.364DEBG INFO adding route 172.17.0.33/32 -> 10.0.0.255created new freemap |
| 9631 | 2026-08-25T03:28:41.479Z | , Aug 25 03:28:40.364unit: INFOAug 25 03:28:40.364freemap_route_ipv6 |
| 9632 | 2026-08-25T03:28:41.479Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 9633 | 2026-08-25T03:28:41.479Z | 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 } }] |
| 9634 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 Aug 25 03:28:40.364 INFODEBGDEBG initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255, |
| 9635 | 2026-08-25T03:28:41.479Z | 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 } }]unit |
| 9636 | 2026-08-25T03:28:41.479Z | : freemap_route_ipv4Aug 25 03:28:40.364 |
| 9637 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.364DEBG INFO adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9638 | 2026-08-25T03:28:41.479Z | |
| 9639 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.364 DEBG reset freemapAug 25 03:28:40.364Aug 25 03:28:40.364, unit :DEBGINFO freemap_route_ipv4replacing 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 } }] |
| 9640 | 2026-08-25T03:28:41.479Z | |
| 9641 | 2026-08-25T03:28:41.479Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9642 | 2026-08-25T03:28:41.479Z | Aug 25 03:28:40.364Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGINFODEBG 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.59/32 -> 10.0.0.255initted freemap. size: 64 |
| 9643 | 2026-08-25T03:28:41.479Z | |
| 9644 | 2026-08-25T03:28:41.479Z | , unit: freemap_route_ipv6Aug 25 03:28:40.364Aug 25 03:28:40.364 |
| 9645 | 2026-08-25T03:28:41.479Z | INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255Aug 25 03:28:40.364 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 |
| 9646 | 2026-08-25T03:28:41.479Z | |
| 9647 | 2026-08-25T03:28:41.479Z | reset freemap, unit: Aug 25 03:28:40.364Aug 25 03:28:40.364 freemap_route_ipv6 |
| 9648 | 2026-08-25T03:28:41.479Z | INFODEBG adding route 172.17.0.60/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 } }] |
| 9649 | 2026-08-25T03:28:41.479Z | |
| 9650 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.364Aug 25 03:28:40.364 |
| 9651 | 2026-08-25T03:28:41.480Z | DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9652 | 2026-08-25T03:28:41.480Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:28:40.364 |
| 9653 | 2026-08-25T03:28:41.480Z | DEBGAug 25 03:28:40.364 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 |
| 9654 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 failed to allocate space for the new target list |
| 9655 | 2026-08-25T03:28:41.480Z | DEBGAug 25 03:28:40.364 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9656 | 2026-08-25T03:28:41.480Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9657 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 Aug 25 03:28:40.364DEBG Aug 25 03:28:40.364replacing targets for 172.16.0.0/32 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 |
| 9658 | 2026-08-25T03:28:41.480Z | 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 } }] |
| 9659 | 2026-08-25T03:28:41.480Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9660 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9661 | 2026-08-25T03:28:41.480Z | |
| 9662 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9663 | 2026-08-25T03:28:41.480Z | |
| 9664 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9665 | 2026-08-25T03:28:41.480Z | |
| 9666 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9667 | 2026-08-25T03:28:41.480Z | |
| 9668 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 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.0/32 -> 10.0.0.255 |
| 9669 | 2026-08-25T03:28:41.480Z | |
| 9670 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFODEBG adding route 172.17.0.41/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 } }] |
| 9671 | 2026-08-25T03:28:41.480Z | |
| 9672 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 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.1/32 -> 10.0.0.255 |
| 9673 | 2026-08-25T03:28:41.480Z | |
| 9674 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9675 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 DEBGAug 25 03:28:40.364 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 } }] |
| 9676 | 2026-08-25T03:28:41.480Z | 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 } }] |
| 9677 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 Aug 25 03:28:40.364INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 9678 | 2026-08-25T03:28:41.480Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9679 | 2026-08-25T03:28:41.480Z | test route::tests::delete_target_full ... ok |
| 9680 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 Aug 25 03:28:40.364DEBG 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 } }] |
| 9681 | 2026-08-25T03:28:41.480Z | 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 } }] |
| 9682 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 Aug 25 03:28:40.364INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 9683 | 2026-08-25T03:28:41.480Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9684 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364 Aug 25 03:28:40.364DEBG 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 } }] |
| 9685 | 2026-08-25T03:28:41.480Z | 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 } }] |
| 9686 | 2026-08-25T03:28:41.480Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9687 | 2026-08-25T03:28:41.481Z | |
| 9688 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9689 | 2026-08-25T03:28:41.481Z | |
| 9690 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9691 | 2026-08-25T03:28:41.481Z | |
| 9692 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9693 | 2026-08-25T03:28:41.481Z | |
| 9694 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9695 | 2026-08-25T03:28:41.481Z | |
| 9696 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9697 | 2026-08-25T03:28:41.481Z | |
| 9698 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9699 | 2026-08-25T03:28:41.481Z | |
| 9700 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9701 | 2026-08-25T03:28:41.481Z | |
| 9702 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9703 | 2026-08-25T03:28:41.481Z | |
| 9704 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9705 | 2026-08-25T03:28:41.481Z | |
| 9706 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9707 | 2026-08-25T03:28:41.481Z | |
| 9708 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9709 | 2026-08-25T03:28:41.481Z | |
| 9710 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9711 | 2026-08-25T03:28:41.481Z | |
| 9712 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9713 | 2026-08-25T03:28:41.481Z | |
| 9714 | 2026-08-25T03:28:41.481Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9715 | 2026-08-25T03:28:41.486Z | |
| 9716 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9717 | 2026-08-25T03:28:41.486Z | |
| 9718 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9719 | 2026-08-25T03:28:41.486Z | |
| 9720 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9721 | 2026-08-25T03:28:41.486Z | |
| 9722 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9723 | 2026-08-25T03:28:41.486Z | |
| 9724 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9725 | 2026-08-25T03:28:41.486Z | |
| 9726 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9727 | 2026-08-25T03:28:41.486Z | |
| 9728 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9729 | 2026-08-25T03:28:41.486Z | |
| 9730 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9731 | 2026-08-25T03:28:41.486Z | |
| 9732 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 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.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 } }] |
| 9733 | 2026-08-25T03:28:41.486Z | |
| 9734 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9735 | 2026-08-25T03:28:41.486Z | |
| 9736 | 2026-08-25T03:28:41.486Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9737 | 2026-08-25T03:28:41.486Z | |
| 9738 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9739 | 2026-08-25T03:28:41.487Z | |
| 9740 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.364Aug 25 03:28:40.364 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 } }] |
| 9741 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9742 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 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 } }] |
| 9743 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9744 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371DEBG 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 } }] |
| 9745 | 2026-08-25T03:28:41.487Z | 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 } }] |
| 9746 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9747 | 2026-08-25T03:28:41.487Z | |
| 9748 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9749 | 2026-08-25T03:28:41.487Z | |
| 9750 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9751 | 2026-08-25T03:28:41.487Z | |
| 9752 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 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.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 } }] |
| 9753 | 2026-08-25T03:28:41.487Z | |
| 9754 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9755 | 2026-08-25T03:28:41.487Z | |
| 9756 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9757 | 2026-08-25T03:28:41.487Z | |
| 9758 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9759 | 2026-08-25T03:28:41.487Z | |
| 9760 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG 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.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 } }] |
| 9761 | 2026-08-25T03:28:41.487Z | |
| 9762 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9763 | 2026-08-25T03:28:41.487Z | |
| 9764 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371Aug 25 03:28:40.371 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.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 } }] |
| 9765 | 2026-08-25T03:28:41.487Z | |
| 9766 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9767 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 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 } }] |
| 9768 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9769 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 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 } }] |
| 9770 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9771 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 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 } }] |
| 9772 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9773 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 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 } }] |
| 9774 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9775 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 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 } }] |
| 9776 | 2026-08-25T03:28:41.487Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9777 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9778 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9779 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9780 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9781 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9782 | 2026-08-25T03:28:41.488Z | test route::tests::delete_targets_full ... ok |
| 9783 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9784 | 2026-08-25T03:28:41.488Z | |
| 9785 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9786 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9787 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9788 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9789 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9790 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9791 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9792 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9793 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9794 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9795 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9796 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9797 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9798 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9799 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 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 } }] |
| 9800 | 2026-08-25T03:28:41.488Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s |
| 9801 | 2026-08-25T03:28:41.488Z | |
| 9802 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.371 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9803 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 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 } }] |
| 9804 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9805 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 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 } }] |
| 9806 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9807 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 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 } }] |
| 9808 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9809 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 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 } }] |
| 9810 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9811 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 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 } }] |
| 9812 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9813 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 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 } }] |
| 9814 | 2026-08-25T03:28:41.488Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9815 | 2026-08-25T03:28:41.492Z | Aug 25 03:28:40.378 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 } }] |
| 9816 | 2026-08-25T03:28:41.492Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9817 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9818 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9819 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9820 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9821 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9822 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9823 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9824 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9825 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9826 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9827 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9828 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9829 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9830 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9831 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9832 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9833 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9834 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9835 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9836 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9837 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9838 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9839 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9840 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9841 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9842 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 DEBG failed to allocate space for the new target list |
| 9843 | 2026-08-25T03:28:41.493Z | Aug 25 03:28:40.378 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 } }] |
| 9844 | 2026-08-25T03:28:41.493Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9520c444227bdb03) |
| 9845 | 2026-08-25T03:28:41.493Z | |
| 9846 | 2026-08-25T03:28:41.493Z | running 0 tests |
| 9847 | 2026-08-25T03:28:41.493Z | |
| 9848 | 2026-08-25T03:28:41.493Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9849 | 2026-08-25T03:28:41.493Z | |
| 9850 | 2026-08-25T03:28:41.493Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e) |
| 9851 | 2026-08-25T03:28:41.493Z | |
| 9852 | 2026-08-25T03:28:41.493Z | running 0 tests |
| 9853 | 2026-08-25T03:28:41.493Z | |
| 9854 | 2026-08-25T03:28:41.493Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9855 | 2026-08-25T03:28:41.494Z | |
| 9856 | 2026-08-25T03:28:41.494Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-8293b793f42af55d) |
| 9857 | 2026-08-25T03:28:41.494Z | |
| 9858 | 2026-08-25T03:28:41.494Z | running 6 tests |
| 9859 | 2026-08-25T03:28:41.494Z | test tests::test_parse_client_port_id ... ok |
| 9860 | 2026-08-25T03:28:41.494Z | test tests::test_port_id_cmp ... ok |
| 9861 | 2026-08-25T03:28:41.494Z | test tests::test_full_lot_id_neither_present ... ok |
| 9862 | 2026-08-25T03:28:41.494Z | test tests::test_full_lot_id_lot_only ... ok |
| 9863 | 2026-08-25T03:28:41.494Z | test tests::test_full_lot_id_both_present ... ok |
| 9864 | 2026-08-25T03:28:41.494Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9865 | 2026-08-25T03:28:41.494Z | |
| 9866 | 2026-08-25T03:28:41.494Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9867 | 2026-08-25T03:28:41.494Z | |
| 9868 | 2026-08-25T03:28:41.494Z | Running tests/test_all.rs (target/debug/deps/test_all-b533927758402f89) |
| 9869 | 2026-08-25T03:28:41.494Z | |
| 9870 | 2026-08-25T03:28:41.494Z | running 6 tests |
| 9871 | 2026-08-25T03:28:44.498Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9872 | 2026-08-25T03:28:44.501Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9873 | 2026-08-25T03:28:44.501Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9874 | 2026-08-25T03:28:44.506Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9875 | 2026-08-25T03:28:44.836Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9876 | 2026-08-25T03:28:46.004Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9877 | 2026-08-25T03:28:46.004Z | |
| 9878 | 2026-08-25T03:28:46.004Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.52s |
| 9879 | 2026-08-25T03:28:46.004Z | |
| 9880 | 2026-08-25T03:28:46.011Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504) |
| 9881 | 2026-08-25T03:28:46.016Z | |
| 9882 | 2026-08-25T03:28:46.016Z | running 0 tests |
| 9883 | 2026-08-25T03:28:46.016Z | |
| 9884 | 2026-08-25T03:28:46.016Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9885 | 2026-08-25T03:28:46.016Z | |
| 9886 | 2026-08-25T03:28:46.019Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35) |
| 9887 | 2026-08-25T03:28:46.038Z | |
| 9888 | 2026-08-25T03:28:46.038Z | running 15 tests |
| 9889 | 2026-08-25T03:28:46.041Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9890 | 2026-08-25T03:28:46.041Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9891 | 2026-08-25T03:28:46.041Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9892 | 2026-08-25T03:28:46.041Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9893 | 2026-08-25T03:28:46.041Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9894 | 2026-08-25T03:28:46.041Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9895 | 2026-08-25T03:28:46.042Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9896 | 2026-08-25T03:28:46.042Z | test v1::network::tests::test_equal ... ok |
| 9897 | 2026-08-25T03:28:46.042Z | test v1::network::tests::test_into ... ok |
| 9898 | 2026-08-25T03:28:46.042Z | test v1::network::tests::test_to_string ... ok |
| 9899 | 2026-08-25T03:28:46.042Z | test v1::network::tests::test_not_equal ... ok |
| 9900 | 2026-08-25T03:28:46.042Z | test v1::network::tests::test_eui64 ... ok |
| 9901 | 2026-08-25T03:28:46.042Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9902 | 2026-08-25T03:28:46.042Z | test v1::network::tests::test_parse ... ok |
| 9903 | 2026-08-25T03:28:46.044Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9904 | 2026-08-25T03:28:46.044Z | |
| 9905 | 2026-08-25T03:28:46.044Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9906 | 2026-08-25T03:28:46.045Z | |
| 9907 | 2026-08-25T03:28:46.047Z | Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834) |
| 9908 | 2026-08-25T03:28:46.071Z | |
| 9909 | 2026-08-25T03:28:46.071Z | running 12 tests |
| 9910 | 2026-08-25T03:28:46.074Z | test pbuf::test_byte ... ok |
| 9911 | 2026-08-25T03:28:46.074Z | test lldp::test_lldp_parse ... ok |
| 9912 | 2026-08-25T03:28:46.074Z | test ipv6::test_ipv6_parse ... ok |
| 9913 | 2026-08-25T03:28:46.074Z | test icmp::test_v6_checksum ... ok |
| 9914 | 2026-08-25T03:28:46.074Z | test icmp::test_v4_checksum ... ok |
| 9915 | 2026-08-25T03:28:46.074Z | test pbuf::test_nibble ... ok |
| 9916 | 2026-08-25T03:28:46.074Z | test pbuf::test_short ... ok |
| 9917 | 2026-08-25T03:28:46.074Z | test pbuf::test_twelve ... ok |
| 9918 | 2026-08-25T03:28:46.074Z | test pbuf::test_overflow ... ok |
| 9919 | 2026-08-25T03:28:46.074Z | test pbuf::test_word ... ok |
| 9920 | 2026-08-25T03:28:46.074Z | test tcp::test_checksum_ack_data ... ok |
| 9921 | 2026-08-25T03:28:46.074Z | test tcp::test_checksum_syn_nodata ... ok |
| 9922 | 2026-08-25T03:28:46.074Z | |
| 9923 | 2026-08-25T03:28:46.074Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9924 | 2026-08-25T03:28:46.074Z | |
| 9925 | 2026-08-25T03:28:46.077Z | Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86) |
| 9926 | 2026-08-25T03:28:46.081Z | |
| 9927 | 2026-08-25T03:28:46.081Z | running 0 tests |
| 9928 | 2026-08-25T03:28:46.081Z | |
| 9929 | 2026-08-25T03:28:46.081Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9930 | 2026-08-25T03:28:46.081Z | |
| 9931 | 2026-08-25T03:28:46.085Z | Running unittests src/main.rs (target/debug/deps/swadm-d546f6d55e58d8f6) |
| 9932 | 2026-08-25T03:28:46.088Z | |
| 9933 | 2026-08-25T03:28:46.088Z | running 5 tests |
| 9934 | 2026-08-25T03:28:46.088Z | test switchport::test::test_compute_lanes ... ok |
| 9935 | 2026-08-25T03:28:46.088Z | test switchport::test::port_id_ordering ... ok |
| 9936 | 2026-08-25T03:28:46.089Z | Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2 |
| 9937 | 2026-08-25T03:28:46.089Z | Lane 3 State: Activated |
| 9938 | 2026-08-25T03:28:46.089Z | Activated Rx Loss-of-lock: Yes Activated YesActivated |
| 9939 | 2026-08-25T03:28:46.089Z | Yes Rx Output Enabled: false Yes |
| 9940 | 2026-08-25T03:28:46.089Z | false Rx Loss-of-signal: Yes false Yesfalse |
| 9941 | 2026-08-25T03:28:46.089Z | Yes Rx Output Status: validYes |
| 9942 | 2026-08-25T03:28:46.089Z | valid Rx CDR Enabled: Yesvalid Yesvalid |
| 9943 | 2026-08-25T03:28:46.089Z | Yes Rx Loss-of-lock: true Yestrue |
| 9944 | 2026-08-25T03:28:46.089Z | true Tx Enabled: Yes true |
| 9945 | 2026-08-25T03:28:46.089Z | Yes Rx Loss-of-signal: false falseYes Yes |
| 9946 | 2026-08-25T03:28:46.089Z | false Tx Loss-of-lock: No false |
| 9947 | 2026-08-25T03:28:46.089Z | No Rx Auto-squelch Disable: true No true No |
| 9948 | 2026-08-25T03:28:46.089Z | true Tx Loss-of-signal: Notrue |
| 9949 | 2026-08-25T03:28:46.090Z | No Tx Output Enabled: true Notrue Notrue |
| 9950 | 2026-08-25T03:28:46.090Z | true Tx CDR Enabled: No |
| 9951 | 2026-08-25T03:28:46.090Z | Tx Output Status: invalidNo invalid No invalidNo |
| 9952 | 2026-08-25T03:28:46.090Z | invalid |
| 9953 | 2026-08-25T03:28:46.090Z | Tx Adaptive EQ Fault: No Tx Loss-of-lock: falseNo false No Nofalse |
| 9954 | 2026-08-25T03:28:46.090Z | false Tx Fault: Yes |
| 9955 | 2026-08-25T03:28:46.090Z | Yes Tx Loss-of-signal: trueYes Yestrue |
| 9956 | 2026-08-25T03:28:46.090Z | true true |
| 9957 | 2026-08-25T03:28:46.090Z | Tx Auto-squelch Disable: false false false false |
| 9958 | 2026-08-25T03:28:46.090Z | Tx Adaptive EQ Fail: true true true true |
| 9959 | 2026-08-25T03:28:46.090Z | Tx Failure: false false false false |
| 9960 | 2026-08-25T03:28:46.090Z | Tx Force Squelch: true true true true |
| 9961 | 2026-08-25T03:28:46.090Z | Tx Input Polarity: normal normal normal normal |
| 9962 | 2026-08-25T03:28:46.090Z | test switchport::test::test_print_sff_datapath ... ok |
| 9963 | 2026-08-25T03:28:46.090Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9964 | 2026-08-25T03:28:46.090Z | test link::test_filter ... ok |
| 9965 | 2026-08-25T03:28:46.090Z | |
| 9966 | 2026-08-25T03:28:46.090Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9967 | 2026-08-25T03:28:46.090Z | |
| 9968 | 2026-08-25T03:28:46.094Z | Running tests/counters.rs (target/debug/deps/counters-b079766e20f81dbb) |
| 9969 | 2026-08-25T03:28:46.094Z | |
| 9970 | 2026-08-25T03:28:46.094Z | running 1 test |
| 9971 | 2026-08-25T03:28:46.094Z | test test_p4_counter_list ... ignored |
| 9972 | 2026-08-25T03:28:46.094Z | |
| 9973 | 2026-08-25T03:28:46.094Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9974 | 2026-08-25T03:28:46.094Z | |
| 9975 | 2026-08-25T03:28:46.094Z | Running tests/port-link.rs (target/debug/deps/port_link-9c804709760a5a9c) |
| 9976 | 2026-08-25T03:28:46.097Z | |
| 9977 | 2026-08-25T03:28:46.097Z | running 5 tests |
| 9978 | 2026-08-25T03:28:46.097Z | test test_an ... ignored |
| 9979 | 2026-08-25T03:28:46.097Z | test test_enable ... ignored |
| 9980 | 2026-08-25T03:28:46.097Z | test test_ip_addresses ... ignored |
| 9981 | 2026-08-25T03:28:46.097Z | test test_kr ... ignored |
| 9982 | 2026-08-25T03:28:46.097Z | test test_mac ... ignored |
| 9983 | 2026-08-25T03:28:46.097Z | |
| 9984 | 2026-08-25T03:28:46.097Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9985 | 2026-08-25T03:28:46.097Z | |
| 9986 | 2026-08-25T03:28:46.097Z | Running unittests src/main.rs (target/debug/deps/tfportd-4402f76622bf1769) |
| 9987 | 2026-08-25T03:28:46.100Z | |
| 9988 | 2026-08-25T03:28:46.100Z | running 3 tests |
| 9989 | 2026-08-25T03:28:46.100Z | test linklocal::test_parse_ipadm ... ok |
| 9990 | 2026-08-25T03:28:46.100Z | test tfport::test_parse_tfport ... ok |
| 9991 | 2026-08-25T03:28:46.100Z | test config::tests::test_updates ... ok |
| 9992 | 2026-08-25T03:28:46.100Z | |
| 9993 | 2026-08-25T03:28:46.101Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9994 | 2026-08-25T03:28:46.101Z | |
| 9995 | 2026-08-25T03:28:46.101Z | Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053) |
| 9996 | 2026-08-25T03:28:46.106Z | |
| 9997 | 2026-08-25T03:28:46.106Z | running 0 tests |
| 9998 | 2026-08-25T03:28:46.109Z | |
| 9999 | 2026-08-25T03:28:46.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10000 | 2026-08-25T03:28:46.109Z | |
| 10001 | 2026-08-25T03:28:46.109Z | Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577) |
| 10002 | 2026-08-25T03:28:46.112Z | |
| 10003 | 2026-08-25T03:28:46.112Z | running 0 tests |
| 10004 | 2026-08-25T03:28:46.112Z | |
| 10005 | 2026-08-25T03:28:46.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10006 | 2026-08-25T03:28:46.112Z | |
| 10007 | 2026-08-25T03:28:46.115Z | Doc-tests aal |
| 10008 | 2026-08-25T03:28:46.638Z | |
| 10009 | 2026-08-25T03:28:46.638Z | running 0 tests |
| 10010 | 2026-08-25T03:28:46.638Z | |
| 10011 | 2026-08-25T03:28:46.641Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10012 | 2026-08-25T03:28:46.641Z | |
| 10013 | 2026-08-25T03:28:46.665Z | Doc-tests aal_macros |
| 10014 | 2026-08-25T03:28:46.741Z | |
| 10015 | 2026-08-25T03:28:46.741Z | running 0 tests |
| 10016 | 2026-08-25T03:28:46.741Z | |
| 10017 | 2026-08-25T03:28:46.741Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10018 | 2026-08-25T03:28:46.741Z | |
| 10019 | 2026-08-25T03:28:46.753Z | Doc-tests common |
| 10020 | 2026-08-25T03:28:46.987Z | |
| 10021 | 2026-08-25T03:28:46.987Z | running 0 tests |
| 10022 | 2026-08-25T03:28:46.987Z | |
| 10023 | 2026-08-25T03:28:46.987Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10024 | 2026-08-25T03:28:46.987Z | |
| 10025 | 2026-08-25T03:28:47.014Z | Doc-tests dpd_api |
| 10026 | 2026-08-25T03:28:47.804Z | |
| 10027 | 2026-08-25T03:28:47.804Z | running 2 tests |
| 10028 | 2026-08-25T03:28:47.804Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10029 | 2026-08-25T03:28:47.804Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10030 | 2026-08-25T03:28:47.804Z | |
| 10031 | 2026-08-25T03:28:47.804Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10032 | 2026-08-25T03:28:47.804Z | |
| 10033 | 2026-08-25T03:28:47.835Z | Doc-tests dpd_client |
| 10034 | 2026-08-25T03:28:49.342Z | |
| 10035 | 2026-08-25T03:28:49.342Z | running 0 tests |
| 10036 | 2026-08-25T03:28:49.342Z | |
| 10037 | 2026-08-25T03:28:49.342Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-25T03:28:49.342Z | |
| 10039 | 2026-08-25T03:28:49.399Z | Doc-tests dpd_types |
| 10040 | 2026-08-25T03:28:49.587Z | |
| 10041 | 2026-08-25T03:28:49.587Z | running 0 tests |
| 10042 | 2026-08-25T03:28:49.587Z | |
| 10043 | 2026-08-25T03:28:49.587Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-25T03:28:49.588Z | |
| 10045 | 2026-08-25T03:28:49.606Z | Doc-tests dpd_types_versions |
| 10046 | 2026-08-25T03:28:51.165Z | |
| 10047 | 2026-08-25T03:28:51.165Z | running 1 test |
| 10048 | 2026-08-25T03:28:51.165Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10049 | 2026-08-25T03:28:51.165Z | |
| 10050 | 2026-08-25T03:28:51.165Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10051 | 2026-08-25T03:28:51.165Z | |
| 10052 | 2026-08-25T03:28:51.216Z | Doc-tests packet |
| 10053 | 2026-08-25T03:28:51.435Z | |
| 10054 | 2026-08-25T03:28:51.435Z | running 0 tests |
| 10055 | 2026-08-25T03:28:51.435Z | |
| 10056 | 2026-08-25T03:28:51.435Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10057 | 2026-08-25T03:28:51.435Z | |
| 10058 | 2026-08-25T03:28:51.463Z | Doc-tests pcap |
| 10059 | 2026-08-25T03:28:51.517Z | |
| 10060 | 2026-08-25T03:28:51.517Z | running 0 tests |
| 10061 | 2026-08-25T03:28:51.517Z | |
| 10062 | 2026-08-25T03:28:51.517Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10063 | 2026-08-25T03:28:51.517Z | |
| 10064 | 2026-08-25T03:28:51.569Z | process exited: duration 602718 ms, exit code 0 |
| |
| 10065 | 2026-08-25T03:28:51.579Z | found 0 output files |