|
|
|
| 1 | 2026-08-07T18:49:43.651Z | job assigned to worker 01KZERX9JP77JM0V2QJEV8NQMH [factory aws, i-00a8e7b4c654157e1] (queued for 51 s) |
| |
| 2 | 2026-08-07T18:49:50.123Z | starting task 0: "setup" |
| 3 | 2026-08-07T18:49:50.129Z | ++ uname -s |
| 4 | 2026-08-07T18:49:50.131Z | + kern=SunOS |
| 5 | 2026-08-07T18:49:50.131Z | + build_user=build |
| 6 | 2026-08-07T18:49:50.131Z | + build_uid=12345 |
| 7 | 2026-08-07T18:49:50.131Z | + work_dir=/work |
| 8 | 2026-08-07T18:49:50.131Z | + input_dir=/input |
| 9 | 2026-08-07T18:49:50.132Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-07T18:49:50.132Z | + case "$kern" in |
| 11 | 2026-08-07T18:49:50.132Z | + groupadd -g 12345 build |
| 12 | 2026-08-07T18:49:50.134Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-07T18:49:52.140Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-07T18:49:52.233Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-07T18:49:52.236Z | + home_fs=zfs |
| 16 | 2026-08-07T18:49:52.236Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-07T18:49:52.236Z | + mkdir -p /home/build |
| 18 | 2026-08-07T18:49:52.236Z | + chown build:build /home/build /work |
| 19 | 2026-08-07T18:49:55.241Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-07T18:49:55.244Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-08-07T18:49:55.251Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-07T18:49:55.256Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-07T18:49:55.256Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-07T18:49:55.256Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-07T18:49:55.257Z | * rust toolchain profile = "default" |
| 26 | 2026-08-07T18:49:55.257Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-07T18:49:55.257Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-07T18:49:55.257Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-07T18:49:55.257Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-07T18:49:55.362Z | info: downloading installer |
| 31 | 2026-08-07T18:49:56.791Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-07T18:49:56.791Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-07T18:49:56.791Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-07T18:49:56.791Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-07T18:49:56.803Z | info: profile set to default |
| 36 | 2026-08-07T18:49:56.803Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-07T18:49:56.808Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-07T18:49:56.954Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-07T18:49:56.958Z | info: downloading 6 components |
| 40 | 2026-08-07T18:50:11.804Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-07T18:50:11.804Z | |
| 42 | 2026-08-07T18:50:11.836Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-07T18:50:11.836Z | |
| 44 | 2026-08-07T18:50:11.842Z | |
| 45 | 2026-08-07T18:50:11.842Z | Rust is installed now. Great! |
| 46 | 2026-08-07T18:50:11.843Z | |
| 47 | 2026-08-07T18:50:11.843Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-07T18:50:11.843Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-07T18:50:11.843Z | |
| 50 | 2026-08-07T18:50:11.843Z | To configure your current shell, you need to source |
| 51 | 2026-08-07T18:50:11.843Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-07T18:50:11.843Z | |
| 53 | 2026-08-07T18:50:11.843Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-07T18:50:11.843Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-07T18:50:11.843Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-07T18:50:11.843Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-07T18:50:11.843Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-07T18:50:11.843Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-07T18:50:11.843Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-07T18:50:11.844Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-07T18:50:11.844Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-07T18:50:11.923Z | + rustup --version |
| 63 | 2026-08-07T18:50:11.933Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-07T18:50:11.937Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-07T18:50:11.953Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-07T18:50:11.972Z | + cargo --version |
| 67 | 2026-08-07T18:50:11.978Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-07T18:50:11.978Z | + rustc --version |
| 69 | 2026-08-07T18:50:11.988Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-07T18:50:11.993Z | process exited: duration 16740 ms, exit code 0 |
| |
| 71 | 2026-08-07T18:50:12.002Z | starting task 2: "authentication" |
| 72 | 2026-08-07T18:50:12.028Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-08-07T18:50:12.038Z | starting task 3: "clone repository" |
| 74 | 2026-08-07T18:50:12.043Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-07T18:50:12.051Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-07T18:50:12.071Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-07T18:50:12.880Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-07T18:50:12.881Z | + git fetch origin 25b94aff0a02e4363c1a2b6123943cee427297ac |
| 79 | 2026-08-07T18:50:13.141Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-07T18:50:13.141Z | * branch 25b94aff0a02e4363c1a2b6123943cee427297ac -> FETCH_HEAD |
| 81 | 2026-08-07T18:50:13.146Z | + [[ -n nsk/nat-1-portrange ]] |
| 82 | 2026-08-07T18:50:13.149Z | ++ git branch --show-current |
| 83 | 2026-08-07T18:50:13.149Z | + current=main |
| 84 | 2026-08-07T18:50:13.149Z | + [[ main != nsk/nat-1-portrange ]] |
| 85 | 2026-08-07T18:50:13.149Z | + git branch -f nsk/nat-1-portrange 25b94aff0a02e4363c1a2b6123943cee427297ac |
| 86 | 2026-08-07T18:50:13.151Z | + git checkout -f nsk/nat-1-portrange |
| 87 | 2026-08-07T18:50:13.170Z | Switched to branch 'nsk/nat-1-portrange' |
| 88 | 2026-08-07T18:50:13.173Z | + git reset --hard 25b94aff0a02e4363c1a2b6123943cee427297ac |
| 89 | 2026-08-07T18:50:13.188Z | HEAD is now at 25b94af move to PortRange struct |
| 90 | 2026-08-07T18:50:13.192Z | process exited: duration 1152 ms, exit code 0 |
| |
| 91 | 2026-08-07T18:50:13.198Z | starting task 4: "build" |
| 92 | 2026-08-07T18:50:13.201Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-07T18:50:13.205Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-07T18:50:13.205Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-07T18:50:13.205Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-07T18:50:13.205Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-07T18:50:13.205Z | +++ uname -s |
| 98 | 2026-08-07T18:50:13.206Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-07T18:50:13.206Z | ++ SERIES=illumos |
| 100 | 2026-08-07T18:50:13.209Z | +++ uname -s |
| 101 | 2026-08-07T18:50:13.209Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-07T18:50:13.209Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-07T18:50:13.209Z | ++ rustup show active-toolchain |
| 104 | 2026-08-07T18:50:13.216Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-07T18:50:13.216Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-07T18:50:13.216Z | ++ banner 'sde setup' |
| 107 | 2026-08-07T18:50:13.219Z | |
| 108 | 2026-08-07T18:50:13.219Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-07T18:50:13.220Z | # # # # # # # # # # # |
| 110 | 2026-08-07T18:50:13.220Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-07T18:50:13.220Z | # # # # # # # # # ##### |
| 112 | 2026-08-07T18:50:13.220Z | # # # # # # # # # # # # |
| 113 | 2026-08-07T18:50:13.220Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-07T18:50:13.220Z | |
| 115 | 2026-08-07T18:50:13.220Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-07T18:50:13.220Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-07T18:50:13.220Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-07T18:50:13.220Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-07T18:50:13.220Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-07T18:50:13.220Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-07T18:50:13.220Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-07T18:50:14.270Z |
0 0 0 0 0 0 0 0 0
94 76.03M 94 72.22M 0 0 72.28M 0 00:01 00:01 72.29M
100 76.03M 100 76.03M 0 0 72.96M 0 00:01 00:01 72.29M
100 76.03M 100 76.03M 0 0 72.96M 0 00:01 00:01 72.29M
100 76.03M 100 76.03M 0 0 72.96M 0 00:01 00:01 72.29M |
| 123 | 2026-08-07T18:50:14.278Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-07T18:50:14.314Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-07T18:50:14.315Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-07T18:50:14.322Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-07T18:50:18.093Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-07T18:50:18.348Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-07T18:50:18.396Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-07T18:50:19.998Z | Planning: Solver setup ... Done |
| 131 | 2026-08-07T18:50:20.048Z | Planning: Running solver ... Done |
| 132 | 2026-08-07T18:50:20.082Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-07T18:50:20.085Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-07T18:50:20.090Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-07T18:50:20.104Z | Planning: Package planning ... Done |
| 136 | 2026-08-07T18:50:20.106Z | Planning: Merging actions ... Done |
| 137 | 2026-08-07T18:50:20.199Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-07T18:50:20.202Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-07T18:50:21.023Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-07T18:50:21.026Z | Planning: Planning completed in 2.62 seconds |
| 141 | 2026-08-07T18:50:21.030Z | Packages to install: 1 |
| 142 | 2026-08-07T18:50:21.033Z | Create boot environment: No |
| 143 | 2026-08-07T18:50:21.033Z | Create backup boot environment: No |
| 144 | 2026-08-07T18:50:21.056Z | |
| 145 | 2026-08-07T18:50:21.056Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-07T18:50:21.198Z | Download: Completed 75.30 MB in 0.14 seconds (555M/s) |
| 147 | 2026-08-07T18:50:21.396Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-07T18:50:22.358Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-08-07T18:50:22.361Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-07T18:50:22.404Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-07T18:50:22.468Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-07T18:50:25.079Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-07T18:50:25.155Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-07T18:50:25.158Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-07T18:50:25.354Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-07T18:50:25.499Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-07T18:50:25.499Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-07T18:50:25.499Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-07T18:50:25.499Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-07T18:50:25.499Z | ++ banner packages |
| 161 | 2026-08-07T18:50:25.502Z | |
| 162 | 2026-08-07T18:50:25.502Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-07T18:50:25.502Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-07T18:50:25.502Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-07T18:50:25.502Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-07T18:50:25.502Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-07T18:50:25.502Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-07T18:50:25.502Z | |
| 169 | 2026-08-07T18:50:25.502Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-07T18:50:25.774Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-07T18:50:25.777Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-07T18:50:27.074Z | Planning: Solver setup ... Done |
| 173 | 2026-08-07T18:50:27.125Z | Planning: Running solver ... Done |
| 174 | 2026-08-07T18:50:27.157Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-07T18:50:27.160Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-07T18:50:27.160Z | Planning: Planning completed in 1.38 seconds |
| 177 | 2026-08-07T18:50:27.175Z | No updates necessary for this image. |
| 178 | 2026-08-07T18:50:27.281Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-07T18:50:27.497Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-07T18:50:27.613Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-07T18:50:27.616Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-07T18:50:27.779Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-07T18:50:27.782Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-07T18:50:27.803Z | Mediators to change: 2 |
| 185 | 2026-08-07T18:50:27.804Z | Create boot environment: No |
| 186 | 2026-08-07T18:50:27.804Z | Create backup boot environment: No |
| 187 | 2026-08-07T18:50:27.853Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-07T18:50:27.857Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-07T18:50:27.888Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-07T18:50:29.960Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-07T18:50:30.033Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-07T18:50:30.036Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-07T18:50:30.109Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-07T18:50:30.189Z | ++ cargo --version |
| 195 | 2026-08-07T18:50:30.199Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-07T18:50:30.202Z | ++ rustc --version |
| 197 | 2026-08-07T18:50:30.222Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-07T18:50:30.225Z | + banner copyrights |
| 199 | 2026-08-07T18:50:30.229Z | |
| 200 | 2026-08-07T18:50:30.229Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-07T18:50:30.229Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-07T18:50:30.229Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-07T18:50:30.229Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-07T18:50:30.229Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-07T18:50:30.229Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-07T18:50:30.229Z | |
| 207 | 2026-08-07T18:50:30.229Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-07T18:50:30.525Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-07T18:50:31.331Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-07T18:50:31.802Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-08-07T18:50:31.896Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-08-07T18:50:32.072Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-08-07T18:50:32.310Z | + banner clippy |
| 214 | 2026-08-07T18:50:32.313Z | |
| 215 | 2026-08-07T18:50:32.313Z | #### # # ##### ##### # # |
| 216 | 2026-08-07T18:50:32.313Z | # # # # # # # # # # |
| 217 | 2026-08-07T18:50:32.313Z | # # # # # # # # |
| 218 | 2026-08-07T18:50:32.313Z | # # # ##### ##### # |
| 219 | 2026-08-07T18:50:32.313Z | # # # # # # # |
| 220 | 2026-08-07T18:50:32.313Z | #### ###### # # # # |
| 221 | 2026-08-07T18:50:32.313Z | |
| 222 | 2026-08-07T18:50:32.313Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-08-07T18:50:32.313Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-08-07T18:50:32.457Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-08-07T18:50:46.274Z | Updating crates.io index |
| 226 | 2026-08-07T18:50:46.316Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-08-07T18:50:46.636Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-08-07T18:50:47.417Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-08-07T18:50:47.811Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-07T18:50:48.328Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-08-07T18:50:49.510Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-08-07T18:50:49.955Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-08-07T18:50:50.241Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-08-07T18:50:50.578Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-07T18:50:51.078Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-08-07T18:50:51.590Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-08-07T18:50:51.974Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-08-07T18:50:52.440Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-08-07T18:50:52.832Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-08-07T18:50:53.282Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-08-07T18:50:54.271Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-08-07T18:50:54.656Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-07T18:50:54.998Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-08-07T18:50:55.692Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-08-07T18:50:56.001Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-08-07T18:50:56.309Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-08-07T18:50:56.661Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-08-07T18:50:58.148Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-07T18:50:58.633Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-08-07T18:51:00.404Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-08-07T18:51:01.295Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-08-07T18:51:01.584Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-07T18:51:01.906Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-07T18:51:03.559Z | Downloading crates ... |
| 255 | 2026-08-07T18:51:03.619Z | Downloaded adler2 v2.0.1 |
| 256 | 2026-08-07T18:51:03.636Z | Downloaded cmake v0.1.54 |
| 257 | 2026-08-07T18:51:03.639Z | Downloaded bitflags v1.3.2 |
| 258 | 2026-08-07T18:51:03.643Z | Downloaded bcs v0.1.6 |
| 259 | 2026-08-07T18:51:03.646Z | Downloaded digest v0.11.3 |
| 260 | 2026-08-07T18:51:03.652Z | Downloaded cpufeatures v0.3.0 |
| 261 | 2026-08-07T18:51:03.655Z | Downloaded derive-ex v0.1.8 |
| 262 | 2026-08-07T18:51:03.658Z | Downloaded dropshot_endpoint v0.16.7 |
| 263 | 2026-08-07T18:51:03.664Z | Downloaded constant_time_eq v0.3.1 |
| 264 | 2026-08-07T18:51:03.667Z | Downloaded displaydoc v0.2.5 |
| 265 | 2026-08-07T18:51:03.667Z | Downloaded dtrace-parser v0.2.0 |
| 266 | 2026-08-07T18:51:03.667Z | Downloaded digest v0.10.7 |
| 267 | 2026-08-07T18:51:03.670Z | Downloaded derive-where v1.6.0 |
| 268 | 2026-08-07T18:51:03.673Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 269 | 2026-08-07T18:51:03.676Z | Downloaded defmt v1.0.1 |
| 270 | 2026-08-07T18:51:03.679Z | Downloaded foreign-types-macros v0.2.3 |
| 271 | 2026-08-07T18:51:03.683Z | Downloaded futures-sink v0.3.32 |
| 272 | 2026-08-07T18:51:03.685Z | Downloaded foldhash v0.2.0 |
| 273 | 2026-08-07T18:51:03.688Z | Downloaded futures-channel v0.3.32 |
| 274 | 2026-08-07T18:51:03.691Z | Downloaded highway v1.3.0 |
| 275 | 2026-08-07T18:51:03.694Z | Downloaded git-stub-vcs v0.1.0 |
| 276 | 2026-08-07T18:51:03.694Z | Downloaded heck v0.5.0 |
| 277 | 2026-08-07T18:51:03.697Z | Downloaded cstr-argument v0.1.2 |
| 278 | 2026-08-07T18:51:03.700Z | Downloaded futures v0.3.32 |
| 279 | 2026-08-07T18:51:03.703Z | Downloaded enum-as-inner v0.6.1 |
| 280 | 2026-08-07T18:51:03.706Z | Downloaded anstyle-query v1.1.4 |
| 281 | 2026-08-07T18:51:03.709Z | Downloaded hostname v0.3.1 |
| 282 | 2026-08-07T18:51:03.712Z | Downloaded bit-set v0.8.0 |
| 283 | 2026-08-07T18:51:03.712Z | Downloaded heck v0.4.1 |
| 284 | 2026-08-07T18:51:03.715Z | Downloaded futures-io v0.3.32 |
| 285 | 2026-08-07T18:51:03.718Z | Downloaded group v0.13.0 |
| 286 | 2026-08-07T18:51:03.721Z | Downloaded fixedbitset v0.4.2 |
| 287 | 2026-08-07T18:51:03.721Z | Downloaded foreign-types v0.5.0 |
| 288 | 2026-08-07T18:51:03.724Z | Downloaded errno v0.3.14 |
| 289 | 2026-08-07T18:51:03.727Z | Downloaded dof v0.3.0 |
| 290 | 2026-08-07T18:51:03.727Z | Downloaded aead v0.5.2 |
| 291 | 2026-08-07T18:51:03.730Z | Downloaded hash32 v0.3.1 |
| 292 | 2026-08-07T18:51:03.733Z | Downloaded futures-core v0.3.32 |
| 293 | 2026-08-07T18:51:03.736Z | Downloaded cfg-if v1.0.4 |
| 294 | 2026-08-07T18:51:03.736Z | Downloaded cookie v0.18.1 |
| 295 | 2026-08-07T18:51:03.739Z | Downloaded crucible-workspace-hack v0.1.0 |
| 296 | 2026-08-07T18:51:03.743Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-08-07T18:51:03.746Z | Downloaded equivalent v1.0.2 |
| 298 | 2026-08-07T18:51:03.746Z | Downloaded dyn-clone v1.0.20 |
| 299 | 2026-08-07T18:51:03.749Z | Downloaded form_urlencoded v1.2.2 |
| 300 | 2026-08-07T18:51:03.749Z | Downloaded hex v0.4.3 |
| 301 | 2026-08-07T18:51:03.752Z | Downloaded block-buffer v0.12.0 |
| 302 | 2026-08-07T18:51:03.755Z | Downloaded arrayref v0.3.9 |
| 303 | 2026-08-07T18:51:03.755Z | Downloaded http-body v1.0.1 |
| 304 | 2026-08-07T18:51:03.758Z | Downloaded foreign-types-shared v0.1.1 |
| 305 | 2026-08-07T18:51:03.760Z | Downloaded cargo-platform v0.1.9 |
| 306 | 2026-08-07T18:51:03.760Z | Downloaded hyper-tls v0.6.0 |
| 307 | 2026-08-07T18:51:03.763Z | Downloaded hubpack v0.1.2 |
| 308 | 2026-08-07T18:51:03.766Z | Downloaded hubpack_derive v0.1.1 |
| 309 | 2026-08-07T18:51:03.766Z | Downloaded gethostname v0.5.0 |
| 310 | 2026-08-07T18:51:03.769Z | Downloaded futures-executor v0.3.32 |
| 311 | 2026-08-07T18:51:03.772Z | Downloaded futures-macro v0.3.32 |
| 312 | 2026-08-07T18:51:03.772Z | Downloaded futures-task v0.3.32 |
| 313 | 2026-08-07T18:51:03.775Z | Downloaded git-stub v1.0.0 |
| 314 | 2026-08-07T18:51:03.779Z | Downloaded is-terminal v0.4.16 |
| 315 | 2026-08-07T18:51:03.779Z | Downloaded idna_adapter v1.2.1 |
| 316 | 2026-08-07T18:51:03.782Z | Downloaded critical-section v1.2.0 |
| 317 | 2026-08-07T18:51:03.782Z | Downloaded is_terminal_polyfill v1.70.1 |
| 318 | 2026-08-07T18:51:03.785Z | Downloaded internet-checksum v0.2.1 |
| 319 | 2026-08-07T18:51:03.788Z | Downloaded inout v0.1.4 |
| 320 | 2026-08-07T18:51:03.788Z | Downloaded backoff v0.4.0 |
| 321 | 2026-08-07T18:51:03.802Z | Downloaded clap_lex v1.1.0 |
| 322 | 2026-08-07T18:51:03.808Z | Downloaded csv-core v0.1.12 |
| 323 | 2026-08-07T18:51:03.808Z | Downloaded chacha20 v0.9.1 |
| 324 | 2026-08-07T18:51:03.808Z | Downloaded find-msvc-tools v0.1.9 |
| 325 | 2026-08-07T18:51:03.808Z | Downloaded is_ci v1.2.0 |
| 326 | 2026-08-07T18:51:03.808Z | Downloaded glob v0.3.3 |
| 327 | 2026-08-07T18:51:03.808Z | Downloaded keccak v0.1.6 |
| 328 | 2026-08-07T18:51:03.808Z | Downloaded hostname v0.4.2 |
| 329 | 2026-08-07T18:51:03.811Z | Downloaded lazy_static v1.5.0 |
| 330 | 2026-08-07T18:51:03.811Z | Downloaded globset v0.4.16 |
| 331 | 2026-08-07T18:51:03.811Z | Downloaded humantime v2.3.0 |
| 332 | 2026-08-07T18:51:03.814Z | Downloaded crossbeam-deque v0.8.6 |
| 333 | 2026-08-07T18:51:03.817Z | Downloaded const_format_proc_macros v0.2.34 |
| 334 | 2026-08-07T18:51:03.820Z | Downloaded cargo_metadata v0.18.1 |
| 335 | 2026-08-07T18:51:03.820Z | Downloaded hmac v0.12.1 |
| 336 | 2026-08-07T18:51:03.823Z | Downloaded daft-derive v0.1.5 |
| 337 | 2026-08-07T18:51:03.827Z | Downloaded match_cfg v0.1.0 |
| 338 | 2026-08-07T18:51:03.830Z | Downloaded libscf-sys v1.2.0 |
| 339 | 2026-08-07T18:51:03.830Z | Downloaded httpdate v1.0.3 |
| 340 | 2026-08-07T18:51:03.834Z | Downloaded lru-cache v0.1.2 |
| 341 | 2026-08-07T18:51:03.834Z | Downloaded arrayvec v0.7.6 |
| 342 | 2026-08-07T18:51:03.837Z | Downloaded managed v0.8.0 |
| 343 | 2026-08-07T18:51:03.839Z | Downloaded lru-slab v0.1.2 |
| 344 | 2026-08-07T18:51:03.839Z | Downloaded kstat-rs v0.2.4 |
| 345 | 2026-08-07T18:51:03.842Z | Downloaded ingot-types v0.1.2 |
| 346 | 2026-08-07T18:51:03.842Z | Downloaded fs-err v3.1.2 |
| 347 | 2026-08-07T18:51:03.845Z | Downloaded either v1.15.0 |
| 348 | 2026-08-07T18:51:03.848Z | Downloaded newtype-uuid-macros v0.1.0 |
| 349 | 2026-08-07T18:51:03.848Z | Downloaded clap_derive v4.6.1 |
| 350 | 2026-08-07T18:51:03.854Z | Downloaded macaddr v1.0.1 |
| 351 | 2026-08-07T18:51:03.857Z | Downloaded const_format v0.2.34 |
| 352 | 2026-08-07T18:51:03.857Z | Downloaded mime v0.3.17 |
| 353 | 2026-08-07T18:51:03.860Z | Downloaded newtype_derive v0.1.6 |
| 354 | 2026-08-07T18:51:03.860Z | Downloaded darling v0.21.3 |
| 355 | 2026-08-07T18:51:03.864Z | Downloaded ipnet v2.11.0 |
| 356 | 2026-08-07T18:51:03.866Z | Downloaded ingot v0.1.1 |
| 357 | 2026-08-07T18:51:03.869Z | Downloaded num_enum_derive v0.5.11 |
| 358 | 2026-08-07T18:51:03.869Z | Downloaded num-derive v0.4.2 |
| 359 | 2026-08-07T18:51:03.872Z | Downloaded num-conv v0.2.1 |
| 360 | 2026-08-07T18:51:03.875Z | Downloaded ipnetwork v0.21.1 |
| 361 | 2026-08-07T18:51:03.875Z | Downloaded libsw v3.5.0 |
| 362 | 2026-08-07T18:51:03.878Z | Downloaded crossbeam-epoch v0.9.18 |
| 363 | 2026-08-07T18:51:03.881Z | Downloaded deranged v0.5.3 |
| 364 | 2026-08-07T18:51:03.884Z | Downloaded getrandom v0.2.16 |
| 365 | 2026-08-07T18:51:03.884Z | Downloaded linked-hash-map v0.5.6 |
| 366 | 2026-08-07T18:51:03.887Z | Downloaded openssl-macros v0.1.1 |
| 367 | 2026-08-07T18:51:03.887Z | Downloaded opaque-debug v0.3.1 |
| 368 | 2026-08-07T18:51:03.890Z | Downloaded elliptic-curve v0.13.8 |
| 369 | 2026-08-07T18:51:03.893Z | Downloaded parse-display v0.10.0 |
| 370 | 2026-08-07T18:51:03.898Z | Downloaded http-body-util v0.1.3 |
| 371 | 2026-08-07T18:51:03.898Z | Downloaded bitflags v2.11.1 |
| 372 | 2026-08-07T18:51:03.901Z | Downloaded omicron-workspace-hack v0.1.0 |
| 373 | 2026-08-07T18:51:03.901Z | Downloaded openssl-probe v0.1.6 |
| 374 | 2026-08-07T18:51:03.906Z | Downloaded hybrid-array v0.4.12 |
| 375 | 2026-08-07T18:51:03.911Z | Downloaded num_threads v0.1.7 |
| 376 | 2026-08-07T18:51:03.911Z | Downloaded cancel-safe-futures v0.1.5 |
| 377 | 2026-08-07T18:51:03.911Z | Downloaded ingot-macros v0.1.1 |
| 378 | 2026-08-07T18:51:03.914Z | Downloaded native-tls v0.2.14 |
| 379 | 2026-08-07T18:51:03.914Z | Downloaded multer v3.1.0 |
| 380 | 2026-08-07T18:51:03.917Z | Downloaded olpc-cjson v0.1.4 |
| 381 | 2026-08-07T18:51:03.917Z | Downloaded num-iter v0.1.45 |
| 382 | 2026-08-07T18:51:03.922Z | Downloaded colored v3.1.1 |
| 383 | 2026-08-07T18:51:03.924Z | Downloaded libloading v0.8.9 |
| 384 | 2026-08-07T18:51:03.925Z | Downloaded lock_api v0.4.14 |
| 385 | 2026-08-07T18:51:03.925Z | Downloaded linear-map v1.2.0 |
| 386 | 2026-08-07T18:51:03.928Z | Downloaded plain v0.2.3 |
| 387 | 2026-08-07T18:51:03.931Z | Downloaded num-complex v0.4.6 |
| 388 | 2026-08-07T18:51:03.931Z | Downloaded num v0.4.3 |
| 389 | 2026-08-07T18:51:03.933Z | Downloaded newtype-uuid v1.3.2 |
| 390 | 2026-08-07T18:51:03.934Z | Downloaded memoffset v0.9.1 |
| 391 | 2026-08-07T18:51:03.936Z | Downloaded proc-macro-error-attr v1.0.4 |
| 392 | 2026-08-07T18:51:03.936Z | Downloaded proc-macro-crate v1.3.1 |
| 393 | 2026-08-07T18:51:03.942Z | Downloaded pretty-hex v0.4.1 |
| 394 | 2026-08-07T18:51:03.942Z | Downloaded num_enum_derive v0.7.5 |
| 395 | 2026-08-07T18:51:03.948Z | Downloaded httparse v1.10.1 |
| 396 | 2026-08-07T18:51:03.949Z | Downloaded progenitor-macro v0.11.1 |
| 397 | 2026-08-07T18:51:03.951Z | Downloaded num_enum v0.5.11 |
| 398 | 2026-08-07T18:51:03.951Z | Downloaded libsw-core v0.3.2 |
| 399 | 2026-08-07T18:51:03.952Z | Downloaded getrandom v0.3.3 |
| 400 | 2026-08-07T18:51:03.955Z | Downloaded phf_shared v0.12.1 |
| 401 | 2026-08-07T18:51:03.958Z | Downloaded camino v1.2.3 |
| 402 | 2026-08-07T18:51:03.958Z | Downloaded potential_utf v0.1.3 |
| 403 | 2026-08-07T18:51:03.961Z | Downloaded getrandom v0.4.2 |
| 404 | 2026-08-07T18:51:03.964Z | Downloaded quick-error v1.2.3 |
| 405 | 2026-08-07T18:51:03.967Z | Downloaded rand_chacha v0.3.1 |
| 406 | 2026-08-07T18:51:03.967Z | Downloaded parse-display-derive v0.10.0 |
| 407 | 2026-08-07T18:51:03.970Z | Downloaded progenitor-client v0.11.1 |
| 408 | 2026-08-07T18:51:03.970Z | Downloaded paste v1.0.15 |
| 409 | 2026-08-07T18:51:03.973Z | Downloaded icu_properties v2.0.1 |
| 410 | 2026-08-07T18:51:03.976Z | Downloaded password-hash v0.5.0 |
| 411 | 2026-08-07T18:51:03.976Z | Downloaded owo-colors v4.3.0 |
| 412 | 2026-08-07T18:51:03.980Z | Downloaded pin-project-internal v1.1.10 |
| 413 | 2026-08-07T18:51:03.984Z | Downloaded progenitor-client v0.14.0 |
| 414 | 2026-08-07T18:51:03.984Z | Downloaded progenitor-client v0.10.0 |
| 415 | 2026-08-07T18:51:03.984Z | Downloaded progenitor-macro v0.10.0 |
| 416 | 2026-08-07T18:51:03.987Z | Downloaded icu_provider v2.0.0 |
| 417 | 2026-08-07T18:51:03.987Z | Downloaded ref-cast-impl v1.0.25 |
| 418 | 2026-08-07T18:51:03.990Z | Downloaded ref-cast v1.0.25 |
| 419 | 2026-08-07T18:51:03.990Z | Downloaded icu_normalizer v2.0.0 |
| 420 | 2026-08-07T18:51:03.993Z | Downloaded rand_xorshift v0.4.0 |
| 421 | 2026-08-07T18:51:03.996Z | Downloaded half v2.7.1 |
| 422 | 2026-08-07T18:51:03.999Z | Downloaded chacha20poly1305 v0.10.1 |
| 423 | 2026-08-07T18:51:03.999Z | Downloaded rustc_version v0.1.7 |
| 424 | 2026-08-07T18:51:04.002Z | Downloaded litemap v0.8.0 |
| 425 | 2026-08-07T18:51:04.003Z | Downloaded proc-macro-error v1.0.4 |
| 426 | 2026-08-07T18:51:04.006Z | Downloaded percent-encoding v2.3.2 |
| 427 | 2026-08-07T18:51:04.011Z | Downloaded rustc-hash v2.1.1 |
| 428 | 2026-08-07T18:51:04.011Z | Downloaded progenitor v0.11.1 |
| 429 | 2026-08-07T18:51:04.015Z | Downloaded progenitor v0.10.0 |
| 430 | 2026-08-07T18:51:04.015Z | Downloaded proc-macro-error2 v2.0.1 |
| 431 | 2026-08-07T18:51:04.018Z | Downloaded poly1305 v0.8.0 |
| 432 | 2026-08-07T18:51:04.018Z | Downloaded heapless v0.8.0 |
| 433 | 2026-08-07T18:51:04.022Z | Downloaded flate2 v1.1.2 |
| 434 | 2026-08-07T18:51:04.024Z | Downloaded oxnet v0.1.6 |
| 435 | 2026-08-07T18:51:04.027Z | Downloaded drift v0.2.0 |
| 436 | 2026-08-07T18:51:04.032Z | Downloaded rustc_version v0.4.1 |
| 437 | 2026-08-07T18:51:04.034Z | Downloaded phf v0.12.1 |
| 438 | 2026-08-07T18:51:04.037Z | Downloaded scopeguard v1.2.0 |
| 439 | 2026-08-07T18:51:04.037Z | Downloaded pest_generator v2.8.2 |
| 440 | 2026-08-07T18:51:04.040Z | Downloaded secrecy v0.10.3 |
| 441 | 2026-08-07T18:51:04.040Z | Downloaded oxide-tokio-rt v0.1.2 |
| 442 | 2026-08-07T18:51:04.043Z | Downloaded pin-project-lite v0.2.16 |
| 443 | 2026-08-07T18:51:04.046Z | Downloaded progenitor v0.14.0 |
| 444 | 2026-08-07T18:51:04.049Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 445 | 2026-08-07T18:51:04.049Z | Downloaded num-rational v0.4.2 |
| 446 | 2026-08-07T18:51:04.052Z | Downloaded pest_meta v2.8.2 |
| 447 | 2026-08-07T18:51:04.052Z | Downloaded scroll_derive v0.13.1 |
| 448 | 2026-08-07T18:51:04.055Z | Downloaded rand_core v0.9.3 |
| 449 | 2026-08-07T18:51:04.055Z | Downloaded rand_chacha v0.9.0 |
| 450 | 2026-08-07T18:51:04.062Z | Downloaded search_path v0.1.4 |
| 451 | 2026-08-07T18:51:04.062Z | Downloaded serde-big-array v0.5.1 |
| 452 | 2026-08-07T18:51:04.065Z | Downloaded scroll_derive v0.12.1 |
| 453 | 2026-08-07T18:51:04.065Z | Downloaded crypto-bigint v0.5.5 |
| 454 | 2026-08-07T18:51:04.068Z | Downloaded bytes v1.12.0 |
| 455 | 2026-08-07T18:51:04.071Z | Downloaded indexmap v1.9.3 |
| 456 | 2026-08-07T18:51:04.071Z | Downloaded log v0.4.29 |
| 457 | 2026-08-07T18:51:04.074Z | Downloaded base64 v0.22.1 |
| 458 | 2026-08-07T18:51:04.077Z | Downloaded serde_urlencoded v0.7.1 |
| 459 | 2026-08-07T18:51:04.079Z | Downloaded ppv-lite86 v0.2.21 |
| 460 | 2026-08-07T18:51:04.080Z | Downloaded quote v1.0.45 |
| 461 | 2026-08-07T18:51:04.083Z | Downloaded semver v0.1.20 |
| 462 | 2026-08-07T18:51:04.083Z | Downloaded resolv-conf v0.7.5 |
| 463 | 2026-08-07T18:51:04.086Z | Downloaded pkg-config v0.3.32 |
| 464 | 2026-08-07T18:51:04.086Z | Downloaded rusty-fork v0.3.0 |
| 465 | 2026-08-07T18:51:04.088Z | Downloaded rustversion v1.0.22 |
| 466 | 2026-08-07T18:51:04.091Z | Downloaded pest_derive v2.8.2 |
| 467 | 2026-08-07T18:51:04.091Z | Downloaded hickory-resolver v0.25.2 |
| 468 | 2026-08-07T18:51:04.096Z | Downloaded once_cell v1.21.3 |
| 469 | 2026-08-07T18:51:04.100Z | Downloaded omicron-zone-package v0.12.2 |
| 470 | 2026-08-07T18:51:04.100Z | Downloaded hickory-resolver v0.24.4 |
| 471 | 2026-08-07T18:51:04.103Z | Downloaded dropshot-api-manager v0.7.2 |
| 472 | 2026-08-07T18:51:04.106Z | Downloaded sha1 v0.10.6 |
| 473 | 2026-08-07T18:51:04.111Z | Downloaded serde_spanned v1.1.1 |
| 474 | 2026-08-07T18:51:04.111Z | Downloaded serde_spanned v0.6.9 |
| 475 | 2026-08-07T18:51:04.114Z | Downloaded parking_lot v0.12.5 |
| 476 | 2026-08-07T18:51:04.114Z | Downloaded sigpipe v0.1.3 |
| 477 | 2026-08-07T18:51:04.114Z | Downloaded schemars_derive v0.8.22 |
| 478 | 2026-08-07T18:51:04.118Z | Downloaded same-file v1.0.6 |
| 479 | 2026-08-07T18:51:04.118Z | Downloaded postcard v1.1.3 |
| 480 | 2026-08-07T18:51:04.122Z | Downloaded papergrid v0.18.0 |
| 481 | 2026-08-07T18:51:04.125Z | Downloaded siphasher v1.0.1 |
| 482 | 2026-08-07T18:51:04.125Z | Downloaded parking_lot_core v0.9.12 |
| 483 | 2026-08-07T18:51:04.125Z | Downloaded num-traits v0.2.19 |
| 484 | 2026-08-07T18:51:04.128Z | Downloaded jiff-static v0.2.15 |
| 485 | 2026-08-07T18:51:04.128Z | Downloaded icu_collections v2.0.0 |
| 486 | 2026-08-07T18:51:04.145Z | Downloaded strsim v0.11.1 |
| 487 | 2026-08-07T18:51:04.148Z | Downloaded async-compression v0.4.33 |
| 488 | 2026-08-07T18:51:04.150Z | Downloaded stable_deref_trait v1.2.0 |
| 489 | 2026-08-07T18:51:04.154Z | Downloaded smawk v0.3.2 |
| 490 | 2026-08-07T18:51:04.154Z | Downloaded serde_path_to_error v0.1.20 |
| 491 | 2026-08-07T18:51:04.154Z | Downloaded slog-bunyan v2.5.0 |
| 492 | 2026-08-07T18:51:04.157Z | Downloaded scroll v0.13.0 |
| 493 | 2026-08-07T18:51:04.157Z | Downloaded scroll v0.12.0 |
| 494 | 2026-08-07T18:51:04.157Z | Downloaded rand_core v0.6.4 |
| 495 | 2026-08-07T18:51:04.160Z | Downloaded pin-project v1.1.10 |
| 496 | 2026-08-07T18:51:04.165Z | Downloaded strum v0.26.3 |
| 497 | 2026-08-07T18:51:04.168Z | Downloaded structmeta-derive v0.3.0 |
| 498 | 2026-08-07T18:51:04.168Z | Downloaded subtle v2.6.1 |
| 499 | 2026-08-07T18:51:04.171Z | Downloaded hashbrown v0.12.3 |
| 500 | 2026-08-07T18:51:04.171Z | Downloaded serde_derive_internals v0.29.1 |
| 501 | 2026-08-07T18:51:04.175Z | Downloaded hyper-util v0.1.20 |
| 502 | 2026-08-07T18:51:04.178Z | Downloaded openssl-sys v0.9.117 |
| 503 | 2026-08-07T18:51:04.182Z | Downloaded sha2 v0.10.9 |
| 504 | 2026-08-07T18:51:04.182Z | Downloaded derive_more v0.99.20 |
| 505 | 2026-08-07T18:51:04.185Z | Downloaded tagptr v0.2.0 |
| 506 | 2026-08-07T18:51:04.185Z | Downloaded tabled_derive v0.7.0 |
| 507 | 2026-08-07T18:51:04.188Z | Downloaded sync_wrapper v1.0.2 |
| 508 | 2026-08-07T18:51:04.188Z | Downloaded supports-color v3.0.2 |
| 509 | 2026-08-07T18:51:04.188Z | Downloaded strum v0.28.0 |
| 510 | 2026-08-07T18:51:04.188Z | Downloaded strum v0.27.2 |
| 511 | 2026-08-07T18:51:04.191Z | Downloaded slog-term v2.9.2 |
| 512 | 2026-08-07T18:51:04.192Z | Downloaded slog-json v2.6.1 |
| 513 | 2026-08-07T18:51:04.197Z | Downloaded take_mut v0.2.2 |
| 514 | 2026-08-07T18:51:04.197Z | Downloaded swrite v0.1.0 |
| 515 | 2026-08-07T18:51:04.198Z | Downloaded signal-hook-registry v1.4.6 |
| 516 | 2026-08-07T18:51:04.201Z | Downloaded miniz_oxide v0.8.9 |
| 517 | 2026-08-07T18:51:04.201Z | Downloaded testing_table v0.3.0 |
| 518 | 2026-08-07T18:51:04.201Z | Downloaded termtree v0.5.1 |
| 519 | 2026-08-07T18:51:04.201Z | Downloaded terminal_size v0.4.3 |
| 520 | 2026-08-07T18:51:04.201Z | Downloaded slab v0.4.11 |
| 521 | 2026-08-07T18:51:04.204Z | Downloaded semver v1.0.28 |
| 522 | 2026-08-07T18:51:04.204Z | Downloaded static_assertions v1.1.0 |
| 523 | 2026-08-07T18:51:04.204Z | Downloaded ryu v1.0.20 |
| 524 | 2026-08-07T18:51:04.208Z | Downloaded slog-dtrace v0.3.0 |
| 525 | 2026-08-07T18:51:04.208Z | Downloaded smf v0.2.3 |
| 526 | 2026-08-07T18:51:04.212Z | Downloaded slog-async v2.8.0 |
| 527 | 2026-08-07T18:51:04.212Z | Downloaded sha1 v0.11.0 |
| 528 | 2026-08-07T18:51:04.212Z | Downloaded structmeta v0.3.0 |
| 529 | 2026-08-07T18:51:04.216Z | Downloaded thread-id v4.2.2 |
| 530 | 2026-08-07T18:51:04.216Z | Downloaded progenitor-impl v0.10.0 |
| 531 | 2026-08-07T18:51:04.216Z | Downloaded proc-macro2 v1.0.106 |
| 532 | 2026-08-07T18:51:04.219Z | Downloaded prettyplease v0.2.37 |
| 533 | 2026-08-07T18:51:04.219Z | Downloaded curl v0.4.50 |
| 534 | 2026-08-07T18:51:04.222Z | Downloaded progenitor-impl v0.11.1 |
| 535 | 2026-08-07T18:51:04.225Z | Downloaded serde_with_macros v3.14.1 |
| 536 | 2026-08-07T18:51:04.225Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 537 | 2026-08-07T18:51:04.229Z | Downloaded signal-hook-tokio v0.4.0 |
| 538 | 2026-08-07T18:51:04.229Z | Downloaded toml_datetime v0.6.11 |
| 539 | 2026-08-07T18:51:04.229Z | Downloaded shlex v2.0.1 |
| 540 | 2026-08-07T18:51:04.230Z | Downloaded shlex v1.3.0 |
| 541 | 2026-08-07T18:51:04.233Z | Downloaded serde_tokenstream v0.2.3 |
| 542 | 2026-08-07T18:51:04.233Z | Downloaded quinn-udp v0.5.14 |
| 543 | 2026-08-07T18:51:04.233Z | Downloaded cc v1.2.64 |
| 544 | 2026-08-07T18:51:04.238Z | Downloaded tinyvec_macros v0.1.1 |
| 545 | 2026-08-07T18:51:04.238Z | Downloaded time-core v0.1.8 |
| 546 | 2026-08-07T18:51:04.238Z | Downloaded strum_macros v0.27.2 |
| 547 | 2026-08-07T18:51:04.241Z | Downloaded strum_macros v0.26.4 |
| 548 | 2026-08-07T18:51:04.241Z | Downloaded rustls-pemfile v2.2.0 |
| 549 | 2026-08-07T18:51:04.241Z | Downloaded papergrid v0.11.0 |
| 550 | 2026-08-07T18:51:04.244Z | Downloaded serde_repr v0.1.20 |
| 551 | 2026-08-07T18:51:04.248Z | Downloaded smallvec v1.15.1 |
| 552 | 2026-08-07T18:51:04.248Z | Downloaded serde_plain v1.0.2 |
| 553 | 2026-08-07T18:51:04.248Z | Downloaded tokio-macros v2.7.0 |
| 554 | 2026-08-07T18:51:04.252Z | Downloaded tabwriter v1.4.1 |
| 555 | 2026-08-07T18:51:04.252Z | Downloaded darling_core v0.21.3 |
| 556 | 2026-08-07T18:51:04.256Z | Downloaded crossbeam-channel v0.5.15 |
| 557 | 2026-08-07T18:51:04.256Z | Downloaded num_enum v0.7.5 |
| 558 | 2026-08-07T18:51:04.259Z | Downloaded rustls-pki-types v1.12.0 |
| 559 | 2026-08-07T18:51:04.262Z | Downloaded synstructure v0.13.2 |
| 560 | 2026-08-07T18:51:04.262Z | Downloaded signal-hook v0.4.4 |
| 561 | 2026-08-07T18:51:04.266Z | Downloaded icu_normalizer_data v2.0.0 |
| 562 | 2026-08-07T18:51:04.266Z | Downloaded icu_locale_core v2.0.0 |
| 563 | 2026-08-07T18:51:04.269Z | Downloaded thiserror-impl v2.0.18 |
| 564 | 2026-08-07T18:51:04.275Z | Downloaded serde_derive v1.0.228 |
| 565 | 2026-08-07T18:51:04.275Z | Downloaded tower-layer v0.3.3 |
| 566 | 2026-08-07T18:51:04.279Z | Downloaded progenitor-impl v0.14.0 |
| 567 | 2026-08-07T18:51:04.279Z | Downloaded serde_core v1.0.228 |
| 568 | 2026-08-07T18:51:04.279Z | Downloaded snafu-derive v0.8.9 |
| 569 | 2026-08-07T18:51:04.279Z | Downloaded topological-sort v0.2.2 |
| 570 | 2026-08-07T18:51:04.279Z | Downloaded spin v0.9.8 |
| 571 | 2026-08-07T18:51:04.282Z | Downloaded tower-service v0.3.3 |
| 572 | 2026-08-07T18:51:04.282Z | Downloaded toml_write v0.1.2 |
| 573 | 2026-08-07T18:51:04.282Z | Downloaded thiserror v2.0.18 |
| 574 | 2026-08-07T18:51:04.285Z | Downloaded thiserror v1.0.69 |
| 575 | 2026-08-07T18:51:04.294Z | Downloaded tinystr v0.8.1 |
| 576 | 2026-08-07T18:51:04.300Z | Downloaded thread-id v5.0.0 |
| 577 | 2026-08-07T18:51:04.300Z | Downloaded try-lock v0.2.5 |
| 578 | 2026-08-07T18:51:04.300Z | Downloaded tokio-rustls v0.25.0 |
| 579 | 2026-08-07T18:51:04.305Z | Downloaded time-macros v0.2.27 |
| 580 | 2026-08-07T18:51:04.305Z | Downloaded thread_local v1.1.9 |
| 581 | 2026-08-07T18:51:04.305Z | Downloaded thiserror-no-std v2.0.2 |
| 582 | 2026-08-07T18:51:04.305Z | Downloaded thiserror-impl v1.0.69 |
| 583 | 2026-08-07T18:51:04.309Z | Downloaded minimal-lexical v0.2.1 |
| 584 | 2026-08-07T18:51:04.309Z | Downloaded unarray v0.1.4 |
| 585 | 2026-08-07T18:51:04.309Z | Downloaded schemars v0.9.0 |
| 586 | 2026-08-07T18:51:04.316Z | Downloaded schemars v0.8.22 |
| 587 | 2026-08-07T18:51:04.321Z | Downloaded typify-macro v0.4.3 |
| 588 | 2026-08-07T18:51:04.324Z | Downloaded tokio-dtrace v0.1.1 |
| 589 | 2026-08-07T18:51:04.324Z | Downloaded similar v2.7.0 |
| 590 | 2026-08-07T18:51:04.327Z | Downloaded usdt-attr-macro v0.5.0 |
| 591 | 2026-08-07T18:51:04.327Z | Downloaded untrusted v0.7.1 |
| 592 | 2026-08-07T18:51:04.327Z | Downloaded universal-hash v0.5.1 |
| 593 | 2026-08-07T18:51:04.330Z | Downloaded unicode-linebreak v0.1.5 |
| 594 | 2026-08-07T18:51:04.331Z | Downloaded term v1.2.0 |
| 595 | 2026-08-07T18:51:04.331Z | Downloaded memchr v2.7.5 |
| 596 | 2026-08-07T18:51:04.334Z | Downloaded strum_macros v0.28.0 |
| 597 | 2026-08-07T18:51:04.337Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 598 | 2026-08-07T18:51:04.337Z | Downloaded socket2 v0.5.10 |
| 599 | 2026-08-07T18:51:04.337Z | Downloaded quinn v0.11.9 |
| 600 | 2026-08-07T18:51:04.341Z | Downloaded hashbrown v0.17.1 |
| 601 | 2026-08-07T18:51:04.347Z | Downloaded version_check v0.9.5 |
| 602 | 2026-08-07T18:51:04.347Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 603 | 2026-08-07T18:51:04.347Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 604 | 2026-08-07T18:51:04.350Z | Downloaded usdt-macro v0.5.0 |
| 605 | 2026-08-07T18:51:04.350Z | Downloaded usdt v0.5.0 |
| 606 | 2026-08-07T18:51:04.350Z | Downloaded usdt v0.6.0 |
| 607 | 2026-08-07T18:51:04.350Z | Downloaded utf8_iter v1.0.4 |
| 608 | 2026-08-07T18:51:04.350Z | Downloaded unicode-xid v0.2.6 |
| 609 | 2026-08-07T18:51:04.350Z | Downloaded typify-macro v0.6.2 |
| 610 | 2026-08-07T18:51:04.350Z | Downloaded tokio-native-tls v0.3.1 |
| 611 | 2026-08-07T18:51:04.355Z | Downloaded utf8parse v0.2.2 |
| 612 | 2026-08-07T18:51:04.355Z | Downloaded usdt-macro v0.6.0 |
| 613 | 2026-08-07T18:51:04.355Z | Downloaded wait-timeout v0.2.1 |
| 614 | 2026-08-07T18:51:04.355Z | Downloaded waitgroup v0.1.2 |
| 615 | 2026-08-07T18:51:04.358Z | Downloaded tempfile v3.27.0 |
| 616 | 2026-08-07T18:51:04.358Z | Downloaded socket2 v0.6.4 |
| 617 | 2026-08-07T18:51:04.358Z | Downloaded want v0.3.1 |
| 618 | 2026-08-07T18:51:04.358Z | Downloaded slog v2.8.2 |
| 619 | 2026-08-07T18:51:04.362Z | Downloaded rayon-core v1.13.0 |
| 620 | 2026-08-07T18:51:04.362Z | Downloaded hashbrown v0.15.5 |
| 621 | 2026-08-07T18:51:04.365Z | Downloaded http v1.4.2 |
| 622 | 2026-08-07T18:51:04.368Z | Downloaded indexmap v2.14.0 |
| 623 | 2026-08-07T18:51:04.372Z | Downloaded serde_yaml v0.9.34+deprecated |
| 624 | 2026-08-07T18:51:04.372Z | Downloaded tokio-stream v0.1.17 |
| 625 | 2026-08-07T18:51:04.375Z | Downloaded tokio-rustls v0.26.4 |
| 626 | 2026-08-07T18:51:04.375Z | Downloaded memmap2 v0.9.8 |
| 627 | 2026-08-07T18:51:04.378Z | Downloaded num-integer v0.1.46 |
| 628 | 2026-08-07T18:51:04.378Z | Downloaded powerfmt v0.2.0 |
| 629 | 2026-08-07T18:51:04.378Z | Downloaded jobserver v0.1.34 |
| 630 | 2026-08-07T18:51:04.382Z | Downloaded progenitor-macro v0.14.0 |
| 631 | 2026-08-07T18:51:04.382Z | Downloaded pem v3.0.5 |
| 632 | 2026-08-07T18:51:04.382Z | Downloaded allocator-api2 v0.2.21 |
| 633 | 2026-08-07T18:51:04.385Z | Downloaded xattr v1.6.1 |
| 634 | 2026-08-07T18:51:04.385Z | Downloaded iana-time-zone v0.1.64 |
| 635 | 2026-08-07T18:51:04.388Z | Downloaded hyper-rustls v0.27.7 |
| 636 | 2026-08-07T18:51:04.388Z | Downloaded const-oid v0.10.2 |
| 637 | 2026-08-07T18:51:04.391Z | Downloaded filetime v0.2.26 |
| 638 | 2026-08-07T18:51:04.391Z | Downloaded crc32fast v1.5.0 |
| 639 | 2026-08-07T18:51:04.391Z | Downloaded compression-codecs v0.4.32 |
| 640 | 2026-08-07T18:51:04.395Z | Downloaded blake2 v0.10.6 |
| 641 | 2026-08-07T18:51:04.395Z | Downloaded newline-converter v0.3.0 |
| 642 | 2026-08-07T18:51:04.400Z | Downloaded memmap v0.7.0 |
| 643 | 2026-08-07T18:51:04.400Z | Downloaded crossbeam-utils v0.8.21 |
| 644 | 2026-08-07T18:51:04.400Z | Downloaded zerofrom v0.1.6 |
| 645 | 2026-08-07T18:51:04.400Z | Downloaded yoke-derive v0.8.0 |
| 646 | 2026-08-07T18:51:04.400Z | Downloaded console v0.15.11 |
| 647 | 2026-08-07T18:51:04.403Z | Downloaded snafu v0.8.9 |
| 648 | 2026-08-07T18:51:04.406Z | Downloaded untrusted v0.9.0 |
| 649 | 2026-08-07T18:51:04.406Z | Downloaded qorb v0.4.1 |
| 650 | 2026-08-07T18:51:04.410Z | Downloaded usdt-impl v0.5.0 |
| 651 | 2026-08-07T18:51:04.410Z | Downloaded usdt-attr-macro v0.6.0 |
| 652 | 2026-08-07T18:51:04.410Z | Downloaded test-strategy v0.4.3 |
| 653 | 2026-08-07T18:51:04.413Z | Downloaded zerofrom-derive v0.1.6 |
| 654 | 2026-08-07T18:51:04.413Z | Downloaded rustls-webpki v0.103.6 |
| 655 | 2026-08-07T18:51:04.416Z | Downloaded toml v0.8.23 |
| 656 | 2026-08-07T18:51:04.416Z | Downloaded serde v1.0.228 |
| 657 | 2026-08-07T18:51:04.420Z | Downloaded mio v1.2.1 |
| 658 | 2026-08-07T18:51:04.423Z | Downloaded zeroize_derive v1.4.3 |
| 659 | 2026-08-07T18:51:04.423Z | Downloaded walkdir v2.5.0 |
| 660 | 2026-08-07T18:51:04.423Z | Downloaded clang-sys v1.8.1 |
| 661 | 2026-08-07T18:51:04.427Z | Downloaded zone_cfg_derive v0.3.1 |
| 662 | 2026-08-07T18:51:04.427Z | Downloaded vsss-rs v3.3.4 |
| 663 | 2026-08-07T18:51:04.427Z | Downloaded anyhow v1.0.102 |
| 664 | 2026-08-07T18:51:04.430Z | Downloaded whoami v1.6.1 |
| 665 | 2026-08-07T18:51:04.430Z | Downloaded argon2 v0.5.3 |
| 666 | 2026-08-07T18:51:04.430Z | Downloaded zone v0.3.1 |
| 667 | 2026-08-07T18:51:04.435Z | Downloaded camino-tempfile v1.4.1 |
| 668 | 2026-08-07T18:51:04.435Z | Downloaded rand v0.8.5 |
| 669 | 2026-08-07T18:51:04.438Z | Downloaded textwrap v0.16.2 |
| 670 | 2026-08-07T18:51:04.438Z | Downloaded tracing-attributes v0.1.30 |
| 671 | 2026-08-07T18:51:04.438Z | Downloaded defmt-macros v1.0.1 |
| 672 | 2026-08-07T18:51:04.441Z | Downloaded base64ct v1.8.0 |
| 673 | 2026-08-07T18:51:04.441Z | Downloaded fs_extra v1.3.0 |
| 674 | 2026-08-07T18:51:04.441Z | Downloaded clap v4.6.1 |
| 675 | 2026-08-07T18:51:04.449Z | Downloaded yoke v0.8.0 |
| 676 | 2026-08-07T18:51:04.453Z | Downloaded scuffle v0.1.0 |
| 677 | 2026-08-07T18:51:04.453Z | Downloaded rand v0.9.3 |
| 678 | 2026-08-07T18:51:04.453Z | Downloaded tinyvec v1.10.0 |
| 679 | 2026-08-07T18:51:04.456Z | Downloaded iri-string v0.7.8 |
| 680 | 2026-08-07T18:51:04.459Z | Downloaded itoa v1.0.15 |
| 681 | 2026-08-07T18:51:04.459Z | Downloaded foldhash v0.1.5 |
| 682 | 2026-08-07T18:51:04.459Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 683 | 2026-08-07T18:51:04.462Z | Downloaded itertools v0.12.1 |
| 684 | 2026-08-07T18:51:04.466Z | Downloaded hyper v1.10.1 |
| 685 | 2026-08-07T18:51:04.469Z | Downloaded zmij v1.0.17 |
| 686 | 2026-08-07T18:51:04.469Z | Downloaded zerovec-derive v0.11.1 |
| 687 | 2026-08-07T18:51:04.472Z | Downloaded zeroize v1.8.1 |
| 688 | 2026-08-07T18:51:04.472Z | Downloaded toml v0.7.8 |
| 689 | 2026-08-07T18:51:04.475Z | Downloaded tar v0.4.45 |
| 690 | 2026-08-07T18:51:04.475Z | Downloaded nom v7.1.3 |
| 691 | 2026-08-07T18:51:04.482Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 692 | 2026-08-07T18:51:04.482Z | Downloaded steno v0.4.1 |
| 693 | 2026-08-07T18:51:04.485Z | Downloaded fnv v1.0.7 |
| 694 | 2026-08-07T18:51:04.485Z | Downloaded erased-serde v0.3.31 |
| 695 | 2026-08-07T18:51:04.485Z | Downloaded daft v0.1.5 |
| 696 | 2026-08-07T18:51:04.485Z | Downloaded ciborium v0.2.2 |
| 697 | 2026-08-07T18:51:04.485Z | Downloaded bit-vec v0.8.0 |
| 698 | 2026-08-07T18:51:04.488Z | Downloaded cexpr v0.6.0 |
| 699 | 2026-08-07T18:51:04.488Z | Downloaded byteorder v1.5.0 |
| 700 | 2026-08-07T18:51:04.489Z | Downloaded autocfg v1.5.0 |
| 701 | 2026-08-07T18:51:04.492Z | Downloaded vergen v8.3.2 |
| 702 | 2026-08-07T18:51:04.492Z | Downloaded anstyle-parse v1.0.0 |
| 703 | 2026-08-07T18:51:04.492Z | Downloaded instant v0.1.13 |
| 704 | 2026-08-07T18:51:04.496Z | Downloaded hashbrown v0.16.1 |
| 705 | 2026-08-07T18:51:04.496Z | Downloaded iddqd v0.3.18 |
| 706 | 2026-08-07T18:51:04.501Z | Downloaded unicode-ident v1.0.24 |
| 707 | 2026-08-07T18:51:04.504Z | Downloaded typify v0.6.2 |
| 708 | 2026-08-07T18:51:04.504Z | Downloaded typify v0.4.3 |
| 709 | 2026-08-07T18:51:04.507Z | Downloaded writeable v0.6.1 |
| 710 | 2026-08-07T18:51:04.507Z | Downloaded schemars v1.2.0 |
| 711 | 2026-08-07T18:51:04.513Z | Downloaded libm v0.2.15 |
| 712 | 2026-08-07T18:51:04.519Z | Downloaded zerocopy-derive v0.7.35 |
| 713 | 2026-08-07T18:51:04.522Z | Downloaded clap_builder v4.6.0 |
| 714 | 2026-08-07T18:51:04.525Z | Downloaded toml_edit v0.22.27 |
| 715 | 2026-08-07T18:51:04.529Z | Downloaded chrono v0.4.45 |
| 716 | 2026-08-07T18:51:04.532Z | Downloaded itertools v0.14.0 |
| 717 | 2026-08-07T18:51:04.536Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 718 | 2026-08-07T18:51:04.539Z | Downloaded usdt-impl v0.6.0 |
| 719 | 2026-08-07T18:51:04.539Z | Downloaded tracing-core v0.1.34 |
| 720 | 2026-08-07T18:51:04.543Z | Downloaded uuid v1.23.3 |
| 721 | 2026-08-07T18:51:04.543Z | Downloaded unsafe-libyaml v0.2.11 |
| 722 | 2026-08-07T18:51:04.546Z | Downloaded icu_properties_data v2.0.1 |
| 723 | 2026-08-07T18:51:04.549Z | Downloaded futures-util v0.3.32 |
| 724 | 2026-08-07T18:51:04.553Z | Downloaded ucd-trie v0.1.7 |
| 725 | 2026-08-07T18:51:04.557Z | Downloaded pest v2.8.2 |
| 726 | 2026-08-07T18:51:04.560Z | Downloaded goblin v0.8.2 |
| 727 | 2026-08-07T18:51:04.563Z | Downloaded hkdf v0.12.4 |
| 728 | 2026-08-07T18:51:04.563Z | Downloaded iddqd v0.4.5 |
| 729 | 2026-08-07T18:51:04.566Z | Downloaded h2 v0.4.14 |
| 730 | 2026-08-07T18:51:04.570Z | Downloaded toml_edit v0.19.15 |
| 731 | 2026-08-07T18:51:04.578Z | Downloaded tracing v0.1.41 |
| 732 | 2026-08-07T18:51:04.582Z | Downloaded idna v1.1.0 |
| 733 | 2026-08-07T18:51:04.585Z | Downloaded anstream v1.0.0 |
| 734 | 2026-08-07T18:51:04.585Z | Downloaded indent_write v2.2.0 |
| 735 | 2026-08-07T18:51:04.588Z | Downloaded ident_case v1.0.1 |
| 736 | 2026-08-07T18:51:04.588Z | Downloaded defmt-parser v1.0.0 |
| 737 | 2026-08-07T18:51:04.588Z | Downloaded embedded-io v0.6.1 |
| 738 | 2026-08-07T18:51:04.588Z | Downloaded debug-ignore v1.0.5 |
| 739 | 2026-08-07T18:51:04.588Z | Downloaded base16ct v0.2.0 |
| 740 | 2026-08-07T18:51:04.593Z | Downloaded dof v0.4.0 |
| 741 | 2026-08-07T18:51:04.593Z | Downloaded crypto-common v0.1.6 |
| 742 | 2026-08-07T18:51:04.593Z | Downloaded crypto-common v0.2.2 |
| 743 | 2026-08-07T18:51:04.593Z | Downloaded cfg_aliases v0.2.1 |
| 744 | 2026-08-07T18:51:04.593Z | Downloaded async-stream v0.3.6 |
| 745 | 2026-08-07T18:51:04.596Z | Downloaded compression-core v0.4.32 |
| 746 | 2026-08-07T18:51:04.596Z | Downloaded foreign-types-shared v0.3.1 |
| 747 | 2026-08-07T18:51:04.596Z | Downloaded float-ord v0.3.2 |
| 748 | 2026-08-07T18:51:04.596Z | Downloaded foreign-types v0.3.2 |
| 749 | 2026-08-07T18:51:04.596Z | Downloaded dtrace-parser v0.3.0 |
| 750 | 2026-08-07T18:51:04.597Z | Downloaded darling_macro v0.21.3 |
| 751 | 2026-08-07T18:51:04.597Z | Downloaded crc8 v0.1.1 |
| 752 | 2026-08-07T18:51:04.597Z | Downloaded block-buffer v0.10.4 |
| 753 | 2026-08-07T18:51:04.597Z | Downloaded async-recursion v1.1.1 |
| 754 | 2026-08-07T18:51:04.600Z | Downloaded fixedbitset v0.5.7 |
| 755 | 2026-08-07T18:51:04.600Z | Downloaded embedded-io v0.4.0 |
| 756 | 2026-08-07T18:51:04.603Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 757 | 2026-08-07T18:51:04.603Z | Downloaded fastrand v2.3.0 |
| 758 | 2026-08-07T18:51:04.603Z | Downloaded itertools v0.15.0 |
| 759 | 2026-08-07T18:51:04.606Z | Downloaded cpufeatures v0.2.17 |
| 760 | 2026-08-07T18:51:04.606Z | Downloaded bytecount v0.6.9 |
| 761 | 2026-08-07T18:51:04.609Z | Downloaded aho-corasick v1.1.3 |
| 762 | 2026-08-07T18:51:04.613Z | Downloaded ff v0.13.1 |
| 763 | 2026-08-07T18:51:04.613Z | Downloaded expectorate v1.2.0 |
| 764 | 2026-08-07T18:51:04.613Z | Downloaded zerotrie v0.2.2 |
| 765 | 2026-08-07T18:51:04.616Z | Downloaded dunce v1.0.5 |
| 766 | 2026-08-07T18:51:04.616Z | Downloaded dropshot_endpoint v0.17.1 |
| 767 | 2026-08-07T18:51:04.619Z | Downloaded async-trait v0.1.89 |
| 768 | 2026-08-07T18:51:04.619Z | Downloaded anstyle v1.0.14 |
| 769 | 2026-08-07T18:51:04.622Z | Downloaded data-encoding v2.9.0 |
| 770 | 2026-08-07T18:51:04.622Z | Downloaded convert_case v0.4.0 |
| 771 | 2026-08-07T18:51:04.622Z | Downloaded defmt v0.3.100 |
| 772 | 2026-08-07T18:51:04.622Z | Downloaded ciborium-ll v0.2.2 |
| 773 | 2026-08-07T18:51:04.625Z | Downloaded atomic-waker v1.1.2 |
| 774 | 2026-08-07T18:51:04.625Z | Downloaded colorchoice v1.0.4 |
| 775 | 2026-08-07T18:51:04.625Z | Downloaded cobs v0.3.0 |
| 776 | 2026-08-07T18:51:04.625Z | Downloaded git2 v0.19.0 |
| 777 | 2026-08-07T18:51:04.630Z | Downloaded unicode-segmentation v1.12.0 |
| 778 | 2026-08-07T18:51:04.633Z | Downloaded aws-lc-rs v1.16.2 |
| 779 | 2026-08-07T18:51:04.636Z | Downloaded zerocopy-derive v0.8.27 |
| 780 | 2026-08-07T18:51:04.640Z | Downloaded regex v1.12.4 |
| 781 | 2026-08-07T18:51:04.643Z | Downloaded portable-atomic v1.11.1 |
| 782 | 2026-08-07T18:51:04.646Z | Downloaded tower v0.5.2 |
| 783 | 2026-08-07T18:51:04.659Z | Downloaded url v2.5.7 |
| 784 | 2026-08-07T18:51:04.659Z | Downloaded reqwest v0.12.23 |
| 785 | 2026-08-07T18:51:04.659Z | Downloaded typenum v1.20.1 |
| 786 | 2026-08-07T18:51:04.659Z | Downloaded ciborium-io v0.2.2 |
| 787 | 2026-08-07T18:51:04.659Z | Downloaded async-stream-impl v0.3.6 |
| 788 | 2026-08-07T18:51:04.659Z | Downloaded cipher v0.4.4 |
| 789 | 2026-08-07T18:51:04.664Z | Downloaded atomicwrites v0.4.4 |
| 790 | 2026-08-07T18:51:04.664Z | Downloaded tokio-util v0.7.16 |
| 791 | 2026-08-07T18:51:04.668Z | Downloaded blake3 v1.8.2 |
| 792 | 2026-08-07T18:51:04.671Z | Downloaded bindgen v0.72.1 |
| 793 | 2026-08-07T18:51:04.678Z | Downloaded serde_json v1.0.150 |
| 794 | 2026-08-07T18:51:04.683Z | Downloaded rayon v1.11.0 |
| 795 | 2026-08-07T18:51:04.688Z | Downloaded reqwest v0.13.2 |
| 796 | 2026-08-07T18:51:04.691Z | Downloaded tough v0.20.0 |
| 797 | 2026-08-07T18:51:04.696Z | Downloaded typed-path v0.9.3 |
| 798 | 2026-08-07T18:51:04.700Z | Downloaded tower-http v0.6.8 |
| 799 | 2026-08-07T18:51:04.705Z | Downloaded goblin v0.10.1 |
| 800 | 2026-08-07T18:51:04.713Z | Downloaded serde_with v3.14.1 |
| 801 | 2026-08-07T18:51:04.722Z | Downloaded rustls-webpki v0.102.8 |
| 802 | 2026-08-07T18:51:04.732Z | Downloaded unicode-normalization v0.1.24 |
| 803 | 2026-08-07T18:51:04.736Z | Downloaded proptest v1.8.0 |
| 804 | 2026-08-07T18:51:04.742Z | Downloaded zerovec v0.11.4 |
| 805 | 2026-08-07T18:51:04.752Z | Downloaded moka v0.12.11 |
| 806 | 2026-08-07T18:51:04.776Z | Downloaded zerocopy v0.7.35 |
| 807 | 2026-08-07T18:51:04.801Z | Downloaded winnow v0.5.40 |
| 808 | 2026-08-07T18:51:04.806Z | Downloaded quinn-proto v0.11.14 |
| 809 | 2026-08-07T18:51:04.820Z | Downloaded syn v1.0.109 |
| 810 | 2026-08-07T18:51:04.838Z | Downloaded vcpkg v0.2.15 |
| 811 | 2026-08-07T18:51:04.862Z | Downloaded zerocopy v0.8.27 |
| 812 | 2026-08-07T18:51:04.875Z | Downloaded time v0.3.47 |
| 813 | 2026-08-07T18:51:04.882Z | Downloaded tabled v0.15.0 |
| 814 | 2026-08-07T18:51:04.892Z | Downloaded curve25519-dalek v4.1.3 |
| 815 | 2026-08-07T18:51:04.897Z | Downloaded nix v0.31.3 |
| 816 | 2026-08-07T18:51:04.904Z | Downloaded syn v2.0.118 |
| 817 | 2026-08-07T18:51:04.912Z | Downloaded regex-syntax v0.8.11 |
| 818 | 2026-08-07T18:51:04.917Z | Downloaded hickory-proto v0.25.2 |
| 819 | 2026-08-07T18:51:04.927Z | Downloaded openssl v0.10.81 |
| 820 | 2026-08-07T18:51:04.933Z | Downloaded nix v0.30.1 |
| 821 | 2026-08-07T18:51:04.941Z | Downloaded hickory-proto v0.24.4 |
| 822 | 2026-08-07T18:51:04.951Z | Downloaded webpki-roots v1.0.2 |
| 823 | 2026-08-07T18:51:04.954Z | Downloaded unicode-width v0.1.14 |
| 824 | 2026-08-07T18:51:04.957Z | Downloaded rustls v0.22.4 |
| 825 | 2026-08-07T18:51:04.966Z | Downloaded regress v0.10.5 |
| 826 | 2026-08-07T18:51:04.971Z | Downloaded unicode-width v0.2.1 |
| 827 | 2026-08-07T18:51:04.976Z | Downloaded openapiv3 v2.2.0 |
| 828 | 2026-08-07T18:51:04.984Z | Downloaded rustix v0.38.44 |
| 829 | 2026-08-07T18:51:04.999Z | Downloaded typify-impl v0.4.3 |
| 830 | 2026-08-07T18:51:05.008Z | Downloaded regress v0.11.1 |
| 831 | 2026-08-07T18:51:05.013Z | Downloaded rustls v0.23.40 |
| 832 | 2026-08-07T18:51:05.021Z | Downloaded rustix v1.1.4 |
| 833 | 2026-08-07T18:51:05.036Z | Downloaded smoltcp v0.11.0 |
| 834 | 2026-08-07T18:51:05.043Z | Downloaded dropshot v0.17.1 |
| 835 | 2026-08-07T18:51:05.057Z | Downloaded bstr v1.12.0 |
| 836 | 2026-08-07T18:51:05.062Z | Downloaded dropshot v0.16.7 |
| 837 | 2026-08-07T18:51:05.094Z | Downloaded winnow v1.0.3 |
| 838 | 2026-08-07T18:51:05.100Z | Downloaded winnow v0.7.14 |
| 839 | 2026-08-07T18:51:05.104Z | Downloaded tabled v0.21.0 |
| 840 | 2026-08-07T18:51:05.117Z | Downloaded typify-impl v0.6.2 |
| 841 | 2026-08-07T18:51:05.129Z | Downloaded jiff v0.2.15 |
| 842 | 2026-08-07T18:51:05.149Z | Downloaded petgraph v0.6.5 |
| 843 | 2026-08-07T18:51:05.169Z | Downloaded regex-automata v0.4.13 |
| 844 | 2026-08-07T18:51:05.177Z | Downloaded petgraph v0.8.2 |
| 845 | 2026-08-07T18:51:05.192Z | Downloaded libz-sys v1.1.22 |
| 846 | 2026-08-07T18:51:05.216Z | Downloaded tokio v1.52.3 |
| 847 | 2026-08-07T18:51:05.238Z | Downloaded chrono-tz v0.10.4 |
| 848 | 2026-08-07T18:51:05.269Z | Downloaded csv v1.4.0 |
| 849 | 2026-08-07T18:51:05.281Z | Downloaded libc v0.2.186 |
| 850 | 2026-08-07T18:51:05.304Z | Downloaded sha3 v0.10.8 |
| 851 | 2026-08-07T18:51:05.307Z | Downloaded encoding_rs v0.8.35 |
| 852 | 2026-08-07T18:51:05.330Z | Downloaded ring v0.17.14 |
| 853 | 2026-08-07T18:51:05.464Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 854 | 2026-08-07T18:51:05.501Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 855 | 2026-08-07T18:51:06.022Z | Downloaded aws-lc-sys v0.39.1 |
| 856 | 2026-08-07T18:51:06.341Z | Compiling proc-macro2 v1.0.106 |
| 857 | 2026-08-07T18:51:06.341Z | Compiling quote v1.0.45 |
| 858 | 2026-08-07T18:51:06.344Z | Compiling unicode-ident v1.0.24 |
| 859 | 2026-08-07T18:51:06.344Z | Compiling serde_core v1.0.228 |
| 860 | 2026-08-07T18:51:06.344Z | Compiling serde v1.0.228 |
| 861 | 2026-08-07T18:51:06.344Z | Compiling libc v0.2.186 |
| 862 | 2026-08-07T18:51:06.344Z | Checking cfg-if v1.0.4 |
| 863 | 2026-08-07T18:51:06.664Z | Compiling zmij v1.0.17 |
| 864 | 2026-08-07T18:51:06.680Z | Compiling autocfg v1.5.0 |
| 865 | 2026-08-07T18:51:06.950Z | Compiling memchr v2.7.5 |
| 866 | 2026-08-07T18:51:06.965Z | Compiling libm v0.2.15 |
| 867 | 2026-08-07T18:51:07.362Z | Compiling getrandom v0.4.2 |
| 868 | 2026-08-07T18:51:07.421Z | Checking smallvec v1.15.1 |
| 869 | 2026-08-07T18:51:07.497Z | Compiling thiserror v2.0.18 |
| 870 | 2026-08-07T18:51:07.571Z | Compiling version_check v0.9.5 |
| 871 | 2026-08-07T18:51:07.593Z | Checking itoa v1.0.15 |
| 872 | 2026-08-07T18:51:07.609Z | Compiling jobserver v0.1.34 |
| 873 | 2026-08-07T18:51:07.718Z | Compiling shlex v2.0.1 |
| 874 | 2026-08-07T18:51:07.838Z | Compiling syn v2.0.118 |
| 875 | 2026-08-07T18:51:07.872Z | Compiling find-msvc-tools v0.1.9 |
| 876 | 2026-08-07T18:51:07.896Z | Compiling icu_normalizer_data v2.0.0 |
| 877 | 2026-08-07T18:51:07.910Z | Compiling icu_properties_data v2.0.1 |
| 878 | 2026-08-07T18:51:08.058Z | Compiling cc v1.2.64 |
| 879 | 2026-08-07T18:51:08.073Z | Compiling parking_lot_core v0.9.12 |
| 880 | 2026-08-07T18:51:08.104Z | Checking stable_deref_trait v1.2.0 |
| 881 | 2026-08-07T18:51:08.151Z | Compiling serde_json v1.0.150 |
| 882 | 2026-08-07T18:51:08.370Z | Compiling heck v0.5.0 |
| 883 | 2026-08-07T18:51:08.405Z | Checking litemap v0.8.0 |
| 884 | 2026-08-07T18:51:08.442Z | Checking writeable v0.6.1 |
| 885 | 2026-08-07T18:51:08.567Z | Compiling num-traits v0.2.19 |
| 886 | 2026-08-07T18:51:08.603Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-08-07T18:51:08.814Z | Checking form_urlencoded v1.2.2 |
| 888 | 2026-08-07T18:51:08.943Z | Checking utf8_iter v1.0.4 |
| 889 | 2026-08-07T18:51:08.965Z | Compiling zerocopy v0.8.27 |
| 890 | 2026-08-07T18:51:09.001Z | Checking pin-project-lite v0.2.16 |
| 891 | 2026-08-07T18:51:09.072Z | Checking iana-time-zone v0.1.64 |
| 892 | 2026-08-07T18:51:09.100Z | Compiling rustversion v1.0.22 |
| 893 | 2026-08-07T18:51:09.116Z | Compiling log v0.4.29 |
| 894 | 2026-08-07T18:51:09.182Z | Compiling equivalent v1.0.2 |
| 895 | 2026-08-07T18:51:09.277Z | Compiling semver v1.0.28 |
| 896 | 2026-08-07T18:51:09.293Z | Checking socket2 v0.6.4 |
| 897 | 2026-08-07T18:51:09.325Z | Checking uuid v1.23.3 |
| 898 | 2026-08-07T18:51:09.397Z | Checking scopeguard v1.2.0 |
| 899 | 2026-08-07T18:51:09.520Z | Checking lock_api v0.4.14 |
| 900 | 2026-08-07T18:51:09.619Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-08-07T18:51:09.685Z | Checking mio v1.2.1 |
| 902 | 2026-08-07T18:51:09.715Z | Checking getrandom v0.2.16 |
| 903 | 2026-08-07T18:51:09.736Z | Checking dyn-clone v1.0.20 |
| 904 | 2026-08-07T18:51:09.757Z | Checking parking_lot v0.12.5 |
| 905 | 2026-08-07T18:51:09.776Z | Compiling schemars v0.8.22 |
| 906 | 2026-08-07T18:51:09.828Z | Checking bitflags v2.11.1 |
| 907 | 2026-08-07T18:51:09.955Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-08-07T18:51:09.992Z | Checking futures-core v0.3.32 |
| 909 | 2026-08-07T18:51:10.037Z | Checking critical-section v1.2.0 |
| 910 | 2026-08-07T18:51:10.126Z | Compiling ring v0.17.14 |
| 911 | 2026-08-07T18:51:10.186Z | Compiling hashbrown v0.17.1 |
| 912 | 2026-08-07T18:51:10.275Z | Compiling httparse v1.10.1 |
| 913 | 2026-08-07T18:51:10.319Z | Compiling thiserror v1.0.69 |
| 914 | 2026-08-07T18:51:10.631Z | Checking futures-sink v0.3.32 |
| 915 | 2026-08-07T18:51:10.694Z | Compiling synstructure v0.13.2 |
| 916 | 2026-08-07T18:51:10.747Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-08-07T18:51:10.860Z | Compiling indexmap v2.14.0 |
| 918 | 2026-08-07T18:51:10.974Z | Checking once_cell v1.21.3 |
| 919 | 2026-08-07T18:51:10.992Z | Compiling regex-syntax v0.8.11 |
| 920 | 2026-08-07T18:51:11.205Z | Compiling rustix v1.1.4 |
| 921 | 2026-08-07T18:51:11.511Z | Checking slab v0.4.11 |
| 922 | 2026-08-07T18:51:11.513Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-07T18:51:11.543Z | Checking subtle v2.6.1 |
| 924 | 2026-08-07T18:51:11.676Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-08-07T18:51:11.697Z | Checking futures-channel v0.3.32 |
| 926 | 2026-08-07T18:51:11.813Z | Compiling anyhow v1.0.102 |
| 927 | 2026-08-07T18:51:11.891Z | Checking rand_core v0.6.4 |
| 928 | 2026-08-07T18:51:11.907Z | Checking futures-task v0.3.32 |
| 929 | 2026-08-07T18:51:11.953Z | Compiling serde_derive v1.0.228 |
| 930 | 2026-08-07T18:51:12.032Z | Compiling zerofrom-derive v0.1.6 |
| 931 | 2026-08-07T18:51:12.047Z | Compiling yoke-derive v0.8.0 |
| 932 | 2026-08-07T18:51:12.062Z | Compiling zerovec-derive v0.11.1 |
| 933 | 2026-08-07T18:51:12.133Z | Compiling displaydoc v0.2.5 |
| 934 | 2026-08-07T18:51:12.878Z | Compiling thiserror-impl v2.0.18 |
| 935 | 2026-08-07T18:51:12.967Z | Compiling schemars_derive v0.8.22 |
| 936 | 2026-08-07T18:51:13.064Z | Compiling tokio-macros v2.7.0 |
| 937 | 2026-08-07T18:51:13.112Z | Compiling zerocopy-derive v0.8.27 |
| 938 | 2026-08-07T18:51:13.161Z | Compiling futures-macro v0.3.32 |
| 939 | 2026-08-07T18:51:13.231Z | Checking zerofrom v0.1.6 |
| 940 | 2026-08-07T18:51:13.356Z | Checking yoke v0.8.0 |
| 941 | 2026-08-07T18:51:13.536Z | Checking zerovec v0.11.4 |
| 942 | 2026-08-07T18:51:13.792Z | Checking zerotrie v0.2.2 |
| 943 | 2026-08-07T18:51:13.957Z | Compiling zeroize_derive v1.4.3 |
| 944 | 2026-08-07T18:51:14.034Z | Compiling thiserror-impl v1.0.69 |
| 945 | 2026-08-07T18:51:14.190Z | Compiling regex-automata v0.4.13 |
| 946 | 2026-08-07T18:51:14.231Z | Checking tinystr v0.8.1 |
| 947 | 2026-08-07T18:51:14.247Z | Checking potential_utf v0.1.3 |
| 948 | 2026-08-07T18:51:14.376Z | Checking icu_collections v2.0.0 |
| 949 | 2026-08-07T18:51:14.410Z | Checking icu_locale_core v2.0.0 |
| 950 | 2026-08-07T18:51:14.667Z | Checking zeroize v1.8.1 |
| 951 | 2026-08-07T18:51:14.789Z | Compiling pest v2.8.2 |
| 952 | 2026-08-07T18:51:14.860Z | Checking icu_provider v2.0.0 |
| 953 | 2026-08-07T18:51:14.986Z | Checking bytes v1.12.0 |
| 954 | 2026-08-07T18:51:15.104Z | Checking icu_properties v2.0.1 |
| 955 | 2026-08-07T18:51:15.154Z | Checking icu_normalizer v2.0.0 |
| 956 | 2026-08-07T18:51:15.216Z | Checking chrono v0.4.45 |
| 957 | 2026-08-07T18:51:15.432Z | Compiling serde_tokenstream v0.2.3 |
| 958 | 2026-08-07T18:51:15.462Z | Checking tokio v1.52.3 |
| 959 | 2026-08-07T18:51:15.958Z | Compiling regex v1.12.4 |
| 960 | 2026-08-07T18:51:15.975Z | Checking idna_adapter v1.2.1 |
| 961 | 2026-08-07T18:51:15.993Z | Compiling pest_meta v2.8.2 |
| 962 | 2026-08-07T18:51:16.087Z | Checking futures-io v0.3.32 |
| 963 | 2026-08-07T18:51:16.103Z | Checking idna v1.1.0 |
| 964 | 2026-08-07T18:51:16.109Z | Checking typenum v1.20.1 |
| 965 | 2026-08-07T18:51:16.221Z | Checking futures-util v0.3.32 |
| 966 | 2026-08-07T18:51:16.369Z | Compiling getrandom v0.3.3 |
| 967 | 2026-08-07T18:51:16.372Z | Checking url v2.5.7 |
| 968 | 2026-08-07T18:51:16.848Z | Compiling pest_generator v2.8.2 |
| 969 | 2026-08-07T18:51:16.925Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-07T18:51:17.030Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-07T18:51:17.333Z | Compiling foldhash v0.2.0 |
| 972 | 2026-08-07T18:51:17.355Z | Compiling allocator-api2 v0.2.21 |
| 973 | 2026-08-07T18:51:17.459Z | Compiling pkg-config v0.3.32 |
| 974 | 2026-08-07T18:51:17.476Z | Compiling pest_derive v2.8.2 |
| 975 | 2026-08-07T18:51:17.540Z | Checking fnv v1.0.7 |
| 976 | 2026-08-07T18:51:17.643Z | Compiling hashbrown v0.16.1 |
| 977 | 2026-08-07T18:51:17.819Z | Checking http v1.4.2 |
| 978 | 2026-08-07T18:51:17.916Z | Compiling generic-array v0.14.7 |
| 979 | 2026-08-07T18:51:17.988Z | Compiling vcpkg v0.2.15 |
| 980 | 2026-08-07T18:51:18.124Z | Checking tracing v0.1.41 |
| 981 | 2026-08-07T18:51:18.218Z | Compiling num-conv v0.2.1 |
| 982 | 2026-08-07T18:51:18.233Z | Compiling time-core v0.1.8 |
| 983 | 2026-08-07T18:51:18.302Z | Compiling byteorder v1.5.0 |
| 984 | 2026-08-07T18:51:18.400Z | Compiling time-macros v0.2.27 |
| 985 | 2026-08-07T18:51:18.529Z | Checking errno v0.3.14 |
| 986 | 2026-08-07T18:51:18.552Z | Checking ipnet v2.11.0 |
| 987 | 2026-08-07T18:51:18.654Z | Checking base64 v0.22.1 |
| 988 | 2026-08-07T18:51:18.684Z | Checking tokio-util v0.7.16 |
| 989 | 2026-08-07T18:51:18.775Z | Compiling scroll_derive v0.13.1 |
| 990 | 2026-08-07T18:51:18.811Z | Compiling camino v1.2.3 |
| 991 | 2026-08-07T18:51:19.027Z | Checking crypto-common v0.1.6 |
| 992 | 2026-08-07T18:51:19.159Z | Checking http-body v1.0.1 |
| 993 | 2026-08-07T18:51:19.186Z | Compiling crossbeam-utils v0.8.21 |
| 994 | 2026-08-07T18:51:19.210Z | Checking atomic-waker v1.1.2 |
| 995 | 2026-08-07T18:51:19.296Z | Checking ppv-lite86 v0.2.21 |
| 996 | 2026-08-07T18:51:19.427Z | Compiling slog v2.8.2 |
| 997 | 2026-08-07T18:51:19.512Z | Checking tower-layer v0.3.3 |
| 998 | 2026-08-07T18:51:19.590Z | Compiling paste v1.0.15 |
| 999 | 2026-08-07T18:51:19.607Z | Checking try-lock v0.2.5 |
| 1000 | 2026-08-07T18:51:19.621Z | Checking tower-service v0.3.3 |
| 1001 | 2026-08-07T18:51:19.690Z | Checking h2 v0.4.14 |
| 1002 | 2026-08-07T18:51:19.705Z | Checking want v0.3.1 |
| 1003 | 2026-08-07T18:51:19.719Z | Checking ipnetwork v0.21.1 |
| 1004 | 2026-08-07T18:51:19.827Z | Checking erased-serde v0.3.31 |
| 1005 | 2026-08-07T18:51:19.864Z | Checking rustls-pki-types v1.12.0 |
| 1006 | 2026-08-07T18:51:19.927Z | Checking pretty-hex v0.4.1 |
| 1007 | 2026-08-07T18:51:19.930Z | Checking ryu v1.0.20 |
| 1008 | 2026-08-07T18:51:19.965Z | Checking httpdate v1.0.3 |
| 1009 | 2026-08-07T18:51:20.048Z | Compiling async-trait v0.1.89 |
| 1010 | 2026-08-07T18:51:20.137Z | Checking socket2 v0.5.10 |
| 1011 | 2026-08-07T18:51:20.182Z | Checking untrusted v0.9.0 |
| 1012 | 2026-08-07T18:51:20.254Z | Compiling scroll v0.13.0 |
| 1013 | 2026-08-07T18:51:20.388Z | Compiling usdt-impl v0.6.0 |
| 1014 | 2026-08-07T18:51:20.504Z | Compiling plain v0.2.3 |
| 1015 | 2026-08-07T18:51:20.551Z | Checking http-body-util v0.1.3 |
| 1016 | 2026-08-07T18:51:20.617Z | Compiling goblin v0.10.1 |
| 1017 | 2026-08-07T18:51:20.638Z | Compiling openssl-sys v0.9.117 |
| 1018 | 2026-08-07T18:51:20.695Z | Compiling cmake v0.1.54 |
| 1019 | 2026-08-07T18:51:20.819Z | Compiling strsim v0.11.1 |
| 1020 | 2026-08-07T18:51:21.039Z | Compiling fs_extra v1.3.0 |
| 1021 | 2026-08-07T18:51:21.056Z | Compiling slog-async v2.8.0 |
| 1022 | 2026-08-07T18:51:21.058Z | Compiling dunce v1.0.5 |
| 1023 | 2026-08-07T18:51:21.255Z | Checking rand_core v0.9.3 |
| 1024 | 2026-08-07T18:51:21.272Z | Checking serde_urlencoded v0.7.1 |
| 1025 | 2026-08-07T18:51:21.294Z | Compiling aws-lc-sys v0.39.1 |
| 1026 | 2026-08-07T18:51:21.327Z | Checking oxnet v0.1.6 |
| 1027 | 2026-08-07T18:51:21.413Z | Checking block-buffer v0.10.4 |
| 1028 | 2026-08-07T18:51:21.428Z | Compiling regress v0.10.5 |
| 1029 | 2026-08-07T18:51:21.477Z | Compiling dtrace-parser v0.3.0 |
| 1030 | 2026-08-07T18:51:21.554Z | Compiling openapiv3 v2.2.0 |
| 1031 | 2026-08-07T18:51:21.590Z | Compiling thread-id v5.0.0 |
| 1032 | 2026-08-07T18:51:21.627Z | Checking hyper v1.10.1 |
| 1033 | 2026-08-07T18:51:22.099Z | Checking digest v0.10.7 |
| 1034 | 2026-08-07T18:51:22.300Z | Compiling omicron-workspace-hack v0.1.0 |
| 1035 | 2026-08-07T18:51:22.384Z | Compiling ident_case v1.0.1 |
| 1036 | 2026-08-07T18:51:22.510Z | Compiling darling_core v0.21.3 |
| 1037 | 2026-08-07T18:51:22.549Z | Checking hyper-util v0.1.20 |
| 1038 | 2026-08-07T18:51:22.552Z | Checking rand_chacha v0.9.0 |
| 1039 | 2026-08-07T18:51:22.754Z | Compiling daft-derive v0.1.5 |
| 1040 | 2026-08-07T18:51:22.995Z | Compiling typify-impl v0.4.3 |
| 1041 | 2026-08-07T18:51:23.238Z | Compiling aws-lc-rs v1.16.2 |
| 1042 | 2026-08-07T18:51:23.471Z | Compiling dof v0.4.0 |
| 1043 | 2026-08-07T18:51:23.550Z | Checking powerfmt v0.2.0 |
| 1044 | 2026-08-07T18:51:23.703Z | Checking deranged v0.5.3 |
| 1045 | 2026-08-07T18:51:24.112Z | Checking rand v0.9.3 |
| 1046 | 2026-08-07T18:51:24.232Z | Compiling syn v1.0.109 |
| 1047 | 2026-08-07T18:51:24.299Z | Checking num_threads v0.1.7 |
| 1048 | 2026-08-07T18:51:24.498Z | Compiling usdt-attr-macro v0.6.0 |
| 1049 | 2026-08-07T18:51:24.541Z | Compiling usdt-macro v0.6.0 |
| 1050 | 2026-08-07T18:51:24.571Z | Compiling unsafe-libyaml v0.2.11 |
| 1051 | 2026-08-07T18:51:24.590Z | Compiling darling_macro v0.21.3 |
| 1052 | 2026-08-07T18:51:24.700Z | Checking time v0.3.47 |
| 1053 | 2026-08-07T18:51:25.133Z | Compiling darling v0.21.3 |
| 1054 | 2026-08-07T18:51:25.222Z | Compiling serde_yaml v0.9.34+deprecated |
| 1055 | 2026-08-07T18:51:25.275Z | Checking sync_wrapper v1.0.2 |
| 1056 | 2026-08-07T18:51:25.381Z | Checking encoding_rs v0.8.35 |
| 1057 | 2026-08-07T18:51:25.384Z | Checking mime v0.3.17 |
| 1058 | 2026-08-07T18:51:25.573Z | Checking untrusted v0.7.1 |
| 1059 | 2026-08-07T18:51:25.693Z | Checking cpufeatures v0.2.17 |
| 1060 | 2026-08-07T18:51:25.769Z | Checking tower v0.5.2 |
| 1061 | 2026-08-07T18:51:26.095Z | Checking crossbeam-channel v0.5.15 |
| 1062 | 2026-08-07T18:51:26.168Z | Checking futures-executor v0.3.32 |
| 1063 | 2026-08-07T18:51:26.301Z | Compiling structmeta-derive v0.3.0 |
| 1064 | 2026-08-07T18:51:27.321Z | Compiling multer v3.1.0 |
| 1065 | 2026-08-07T18:51:27.324Z | Compiling rustls v0.22.4 |
| 1066 | 2026-08-07T18:51:27.324Z | Compiling typify-macro v0.4.3 |
| 1067 | 2026-08-07T18:51:27.324Z | Compiling rustls v0.23.40 |
| 1068 | 2026-08-07T18:51:27.324Z | Checking iri-string v0.7.8 |
| 1069 | 2026-08-07T18:51:27.324Z | Checking futures v0.3.32 |
| 1070 | 2026-08-07T18:51:27.324Z | Compiling async-stream-impl v0.3.6 |
| 1071 | 2026-08-07T18:51:27.324Z | Checking thread_local v1.1.9 |
| 1072 | 2026-08-07T18:51:27.324Z | Compiling openssl v0.10.81 |
| 1073 | 2026-08-07T18:51:27.324Z | Checking hex v0.4.3 |
| 1074 | 2026-08-07T18:51:27.324Z | Checking fastrand v2.3.0 |
| 1075 | 2026-08-07T18:51:27.324Z | Checking foreign-types-shared v0.1.1 |
| 1076 | 2026-08-07T18:51:27.324Z | Checking foreign-types v0.3.2 |
| 1077 | 2026-08-07T18:51:27.324Z | Checking tempfile v3.27.0 |
| 1078 | 2026-08-07T18:51:27.324Z | Compiling structmeta v0.3.0 |
| 1079 | 2026-08-07T18:51:27.416Z | Compiling strum_macros v0.26.4 |
| 1080 | 2026-08-07T18:51:27.432Z | Compiling openssl-macros v0.1.1 |
| 1081 | 2026-08-07T18:51:27.474Z | Checking tower-http v0.6.8 |
| 1082 | 2026-08-07T18:51:27.504Z | Checking is-terminal v0.4.16 |
| 1083 | 2026-08-07T18:51:27.520Z | Checking memmap2 v0.9.8 |
| 1084 | 2026-08-07T18:51:27.596Z | Compiling native-tls v0.2.14 |
| 1085 | 2026-08-07T18:51:27.681Z | Checking unicode-width v0.2.1 |
| 1086 | 2026-08-07T18:51:27.866Z | Checking match_cfg v0.1.0 |
| 1087 | 2026-08-07T18:51:27.883Z | Checking take_mut v0.2.2 |
| 1088 | 2026-08-07T18:51:27.886Z | Compiling typify v0.4.3 |
| 1089 | 2026-08-07T18:51:27.935Z | Checking term v1.2.0 |
| 1090 | 2026-08-07T18:51:27.944Z | Checking openssl-probe v0.1.6 |
| 1091 | 2026-08-07T18:51:27.987Z | Checking hostname v0.3.1 |
| 1092 | 2026-08-07T18:51:28.152Z | Checking slog-term v2.9.2 |
| 1093 | 2026-08-07T18:51:28.155Z | Checking slog-json v2.6.1 |
| 1094 | 2026-08-07T18:51:28.323Z | Compiling newtype-uuid-macros v0.1.0 |
| 1095 | 2026-08-07T18:51:28.369Z | Compiling ref-cast v1.0.25 |
| 1096 | 2026-08-07T18:51:28.411Z | Checking slog-bunyan v2.5.0 |
| 1097 | 2026-08-07T18:51:28.740Z | Compiling ref-cast-impl v1.0.25 |
| 1098 | 2026-08-07T18:51:28.760Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-08-07T18:51:29.073Z | Compiling derive-ex v0.1.8 |
| 1100 | 2026-08-07T18:51:29.076Z | Checking webpki-roots v1.0.2 |
| 1101 | 2026-08-07T18:51:29.107Z | Compiling dropshot_endpoint v0.16.7 |
| 1102 | 2026-08-07T18:51:29.210Z | Compiling strum_macros v0.27.2 |
| 1103 | 2026-08-07T18:51:29.536Z | Checking winnow v0.7.14 |
| 1104 | 2026-08-07T18:51:30.377Z | Checking tokio-native-tls v0.3.1 |
| 1105 | 2026-08-07T18:51:30.542Z | Checking either v1.15.0 |
| 1106 | 2026-08-07T18:51:30.669Z | Compiling test-strategy v0.4.3 |
| 1107 | 2026-08-07T18:51:30.728Z | Checking hyper-tls v0.6.0 |
| 1108 | 2026-08-07T18:51:30.754Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-08-07T18:51:30.785Z | Checking newtype-uuid v1.3.2 |
| 1110 | 2026-08-07T18:51:30.840Z | Checking winnow v1.0.3 |
| 1111 | 2026-08-07T18:51:30.970Z | Checking daft v0.1.5 |
| 1112 | 2026-08-07T18:51:31.027Z | Compiling serde_with_macros v3.14.1 |
| 1113 | 2026-08-07T18:51:31.124Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1114 | 2026-08-07T18:51:31.140Z | Checking usdt v0.6.0 |
| 1115 | 2026-08-07T18:51:31.198Z | Checking serde_spanned v1.1.1 |
| 1116 | 2026-08-07T18:51:31.333Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1117 | 2026-08-07T18:51:31.386Z | Checking debug-ignore v1.0.5 |
| 1118 | 2026-08-07T18:51:31.494Z | Checking spin v0.9.8 |
| 1119 | 2026-08-07T18:51:31.520Z | Compiling parse-display-derive v0.10.0 |
| 1120 | 2026-08-07T18:51:31.601Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-07T18:51:31.809Z | Checking rustls-webpki v0.102.8 |
| 1122 | 2026-08-07T18:51:31.834Z | Checking rustls-pemfile v2.2.0 |
| 1123 | 2026-08-07T18:51:31.979Z | Checking waitgroup v0.1.2 |
| 1124 | 2026-08-07T18:51:32.024Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1125 | 2026-08-07T18:51:32.086Z | Checking serde_path_to_error v0.1.20 |
| 1126 | 2026-08-07T18:51:32.143Z | Checking hostname v0.4.2 |
| 1127 | 2026-08-07T18:51:32.355Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1128 | 2026-08-07T18:51:32.476Z | Checking strum v0.26.3 |
| 1129 | 2026-08-07T18:51:32.591Z | Checking rand_chacha v0.3.1 |
| 1130 | 2026-08-07T18:51:32.667Z | Compiling toml_datetime v0.6.11 |
| 1131 | 2026-08-07T18:51:32.789Z | Checking macaddr v1.0.1 |
| 1132 | 2026-08-07T18:51:32.865Z | Compiling progenitor-macro v0.11.1 |
| 1133 | 2026-08-07T18:51:32.911Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-07T18:51:32.968Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-07T18:51:33.039Z | Checking bit-vec v0.8.0 |
| 1136 | 2026-08-07T18:51:33.065Z | Checking quick-error v1.2.3 |
| 1137 | 2026-08-07T18:51:33.104Z | Checking lazy_static v1.5.0 |
| 1138 | 2026-08-07T18:51:33.168Z | Checking rusty-fork v0.3.0 |
| 1139 | 2026-08-07T18:51:33.200Z | Checking toml v0.9.12+spec-1.1.0 |
| 1140 | 2026-08-07T18:51:33.233Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-07T18:51:33.336Z | Checking rand v0.8.5 |
| 1142 | 2026-08-07T18:51:33.379Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-07T18:51:33.615Z | Checking tokio-rustls v0.25.0 |
| 1144 | 2026-08-07T18:51:33.687Z | Checking tabwriter v1.4.1 |
| 1145 | 2026-08-07T18:51:33.764Z | Checking sha1 v0.10.6 |
| 1146 | 2026-08-07T18:51:33.813Z | Checking rand_xorshift v0.4.0 |
| 1147 | 2026-08-07T18:51:33.829Z | Compiling clap_derive v4.6.1 |
| 1148 | 2026-08-07T18:51:33.924Z | Checking unarray v0.1.4 |
| 1149 | 2026-08-07T18:51:33.939Z | Checking utf8parse v0.2.2 |
| 1150 | 2026-08-07T18:51:34.026Z | Checking colored v3.1.1 |
| 1151 | 2026-08-07T18:51:34.029Z | Checking proptest v1.8.0 |
| 1152 | 2026-08-07T18:51:34.058Z | Checking anstyle-parse v1.0.0 |
| 1153 | 2026-08-07T18:51:34.214Z | Checking strum v0.27.2 |
| 1154 | 2026-08-07T18:51:34.328Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1155 | 2026-08-07T18:51:34.344Z | Checking terminal_size v0.4.3 |
| 1156 | 2026-08-07T18:51:34.737Z | Checking anstyle v1.0.14 |
| 1157 | 2026-08-07T18:51:34.841Z | Checking is_terminal_polyfill v1.70.1 |
| 1158 | 2026-08-07T18:51:34.857Z | Checking colorchoice v1.0.4 |
| 1159 | 2026-08-07T18:51:34.922Z | Checking anstyle-query v1.1.4 |
| 1160 | 2026-08-07T18:51:35.020Z | Checking anstream v1.0.0 |
| 1161 | 2026-08-07T18:51:35.253Z | Checking clap_lex v1.1.0 |
| 1162 | 2026-08-07T18:51:35.694Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1163 | 2026-08-07T18:51:35.731Z | Checking clap_builder v4.6.0 |
| 1164 | 2026-08-07T18:51:36.235Z | Checking serde_with v3.14.1 |
| 1165 | 2026-08-07T18:51:36.555Z | Compiling itertools v0.14.0 |
| 1166 | 2026-08-07T18:51:36.995Z | Checking clap v4.6.1 |
| 1167 | 2026-08-07T18:51:37.023Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1168 | 2026-08-07T18:51:37.060Z | Checking instant v0.1.13 |
| 1169 | 2026-08-07T18:51:37.077Z | Checking rustc-hash v2.1.1 |
| 1170 | 2026-08-07T18:51:37.244Z | Checking iddqd v0.3.18 |
| 1171 | 2026-08-07T18:51:37.324Z | Checking backoff v0.4.0 |
| 1172 | 2026-08-07T18:51:37.495Z | Checking parse-display v0.10.0 |
| 1173 | 2026-08-07T18:51:37.583Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-08-07T18:51:37.694Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1175 | 2026-08-07T18:51:39.216Z | Compiling num-derive v0.4.2 |
| 1176 | 2026-08-07T18:51:39.790Z | Compiling rustls-webpki v0.103.6 |
| 1177 | 2026-08-07T18:51:40.303Z | Compiling prettyplease v0.2.37 |
| 1178 | 2026-08-07T18:51:41.078Z | Compiling cfg_aliases v0.2.1 |
| 1179 | 2026-08-07T18:51:42.225Z | Compiling memoffset v0.9.1 |
| 1180 | 2026-08-07T18:51:42.581Z | Checking serde_spanned v0.6.9 |
| 1181 | 2026-08-07T18:51:43.168Z | Compiling tokio-rustls v0.26.4 |
| 1182 | 2026-08-07T18:51:43.870Z | Compiling hyper-rustls v0.27.7 |
| 1183 | 2026-08-07T18:51:44.114Z | Compiling reqwest v0.12.23 |
| 1184 | 2026-08-07T18:51:45.026Z | Checking crossbeam-epoch v0.9.18 |
| 1185 | 2026-08-07T18:51:45.277Z | Compiling progenitor-client v0.11.1 |
| 1186 | 2026-08-07T18:51:45.673Z | Compiling winnow v0.5.40 |
| 1187 | 2026-08-07T18:51:46.787Z | Compiling progenitor v0.11.1 |
| 1188 | 2026-08-07T18:51:46.929Z | Compiling toml_edit v0.19.15 |
| 1189 | 2026-08-07T18:51:47.428Z | Compiling num-integer v0.1.46 |
| 1190 | 2026-08-07T18:51:47.928Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1191 | 2026-08-07T18:51:47.970Z | Compiling progenitor-client v0.10.0 |
| 1192 | 2026-08-07T18:51:48.231Z | Compiling proc-macro-crate v1.3.1 |
| 1193 | 2026-08-07T18:51:49.119Z | Compiling hubpack_derive v0.1.1 |
| 1194 | 2026-08-07T18:51:49.444Z | Compiling rayon-core v1.13.0 |
| 1195 | 2026-08-07T18:51:49.499Z | Checking toml_write v0.1.2 |
| 1196 | 2026-08-07T18:51:49.685Z | Checking toml_edit v0.22.27 |
| 1197 | 2026-08-07T18:51:49.720Z | Checking hubpack v0.1.2 |
| 1198 | 2026-08-07T18:51:49.735Z | Checking num-iter v0.1.45 |
| 1199 | 2026-08-07T18:51:49.853Z | Checking num-rational v0.4.2 |
| 1200 | 2026-08-07T18:51:50.155Z | Compiling zerocopy-derive v0.7.35 |
| 1201 | 2026-08-07T18:51:50.208Z | Compiling num-complex v0.4.6 |
| 1202 | 2026-08-07T18:51:50.596Z | Checking static_assertions v1.1.0 |
| 1203 | 2026-08-07T18:51:50.672Z | Checking num v0.4.3 |
| 1204 | 2026-08-07T18:51:50.750Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1205 | 2026-08-07T18:51:50.814Z | Checking toml v0.8.23 |
| 1206 | 2026-08-07T18:51:51.085Z | Checking crossbeam-deque v0.8.6 |
| 1207 | 2026-08-07T18:51:51.137Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1208 | 2026-08-07T18:51:51.170Z | Compiling float-ord v0.3.2 |
| 1209 | 2026-08-07T18:51:51.382Z | Compiling proc-macro-error-attr v1.0.4 |
| 1210 | 2026-08-07T18:51:51.417Z | Compiling heapless v0.8.0 |
| 1211 | 2026-08-07T18:51:51.437Z | Checking bytecount v0.6.9 |
| 1212 | 2026-08-07T18:51:51.546Z | Compiling heck v0.4.1 |
| 1213 | 2026-08-07T18:51:51.683Z | Checking libscf-sys v1.2.0 |
| 1214 | 2026-08-07T18:51:51.751Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-08-07T18:51:51.815Z | Checking hash32 v0.3.1 |
| 1216 | 2026-08-07T18:51:51.894Z | Compiling proc-macro-error v1.0.4 |
| 1217 | 2026-08-07T18:51:51.948Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1218 | 2026-08-07T18:51:52.114Z | Compiling smoltcp v0.11.0 |
| 1219 | 2026-08-07T18:51:52.622Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-08-07T18:51:52.745Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-08-07T18:51:52.993Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-08-07T18:51:53.115Z | Checking cobs v0.3.0 |
| 1223 | 2026-08-07T18:51:53.169Z | Compiling foreign-types-macros v0.2.3 |
| 1224 | 2026-08-07T18:51:53.264Z | Compiling scroll_derive v0.12.1 |
| 1225 | 2026-08-07T18:51:53.316Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-08-07T18:51:53.557Z | Checking managed v0.8.0 |
| 1227 | 2026-08-07T18:51:53.578Z | Checking foreign-types-shared v0.3.1 |
| 1228 | 2026-08-07T18:51:53.676Z | Checking bitflags v1.3.2 |
| 1229 | 2026-08-07T18:51:53.752Z | Compiling crucible-workspace-hack v0.1.0 |
| 1230 | 2026-08-07T18:51:53.794Z | Checking num_enum v0.7.5 |
| 1231 | 2026-08-07T18:51:53.810Z | Checking foreign-types v0.5.0 |
| 1232 | 2026-08-07T18:51:53.918Z | Checking postcard v1.1.3 |
| 1233 | 2026-08-07T18:51:53.953Z | Checking scroll v0.12.0 |
| 1234 | 2026-08-07T18:51:53.994Z | Compiling dof v0.3.0 |
| 1235 | 2026-08-07T18:51:54.217Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-08-07T18:51:54.298Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-08-07T18:51:54.363Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1238 | 2026-08-07T18:51:54.395Z | Checking camino-tempfile v1.4.1 |
| 1239 | 2026-08-07T18:51:54.398Z | Checking ingot-types v0.1.2 |
| 1240 | 2026-08-07T18:51:54.426Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-08-07T18:51:54.575Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-07T18:51:54.636Z | Checking cstr-argument v0.1.2 |
| 1243 | 2026-08-07T18:51:54.738Z | Checking ingot v0.1.1 |
| 1244 | 2026-08-07T18:51:54.765Z | Compiling thread-id v4.2.2 |
| 1245 | 2026-08-07T18:51:54.817Z | Compiling minimal-lexical v0.2.1 |
| 1246 | 2026-08-07T18:51:54.850Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1247 | 2026-08-07T18:51:54.941Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1248 | 2026-08-07T18:51:54.963Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1249 | 2026-08-07T18:51:54.980Z | Checking goblin v0.8.2 |
| 1250 | 2026-08-07T18:51:55.068Z | Compiling nom v7.1.3 |
| 1251 | 2026-08-07T18:51:55.181Z | Checking rayon v1.11.0 |
| 1252 | 2026-08-07T18:51:55.450Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-08-07T18:51:55.749Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-08-07T18:51:56.047Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-07T18:51:56.264Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1256 | 2026-08-07T18:51:56.447Z | Compiling rustc_version v0.4.1 |
| 1257 | 2026-08-07T18:51:56.639Z | Compiling rustix v0.38.44 |
| 1258 | 2026-08-07T18:51:56.726Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1259 | 2026-08-07T18:51:56.730Z | Compiling convert_case v0.4.0 |
| 1260 | 2026-08-07T18:51:56.786Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1261 | 2026-08-07T18:51:56.820Z | Checking tinyvec_macros v0.1.1 |
| 1262 | 2026-08-07T18:51:56.895Z | Checking tinyvec v1.10.0 |
| 1263 | 2026-08-07T18:51:57.051Z | Compiling derive_more v0.99.20 |
| 1264 | 2026-08-07T18:51:57.211Z | Checking num_enum v0.5.11 |
| 1265 | 2026-08-07T18:51:57.227Z | Compiling nix v0.31.3 |
| 1266 | 2026-08-07T18:51:57.255Z | Compiling nix v0.30.1 |
| 1267 | 2026-08-07T18:51:57.330Z | Compiling libz-sys v1.1.22 |
| 1268 | 2026-08-07T18:51:57.580Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1269 | 2026-08-07T18:51:57.644Z | Compiling crc32fast v1.5.0 |
| 1270 | 2026-08-07T18:51:57.865Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1271 | 2026-08-07T18:51:57.958Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1272 | 2026-08-07T18:51:58.007Z | Compiling usdt-attr-macro v0.5.0 |
| 1273 | 2026-08-07T18:51:58.134Z | Compiling usdt-macro v0.5.0 |
| 1274 | 2026-08-07T18:51:58.571Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-08-07T18:51:58.697Z | Compiling zone_cfg_derive v0.3.1 |
| 1276 | 2026-08-07T18:51:58.733Z | Checking papergrid v0.18.0 |
| 1277 | 2026-08-07T18:51:58.750Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1278 | 2026-08-07T18:51:58.819Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1279 | 2026-08-07T18:51:58.995Z | Checking itertools v0.12.1 |
| 1280 | 2026-08-07T18:51:59.012Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1281 | 2026-08-07T18:51:59.248Z | Checking memmap v0.7.0 |
| 1282 | 2026-08-07T18:51:59.267Z | Checking sigpipe v0.1.3 |
| 1283 | 2026-08-07T18:51:59.355Z | Checking jiff v0.2.15 |
| 1284 | 2026-08-07T18:51:59.370Z | Checking glob v0.3.3 |
| 1285 | 2026-08-07T18:51:59.387Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1286 | 2026-08-07T18:51:59.499Z | Checking adler2 v2.0.1 |
| 1287 | 2026-08-07T18:51:59.516Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1288 | 2026-08-07T18:51:59.553Z | Checking tabled v0.21.0 |
| 1289 | 2026-08-07T18:51:59.612Z | Checking miniz_oxide v0.8.9 |
| 1290 | 2026-08-07T18:51:59.646Z | Checking usdt v0.5.0 |
| 1291 | 2026-08-07T18:51:59.733Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-07T18:51:59.860Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-08-07T18:51:59.970Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-08-07T18:51:59.997Z | Checking zone v0.3.1 |
| 1295 | 2026-08-07T18:52:00.389Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-08-07T18:52:00.416Z | Checking itertools v0.15.0 |
| 1297 | 2026-08-07T18:52:00.614Z | Checking smf v0.2.3 |
| 1298 | 2026-08-07T18:52:00.773Z | Checking secrecy v0.10.3 |
| 1299 | 2026-08-07T18:52:00.858Z | Checking bstr v1.12.0 |
| 1300 | 2026-08-07T18:52:00.884Z | Checking whoami v1.6.1 |
| 1301 | 2026-08-07T18:52:01.064Z | Checking flate2 v1.1.2 |
| 1302 | 2026-08-07T18:52:01.201Z | Compiling curve25519-dalek v4.1.3 |
| 1303 | 2026-08-07T18:52:01.235Z | Compiling clang-sys v1.8.1 |
| 1304 | 2026-08-07T18:52:01.238Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1305 | 2026-08-07T18:52:01.361Z | Checking hmac v0.12.1 |
| 1306 | 2026-08-07T18:52:01.486Z | Checking inout v0.1.4 |
| 1307 | 2026-08-07T18:52:01.505Z | Checking hybrid-array v0.4.12 |
| 1308 | 2026-08-07T18:52:01.617Z | Checking ff v0.13.1 |
| 1309 | 2026-08-07T18:52:01.633Z | Compiling enum-as-inner v0.6.1 |
| 1310 | 2026-08-07T18:52:01.750Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-08-07T18:52:01.850Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1312 | 2026-08-07T18:52:01.961Z | Compiling semver v0.1.20 |
| 1313 | 2026-08-07T18:52:02.016Z | Checking group v0.13.0 |
| 1314 | 2026-08-07T18:52:02.032Z | Checking cipher v0.4.4 |
| 1315 | 2026-08-07T18:52:02.156Z | Compiling rustc_version v0.1.7 |
| 1316 | 2026-08-07T18:52:02.187Z | Checking hkdf v0.12.4 |
| 1317 | 2026-08-07T18:52:02.238Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-08-07T18:52:02.282Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1319 | 2026-08-07T18:52:02.304Z | Checking universal-hash v0.5.1 |
| 1320 | 2026-08-07T18:52:02.324Z | Checking crypto-bigint v0.5.5 |
| 1321 | 2026-08-07T18:52:02.360Z | Compiling regress v0.11.1 |
| 1322 | 2026-08-07T18:52:02.375Z | Checking half v2.7.1 |
| 1323 | 2026-08-07T18:52:02.432Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1324 | 2026-08-07T18:52:02.623Z | Checking base16ct v0.2.0 |
| 1325 | 2026-08-07T18:52:02.642Z | Checking ciborium-io v0.2.2 |
| 1326 | 2026-08-07T18:52:02.740Z | Checking opaque-debug v0.3.1 |
| 1327 | 2026-08-07T18:52:02.759Z | Checking indent_write v2.2.0 |
| 1328 | 2026-08-07T18:52:02.815Z | Checking base64ct v1.8.0 |
| 1329 | 2026-08-07T18:52:02.892Z | Checking poly1305 v0.8.0 |
| 1330 | 2026-08-07T18:52:03.061Z | Checking password-hash v0.5.0 |
| 1331 | 2026-08-07T18:52:03.130Z | Checking ciborium-ll v0.2.2 |
| 1332 | 2026-08-07T18:52:03.298Z | Compiling newtype_derive v0.1.6 |
| 1333 | 2026-08-07T18:52:03.314Z | Checking chacha20 v0.9.1 |
| 1334 | 2026-08-07T18:52:03.334Z | Checking elliptic-curve v0.13.8 |
| 1335 | 2026-08-07T18:52:03.355Z | Checking thiserror-no-std v2.0.2 |
| 1336 | 2026-08-07T18:52:03.449Z | Checking crypto-common v0.2.2 |
| 1337 | 2026-08-07T18:52:03.487Z | Checking block-buffer v0.12.0 |
| 1338 | 2026-08-07T18:52:03.507Z | Checking similar v2.7.0 |
| 1339 | 2026-08-07T18:52:03.527Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1340 | 2026-08-07T18:52:03.578Z | Checking blake2 v0.10.6 |
| 1341 | 2026-08-07T18:52:03.635Z | Checking aead v0.5.2 |
| 1342 | 2026-08-07T18:52:03.775Z | Compiling libloading v0.8.9 |
| 1343 | 2026-08-07T18:52:03.791Z | Checking const-oid v0.10.2 |
| 1344 | 2026-08-07T18:52:03.794Z | Checking linked-hash-map v0.5.6 |
| 1345 | 2026-08-07T18:52:03.822Z | Checking keccak v0.1.6 |
| 1346 | 2026-08-07T18:52:03.840Z | Checking compression-core v0.4.32 |
| 1347 | 2026-08-07T18:52:03.956Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-07T18:52:03.973Z | Compiling bindgen v0.72.1 |
| 1349 | 2026-08-07T18:52:03.976Z | Compiling owo-colors v4.3.0 |
| 1350 | 2026-08-07T18:52:03.976Z | Checking resolv-conf v0.7.5 |
| 1351 | 2026-08-07T18:52:03.976Z | Checking sha3 v0.10.8 |
| 1352 | 2026-08-07T18:52:04.076Z | Checking digest v0.11.3 |
| 1353 | 2026-08-07T18:52:04.200Z | Checking lru-cache v0.1.2 |
| 1354 | 2026-08-07T18:52:04.215Z | Checking compression-codecs v0.4.32 |
| 1355 | 2026-08-07T18:52:04.299Z | Checking argon2 v0.5.3 |
| 1356 | 2026-08-07T18:52:04.331Z | Checking vsss-rs v3.3.4 |
| 1357 | 2026-08-07T18:52:04.365Z | Checking chacha20poly1305 v0.10.1 |
| 1358 | 2026-08-07T18:52:04.439Z | Checking ciborium v0.2.2 |
| 1359 | 2026-08-07T18:52:04.500Z | Checking hickory-proto v0.24.4 |
| 1360 | 2026-08-07T18:52:04.603Z | Checking tokio-dtrace v0.1.1 |
| 1361 | 2026-08-07T18:52:04.814Z | Compiling cexpr v0.6.0 |
| 1362 | 2026-08-07T18:52:04.863Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1363 | 2026-08-07T18:52:05.238Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1364 | 2026-08-07T18:52:05.440Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-08-07T18:52:05.457Z | Compiling serde_repr v0.1.20 |
| 1366 | 2026-08-07T18:52:05.487Z | Compiling derive-where v1.6.0 |
| 1367 | 2026-08-07T18:52:05.585Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1368 | 2026-08-07T18:52:05.798Z | Compiling dropshot v0.17.1 |
| 1369 | 2026-08-07T18:52:06.020Z | Checking unicode-segmentation v1.12.0 |
| 1370 | 2026-08-07T18:52:06.045Z | Checking same-file v1.0.6 |
| 1371 | 2026-08-07T18:52:06.061Z | Compiling shlex v1.3.0 |
| 1372 | 2026-08-07T18:52:06.077Z | Checking cpufeatures v0.3.0 |
| 1373 | 2026-08-07T18:52:06.157Z | Checking siphasher v1.0.1 |
| 1374 | 2026-08-07T18:52:06.191Z | Checking walkdir v2.5.0 |
| 1375 | 2026-08-07T18:52:06.331Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-08-07T18:52:06.348Z | Checking newline-converter v0.3.0 |
| 1377 | 2026-08-07T18:52:06.363Z | Checking sha1 v0.11.0 |
| 1378 | 2026-08-07T18:52:06.469Z | Checking hickory-resolver v0.24.4 |
| 1379 | 2026-08-07T18:52:06.540Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1380 | 2026-08-07T18:52:06.556Z | Checking toml v1.1.2+spec-1.1.0 |
| 1381 | 2026-08-07T18:52:06.753Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-07T18:52:07.150Z | Checking oxide-tokio-rt v0.1.2 |
| 1383 | 2026-08-07T18:52:07.166Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1384 | 2026-08-07T18:52:07.298Z | Checking async-compression v0.4.33 |
| 1385 | 2026-08-07T18:52:07.381Z | Compiling progenitor-impl v0.10.0 |
| 1386 | 2026-08-07T18:52:07.502Z | Compiling typify-macro v0.6.2 |
| 1387 | 2026-08-07T18:52:07.553Z | Checking console v0.15.11 |
| 1388 | 2026-08-07T18:52:07.834Z | Checking tokio-stream v0.1.17 |
| 1389 | 2026-08-07T18:52:07.956Z | Compiling dropshot_endpoint v0.17.1 |
| 1390 | 2026-08-07T18:52:08.021Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-07T18:52:08.210Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-07T18:52:08.451Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-07T18:52:08.646Z | Compiling unicode-xid v0.2.6 |
| 1394 | 2026-08-07T18:52:08.749Z | Compiling chrono-tz v0.10.4 |
| 1395 | 2026-08-07T18:52:08.780Z | Checking swrite v0.1.0 |
| 1396 | 2026-08-07T18:52:08.885Z | Compiling cancel-safe-futures v0.1.5 |
| 1397 | 2026-08-07T18:52:08.975Z | Checking unicode-width v0.1.14 |
| 1398 | 2026-08-07T18:52:09.043Z | Checking unicode-linebreak v0.1.5 |
| 1399 | 2026-08-07T18:52:09.104Z | Checking smawk v0.3.2 |
| 1400 | 2026-08-07T18:52:09.137Z | Checking foldhash v0.1.5 |
| 1401 | 2026-08-07T18:52:09.259Z | Checking pin-project v1.1.10 |
| 1402 | 2026-08-07T18:52:09.262Z | Checking textwrap v0.16.2 |
| 1403 | 2026-08-07T18:52:09.290Z | Checking hashbrown v0.15.5 |
| 1404 | 2026-08-07T18:52:09.324Z | Compiling const_format_proc_macros v0.2.34 |
| 1405 | 2026-08-07T18:52:09.363Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-08-07T18:52:09.427Z | Compiling progenitor-macro v0.10.0 |
| 1407 | 2026-08-07T18:52:09.496Z | Checking csv v1.4.0 |
| 1408 | 2026-08-07T18:52:09.834Z | Checking qorb v0.4.1 |
| 1409 | 2026-08-07T18:52:09.863Z | Checking expectorate v1.2.0 |
| 1410 | 2026-08-07T18:52:09.997Z | Checking phf v0.12.1 |
| 1411 | 2026-08-07T18:52:10.143Z | Checking unicode-normalization v0.1.24 |
| 1412 | 2026-08-07T18:52:10.197Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-07T18:52:10.704Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-07T18:52:10.896Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-07T18:52:10.923Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-07T18:52:11.050Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-07T18:52:11.370Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-07T18:52:11.598Z | Checking fixedbitset v0.5.7 |
| 1419 | 2026-08-07T18:52:11.615Z | Compiling moka v0.12.11 |
| 1420 | 2026-08-07T18:52:11.740Z | Checking highway v1.3.0 |
| 1421 | 2026-08-07T18:52:11.804Z | Checking fixedbitset v0.4.2 |
| 1422 | 2026-08-07T18:52:11.876Z | Checking petgraph v0.8.2 |
| 1423 | 2026-08-07T18:52:11.966Z | Checking petgraph v0.6.5 |
| 1424 | 2026-08-07T18:52:12.440Z | Checking snafu v0.8.9 |
| 1425 | 2026-08-07T18:52:12.686Z | Checking libsw v3.5.0 |
| 1426 | 2026-08-07T18:52:12.845Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-07T18:52:12.923Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-07T18:52:13.068Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-07T18:52:13.193Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-07T18:52:13.434Z | Checking papergrid v0.11.0 |
| 1431 | 2026-08-07T18:52:13.454Z | Compiling typify v0.6.2 |
| 1432 | 2026-08-07T18:52:13.536Z | Checking globset v0.4.16 |
| 1433 | 2026-08-07T18:52:13.552Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-07T18:52:13.594Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-07T18:52:13.614Z | Checking progenitor v0.10.0 |
| 1436 | 2026-08-07T18:52:13.750Z | Compiling tabled_derive v0.7.0 |
| 1437 | 2026-08-07T18:52:13.785Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-08-07T18:52:13.800Z | Checking reqwest v0.13.2 |
| 1439 | 2026-08-07T18:52:14.027Z | Checking bcs v0.1.6 |
| 1440 | 2026-08-07T18:52:14.043Z | Checking pem v3.0.5 |
| 1441 | 2026-08-07T18:52:14.114Z | Checking serde_plain v1.0.2 |
| 1442 | 2026-08-07T18:52:14.203Z | Checking linear-map v1.2.0 |
| 1443 | 2026-08-07T18:52:14.256Z | Checking termtree v0.5.1 |
| 1444 | 2026-08-07T18:52:14.272Z | Checking humantime v2.3.0 |
| 1445 | 2026-08-07T18:52:14.342Z | Checking tagptr v0.2.0 |
| 1446 | 2026-08-07T18:52:14.376Z | Checking crc8 v0.1.1 |
| 1447 | 2026-08-07T18:52:14.395Z | Checking typed-path v0.9.3 |
| 1448 | 2026-08-07T18:52:14.454Z | Compiling signal-hook v0.4.4 |
| 1449 | 2026-08-07T18:52:14.477Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-07T18:52:14.692Z | Checking tabled v0.15.0 |
| 1451 | 2026-08-07T18:52:14.710Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-08-07T18:52:15.137Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-08-07T18:52:15.193Z | Checking tough v0.20.0 |
| 1454 | 2026-08-07T18:52:15.309Z | Compiling progenitor-impl v0.14.0 |
| 1455 | 2026-08-07T18:52:15.875Z | Checking steno v0.4.1 |
| 1456 | 2026-08-07T18:52:16.149Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-07T18:52:16.859Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-07T18:52:16.902Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-07T18:52:17.151Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-07T18:52:17.186Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-07T18:52:17.288Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-07T18:52:17.424Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-07T18:52:17.526Z | Checking progenitor-client v0.14.0 |
| 1464 | 2026-08-07T18:52:17.646Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-07T18:52:17.738Z | Checking hickory-resolver v0.25.2 |
| 1466 | 2026-08-07T18:52:17.755Z | Checking sha2 v0.10.9 |
| 1467 | 2026-08-07T18:52:17.818Z | Compiling blake3 v1.8.2 |
| 1468 | 2026-08-07T18:52:18.396Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1469 | 2026-08-07T18:52:18.626Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-08-07T18:52:18.908Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1471 | 2026-08-07T18:52:18.939Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-07T18:52:19.368Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-07T18:52:19.721Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-07T18:52:19.807Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1475 | 2026-08-07T18:52:20.075Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-07T18:52:20.103Z | Checking git-stub v1.0.0 |
| 1477 | 2026-08-07T18:52:20.183Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-07T18:52:20.236Z | Compiling strum_macros v0.28.0 |
| 1479 | 2026-08-07T18:52:20.256Z | Checking filetime v0.2.26 |
| 1480 | 2026-08-07T18:52:20.395Z | Compiling curl v0.4.50 |
| 1481 | 2026-08-07T18:52:20.557Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-08-07T18:52:20.641Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-07T18:52:20.657Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-08-07T18:52:20.889Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1485 | 2026-08-07T18:52:21.014Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1486 | 2026-08-07T18:52:21.323Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1487 | 2026-08-07T18:52:21.343Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-08-07T18:52:21.587Z | Checking xattr v1.6.1 |
| 1489 | 2026-08-07T18:52:21.606Z | Checking progenitor v0.14.0 |
| 1490 | 2026-08-07T18:52:21.724Z | Checking is_ci v1.2.0 |
| 1491 | 2026-08-07T18:52:21.740Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1492 | 2026-08-07T18:52:21.811Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-08-07T18:52:21.829Z | Checking arrayref v0.3.9 |
| 1494 | 2026-08-07T18:52:21.889Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1495 | 2026-08-07T18:52:21.905Z | Checking constant_time_eq v0.3.1 |
| 1496 | 2026-08-07T18:52:21.966Z | Checking arrayvec v0.7.6 |
| 1497 | 2026-08-07T18:52:22.023Z | Checking supports-color v3.0.2 |
| 1498 | 2026-08-07T18:52:22.053Z | Checking strum v0.28.0 |
| 1499 | 2026-08-07T18:52:22.150Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1500 | 2026-08-07T18:52:22.182Z | Checking tar v0.4.45 |
| 1501 | 2026-08-07T18:52:22.583Z | Checking git-stub-vcs v0.1.0 |
| 1502 | 2026-08-07T18:52:22.760Z | Checking toml v0.7.8 |
| 1503 | 2026-08-07T18:52:23.067Z | Checking drift v0.2.0 |
| 1504 | 2026-08-07T18:52:23.092Z | Checking kstat-rs v0.2.4 |
| 1505 | 2026-08-07T18:52:23.282Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1506 | 2026-08-07T18:52:23.380Z | Checking topological-sort v0.2.2 |
| 1507 | 2026-08-07T18:52:23.521Z | Checking omicron-zone-package v0.12.2 |
| 1508 | 2026-08-07T18:52:23.689Z | Checking dropshot-api-manager v0.7.2 |
| 1509 | 2026-08-07T18:52:23.727Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-08-07T18:52:24.765Z | Checking signal-hook-tokio v0.4.0 |
| 1511 | 2026-08-07T18:52:24.898Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1512 | 2026-08-07T18:52:25.062Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1513 | 2026-08-07T18:52:25.447Z | Checking scuffle v0.1.0 |
| 1514 | 2026-08-07T18:52:25.475Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1515 | 2026-08-07T18:52:25.492Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1516 | 2026-08-07T18:52:26.162Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1517 | 2026-08-07T18:52:26.179Z | Checking iddqd v0.4.5 |
| 1518 | 2026-08-07T18:52:26.278Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1519 | 2026-08-07T18:52:26.474Z | Checking search_path v0.1.4 |
| 1520 | 2026-08-07T18:52:26.492Z | Checking internet-checksum v0.2.1 |
| 1521 | 2026-08-07T18:52:26.613Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1522 | 2026-08-07T18:52:26.616Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-08-07T18:52:26.831Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1524 | 2026-08-07T18:52:27.072Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-07T18:52:27.528Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-08-07T18:52:27.670Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-07T18:52:27.971Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-08-07T18:52:29.285Z | Compiling git2 v0.19.0 |
| 1529 | 2026-08-07T18:52:30.316Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1530 | 2026-08-07T18:52:31.582Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-07T18:52:39.084Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-08-07T18:52:40.385Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-07T18:52:45.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1534 | 2026-08-07T18:52:45.688Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1535 | 2026-08-07T18:52:45.688Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1536 | 2026-08-07T18:52:46.185Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1537 | 2026-08-07T18:52:46.189Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1538 | 2026-08-07T18:52:46.264Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-08-07T18:52:46.264Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1540 | 2026-08-07T18:52:53.436Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1541 | 2026-08-07T18:52:53.436Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1542 | 2026-08-07T18:52:56.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s |
| 1543 | 2026-08-07T18:52:56.173Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1544 | 2026-08-07T18:52:56.173Z | + cargo clippy --features softnpu -- --deny warnings |
| 1545 | 2026-08-07T18:52:56.475Z | Downloading crates ... |
| 1546 | 2026-08-07T18:52:56.617Z | Downloaded funty v2.0.0 |
| 1547 | 2026-08-07T18:52:56.620Z | Downloaded serde_arrays v0.1.0 |
| 1548 | 2026-08-07T18:52:56.620Z | Downloaded tap v1.0.1 |
| 1549 | 2026-08-07T18:52:56.620Z | Downloaded typeid v1.0.3 |
| 1550 | 2026-08-07T18:52:56.624Z | Downloaded bitstruct_derive v0.1.0 |
| 1551 | 2026-08-07T18:52:56.624Z | Downloaded bitstruct v0.1.1 |
| 1552 | 2026-08-07T18:52:56.627Z | Downloaded wyz v0.5.1 |
| 1553 | 2026-08-07T18:52:56.627Z | Downloaded radium v0.7.0 |
| 1554 | 2026-08-07T18:52:56.627Z | Downloaded libloading v0.7.4 |
| 1555 | 2026-08-07T18:52:56.630Z | Downloaded ascii v1.1.0 |
| 1556 | 2026-08-07T18:52:56.636Z | Downloaded erased-serde v0.4.8 |
| 1557 | 2026-08-07T18:52:56.650Z | Downloaded bitvec v1.0.1 |
| 1558 | 2026-08-07T18:52:56.658Z | Downloaded num-bigint v0.4.6 |
| 1559 | 2026-08-07T18:52:56.781Z | Checking num-integer v0.1.46 |
| 1560 | 2026-08-07T18:52:56.861Z | Checking num-complex v0.4.6 |
| 1561 | 2026-08-07T18:52:56.870Z | Compiling radium v0.7.0 |
| 1562 | 2026-08-07T18:52:56.877Z | Checking tap v1.0.1 |
| 1563 | 2026-08-07T18:52:56.883Z | Checking funty v2.0.0 |
| 1564 | 2026-08-07T18:52:56.890Z | Compiling typeid v1.0.3 |
| 1565 | 2026-08-07T18:52:56.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1566 | 2026-08-07T18:52:56.903Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-07T18:52:56.963Z | Checking wyz v0.5.1 |
| 1568 | 2026-08-07T18:52:57.057Z | Checking num-bigint v0.4.6 |
| 1569 | 2026-08-07T18:52:57.057Z | Checking num-iter v0.1.45 |
| 1570 | 2026-08-07T18:52:57.114Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-07T18:52:57.131Z | Compiling erased-serde v0.4.8 |
| 1572 | 2026-08-07T18:52:57.172Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-07T18:52:57.188Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-07T18:52:57.215Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-07T18:52:57.264Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-07T18:52:57.290Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-07T18:52:57.305Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-07T18:52:57.313Z | Checking bitvec v1.0.1 |
| 1579 | 2026-08-07T18:52:57.316Z | Checking ascii v1.1.0 |
| 1580 | 2026-08-07T18:52:57.329Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1581 | 2026-08-07T18:52:57.388Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-07T18:52:57.487Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1583 | 2026-08-07T18:52:57.498Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1584 | 2026-08-07T18:52:57.507Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-08-07T18:52:57.509Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-08-07T18:52:57.794Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-07T18:52:57.804Z | Checking serde_arrays v0.1.0 |
| 1588 | 2026-08-07T18:52:57.892Z | Checking num-rational v0.4.2 |
| 1589 | 2026-08-07T18:52:57.903Z | Checking libloading v0.7.4 |
| 1590 | 2026-08-07T18:52:57.918Z | Checking bitstruct v0.1.1 |
| 1591 | 2026-08-07T18:52:57.942Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1592 | 2026-08-07T18:52:58.156Z | Checking num v0.4.3 |
| 1593 | 2026-08-07T18:52:58.225Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-07T18:52:58.749Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1595 | 2026-08-07T18:52:59.054Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1596 | 2026-08-07T18:52:59.057Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1597 | 2026-08-07T18:52:59.247Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-08-07T18:52:59.429Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-07T18:52:59.429Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-07T18:52:59.903Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-07T18:53:00.151Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1602 | 2026-08-07T18:53:00.155Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-07T18:53:00.155Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-07T18:53:00.155Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-07T18:53:00.546Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1606 | 2026-08-07T18:53:00.983Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-07T18:53:01.827Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-07T18:53:04.076Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1609 | 2026-08-07T18:53:04.435Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1610 | 2026-08-07T18:53:05.323Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1611 | 2026-08-07T18:53:06.105Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-08-07T18:53:06.225Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1613 | 2026-08-07T18:53:12.622Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-08-07T18:53:13.896Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1615 | 2026-08-07T18:53:14.432Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-08-07T18:53:18.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s |
| 1617 | 2026-08-07T18:53:18.990Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1618 | 2026-08-07T18:53:18.990Z | + cargo clippy --features chaos -- --deny warnings |
| 1619 | 2026-08-07T18:53:19.481Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1620 | 2026-08-07T18:53:19.483Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1621 | 2026-08-07T18:53:19.484Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1622 | 2026-08-07T18:53:26.709Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-08-07T18:53:26.709Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1624 | 2026-08-07T18:53:29.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s |
| 1625 | 2026-08-07T18:53:29.343Z | + banner fmt |
| 1626 | 2026-08-07T18:53:29.346Z | |
| 1627 | 2026-08-07T18:53:29.346Z | ###### # # ##### |
| 1628 | 2026-08-07T18:53:29.346Z | # ## ## # |
| 1629 | 2026-08-07T18:53:29.346Z | ##### # ## # # |
| 1630 | 2026-08-07T18:53:29.346Z | # # # # |
| 1631 | 2026-08-07T18:53:29.346Z | # # # # |
| 1632 | 2026-08-07T18:53:29.347Z | # # # # |
| 1633 | 2026-08-07T18:53:29.347Z | |
| 1634 | 2026-08-07T18:53:29.347Z | + cargo fmt -- --check |
| 1635 | 2026-08-07T18:53:29.792Z | + banner test |
| 1636 | 2026-08-07T18:53:29.795Z | |
| 1637 | 2026-08-07T18:53:29.795Z | ##### ###### #### ##### |
| 1638 | 2026-08-07T18:53:29.795Z | # # # # |
| 1639 | 2026-08-07T18:53:29.795Z | # ##### #### # |
| 1640 | 2026-08-07T18:53:29.795Z | # # # # |
| 1641 | 2026-08-07T18:53:29.795Z | # # # # # |
| 1642 | 2026-08-07T18:53:29.795Z | # ###### #### # |
| 1643 | 2026-08-07T18:53:29.795Z | |
| 1644 | 2026-08-07T18:53:29.795Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1645 | 2026-08-07T18:53:29.795Z | + RUST_BACKTRACE=full |
| 1646 | 2026-08-07T18:53:29.795Z | + cargo test --features tofino_stub --no-fail-fast |
| 1647 | 2026-08-07T18:53:30.663Z | Compiling unicode-ident v1.0.24 |
| 1648 | 2026-08-07T18:53:30.663Z | Compiling cfg-if v1.0.4 |
| 1649 | 2026-08-07T18:53:30.775Z | Compiling memchr v2.7.5 |
| 1650 | 2026-08-07T18:53:30.781Z | Compiling serde_core v1.0.228 |
| 1651 | 2026-08-07T18:53:30.788Z | Compiling itoa v1.0.15 |
| 1652 | 2026-08-07T18:53:30.791Z | Compiling libc v0.2.186 |
| 1653 | 2026-08-07T18:53:30.804Z | Compiling zmij v1.0.17 |
| 1654 | 2026-08-07T18:53:30.831Z | Compiling libm v0.2.15 |
| 1655 | 2026-08-07T18:53:30.886Z | Compiling proc-macro2 v1.0.106 |
| 1656 | 2026-08-07T18:53:31.070Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-08-07T18:53:31.162Z | Compiling log v0.4.29 |
| 1658 | 2026-08-07T18:53:31.283Z | Compiling quote v1.0.45 |
| 1659 | 2026-08-07T18:53:31.301Z | Compiling smallvec v1.15.1 |
| 1660 | 2026-08-07T18:53:31.352Z | Compiling heck v0.5.0 |
| 1661 | 2026-08-07T18:53:31.428Z | Compiling iana-time-zone v0.1.64 |
| 1662 | 2026-08-07T18:53:31.513Z | Compiling syn v2.0.118 |
| 1663 | 2026-08-07T18:53:31.592Z | Compiling dyn-clone v1.0.20 |
| 1664 | 2026-08-07T18:53:31.618Z | Compiling hashbrown v0.17.1 |
| 1665 | 2026-08-07T18:53:31.652Z | Compiling stable_deref_trait v1.2.0 |
| 1666 | 2026-08-07T18:53:31.663Z | Compiling pin-project-lite v0.2.16 |
| 1667 | 2026-08-07T18:53:31.732Z | Compiling percent-encoding v2.3.2 |
| 1668 | 2026-08-07T18:53:31.744Z | Compiling writeable v0.6.1 |
| 1669 | 2026-08-07T18:53:31.761Z | Compiling litemap v0.8.0 |
| 1670 | 2026-08-07T18:53:31.932Z | Compiling fnv v1.0.7 |
| 1671 | 2026-08-07T18:53:31.980Z | Compiling icu_normalizer_data v2.0.0 |
| 1672 | 2026-08-07T18:53:31.993Z | Compiling icu_properties_data v2.0.1 |
| 1673 | 2026-08-07T18:53:32.032Z | Compiling regex-syntax v0.8.11 |
| 1674 | 2026-08-07T18:53:32.049Z | Compiling form_urlencoded v1.2.2 |
| 1675 | 2026-08-07T18:53:32.061Z | Compiling utf8_iter v1.0.4 |
| 1676 | 2026-08-07T18:53:32.149Z | Compiling scopeguard v1.2.0 |
| 1677 | 2026-08-07T18:53:32.172Z | Compiling num-traits v0.2.19 |
| 1678 | 2026-08-07T18:53:32.206Z | Compiling getrandom v0.4.2 |
| 1679 | 2026-08-07T18:53:32.233Z | Compiling lock_api v0.4.14 |
| 1680 | 2026-08-07T18:53:32.355Z | Compiling aho-corasick v1.1.3 |
| 1681 | 2026-08-07T18:53:32.468Z | Compiling semver v1.0.28 |
| 1682 | 2026-08-07T18:53:32.606Z | Compiling serde_json v1.0.150 |
| 1683 | 2026-08-07T18:53:32.721Z | Compiling indexmap v2.14.0 |
| 1684 | 2026-08-07T18:53:32.782Z | Compiling byteorder v1.5.0 |
| 1685 | 2026-08-07T18:53:32.821Z | Compiling ucd-trie v0.1.7 |
| 1686 | 2026-08-07T18:53:32.914Z | Compiling futures-core v0.3.32 |
| 1687 | 2026-08-07T18:53:33.012Z | Compiling uuid v1.23.3 |
| 1688 | 2026-08-07T18:53:33.071Z | Compiling allocator-api2 v0.2.21 |
| 1689 | 2026-08-07T18:53:33.356Z | Compiling num-conv v0.2.1 |
| 1690 | 2026-08-07T18:53:33.395Z | Compiling time-core v0.1.8 |
| 1691 | 2026-08-07T18:53:33.440Z | Compiling foldhash v0.2.0 |
| 1692 | 2026-08-07T18:53:33.516Z | Compiling regex-automata v0.4.13 |
| 1693 | 2026-08-07T18:53:33.550Z | Compiling futures-sink v0.3.32 |
| 1694 | 2026-08-07T18:53:33.561Z | Compiling time-macros v0.2.27 |
| 1695 | 2026-08-07T18:53:33.658Z | Compiling hashbrown v0.16.1 |
| 1696 | 2026-08-07T18:53:33.675Z | Compiling ryu v1.0.20 |
| 1697 | 2026-08-07T18:53:33.872Z | Compiling pretty-hex v0.4.1 |
| 1698 | 2026-08-07T18:53:34.020Z | Compiling slab v0.4.11 |
| 1699 | 2026-08-07T18:53:34.254Z | Compiling plain v0.2.3 |
| 1700 | 2026-08-07T18:53:34.267Z | Compiling synstructure v0.13.2 |
| 1701 | 2026-08-07T18:53:34.354Z | Compiling serde_derive_internals v0.29.1 |
| 1702 | 2026-08-07T18:53:34.367Z | Compiling strsim v0.11.1 |
| 1703 | 2026-08-07T18:53:34.566Z | Compiling futures-channel v0.3.32 |
| 1704 | 2026-08-07T18:53:34.720Z | Compiling futures-task v0.3.32 |
| 1705 | 2026-08-07T18:53:34.767Z | Compiling futures-io v0.3.32 |
| 1706 | 2026-08-07T18:53:34.780Z | Compiling socket2 v0.6.4 |
| 1707 | 2026-08-07T18:53:34.803Z | Compiling parking_lot_core v0.9.12 |
| 1708 | 2026-08-07T18:53:34.890Z | Compiling signal-hook-registry v1.4.6 |
| 1709 | 2026-08-07T18:53:34.929Z | Compiling thread-id v5.0.0 |
| 1710 | 2026-08-07T18:53:35.018Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-08-07T18:53:35.133Z | Compiling mio v1.2.1 |
| 1712 | 2026-08-07T18:53:35.231Z | Compiling regress v0.10.5 |
| 1713 | 2026-08-07T18:53:35.254Z | Compiling regex v1.12.4 |
| 1714 | 2026-08-07T18:53:35.266Z | Compiling darling_core v0.21.3 |
| 1715 | 2026-08-07T18:53:35.322Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-08-07T18:53:35.442Z | Compiling base64 v0.22.1 |
| 1717 | 2026-08-07T18:53:35.549Z | Compiling serde_derive v1.0.228 |
| 1718 | 2026-08-07T18:53:35.580Z | Compiling zerofrom-derive v0.1.6 |
| 1719 | 2026-08-07T18:53:35.679Z | Compiling yoke-derive v0.8.0 |
| 1720 | 2026-08-07T18:53:35.740Z | Compiling zerovec-derive v0.11.1 |
| 1721 | 2026-08-07T18:53:35.792Z | Compiling displaydoc v0.2.5 |
| 1722 | 2026-08-07T18:53:36.195Z | Compiling thiserror-impl v2.0.18 |
| 1723 | 2026-08-07T18:53:36.582Z | Compiling schemars_derive v0.8.22 |
| 1724 | 2026-08-07T18:53:36.772Z | Compiling tokio-macros v2.7.0 |
| 1725 | 2026-08-07T18:53:36.847Z | Compiling zerocopy-derive v0.8.27 |
| 1726 | 2026-08-07T18:53:36.878Z | Compiling zeroize_derive v1.4.3 |
| 1727 | 2026-08-07T18:53:37.428Z | Compiling futures-macro v0.3.32 |
| 1728 | 2026-08-07T18:53:37.496Z | Compiling thiserror v2.0.18 |
| 1729 | 2026-08-07T18:53:37.545Z | Compiling zerofrom v0.1.6 |
| 1730 | 2026-08-07T18:53:37.584Z | Compiling thiserror-impl v1.0.69 |
| 1731 | 2026-08-07T18:53:37.609Z | Compiling tracing-attributes v0.1.30 |
| 1732 | 2026-08-07T18:53:37.680Z | Compiling yoke v0.8.0 |
| 1733 | 2026-08-07T18:53:37.821Z | Compiling pest v2.8.2 |
| 1734 | 2026-08-07T18:53:37.874Z | Compiling zerovec v0.11.4 |
| 1735 | 2026-08-07T18:53:38.132Z | Compiling zerocopy v0.8.27 |
| 1736 | 2026-08-07T18:53:38.286Z | Compiling zerotrie v0.2.2 |
| 1737 | 2026-08-07T18:53:38.310Z | Compiling serde v1.0.228 |
| 1738 | 2026-08-07T18:53:38.749Z | Compiling bytes v1.12.0 |
| 1739 | 2026-08-07T18:53:38.772Z | Compiling serde_tokenstream v0.2.3 |
| 1740 | 2026-08-07T18:53:38.849Z | Compiling tinystr v0.8.1 |
| 1741 | 2026-08-07T18:53:38.875Z | Compiling potential_utf v0.1.3 |
| 1742 | 2026-08-07T18:53:39.054Z | Compiling icu_locale_core v2.0.0 |
| 1743 | 2026-08-07T18:53:39.054Z | Compiling icu_collections v2.0.0 |
| 1744 | 2026-08-07T18:53:39.093Z | Compiling pest_meta v2.8.2 |
| 1745 | 2026-08-07T18:53:39.116Z | Compiling chrono v0.4.45 |
| 1746 | 2026-08-07T18:53:39.154Z | Compiling scroll_derive v0.13.1 |
| 1747 | 2026-08-07T18:53:39.400Z | Compiling http v1.4.2 |
| 1748 | 2026-08-07T18:53:39.573Z | Compiling icu_provider v2.0.0 |
| 1749 | 2026-08-07T18:53:39.636Z | Compiling pest_generator v2.8.2 |
| 1750 | 2026-08-07T18:53:39.807Z | Compiling async-trait v0.1.89 |
| 1751 | 2026-08-07T18:53:39.894Z | Compiling icu_properties v2.0.1 |
| 1752 | 2026-08-07T18:53:39.944Z | Compiling icu_normalizer v2.0.0 |
| 1753 | 2026-08-07T18:53:40.301Z | Compiling schemars v0.8.22 |
| 1754 | 2026-08-07T18:53:40.448Z | Compiling scroll v0.13.0 |
| 1755 | 2026-08-07T18:53:40.451Z | Compiling pest_derive v2.8.2 |
| 1756 | 2026-08-07T18:53:40.655Z | Compiling thiserror v1.0.69 |
| 1757 | 2026-08-07T18:53:40.724Z | Compiling goblin v0.10.1 |
| 1758 | 2026-08-07T18:53:40.750Z | Compiling tokio v1.52.3 |
| 1759 | 2026-08-07T18:53:40.762Z | Compiling openapiv3 v2.2.0 |
| 1760 | 2026-08-07T18:53:40.882Z | Compiling idna_adapter v1.2.1 |
| 1761 | 2026-08-07T18:53:41.038Z | Compiling idna v1.1.0 |
| 1762 | 2026-08-07T18:53:41.050Z | Compiling dtrace-parser v0.3.0 |
| 1763 | 2026-08-07T18:53:41.191Z | Compiling daft-derive v0.1.5 |
| 1764 | 2026-08-07T18:53:41.450Z | Compiling url v2.5.7 |
| 1765 | 2026-08-07T18:53:41.842Z | Compiling typify-impl v0.4.3 |
| 1766 | 2026-08-07T18:53:41.964Z | Compiling darling_macro v0.21.3 |
| 1767 | 2026-08-07T18:53:41.967Z | Compiling serde_yaml v0.9.34+deprecated |
| 1768 | 2026-08-07T18:53:42.349Z | Compiling http-body v1.0.1 |
| 1769 | 2026-08-07T18:53:42.394Z | Compiling ppv-lite86 v0.2.21 |
| 1770 | 2026-08-07T18:53:42.510Z | Compiling erased-serde v0.3.31 |
| 1771 | 2026-08-07T18:53:42.566Z | Compiling darling v0.21.3 |
| 1772 | 2026-08-07T18:53:42.659Z | Compiling openssl-macros v0.1.1 |
| 1773 | 2026-08-07T18:53:42.737Z | Compiling getrandom v0.2.16 |
| 1774 | 2026-08-07T18:53:43.010Z | Compiling ipnet v2.11.0 |
| 1775 | 2026-08-07T18:53:43.147Z | Compiling atomic-waker v1.1.2 |
| 1776 | 2026-08-07T18:53:43.278Z | Compiling httparse v1.10.1 |
| 1777 | 2026-08-07T18:53:43.432Z | Compiling tower-service v0.3.3 |
| 1778 | 2026-08-07T18:53:43.533Z | Compiling dof v0.4.0 |
| 1779 | 2026-08-07T18:53:43.560Z | Compiling untrusted v0.9.0 |
| 1780 | 2026-08-07T18:53:43.595Z | Compiling tower-layer v0.3.3 |
| 1781 | 2026-08-07T18:53:43.687Z | Compiling anyhow v1.0.102 |
| 1782 | 2026-08-07T18:53:43.761Z | Compiling try-lock v0.2.5 |
| 1783 | 2026-08-07T18:53:43.887Z | Compiling want v0.3.1 |
| 1784 | 2026-08-07T18:53:44.064Z | Compiling usdt-impl v0.6.0 |
| 1785 | 2026-08-07T18:53:44.090Z | Compiling syn v1.0.109 |
| 1786 | 2026-08-07T18:53:44.090Z | Compiling zeroize v1.8.1 |
| 1787 | 2026-08-07T18:53:44.305Z | Compiling httpdate v1.0.3 |
| 1788 | 2026-08-07T18:53:44.533Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-07T18:53:44.961Z | Compiling async-stream-impl v0.3.6 |
| 1790 | 2026-08-07T18:53:45.118Z | Compiling structmeta-derive v0.3.0 |
| 1791 | 2026-08-07T18:53:45.153Z | Compiling critical-section v1.2.0 |
| 1792 | 2026-08-07T18:53:45.495Z | Compiling once_cell v1.21.3 |
| 1793 | 2026-08-07T18:53:45.532Z | Compiling usdt-macro v0.6.0 |
| 1794 | 2026-08-07T18:53:45.709Z | Compiling usdt-attr-macro v0.6.0 |
| 1795 | 2026-08-07T18:53:46.054Z | Compiling newtype-uuid-macros v0.1.0 |
| 1796 | 2026-08-07T18:53:46.226Z | Compiling structmeta v0.3.0 |
| 1797 | 2026-08-07T18:53:46.430Z | Compiling strum_macros v0.26.4 |
| 1798 | 2026-08-07T18:53:46.709Z | Compiling powerfmt v0.2.0 |
| 1799 | 2026-08-07T18:53:46.895Z | Compiling deranged v0.5.3 |
| 1800 | 2026-08-07T18:53:47.007Z | Compiling num_threads v0.1.7 |
| 1801 | 2026-08-07T18:53:47.572Z | Compiling http-body-util v0.1.3 |
| 1802 | 2026-08-07T18:53:47.703Z | Compiling omicron-workspace-hack v0.1.0 |
| 1803 | 2026-08-07T18:53:47.779Z | Compiling dropshot_endpoint v0.16.7 |
| 1804 | 2026-08-07T18:53:47.817Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-08-07T18:53:47.868Z | Compiling ref-cast-impl v1.0.25 |
| 1806 | 2026-08-07T18:53:48.072Z | Compiling derive-ex v0.1.8 |
| 1807 | 2026-08-07T18:53:48.107Z | Compiling typify-macro v0.4.3 |
| 1808 | 2026-08-07T18:53:48.121Z | Compiling strum_macros v0.27.2 |
| 1809 | 2026-08-07T18:53:48.191Z | Compiling sync_wrapper v1.0.2 |
| 1810 | 2026-08-07T18:53:48.307Z | Compiling serde_with_macros v3.14.1 |
| 1811 | 2026-08-07T18:53:48.352Z | Compiling subtle v2.6.1 |
| 1812 | 2026-08-07T18:53:48.498Z | Compiling thread_local v1.1.9 |
| 1813 | 2026-08-07T18:53:48.767Z | Compiling iri-string v0.7.8 |
| 1814 | 2026-08-07T18:53:48.807Z | Compiling futures-util v0.3.32 |
| 1815 | 2026-08-07T18:53:49.441Z | Compiling match_cfg v0.1.0 |
| 1816 | 2026-08-07T18:53:49.516Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-08-07T18:53:49.542Z | Compiling typenum v1.20.1 |
| 1818 | 2026-08-07T18:53:49.680Z | Compiling test-strategy v0.4.3 |
| 1819 | 2026-08-07T18:53:49.753Z | Compiling take_mut v0.2.2 |
| 1820 | 2026-08-07T18:53:49.867Z | Compiling term v1.2.0 |
| 1821 | 2026-08-07T18:53:50.274Z | Compiling typify v0.4.3 |
| 1822 | 2026-08-07T18:53:50.377Z | Compiling progenitor-impl v0.11.1 |
| 1823 | 2026-08-07T18:53:50.419Z | Compiling parse-display-derive v0.10.0 |
| 1824 | 2026-08-07T18:53:50.452Z | Compiling tracing-core v0.1.34 |
| 1825 | 2026-08-07T18:53:50.488Z | Compiling toml_datetime v0.6.11 |
| 1826 | 2026-08-07T18:53:50.655Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1827 | 2026-08-07T18:53:50.773Z | Compiling camino v1.2.3 |
| 1828 | 2026-08-07T18:53:51.005Z | Compiling tracing v0.1.41 |
| 1829 | 2026-08-07T18:53:51.179Z | Compiling clap_derive v4.6.1 |
| 1830 | 2026-08-07T18:53:51.257Z | Compiling encoding_rs v0.8.35 |
| 1831 | 2026-08-07T18:53:51.261Z | Compiling fastrand v2.3.0 |
| 1832 | 2026-08-07T18:53:51.391Z | Compiling mime v0.3.17 |
| 1833 | 2026-08-07T18:53:51.500Z | Compiling cpufeatures v0.2.17 |
| 1834 | 2026-08-07T18:53:51.579Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1835 | 2026-08-07T18:53:52.094Z | Compiling unicode-width v0.2.1 |
| 1836 | 2026-08-07T18:53:52.587Z | Compiling errno v0.3.14 |
| 1837 | 2026-08-07T18:53:52.599Z | Compiling hex v0.4.3 |
| 1838 | 2026-08-07T18:53:52.866Z | Compiling generic-array v0.14.7 |
| 1839 | 2026-08-07T18:53:52.879Z | Compiling ipnetwork v0.21.1 |
| 1840 | 2026-08-07T18:53:52.937Z | Compiling crossbeam-utils v0.8.21 |
| 1841 | 2026-08-07T18:53:52.989Z | Compiling tokio-util v0.7.16 |
| 1842 | 2026-08-07T18:53:53.261Z | Compiling slog v2.8.2 |
| 1843 | 2026-08-07T18:53:53.449Z | Compiling rustix v1.1.4 |
| 1844 | 2026-08-07T18:53:53.573Z | Compiling getrandom v0.3.3 |
| 1845 | 2026-08-07T18:53:53.678Z | Compiling winnow v0.7.14 |
| 1846 | 2026-08-07T18:53:53.722Z | Compiling rand_core v0.9.3 |
| 1847 | 2026-08-07T18:53:53.760Z | Compiling h2 v0.4.14 |
| 1848 | 2026-08-07T18:53:53.795Z | Compiling crypto-common v0.1.6 |
| 1849 | 2026-08-07T18:53:53.925Z | Compiling progenitor-macro v0.11.1 |
| 1850 | 2026-08-07T18:53:53.937Z | Compiling oxnet v0.1.6 |
| 1851 | 2026-08-07T18:53:53.948Z | Compiling itertools v0.14.0 |
| 1852 | 2026-08-07T18:53:54.665Z | Compiling winnow v1.0.3 |
| 1853 | 2026-08-07T18:53:54.941Z | Compiling num-derive v0.4.2 |
| 1854 | 2026-08-07T18:53:55.021Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1855 | 2026-08-07T18:53:55.174Z | Compiling serde_spanned v1.1.1 |
| 1856 | 2026-08-07T18:53:55.230Z | Compiling socket2 v0.5.10 |
| 1857 | 2026-08-07T18:53:55.455Z | Compiling debug-ignore v1.0.5 |
| 1858 | 2026-08-07T18:53:55.573Z | Compiling spin v0.9.8 |
| 1859 | 2026-08-07T18:53:55.697Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1860 | 2026-08-07T18:53:55.766Z | Compiling rand_chacha v0.9.0 |
| 1861 | 2026-08-07T18:53:55.922Z | Compiling hyper v1.10.1 |
| 1862 | 2026-08-07T18:53:55.933Z | Compiling rustls-pki-types v1.12.0 |
| 1863 | 2026-08-07T18:53:55.974Z | Compiling quick-error v1.2.3 |
| 1864 | 2026-08-07T18:53:56.092Z | Compiling rand v0.9.3 |
| 1865 | 2026-08-07T18:53:56.280Z | Compiling tabwriter v1.4.1 |
| 1866 | 2026-08-07T18:53:56.435Z | Compiling async-stream v0.3.6 |
| 1867 | 2026-08-07T18:53:56.538Z | Compiling waitgroup v0.1.2 |
| 1868 | 2026-08-07T18:53:56.620Z | Compiling serde_path_to_error v0.1.20 |
| 1869 | 2026-08-07T18:53:56.687Z | Compiling colored v3.1.1 |
| 1870 | 2026-08-07T18:53:56.700Z | Compiling lazy_static v1.5.0 |
| 1871 | 2026-08-07T18:53:56.715Z | Compiling bit-vec v0.8.0 |
| 1872 | 2026-08-07T18:53:56.805Z | Compiling strum v0.26.3 |
| 1873 | 2026-08-07T18:53:56.937Z | Compiling bit-set v0.8.0 |
| 1874 | 2026-08-07T18:53:56.957Z | Compiling time v0.3.47 |
| 1875 | 2026-08-07T18:53:56.978Z | Compiling ring v0.17.14 |
| 1876 | 2026-08-07T18:53:57.084Z | Compiling hyper-util v0.1.20 |
| 1877 | 2026-08-07T18:53:57.103Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1878 | 2026-08-07T18:53:57.425Z | Compiling unarray v0.1.4 |
| 1879 | 2026-08-07T18:53:57.546Z | Compiling anstyle v1.0.14 |
| 1880 | 2026-08-07T18:53:57.776Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1881 | 2026-08-07T18:53:57.815Z | Compiling crossbeam-channel v0.5.15 |
| 1882 | 2026-08-07T18:53:58.301Z | Compiling macaddr v1.0.1 |
| 1883 | 2026-08-07T18:53:58.336Z | Compiling utf8parse v0.2.2 |
| 1884 | 2026-08-07T18:53:58.502Z | Compiling anstyle-parse v1.0.0 |
| 1885 | 2026-08-07T18:53:58.537Z | Compiling block-buffer v0.10.4 |
| 1886 | 2026-08-07T18:53:58.650Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1887 | 2026-08-07T18:53:58.677Z | Compiling ref-cast v1.0.25 |
| 1888 | 2026-08-07T18:53:58.689Z | Compiling colorchoice v1.0.4 |
| 1889 | 2026-08-07T18:53:58.703Z | Compiling anstyle-query v1.1.4 |
| 1890 | 2026-08-07T18:53:58.785Z | Compiling is_terminal_polyfill v1.70.1 |
| 1891 | 2026-08-07T18:53:58.798Z | Compiling digest v0.10.7 |
| 1892 | 2026-08-07T18:53:58.810Z | Compiling strum v0.27.2 |
| 1893 | 2026-08-07T18:53:58.812Z | Compiling is-terminal v0.4.16 |
| 1894 | 2026-08-07T18:53:58.832Z | Compiling clap_lex v1.1.0 |
| 1895 | 2026-08-07T18:53:58.879Z | Compiling anstream v1.0.0 |
| 1896 | 2026-08-07T18:53:58.917Z | Compiling slog-term v2.9.2 |
| 1897 | 2026-08-07T18:53:58.933Z | Compiling slog-json v2.6.1 |
| 1898 | 2026-08-07T18:53:59.002Z | Compiling slog-async v2.8.0 |
| 1899 | 2026-08-07T18:53:59.067Z | Compiling hostname v0.3.1 |
| 1900 | 2026-08-07T18:53:59.207Z | Compiling slog-bunyan v2.5.0 |
| 1901 | 2026-08-07T18:53:59.220Z | Compiling tower v0.5.2 |
| 1902 | 2026-08-07T18:53:59.238Z | Compiling futures-executor v0.3.32 |
| 1903 | 2026-08-07T18:53:59.338Z | Compiling instant v0.1.13 |
| 1904 | 2026-08-07T18:53:59.530Z | Compiling futures v0.3.32 |
| 1905 | 2026-08-07T18:53:59.591Z | Compiling aws-lc-sys v0.39.1 |
| 1906 | 2026-08-07T18:53:59.595Z | Compiling untrusted v0.7.1 |
| 1907 | 2026-08-07T18:53:59.670Z | Compiling tower-http v0.6.8 |
| 1908 | 2026-08-07T18:53:59.681Z | Compiling openssl-sys v0.9.117 |
| 1909 | 2026-08-07T18:54:00.097Z | Compiling aws-lc-rs v1.16.2 |
| 1910 | 2026-08-07T18:54:00.227Z | Compiling memmap2 v0.9.8 |
| 1911 | 2026-08-07T18:54:01.202Z | Compiling rustls-webpki v0.103.6 |
| 1912 | 2026-08-07T18:54:01.245Z | Compiling foreign-types-shared v0.1.1 |
| 1913 | 2026-08-07T18:54:01.366Z | Compiling foreign-types v0.3.2 |
| 1914 | 2026-08-07T18:54:01.627Z | Compiling tempfile v3.27.0 |
| 1915 | 2026-08-07T18:54:01.700Z | Compiling rustls v0.23.40 |
| 1916 | 2026-08-07T18:54:02.049Z | Compiling openssl-probe v0.1.6 |
| 1917 | 2026-08-07T18:54:02.472Z | Compiling openssl v0.10.81 |
| 1918 | 2026-08-07T18:54:02.699Z | Compiling either v1.15.0 |
| 1919 | 2026-08-07T18:54:02.913Z | Compiling usdt v0.6.0 |
| 1920 | 2026-08-07T18:54:03.264Z | Compiling webpki-roots v1.0.2 |
| 1921 | 2026-08-07T18:54:03.456Z | Compiling newtype-uuid v1.3.2 |
| 1922 | 2026-08-07T18:54:03.812Z | Compiling daft v0.1.5 |
| 1923 | 2026-08-07T18:54:04.668Z | Compiling tokio-rustls v0.26.4 |
| 1924 | 2026-08-07T18:54:04.869Z | Compiling native-tls v0.2.14 |
| 1925 | 2026-08-07T18:54:04.940Z | Compiling hyper-rustls v0.27.7 |
| 1926 | 2026-08-07T18:54:05.225Z | Compiling tokio-native-tls v0.3.1 |
| 1927 | 2026-08-07T18:54:05.410Z | Compiling hyper-tls v0.6.0 |
| 1928 | 2026-08-07T18:54:05.661Z | Compiling reqwest v0.12.23 |
| 1929 | 2026-08-07T18:54:06.359Z | Compiling rustls-webpki v0.102.8 |
| 1930 | 2026-08-07T18:54:06.383Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2026-08-07T18:54:06.591Z | Compiling multer v3.1.0 |
| 1932 | 2026-08-07T18:54:07.128Z | Compiling hostname v0.4.2 |
| 1933 | 2026-08-07T18:54:07.284Z | Compiling rustls v0.22.4 |
| 1934 | 2026-08-07T18:54:07.373Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-08-07T18:54:07.954Z | Compiling terminal_size v0.4.3 |
| 1936 | 2026-08-07T18:54:08.106Z | Compiling rand_chacha v0.3.1 |
| 1937 | 2026-08-07T18:54:08.206Z | Compiling wait-timeout v0.2.1 |
| 1938 | 2026-08-07T18:54:08.973Z | Compiling rusty-fork v0.3.0 |
| 1939 | 2026-08-07T18:54:09.063Z | Compiling rand v0.8.5 |
| 1940 | 2026-08-07T18:54:09.076Z | Compiling tokio-rustls v0.25.0 |
| 1941 | 2026-08-07T18:54:10.208Z | Compiling sha1 v0.10.6 |
| 1942 | 2026-08-07T18:54:10.348Z | Compiling rand_xorshift v0.4.0 |
| 1943 | 2026-08-07T18:54:10.895Z | Compiling hubpack_derive v0.1.1 |
| 1944 | 2026-08-07T18:54:11.548Z | Compiling proptest v1.8.0 |
| 1945 | 2026-08-07T18:54:11.610Z | Compiling dropshot v0.16.7 |
| 1946 | 2026-08-07T18:54:11.649Z | Compiling clap_builder v4.6.0 |
| 1947 | 2026-08-07T18:54:12.967Z | Compiling serde_spanned v0.6.9 |
| 1948 | 2026-08-07T18:54:13.604Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1949 | 2026-08-07T18:54:13.619Z | Compiling clap v4.6.1 |
| 1950 | 2026-08-07T18:54:13.731Z | Compiling prettyplease v0.2.37 |
| 1951 | 2026-08-07T18:54:15.084Z | Compiling progenitor-client v0.11.1 |
| 1952 | 2026-08-07T18:54:15.214Z | Compiling progenitor-client v0.10.0 |
| 1953 | 2026-08-07T18:54:15.418Z | Compiling serde_with v3.14.1 |
| 1954 | 2026-08-07T18:54:16.315Z | Compiling progenitor v0.11.1 |
| 1955 | 2026-08-07T18:54:17.064Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-08-07T18:54:17.295Z | Compiling rustc-hash v2.1.1 |
| 1957 | 2026-08-07T18:54:17.405Z | Compiling iddqd v0.3.18 |
| 1958 | 2026-08-07T18:54:17.433Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1959 | 2026-08-07T18:54:18.484Z | Compiling backoff v0.4.0 |
| 1960 | 2026-08-07T18:54:18.622Z | Compiling parse-display v0.10.0 |
| 1961 | 2026-08-07T18:54:18.661Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1962 | 2026-08-07T18:54:18.699Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1963 | 2026-08-07T18:54:18.833Z | Compiling toml_write v0.1.2 |
| 1964 | 2026-08-07T18:54:18.911Z | Compiling winnow v0.5.40 |
| 1965 | 2026-08-07T18:54:19.035Z | Compiling toml_edit v0.22.27 |
| 1966 | 2026-08-07T18:54:20.375Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1967 | 2026-08-07T18:54:20.628Z | Compiling num-integer v0.1.46 |
| 1968 | 2026-08-07T18:54:21.132Z | Compiling float-ord v0.3.2 |
| 1969 | 2026-08-07T18:54:21.579Z | Compiling toml v0.8.23 |
| 1970 | 2026-08-07T18:54:25.103Z | Compiling num-rational v0.4.2 |
| 1971 | 2026-08-07T18:54:25.318Z | Compiling num-iter v0.1.45 |
| 1972 | 2026-08-07T18:54:25.614Z | Compiling num-complex v0.4.6 |
| 1973 | 2026-08-07T18:54:26.028Z | Compiling num v0.4.3 |
| 1974 | 2026-08-07T18:54:26.521Z | Compiling toml_edit v0.19.15 |
| 1975 | 2026-08-07T18:54:27.984Z | Compiling proc-macro-crate v1.3.1 |
| 1976 | 2026-08-07T18:54:29.690Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-08-07T18:54:30.233Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-08-07T18:54:30.747Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-08-07T18:54:31.349Z | Compiling memoffset v0.9.1 |
| 1980 | 2026-08-07T18:54:31.404Z | Compiling zerocopy-derive v0.7.35 |
| 1981 | 2026-08-07T18:54:32.304Z | Compiling libscf-sys v1.2.0 |
| 1982 | 2026-08-07T18:54:32.455Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-08-07T18:54:32.468Z | Compiling ingot-macros v0.1.1 |
| 1984 | 2026-08-07T18:54:33.822Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-07T18:54:34.147Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-08-07T18:54:34.990Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1987 | 2026-08-07T18:54:37.071Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-08-07T18:54:37.498Z | Compiling num_enum_derive v0.7.5 |
| 1989 | 2026-08-07T18:54:37.646Z | Compiling hubpack v0.1.2 |
| 1990 | 2026-08-07T18:54:37.750Z | Compiling foreign-types-macros v0.2.3 |
| 1991 | 2026-08-07T18:54:38.053Z | Compiling static_assertions v1.1.0 |
| 1992 | 2026-08-07T18:54:38.571Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-07T18:54:38.638Z | Compiling proc-macro-error-attr v1.0.4 |
| 1994 | 2026-08-07T18:54:38.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1995 | 2026-08-07T18:54:38.982Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-08-07T18:54:39.192Z | Compiling bytecount v0.6.9 |
| 1997 | 2026-08-07T18:54:39.345Z | Compiling proc-macro-error v1.0.4 |
| 1998 | 2026-08-07T18:54:39.367Z | Compiling dof v0.3.0 |
| 1999 | 2026-08-07T18:54:39.948Z | Compiling num_enum_derive v0.5.11 |
| 2000 | 2026-08-07T18:54:41.543Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2001 | 2026-08-07T18:54:41.689Z | Compiling thread-id v4.2.2 |
| 2002 | 2026-08-07T18:54:41.801Z | Compiling usdt-impl v0.5.0 |
| 2003 | 2026-08-07T18:54:42.377Z | Compiling derive_more v0.99.20 |
| 2004 | 2026-08-07T18:54:42.869Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2005 | 2026-08-07T18:54:42.882Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2006 | 2026-08-07T18:54:43.734Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-08-07T18:54:43.784Z | Compiling usdt-macro v0.5.0 |
| 2008 | 2026-08-07T18:54:44.000Z | Compiling nom v7.1.3 |
| 2009 | 2026-08-07T18:54:44.252Z | Compiling usdt-attr-macro v0.5.0 |
| 2010 | 2026-08-07T18:54:44.360Z | Compiling zone_cfg_derive v0.3.1 |
| 2011 | 2026-08-07T18:54:44.580Z | Compiling papergrid v0.18.0 |
| 2012 | 2026-08-07T18:54:44.638Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2013 | 2026-08-07T18:54:45.098Z | Compiling rustc_version v0.4.1 |
| 2014 | 2026-08-07T18:54:45.141Z | Compiling nix v0.31.3 |
| 2015 | 2026-08-07T18:54:45.309Z | Compiling itertools v0.15.0 |
| 2016 | 2026-08-07T18:54:45.472Z | Compiling crossbeam-epoch v0.9.18 |
| 2017 | 2026-08-07T18:54:45.657Z | Compiling tabled v0.21.0 |
| 2018 | 2026-08-07T18:54:45.754Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2019 | 2026-08-07T18:54:45.824Z | Compiling dropshot_endpoint v0.17.1 |
| 2020 | 2026-08-07T18:54:46.004Z | Compiling adler2 v2.0.1 |
| 2021 | 2026-08-07T18:54:46.154Z | Compiling miniz_oxide v0.8.9 |
| 2022 | 2026-08-07T18:54:46.224Z | Compiling crc32fast v1.5.0 |
| 2023 | 2026-08-07T18:54:46.532Z | Compiling enum-as-inner v0.6.1 |
| 2024 | 2026-08-07T18:54:46.668Z | Compiling regress v0.11.1 |
| 2025 | 2026-08-07T18:54:46.749Z | Compiling flate2 v1.1.2 |
| 2026 | 2026-08-07T18:54:46.863Z | Compiling curve25519-dalek v4.1.3 |
| 2027 | 2026-08-07T18:54:47.148Z | Compiling hybrid-array v0.4.12 |
| 2028 | 2026-08-07T18:54:47.186Z | Compiling crossbeam-deque v0.8.6 |
| 2029 | 2026-08-07T18:54:47.253Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2030 | 2026-08-07T18:54:47.387Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2031 | 2026-08-07T18:54:47.420Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2032 | 2026-08-07T18:54:47.552Z | Compiling rayon-core v1.13.0 |
| 2033 | 2026-08-07T18:54:47.646Z | Compiling crypto-common v0.2.2 |
| 2034 | 2026-08-07T18:54:48.138Z | Compiling block-buffer v0.12.0 |
| 2035 | 2026-08-07T18:54:48.303Z | Compiling typify-impl v0.6.2 |
| 2036 | 2026-08-07T18:54:48.314Z | Compiling clang-sys v1.8.1 |
| 2037 | 2026-08-07T18:54:48.512Z | Compiling compression-core v0.4.32 |
| 2038 | 2026-08-07T18:54:48.526Z | Compiling const-oid v0.10.2 |
| 2039 | 2026-08-07T18:54:48.565Z | Compiling scroll v0.12.0 |
| 2040 | 2026-08-07T18:54:48.685Z | Compiling digest v0.11.3 |
| 2041 | 2026-08-07T18:54:48.725Z | Compiling compression-codecs v0.4.32 |
| 2042 | 2026-08-07T18:54:48.843Z | Compiling hash32 v0.3.1 |
| 2043 | 2026-08-07T18:54:48.861Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2044 | 2026-08-07T18:54:49.007Z | Compiling cpufeatures v0.3.0 |
| 2045 | 2026-08-07T18:54:49.010Z | Compiling heapless v0.8.0 |
| 2046 | 2026-08-07T18:54:49.076Z | Compiling sha1 v0.11.0 |
| 2047 | 2026-08-07T18:54:49.088Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2048 | 2026-08-07T18:54:49.091Z | Compiling async-compression v0.4.33 |
| 2049 | 2026-08-07T18:54:49.183Z | Compiling goblin v0.8.2 |
| 2050 | 2026-08-07T18:54:49.339Z | Compiling ingot-types v0.1.2 |
| 2051 | 2026-08-07T18:54:49.455Z | Compiling cobs v0.3.0 |
| 2052 | 2026-08-07T18:54:49.584Z | Compiling libloading v0.8.9 |
| 2053 | 2026-08-07T18:54:49.665Z | Compiling bitflags v1.3.2 |
| 2054 | 2026-08-07T18:54:49.744Z | Compiling managed v0.8.0 |
| 2055 | 2026-08-07T18:54:49.756Z | Compiling foreign-types-shared v0.3.1 |
| 2056 | 2026-08-07T18:54:49.788Z | Compiling dropshot v0.17.1 |
| 2057 | 2026-08-07T18:54:49.857Z | Compiling foreign-types v0.5.0 |
| 2058 | 2026-08-07T18:54:49.947Z | Compiling smoltcp v0.11.0 |
| 2059 | 2026-08-07T18:54:49.972Z | Compiling bindgen v0.72.1 |
| 2060 | 2026-08-07T18:54:50.716Z | Compiling ingot v0.1.1 |
| 2061 | 2026-08-07T18:54:50.797Z | Compiling postcard v1.1.3 |
| 2062 | 2026-08-07T18:54:51.972Z | Compiling cexpr v0.6.0 |
| 2063 | 2026-08-07T18:54:52.311Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2064 | 2026-08-07T18:54:52.504Z | Compiling num_enum v0.7.5 |
| 2065 | 2026-08-07T18:54:52.573Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-07T18:54:52.824Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-07T18:54:52.952Z | Compiling camino-tempfile v1.4.1 |
| 2068 | 2026-08-07T18:54:52.998Z | Compiling derive-where v1.6.0 |
| 2069 | 2026-08-07T18:54:53.031Z | Compiling serde_repr v0.1.20 |
| 2070 | 2026-08-07T18:54:53.173Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2071 | 2026-08-07T18:54:53.295Z | Compiling cstr-argument v0.1.2 |
| 2072 | 2026-08-07T18:54:53.485Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2073 | 2026-08-07T18:54:53.563Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2074 | 2026-08-07T18:54:54.381Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2075 | 2026-08-07T18:54:54.580Z | Compiling rayon v1.11.0 |
| 2076 | 2026-08-07T18:54:54.721Z | Compiling typify-macro v0.6.2 |
| 2077 | 2026-08-07T18:54:54.746Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2078 | 2026-08-07T18:54:54.877Z | Compiling crucible-workspace-hack v0.1.0 |
| 2079 | 2026-08-07T18:54:55.537Z | Compiling memmap v0.7.0 |
| 2080 | 2026-08-07T18:54:55.707Z | Compiling tinyvec_macros v0.1.1 |
| 2081 | 2026-08-07T18:54:55.737Z | Compiling usdt v0.5.0 |
| 2082 | 2026-08-07T18:54:55.786Z | Compiling tinyvec v1.10.0 |
| 2083 | 2026-08-07T18:54:56.032Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-07T18:54:56.543Z | Compiling num_enum v0.5.11 |
| 2085 | 2026-08-07T18:54:56.856Z | Compiling typify v0.6.2 |
| 2086 | 2026-08-07T18:54:56.966Z | Compiling pin-project-internal v1.1.10 |
| 2087 | 2026-08-07T18:54:57.738Z | Compiling progenitor-impl v0.14.0 |
| 2088 | 2026-08-07T18:54:58.119Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-08-07T18:54:58.164Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2090 | 2026-08-07T18:54:58.267Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2091 | 2026-08-07T18:54:58.280Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2092 | 2026-08-07T18:54:58.564Z | Compiling rustix v0.38.44 |
| 2093 | 2026-08-07T18:54:58.916Z | Compiling itertools v0.12.1 |
| 2094 | 2026-08-07T18:54:59.049Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-08-07T18:54:59.077Z | Compiling progenitor-impl v0.10.0 |
| 2096 | 2026-08-07T18:54:59.403Z | Compiling sigpipe v0.1.3 |
| 2097 | 2026-08-07T18:54:59.463Z | Compiling jiff v0.2.15 |
| 2098 | 2026-08-07T18:54:59.501Z | Compiling const_format_proc_macros v0.2.34 |
| 2099 | 2026-08-07T18:55:00.054Z | Compiling zone v0.3.1 |
| 2100 | 2026-08-07T18:55:00.204Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2101 | 2026-08-07T18:55:00.364Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2102 | 2026-08-07T18:55:01.380Z | Compiling progenitor-macro v0.14.0 |
| 2103 | 2026-08-07T18:55:01.883Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2104 | 2026-08-07T18:55:01.985Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2105 | 2026-08-07T18:55:02.166Z | Compiling nix v0.30.1 |
| 2106 | 2026-08-07T18:55:02.593Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-08-07T18:55:02.622Z | Compiling snafu-derive v0.8.9 |
| 2108 | 2026-08-07T18:55:02.676Z | Compiling progenitor-macro v0.10.0 |
| 2109 | 2026-08-07T18:55:03.344Z | Compiling secrecy v0.10.3 |
| 2110 | 2026-08-07T18:55:03.378Z | Compiling smf v0.2.3 |
| 2111 | 2026-08-07T18:55:03.495Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-08-07T18:55:03.621Z | Compiling bstr v1.12.0 |
| 2113 | 2026-08-07T18:55:04.135Z | Compiling whoami v1.6.1 |
| 2114 | 2026-08-07T18:55:04.405Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-08-07T18:55:05.157Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-07T18:55:06.023Z | Compiling hmac v0.12.1 |
| 2117 | 2026-08-07T18:55:06.305Z | Compiling inout v0.1.4 |
| 2118 | 2026-08-07T18:55:06.355Z | Compiling ff v0.13.1 |
| 2119 | 2026-08-07T18:55:06.466Z | Compiling crc8 v0.1.1 |
| 2120 | 2026-08-07T18:55:06.503Z | Compiling data-encoding v2.9.0 |
| 2121 | 2026-08-07T18:55:06.607Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-08-07T18:55:07.038Z | Compiling group v0.13.0 |
| 2123 | 2026-08-07T18:55:07.165Z | Compiling cipher v0.4.4 |
| 2124 | 2026-08-07T18:55:07.401Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-08-07T18:55:07.691Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-08-07T18:55:07.962Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-08-07T18:55:07.979Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-08-07T18:55:08.287Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-08-07T18:55:08.969Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-08-07T18:55:08.982Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-08-07T18:55:09.018Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-08-07T18:55:09.124Z | Compiling half v2.7.1 |
| 2133 | 2026-08-07T18:55:09.264Z | Compiling indent_write v2.2.0 |
| 2134 | 2026-08-07T18:55:09.268Z | Compiling opaque-debug v0.3.1 |
| 2135 | 2026-08-07T18:55:09.357Z | Compiling base16ct v0.2.0 |
| 2136 | 2026-08-07T18:55:09.417Z | Compiling ciborium-io v0.2.2 |
| 2137 | 2026-08-07T18:55:09.526Z | Compiling base64ct v1.8.0 |
| 2138 | 2026-08-07T18:55:09.538Z | Compiling ciborium-ll v0.2.2 |
| 2139 | 2026-08-07T18:55:09.774Z | Compiling password-hash v0.5.0 |
| 2140 | 2026-08-07T18:55:10.055Z | Compiling elliptic-curve v0.13.8 |
| 2141 | 2026-08-07T18:55:10.266Z | Compiling progenitor-client v0.14.0 |
| 2142 | 2026-08-07T18:55:10.333Z | Compiling poly1305 v0.8.0 |
| 2143 | 2026-08-07T18:55:10.782Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-08-07T18:55:10.997Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-08-07T18:55:11.237Z | Compiling similar v2.7.0 |
| 2146 | 2026-08-07T18:55:11.320Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-08-07T18:55:11.399Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-08-07T18:55:12.671Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-08-07T18:55:12.999Z | Compiling aead v0.5.2 |
| 2150 | 2026-08-07T18:55:13.030Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-08-07T18:55:13.403Z | Compiling keccak v0.1.6 |
| 2152 | 2026-08-07T18:55:13.496Z | Compiling resolv-conf v0.7.5 |
| 2153 | 2026-08-07T18:55:13.552Z | Compiling linked-hash-map v0.5.6 |
| 2154 | 2026-08-07T18:55:13.584Z | Compiling sha3 v0.10.8 |
| 2155 | 2026-08-07T18:55:13.746Z | Compiling lru-cache v0.1.2 |
| 2156 | 2026-08-07T18:55:13.971Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-08-07T18:55:14.043Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-08-07T18:55:14.112Z | Compiling progenitor v0.14.0 |
| 2159 | 2026-08-07T18:55:14.127Z | Compiling vsss-rs v3.3.4 |
| 2160 | 2026-08-07T18:55:14.258Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-08-07T18:55:14.544Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-08-07T18:55:14.573Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-08-07T18:55:14.884Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-08-07T18:55:14.963Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-08-07T18:55:15.479Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-08-07T18:55:15.527Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-08-07T18:55:15.655Z | Compiling siphasher v1.0.1 |
| 2168 | 2026-08-07T18:55:15.678Z | Compiling same-file v1.0.6 |
| 2169 | 2026-08-07T18:55:15.681Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-08-07T18:55:15.863Z | Compiling phf_shared v0.12.1 |
| 2171 | 2026-08-07T18:55:16.046Z | Compiling newline-converter v0.3.0 |
| 2172 | 2026-08-07T18:55:16.128Z | Compiling walkdir v2.5.0 |
| 2173 | 2026-08-07T18:55:16.170Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2174 | 2026-08-07T18:55:16.221Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-08-07T18:55:16.371Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2176 | 2026-08-07T18:55:16.510Z | Compiling hickory-resolver v0.24.4 |
| 2177 | 2026-08-07T18:55:17.046Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-08-07T18:55:18.203Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-08-07T18:55:18.241Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-08-07T18:55:18.292Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-08-07T18:55:18.475Z | Compiling console v0.15.11 |
| 2182 | 2026-08-07T18:55:18.761Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-08-07T18:55:18.850Z | Compiling termtree v0.5.1 |
| 2184 | 2026-08-07T18:55:19.007Z | Compiling swrite v0.1.0 |
| 2185 | 2026-08-07T18:55:19.020Z | Compiling foldhash v0.1.5 |
| 2186 | 2026-08-07T18:55:19.044Z | Compiling unicode-width v0.1.14 |
| 2187 | 2026-08-07T18:55:19.080Z | Compiling unicode-linebreak v0.1.5 |
| 2188 | 2026-08-07T18:55:19.093Z | Compiling humantime v2.3.0 |
| 2189 | 2026-08-07T18:55:19.313Z | Compiling smawk v0.3.2 |
| 2190 | 2026-08-07T18:55:19.327Z | Compiling hashbrown v0.15.5 |
| 2191 | 2026-08-07T18:55:19.426Z | Compiling textwrap v0.16.2 |
| 2192 | 2026-08-07T18:55:19.463Z | Compiling csv v1.4.0 |
| 2193 | 2026-08-07T18:55:19.631Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-08-07T18:55:19.643Z | Compiling qorb v0.4.1 |
| 2195 | 2026-08-07T18:55:19.671Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2196 | 2026-08-07T18:55:19.967Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-08-07T18:55:21.441Z | Compiling phf v0.12.1 |
| 2198 | 2026-08-07T18:55:21.611Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-08-07T18:55:21.975Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2200 | 2026-08-07T18:55:22.104Z | Compiling pin-project v1.1.10 |
| 2201 | 2026-08-07T18:55:22.137Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-08-07T18:55:22.216Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-08-07T18:55:22.627Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-07T18:55:23.387Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-08-07T18:55:23.738Z | Compiling highway v1.3.0 |
| 2206 | 2026-08-07T18:55:24.147Z | Compiling fixedbitset v0.5.7 |
| 2207 | 2026-08-07T18:55:24.150Z | Compiling fixedbitset v0.4.2 |
| 2208 | 2026-08-07T18:55:24.414Z | Compiling petgraph v0.8.2 |
| 2209 | 2026-08-07T18:55:24.499Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-08-07T18:55:25.814Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-08-07T18:55:26.082Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-07T18:55:26.221Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-08-07T18:55:26.379Z | Compiling libsw v3.5.0 |
| 2214 | 2026-08-07T18:55:27.250Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-07T18:55:27.810Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-08-07T18:55:27.996Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-08-07T18:55:28.035Z | Compiling snafu v0.8.9 |
| 2218 | 2026-08-07T18:55:28.445Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-08-07T18:55:28.600Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-08-07T18:55:28.800Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-07T18:55:29.512Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-08-07T18:55:29.733Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-08-07T18:55:30.035Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-08-07T18:55:30.251Z | Compiling strum v0.28.0 |
| 2225 | 2026-08-07T18:55:30.368Z | Compiling globset v0.4.16 |
| 2226 | 2026-08-07T18:55:30.398Z | Compiling const_format v0.2.34 |
| 2227 | 2026-08-07T18:55:30.417Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-08-07T18:55:30.748Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-08-07T18:55:30.766Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-08-07T18:55:31.201Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-08-07T18:55:31.548Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-08-07T18:55:31.905Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-08-07T18:55:32.008Z | Compiling bcs v0.1.6 |
| 2234 | 2026-08-07T18:55:32.153Z | Compiling serde_plain v1.0.2 |
| 2235 | 2026-08-07T18:55:32.298Z | Compiling cargo-platform v0.1.9 |
| 2236 | 2026-08-07T18:55:32.342Z | Compiling pem v3.0.5 |
| 2237 | 2026-08-07T18:55:32.370Z | Compiling tagptr v0.2.0 |
| 2238 | 2026-08-07T18:55:32.552Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-08-07T18:55:32.569Z | Compiling typed-path v0.9.3 |
| 2240 | 2026-08-07T18:55:33.495Z | Compiling tough v0.20.0 |
| 2241 | 2026-08-07T18:55:34.569Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-07T18:55:34.804Z | Compiling moka v0.12.11 |
| 2243 | 2026-08-07T18:55:34.844Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-08-07T18:55:35.662Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-07T18:55:36.286Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-07T18:55:36.586Z | Compiling tabled v0.15.0 |
| 2247 | 2026-08-07T18:55:36.599Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-08-07T18:55:37.225Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-07T18:55:37.435Z | Compiling git2 v0.19.0 |
| 2250 | 2026-08-07T18:55:39.430Z | Compiling steno v0.4.1 |
| 2251 | 2026-08-07T18:55:40.156Z | Compiling cookie v0.18.1 |
| 2252 | 2026-08-07T18:55:40.390Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-08-07T18:55:42.375Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-08-07T18:55:42.993Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-08-07T18:55:45.577Z | Compiling vergen v8.3.2 |
| 2256 | 2026-08-07T18:55:46.913Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-08-07T18:55:47.507Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-08-07T18:55:47.756Z | Compiling mockall_derive v0.14.0 |
| 2259 | 2026-08-07T18:55:48.001Z | Compiling predicates-core v1.0.9 |
| 2260 | 2026-08-07T18:55:48.360Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-08-07T18:55:48.415Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-08-07T18:55:48.728Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-08-07T18:55:48.749Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-08-07T18:55:48.853Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-08-07T18:55:49.677Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-08-07T18:55:50.510Z | Compiling mockall v0.14.0 |
| 2267 | 2026-08-07T18:55:50.559Z | Compiling diff v0.1.13 |
| 2268 | 2026-08-07T18:55:50.670Z | Compiling yansi v1.0.1 |
| 2269 | 2026-08-07T18:55:50.909Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2270 | 2026-08-07T18:55:51.011Z | Compiling pretty_assertions v1.4.1 |
| 2271 | 2026-08-07T18:55:51.334Z | Compiling predicates-tree v1.0.12 |
| 2272 | 2026-08-07T18:55:51.624Z | Compiling predicates v3.1.3 |
| 2273 | 2026-08-07T18:55:52.149Z | Compiling fs-err v3.1.2 |
| 2274 | 2026-08-07T18:55:52.839Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-08-07T18:55:53.104Z | Compiling filetime v0.2.26 |
| 2276 | 2026-08-07T18:55:53.137Z | Compiling arrayref v0.3.9 |
| 2277 | 2026-08-07T18:55:53.226Z | Compiling downcast v0.11.0 |
| 2278 | 2026-08-07T18:55:53.305Z | Compiling fragile v2.0.1 |
| 2279 | 2026-08-07T18:55:53.389Z | Compiling xattr v1.6.1 |
| 2280 | 2026-08-07T18:55:53.584Z | Compiling is_ci v1.2.0 |
| 2281 | 2026-08-07T18:55:53.627Z | Compiling arrayvec v0.7.6 |
| 2282 | 2026-08-07T18:55:53.748Z | Compiling constant_time_eq v0.3.1 |
| 2283 | 2026-08-07T18:55:53.848Z | Compiling blake3 v1.8.2 |
| 2284 | 2026-08-07T18:55:53.879Z | Compiling supports-color v3.0.2 |
| 2285 | 2026-08-07T18:55:54.077Z | Compiling tar v0.4.45 |
| 2286 | 2026-08-07T18:55:54.435Z | Compiling toml v0.7.8 |
| 2287 | 2026-08-07T18:55:55.031Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-08-07T18:55:55.160Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-08-07T18:55:55.325Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-08-07T18:55:55.633Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-08-07T18:55:56.594Z | Compiling drift v0.2.0 |
| 2292 | 2026-08-07T18:55:57.010Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-08-07T18:55:57.348Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2294 | 2026-08-07T18:55:57.538Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2295 | 2026-08-07T18:55:57.804Z | Compiling hex-literal v1.1.0 |
| 2296 | 2026-08-07T18:55:57.868Z | Compiling topological-sort v0.2.2 |
| 2297 | 2026-08-07T18:55:58.012Z | Compiling omicron-zone-package v0.12.2 |
| 2298 | 2026-08-07T18:55:58.033Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2299 | 2026-08-07T18:55:58.267Z | Compiling dropshot-api-manager v0.7.2 |
| 2300 | 2026-08-07T18:55:59.577Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-08-07T18:56:00.111Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-07T18:56:00.966Z | Compiling curl v0.4.50 |
| 2303 | 2026-08-07T18:56:01.106Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2304 | 2026-08-07T18:56:01.402Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2305 | 2026-08-07T18:56:01.661Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2306 | 2026-08-07T18:56:01.837Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-08-07T18:56:02.398Z | Compiling search_path v0.1.4 |
| 2308 | 2026-08-07T18:56:02.600Z | Compiling internet-checksum v0.2.1 |
| 2309 | 2026-08-07T18:56:02.649Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2310 | 2026-08-07T18:56:02.811Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2311 | 2026-08-07T18:56:05.882Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2312 | 2026-08-07T18:56:06.332Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2313 | 2026-08-07T18:56:52.055Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s |
| 2314 | 2026-08-07T18:56:52.172Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 2315 | 2026-08-07T18:56:52.175Z | |
| 2316 | 2026-08-07T18:56:52.175Z | running 5 tests |
| 2317 | 2026-08-07T18:56:52.178Z | test fuse::tests::chip_revision_a0 ... ok |
| 2318 | 2026-08-07T18:56:52.179Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2319 | 2026-08-07T18:56:52.179Z | test fuse::tests::chip_revision_b1 ... ok |
| 2320 | 2026-08-07T18:56:52.179Z | test fuse::tests::chip_revision_b0 ... ok |
| 2321 | 2026-08-07T18:56:52.179Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-08-07T18:56:52.179Z | |
| 2323 | 2026-08-07T18:56:52.179Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-08-07T18:56:52.179Z | |
| 2325 | 2026-08-07T18:56:52.179Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-08-07T18:56:52.182Z | |
| 2327 | 2026-08-07T18:56:52.182Z | running 0 tests |
| 2328 | 2026-08-07T18:56:52.182Z | |
| 2329 | 2026-08-07T18:56:52.182Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-07T18:56:52.182Z | |
| 2331 | 2026-08-07T18:56:52.182Z | Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde) |
| 2332 | 2026-08-07T18:56:52.182Z | |
| 2333 | 2026-08-07T18:56:52.182Z | running 0 tests |
| 2334 | 2026-08-07T18:56:52.182Z | |
| 2335 | 2026-08-07T18:56:52.182Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-08-07T18:56:52.182Z | |
| 2337 | 2026-08-07T18:56:52.182Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2338 | 2026-08-07T18:56:52.185Z | |
| 2339 | 2026-08-07T18:56:52.185Z | running 10 tests |
| 2340 | 2026-08-07T18:56:52.186Z | test network::tests::test_eui64 ... ok |
| 2341 | 2026-08-07T18:56:52.186Z | test nat::tests::test_vni ... ok |
| 2342 | 2026-08-07T18:56:52.186Z | test network::tests::test_equal ... ok |
| 2343 | 2026-08-07T18:56:52.186Z | test network::tests::test_not_equal ... ok |
| 2344 | 2026-08-07T18:56:52.186Z | test network::tests::test_into ... ok |
| 2345 | 2026-08-07T18:56:52.186Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2346 | 2026-08-07T18:56:52.186Z | test network::tests::test_to_string ... ok |
| 2347 | 2026-08-07T18:56:52.186Z | test network::tests::test_parse ... ok |
| 2348 | 2026-08-07T18:56:52.186Z | test test_purge ... ok |
| 2349 | 2026-08-07T18:56:52.189Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-08-07T18:56:52.189Z | |
| 2351 | 2026-08-07T18:56:52.189Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2352 | 2026-08-07T18:56:52.189Z | |
| 2353 | 2026-08-07T18:56:52.189Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 2354 | 2026-08-07T18:56:52.194Z | |
| 2355 | 2026-08-07T18:56:52.194Z | running 1 test |
| 2356 | 2026-08-07T18:56:52.197Z | ------- |
| 2357 | 2026-08-07T18:56:52.197Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-08-07T18:56:52.337Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-08-07T18:56:52.406Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-08-07T18:56:53.431Z | ------- |
| 2361 | 2026-08-07T18:56:53.431Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-08-07T18:56:53.431Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-08-07T18:56:53.431Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-07T18:56:53.431Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-07T18:56:53.431Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-07T18:56:53.431Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-07T18:56:53.431Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-07T18:56:53.435Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-08-07T18:56:53.435Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-08-07T18:56:53.435Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-08-07T18:56:53.436Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-08-07T18:56:53.436Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-08-07T18:56:53.436Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-08-07T18:56:53.436Z | Fresh dpd "latest" symlink |
| 2375 | 2026-08-07T18:56:53.436Z | ------- |
| 2376 | 2026-08-07T18:56:53.436Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-08-07T18:56:53.494Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-08-07T18:56:53.494Z | |
| 2379 | 2026-08-07T18:56:53.494Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 2380 | 2026-08-07T18:56:53.494Z | |
| 2381 | 2026-08-07T18:56:53.553Z | Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667) |
| 2382 | 2026-08-07T18:56:53.558Z | |
| 2383 | 2026-08-07T18:56:53.558Z | running 34 tests |
| 2384 | 2026-08-07T18:56:53.561Z | test freemap::test_ordering ... ok |
| 2385 | 2026-08-07T18:56:53.561Z | test config::tests::test_updates ... ok |
| 2386 | 2026-08-07T18:56:53.561Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2387 | 2026-08-07T18:56:53.561Z | test freemap::test_split ... ok |
| 2388 | 2026-08-07T18:56:53.561Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2389 | 2026-08-07T18:56:53.561Z | test macaddrs::tests::test_mac_offset ... ok |
| 2390 | 2026-08-07T18:56:53.566Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2391 | 2026-08-07T18:56:53.566Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2392 | 2026-08-07T18:56:53.566Z | test nat::test_mapping ... ok |
| 2393 | 2026-08-07T18:56:53.566Z | Aug 07 18:56:52.149 DEBG created new freemap, Aug 07 18:56:52.149unit :DEBG freemap_testcreated new freemap, unit |
| 2394 | 2026-08-07T18:56:53.566Z | : freemap_test |
| 2395 | 2026-08-07T18:56:53.566Z | Aug 07 18:56:52.149Aug 07 18:56:52.149 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2396 | 2026-08-07T18:56:53.566Z | |
| 2397 | 2026-08-07T18:56:53.566Z | Aug 07 18:56:52.149Aug 07 18:56:52.149Aug 07 18:56:52.149 DEBGDEBG DEBG reset freemapreset freemap, created new freemap, unitunit::, freemap_testunit |
| 2398 | 2026-08-07T18:56:53.566Z | freemap_test: |
| 2399 | 2026-08-07T18:56:53.566Z | freemap_test |
| 2400 | 2026-08-07T18:56:53.566Z | Aug 07 18:56:52.149 DEBG initted freemap. size: 128, unit: freemap_test |
| 2401 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.149 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.149 DEBG created new freemap, unit: freemap_test |
| 2403 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.149 DEBG initted freemap. size: 128, unit: freemap_test |
| 2404 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.149 DEBG reset freemap, unit: freemap_test |
| 2405 | 2026-08-07T18:56:53.567Z | test freemap::test_basic ... ok |
| 2406 | 2026-08-07T18:56:53.567Z | test freemap::test_reclaim ... ok |
| 2407 | 2026-08-07T18:56:53.567Z | test freemap::test_free ... ok |
| 2408 | 2026-08-07T18:56:53.567Z | test freemap::test_exhaustion ... ok |
| 2409 | 2026-08-07T18:56:53.567Z | test port_map::tests::test_backplane_group ... ok |
| 2410 | 2026-08-07T18:56:53.567Z | test port_map::tests::test_port_map ... ok |
| 2411 | 2026-08-07T18:56:53.567Z | test port_map::tests::dump_map ... ok |
| 2412 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG created new freemap, unit: freemap_test |
| 2413 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG initted freemap. size: 8, unit: freemap_test |
| 2414 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG reset freemap, unit: freemap_test |
| 2415 | 2026-08-07T18:56:53.567Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2416 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG created new freemap, unit: freemap_test |
| 2417 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG initted freemap. size: 128, unit: freemap_test |
| 2418 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG reset freemap, unit: freemap_test |
| 2419 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2420 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2421 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2422 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2423 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2424 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2425 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2426 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.150 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 } }] |
| 2427 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2428 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2429 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2430 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2431 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2432 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2433 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2434 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2435 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 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 } }] |
| 2436 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2437 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 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 } }] |
| 2438 | 2026-08-07T18:56:53.567Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2439 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2440 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2441 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2442 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2443 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2444 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2445 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2446 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2448 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2449 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2450 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2452 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2453 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2454 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2455 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2456 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2457 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2458 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2459 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2460 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2461 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2462 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2463 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 } }] |
| 2464 | 2026-08-07T18:56:53.568Z | test freemap::test_span ... ok |
| 2465 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2466 | 2026-08-07T18:56:53.568Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2467 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151 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 07 18:56:52.151 |
| 2468 | 2026-08-07T18:56:53.568Z | test api_server::tests::test_build_info ... ok |
| 2469 | 2026-08-07T18:56:53.568Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:56:52.151 |
| 2470 | 2026-08-07T18:56:53.568Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2471 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2472 | 2026-08-07T18:56:53.568Z | |
| 2473 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 2474 | 2026-08-07T18:56:53.568Z | |
| 2475 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 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:1::/64 -> 2001:db8::55:ff |
| 2476 | 2026-08-07T18:56:53.568Z | |
| 2477 | 2026-08-07T18:56:53.568Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 2478 | 2026-08-07T18:56:53.569Z | |
| 2479 | 2026-08-07T18:56:53.569Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 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:2::/64 -> 2001:db8::55:ff |
| 2480 | 2026-08-07T18:56:53.569Z | |
| 2481 | 2026-08-07T18:56:53.569Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 INFOAug 07 18:56:52.151DEBG DEBGadding route 3fff:beef:12::/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 } }] |
| 2482 | 2026-08-07T18:56:53.569Z | |
| 2483 | 2026-08-07T18:56:53.569Z | created new freemap, Aug 07 18:56:52.151Aug 07 18:56:52.151 DEBGunit 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 } }]: |
| 2484 | 2026-08-07T18:56:53.569Z | freemap_route_ipv4adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2485 | 2026-08-07T18:56:53.569Z | Aug 07 18:56:52.151 |
| 2486 | 2026-08-07T18:56:53.569Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2487 | 2026-08-07T18:56:53.569Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 DEBGDEBG Aug 07 18:56:52.151replacing 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 } }] created new freemap |
| 2488 | 2026-08-07T18:56:53.569Z | , DEBGunit :replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151 |
| 2489 | 2026-08-07T18:56:53.569Z | freemap_route_ipv6INFO |
| 2490 | 2026-08-07T18:56:53.573Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 07 18:56:52.151 |
| 2491 | 2026-08-07T18:56:53.573Z | INFOAug 07 18:56:52.151 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 18:56:52.151 |
| 2492 | 2026-08-07T18:56:53.573Z | DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 2493 | 2026-08-07T18:56:53.573Z | unitAug 07 18:56:52.151: DEBGfreemap_route_ipv4 |
| 2494 | 2026-08-07T18:56:53.573Z | Aug 07 18:56:52.151replacing 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 } }] |
| 2495 | 2026-08-07T18:56:53.573Z | INFO Aug 07 18:56:52.151adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2496 | 2026-08-07T18:56:53.573Z | DEBGAug 07 18:56:52.151 reset freemapINFO , adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunitAug 07 18:56:52.151: |
| 2497 | 2026-08-07T18:56:53.574Z | DEBGfreemap_route_ipv4 |
| 2498 | 2026-08-07T18:56:53.574Z | 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 } }] |
| 2499 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151Aug 07 18:56:52.151Aug 07 18:56:52.151 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2500 | 2026-08-07T18:56:53.574Z | initted freemap. size: 64adding route 3fff:beef:6::/64 -> 2001:db8::55:ff, |
| 2501 | 2026-08-07T18:56:53.574Z | unit: Aug 07 18:56:52.151freemap_route_ipv6 |
| 2502 | 2026-08-07T18:56:53.574Z | INFOAug 07 18:56:52.151 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 2503 | 2026-08-07T18:56:53.574Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151 |
| 2504 | 2026-08-07T18:56:53.574Z | DEBG reset freemap, Aug 07 18:56:52.151Aug 07 18:56:52.151 unitAug 07 18:56:52.151 :INFO DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2505 | 2026-08-07T18:56:53.574Z | 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 } }] |
| 2506 | 2026-08-07T18:56:53.574Z | DEBGfreemap_route_ipv6 Aug 07 18:56:52.151 |
| 2507 | 2026-08-07T18:56:53.574Z | created new freemapAug 07 18:56:52.151 , INFOunit :adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2508 | 2026-08-07T18:56:53.574Z | DEBGfreemap_route_ipv4 |
| 2509 | 2026-08-07T18:56:53.574Z | 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 07 18:56:52.151 |
| 2510 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151DEBG Aug 07 18:56:52.151 INFO Aug 07 18:56:52.151replacing 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 |
| 2511 | 2026-08-07T18:56:53.574Z | created new freemapINFO, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 2512 | 2026-08-07T18:56:53.574Z | |
| 2513 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151freemap_route_ipv6 |
| 2514 | 2026-08-07T18:56:53.574Z | INFOAug 07 18:56:52.151 Aug 07 18:56:52.151 Aug 07 18:56:52.151DEBG adding route 3fff:beef:18::/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 } }] |
| 2515 | 2026-08-07T18:56:53.574Z | DEBGDEBG |
| 2516 | 2026-08-07T18:56:53.574Z | initted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:56:52.151unit |
| 2517 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151INFO: DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 07 18:56:52.151freemap_route_ipv4replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2518 | 2026-08-07T18:56:53.574Z | |
| 2519 | 2026-08-07T18:56:53.574Z | |
| 2520 | 2026-08-07T18:56:53.574Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2521 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151Aug 07 18:56:52.151Aug 07 18:56:52.151 INFOAug 07 18:56:52.151 DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 2522 | 2026-08-07T18:56:53.574Z | 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 } }] |
| 2523 | 2026-08-07T18:56:53.574Z | reset freemap DEBG, 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 } }]:Aug 07 18:56:52.151Aug 07 18:56:52.151 |
| 2524 | 2026-08-07T18:56:53.574Z | freemap_route_ipv4 INFO |
| 2525 | 2026-08-07T18:56:53.574Z | DEBGadding route 3fff:beef:a::/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 } }] |
| 2526 | 2026-08-07T18:56:53.574Z | |
| 2527 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 INFODEBGAug 07 18:56:52.151 Aug 07 18:56:52.151adding route 3fff:dead::/64 -> 2001:db8::55:3initted freemap. size: 64 |
| 2528 | 2026-08-07T18:56:53.574Z | , unitINFO: freemap_route_ipv6DEBG |
| 2529 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151replacing 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 } }] |
| 2530 | 2026-08-07T18:56:53.574Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2531 | 2026-08-07T18:56:53.574Z | Aug 07 18:56:52.151Aug 07 18:56:52.151replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 2532 | 2026-08-07T18:56:53.574Z | DEBG Aug 07 18:56:52.151adding route 3fff:beef:b::/64 -> 2001:db8::55:ff reset freemap |
| 2533 | 2026-08-07T18:56:53.574Z | , unitDEBG: replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151freemap_route_ipv6 |
| 2534 | 2026-08-07T18:56:53.574Z | |
| 2535 | 2026-08-07T18:56:53.574Z | DEBGAug 07 18:56:52.151 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 } }] |
| 2536 | 2026-08-07T18:56:53.574Z | INFO Aug 07 18:56:52.151adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 07 18:56:52.151INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2537 | 2026-08-07T18:56:53.575Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 07 18:56:52.151 |
| 2538 | 2026-08-07T18:56:53.575Z | |
| 2539 | 2026-08-07T18:56:53.575Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2540 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 Aug 07 18:56:52.151DEBGAug 07 18:56:52.151 Aug 07 18:56:52.151DEBG 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 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 |
| 2541 | 2026-08-07T18:56:53.575Z | |
| 2542 | 2026-08-07T18:56:53.575Z | 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 } }] |
| 2543 | 2026-08-07T18:56:53.575Z | |
| 2544 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 Aug 07 18:56:52.151INFOINFOAug 07 18:56:52.151 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2545 | 2026-08-07T18:56:53.575Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2546 | 2026-08-07T18:56:53.575Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2547 | 2026-08-07T18:56:53.575Z | |
| 2548 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 DEBGAug 07 18:56:52.151 Aug 07 18:56:52.151replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151 |
| 2549 | 2026-08-07T18:56:53.575Z | 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 } }] |
| 2550 | 2026-08-07T18:56:53.575Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 2551 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 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 07 18:56:52.151adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 07 18:56:52.151 |
| 2552 | 2026-08-07T18:56:53.575Z | INFO INFO |
| 2553 | 2026-08-07T18:56:53.575Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2554 | 2026-08-07T18:56:53.575Z | |
| 2555 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 Aug 07 18:56:52.151DEBG Aug 07 18:56:52.151INFO 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 } }] |
| 2556 | 2026-08-07T18:56:53.575Z | DEBGAug 07 18:56:52.151 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 } }]DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2557 | 2026-08-07T18:56:53.575Z | 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 } }] |
| 2558 | 2026-08-07T18:56:53.575Z | |
| 2559 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 INFO Aug 07 18:56:52.151adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 07 18:56:52.151 |
| 2560 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151INFODEBG INFOAug 07 18:56:52.151 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 2561 | 2026-08-07T18:56:53.575Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2562 | 2026-08-07T18:56:53.575Z | |
| 2563 | 2026-08-07T18:56:53.575Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151Aug 07 18:56:52.151 |
| 2564 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 DEBGDEBG Aug 07 18:56:52.151replacing 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 } }] |
| 2565 | 2026-08-07T18:56:53.575Z | INFO INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2566 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2567 | 2026-08-07T18:56:53.575Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 07 18:56:52.151 |
| 2568 | 2026-08-07T18:56:53.575Z | 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 } }] |
| 2569 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 Aug 07 18:56:52.151DEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2570 | 2026-08-07T18:56:53.575Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2571 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151 Aug 07 18:56:52.151INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2572 | 2026-08-07T18:56:53.575Z | 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 } }] |
| 2573 | 2026-08-07T18:56:53.575Z | Aug 07 18:56:52.151Aug 07 18:56:52.151 DEBGINFOAug 07 18:56:52.151 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 } }] |
| 2574 | 2026-08-07T18:56:53.575Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 2575 | 2026-08-07T18:56:53.576Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2576 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2577 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.151 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 } }] |
| 2578 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.151 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 07 18:56:52.151 |
| 2579 | 2026-08-07T18:56:53.576Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2580 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 18:56:52.151 |
| 2581 | 2026-08-07T18:56:53.576Z | DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2582 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.151 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151 |
| 2583 | 2026-08-07T18:56:53.576Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2584 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.151 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2585 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.151 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 } }] |
| 2586 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.152 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2587 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.152 Aug 07 18:56:52.151DEBG 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 } }] |
| 2588 | 2026-08-07T18:56:53.576Z | 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 } }] |
| 2589 | 2026-08-07T18:56:53.576Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2590 | 2026-08-07T18:56:53.580Z | |
| 2591 | 2026-08-07T18:56:53.580Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2592 | 2026-08-07T18:56:53.580Z | |
| 2593 | 2026-08-07T18:56:53.580Z | Aug 07 18:56:52.151 Aug 07 18:56:52.152Aug 07 18:56:52.152DEBG INFOINFO 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 } }] |
| 2594 | 2026-08-07T18:56:53.580Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2595 | 2026-08-07T18:56:53.580Z | |
| 2596 | 2026-08-07T18:56:53.580Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGDEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2597 | 2026-08-07T18:56:53.580Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2598 | 2026-08-07T18:56:53.580Z | |
| 2599 | 2026-08-07T18:56:53.580Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2600 | 2026-08-07T18:56:53.580Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2601 | 2026-08-07T18:56:53.580Z | 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 } }] |
| 2602 | 2026-08-07T18:56:53.580Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGDEBGINFO 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: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 } }] |
| 2603 | 2026-08-07T18:56:53.580Z | |
| 2604 | 2026-08-07T18:56:53.580Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2605 | 2026-08-07T18:56:53.580Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGINFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2606 | 2026-08-07T18:56:53.580Z | |
| 2607 | 2026-08-07T18:56:53.580Z | |
| 2608 | 2026-08-07T18:56:53.580Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2609 | 2026-08-07T18:56:53.580Z | 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 } }] |
| 2610 | 2026-08-07T18:56:53.580Z | |
| 2611 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152 Aug 07 18:56:52.152INFO Aug 07 18:56:52.152adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 2612 | 2026-08-07T18:56:53.581Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 2613 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2614 | 2026-08-07T18:56:53.581Z | 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 07 18:56:52.152 |
| 2615 | 2026-08-07T18:56:53.581Z | DEBG Aug 07 18:56:52.152replacing 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 07 18:56:52.152 |
| 2616 | 2026-08-07T18:56:53.581Z | INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2617 | 2026-08-07T18:56:53.581Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2618 | 2026-08-07T18:56:53.581Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2619 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152DEBG DEBGAug 07 18:56:52.152 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 } }]DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2620 | 2026-08-07T18:56:53.581Z | 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 } }] |
| 2621 | 2026-08-07T18:56:53.581Z | |
| 2622 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOINFO |
| 2623 | 2026-08-07T18:56:53.581Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2624 | 2026-08-07T18:56:53.581Z | |
| 2625 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 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 } }]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 } }] |
| 2626 | 2026-08-07T18:56:53.581Z | 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 } }] |
| 2627 | 2026-08-07T18:56:53.581Z | |
| 2628 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152 INFOAug 07 18:56:52.152 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2629 | 2026-08-07T18:56:53.581Z | INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2630 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152 |
| 2631 | 2026-08-07T18:56:53.581Z | DEBG Aug 07 18:56:52.152replacing 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 } }] |
| 2632 | 2026-08-07T18:56:53.581Z | DEBG Aug 07 18:56:52.152replacing 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 } }] |
| 2633 | 2026-08-07T18:56:53.581Z | DEBGAug 07 18:56:52.152 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 |
| 2634 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2635 | 2026-08-07T18:56:53.581Z | INFOAug 07 18:56:52.152 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 2636 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-07T18:56:53.581Z | 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 } }] |
| 2638 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGAug 07 18:56:52.152DEBG 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: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 } }] |
| 2639 | 2026-08-07T18:56:53.581Z | INFO |
| 2640 | 2026-08-07T18:56:53.581Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2641 | 2026-08-07T18:56:53.581Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152Aug 07 18:56:52.152INFO DEBG INFO created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 2642 | 2026-08-07T18:56:53.581Z | , adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit :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 } }] |
| 2643 | 2026-08-07T18:56:53.581Z | |
| 2644 | 2026-08-07T18:56:53.581Z | freemap_route_ipv4Aug 07 18:56:52.152 |
| 2645 | 2026-08-07T18:56:53.581Z | DEBG Aug 07 18:56:52.152replacing 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 07 18:56:52.152INFOAug 07 18:56:52.152 |
| 2646 | 2026-08-07T18:56:53.581Z | DEBG DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2647 | 2026-08-07T18:56:53.581Z | 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 07 18:56:52.152created new freemap |
| 2648 | 2026-08-07T18:56:53.581Z | , unitINFO:Aug 07 18:56:52.152 Aug 07 18:56:52.152 INFOfreemap_route_ipv6 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 2649 | 2026-08-07T18:56:53.581Z | |
| 2650 | 2026-08-07T18:56:53.582Z | 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:d::/64 -> 2001:db8::55:ff |
| 2651 | 2026-08-07T18:56:53.582Z | |
| 2652 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152 Aug 07 18:56:52.152DEBGAug 07 18:56:52.152 Aug 07 18:56:52.152INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 2653 | 2026-08-07T18:56:53.582Z | 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 } }] |
| 2654 | 2026-08-07T18:56:53.582Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.152 |
| 2655 | 2026-08-07T18:56:53.582Z | DEBGAug 07 18:56:52.152 initted freemap. size: 64Aug 07 18:56:52.152replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , INFO |
| 2656 | 2026-08-07T18:56:53.582Z | INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit :Aug 07 18:56:52.152 |
| 2657 | 2026-08-07T18:56:53.582Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 2658 | 2026-08-07T18:56:53.582Z | INFO |
| 2659 | 2026-08-07T18:56:53.582Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2660 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152 DEBG DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2661 | 2026-08-07T18:56:53.582Z | DEBG |
| 2662 | 2026-08-07T18:56:53.582Z | 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 07 18:56:52.152reset freemap , |
| 2663 | 2026-08-07T18:56:53.582Z | unitINFO: adding route 3fff:beef:1d::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 07 18:56:52.152 |
| 2664 | 2026-08-07T18:56:53.582Z | |
| 2665 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 07 18:56:52.152 |
| 2666 | 2026-08-07T18:56:53.582Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2667 | 2026-08-07T18:56:53.582Z | initted freemap. size: 64, Aug 07 18:56:52.152 unitDEBG:Aug 07 18:56:52.152Aug 07 18:56:52.152 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 } }] 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_ipv6 |
| 2668 | 2026-08-07T18:56:53.582Z | |
| 2669 | 2026-08-07T18:56:53.582Z | DEBG |
| 2670 | 2026-08-07T18:56:53.582Z | 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 } }] |
| 2671 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152 INFOAug 07 18:56:52.152 Aug 07 18:56:52.152Aug 07 18:56:52.152 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 2672 | 2026-08-07T18:56:53.582Z | INFOreset freemap adding route 3fff:beef:10::/64 -> 2001:db8::55:ff, |
| 2673 | 2026-08-07T18:56:53.582Z | INFOAug 07 18:56:52.152unit : adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 2674 | 2026-08-07T18:56:53.582Z | freemap_route_ipv6 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 07 18:56:52.152 |
| 2675 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152 |
| 2676 | 2026-08-07T18:56:53.582Z | DEBG 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 } }] |
| 2677 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152replacing 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 } }] |
| 2678 | 2026-08-07T18:56:53.582Z | INFO Aug 07 18:56:52.152adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2679 | 2026-08-07T18:56:53.582Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 07 18:56:52.152Aug 07 18:56:52.152 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 2680 | 2026-08-07T18:56:53.582Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2681 | 2026-08-07T18:56:53.582Z | |
| 2682 | 2026-08-07T18:56:53.582Z | |
| 2683 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152 DEBGDEBG DEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2684 | 2026-08-07T18:56:53.582Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2685 | 2026-08-07T18:56:53.582Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2686 | 2026-08-07T18:56:53.582Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-07T18:56:53.582Z | Aug 07 18:56:52.152 DEBGAug 07 18:56:52.152 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 07 18:56:52.152DEBG |
| 2688 | 2026-08-07T18:56:53.582Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2689 | 2026-08-07T18:56:53.582Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2690 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2691 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152 |
| 2692 | 2026-08-07T18:56:53.587Z | DEBGAug 07 18:56:52.152 DEBGAug 07 18:56:52.152 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 |
| 2693 | 2026-08-07T18:56:53.587Z | 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: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 } }] |
| 2694 | 2026-08-07T18:56:53.587Z | |
| 2695 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 INFOAug 07 18:56:52.152INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-07T18:56:53.587Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 2697 | 2026-08-07T18:56:53.587Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2698 | 2026-08-07T18:56:53.587Z | DEBG Aug 07 18:56:52.152replacing 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 } }] |
| 2699 | 2026-08-07T18:56:53.587Z | DEBG Aug 07 18:56:52.152replacing 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 } }] |
| 2700 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-07T18:56:53.587Z | 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 07 18:56:52.152 |
| 2702 | 2026-08-07T18:56:53.587Z | INFO Aug 07 18:56:52.152adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2703 | 2026-08-07T18:56:53.587Z | INFO Aug 07 18:56:52.152adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2704 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.152 |
| 2705 | 2026-08-07T18:56:53.587Z | 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 } }] |
| 2706 | 2026-08-07T18:56:53.587Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.152 |
| 2707 | 2026-08-07T18:56:53.587Z | INFO Aug 07 18:56:52.152adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-07T18:56:53.587Z | INFO Aug 07 18:56:52.152adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2709 | 2026-08-07T18:56:53.587Z | INFOAug 07 18:56:52.152 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2710 | 2026-08-07T18:56:53.587Z | DEBGAug 07 18:56:52.152 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 |
| 2711 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152 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 |
| 2712 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152replacing 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 } }] |
| 2713 | 2026-08-07T18:56:53.587Z | INFO Aug 07 18:56:52.152Aug 07 18:56:52.152adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2714 | 2026-08-07T18:56:53.587Z | INFO |
| 2715 | 2026-08-07T18:56:53.587Z | INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2716 | 2026-08-07T18:56:53.587Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2717 | 2026-08-07T18:56:53.587Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152DEBG DEBG DEBGAug 07 18:56:52.152 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2718 | 2026-08-07T18:56:53.587Z | |
| 2719 | 2026-08-07T18:56:53.587Z | DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2720 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152Aug 07 18:56:52.152replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 2721 | 2026-08-07T18:56:53.588Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2722 | 2026-08-07T18:56:53.588Z | |
| 2723 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2724 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2725 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 |
| 2726 | 2026-08-07T18:56:53.588Z | DEBG Aug 07 18:56:52.152Aug 07 18:56:52.152replacing 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 } }] |
| 2727 | 2026-08-07T18:56:53.588Z | INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2728 | 2026-08-07T18:56:53.588Z | |
| 2729 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 INFO Aug 07 18:56:52.152adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 07 18:56:52.152DEBG |
| 2730 | 2026-08-07T18:56:53.588Z | DEBG Aug 07 18:56:52.152replacing 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: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 } }] |
| 2731 | 2026-08-07T18:56:53.588Z | DEBG |
| 2732 | 2026-08-07T18:56:53.588Z | 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 } }] |
| 2733 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 2734 | 2026-08-07T18:56:53.588Z | |
| 2735 | 2026-08-07T18:56:53.588Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2736 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBG 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 } }] DEBG |
| 2737 | 2026-08-07T18:56:53.588Z | 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 } }] |
| 2738 | 2026-08-07T18:56:53.588Z | 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 } }] |
| 2739 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2740 | 2026-08-07T18:56:53.588Z | |
| 2741 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2742 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 07 18:56:52.152 |
| 2743 | 2026-08-07T18:56:53.588Z | |
| 2744 | 2026-08-07T18:56:53.588Z | DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.152 |
| 2745 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 07 18:56:52.152adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2746 | 2026-08-07T18:56:53.588Z | INFO |
| 2747 | 2026-08-07T18:56:53.588Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2748 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152DEBGDEBG 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 |
| 2749 | 2026-08-07T18:56:53.588Z | 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: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 } }] |
| 2750 | 2026-08-07T18:56:53.588Z | |
| 2751 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152 INFO Aug 07 18:56:52.152adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 07 18:56:52.152 |
| 2752 | 2026-08-07T18:56:53.588Z | INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2753 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2754 | 2026-08-07T18:56:53.588Z | DEBG Aug 07 18:56:52.152Aug 07 18:56:52.152replacing 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 } }] |
| 2755 | 2026-08-07T18:56:53.588Z | 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 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 07 18:56:52.152 |
| 2756 | 2026-08-07T18:56:53.588Z | |
| 2757 | 2026-08-07T18:56:53.588Z | DEBG failed to allocate space for the new target listAug 07 18:56:52.152 |
| 2758 | 2026-08-07T18:56:53.588Z | Aug 07 18:56:52.152INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2759 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.152adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2760 | 2026-08-07T18:56:53.589Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:56:52.152 |
| 2761 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.152DEBG 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 } }] Aug 07 18:56:52.152 |
| 2762 | 2026-08-07T18:56:53.589Z | 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 } }] |
| 2763 | 2026-08-07T18:56:53.589Z | DEBG Aug 07 18:56:52.152failed to allocate space for the new target list |
| 2764 | 2026-08-07T18:56:53.589Z | INFOAug 07 18:56:52.152 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 2765 | 2026-08-07T18:56:53.589Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2766 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.152Aug 07 18:56:52.152 INFODEBGAug 07 18:56:52.152 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 2767 | 2026-08-07T18:56:53.589Z | 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 } }] |
| 2768 | 2026-08-07T18:56:53.589Z | 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 } }] |
| 2769 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBG INFO INFOadding route 3fff:beef:11::/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 } }] |
| 2770 | 2026-08-07T18:56:53.589Z | |
| 2771 | 2026-08-07T18:56:53.589Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2772 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 Aug 07 18:56:52.153INFO DEBG DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2773 | 2026-08-07T18:56:53.589Z | |
| 2774 | 2026-08-07T18:56:53.589Z | 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 } }] |
| 2775 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.153 Aug 07 18:56:52.153DEBG Aug 07 18:56:52.153 INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2776 | 2026-08-07T18:56:53.589Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2777 | 2026-08-07T18:56:53.589Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2778 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG DEBGINFOreplacing 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:14::/64 -> 2001:db8::55:ff |
| 2779 | 2026-08-07T18:56:53.589Z | |
| 2780 | 2026-08-07T18:56:53.589Z | 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 } }] |
| 2781 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:13::/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 } }] |
| 2782 | 2026-08-07T18:56:53.589Z | |
| 2783 | 2026-08-07T18:56:53.589Z | |
| 2784 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 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:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2785 | 2026-08-07T18:56:53.589Z | |
| 2786 | 2026-08-07T18:56:53.589Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2787 | 2026-08-07T18:56:53.589Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBGINFOINFO 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:30::/64 -> 2001:db8::55:ff |
| 2788 | 2026-08-07T18:56:53.589Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2789 | 2026-08-07T18:56:53.589Z | |
| 2790 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153 Aug 07 18:56:52.153INFO DEBGAug 07 18:56:52.153adding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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 } }] |
| 2791 | 2026-08-07T18:56:53.594Z | DEBG |
| 2792 | 2026-08-07T18:56:53.594Z | 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 } }] |
| 2793 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2794 | 2026-08-07T18:56:53.594Z | 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 } }] |
| 2795 | 2026-08-07T18:56:53.594Z | |
| 2796 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2797 | 2026-08-07T18:56:53.594Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2798 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153 |
| 2799 | 2026-08-07T18:56:53.594Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2800 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 INFODEBG adding route 3fff:beef:32::/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 } }]Aug 07 18:56:52.153 |
| 2801 | 2026-08-07T18:56:53.594Z | |
| 2802 | 2026-08-07T18:56:53.594Z | DEBG Aug 07 18:56:52.153Aug 07 18:56:52.153 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 |
| 2803 | 2026-08-07T18:56:53.594Z | DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2804 | 2026-08-07T18:56:53.594Z | |
| 2805 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153 INFOAug 07 18:56:52.153 Aug 07 18:56:52.153adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2806 | 2026-08-07T18:56:53.594Z | 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:33::/64 -> 2001:db8::55:ff |
| 2807 | 2026-08-07T18:56:53.594Z | |
| 2808 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153 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 07 18:56:52.153Aug 07 18:56:52.153 |
| 2809 | 2026-08-07T18:56:53.594Z | INFODEBG adding route 3fff:beef:19::/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 } }] |
| 2810 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153 |
| 2811 | 2026-08-07T18:56:53.594Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2812 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 INFODEBGAug 07 18:56:52.153 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff 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 } }] |
| 2813 | 2026-08-07T18:56:53.594Z | |
| 2814 | 2026-08-07T18:56:53.594Z | 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 } }] |
| 2815 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2816 | 2026-08-07T18:56:53.594Z | |
| 2817 | 2026-08-07T18:56:53.594Z | 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 } }] |
| 2818 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBGINFOAug 07 18:56:52.153 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2819 | 2026-08-07T18:56:53.594Z | 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 |
| 2820 | 2026-08-07T18:56:53.594Z | 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 07 18:56:52.153 |
| 2821 | 2026-08-07T18:56:53.594Z | 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 } }] |
| 2822 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2823 | 2026-08-07T18:56:53.594Z | Aug 07 18:56:52.153 |
| 2824 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 2825 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 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 } }] |
| 2826 | 2026-08-07T18:56:53.595Z | DEBG Aug 07 18:56:52.153replacing 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 } }] |
| 2827 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2828 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 2829 | 2026-08-07T18:56:53.595Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2830 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 Aug 07 18:56:52.153INFO DEBGDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }] |
| 2831 | 2026-08-07T18:56:53.595Z | 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 } }] |
| 2832 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:56:52.153 |
| 2833 | 2026-08-07T18:56:53.595Z | INFO Aug 07 18:56:52.153adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2834 | 2026-08-07T18:56:53.595Z | 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 } }] |
| 2835 | 2026-08-07T18:56:53.595Z | |
| 2836 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2837 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 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 07 18:56:52.153 |
| 2838 | 2026-08-07T18:56:53.595Z | 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 } }] |
| 2839 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 07 18:56:52.153 |
| 2840 | 2026-08-07T18:56:53.595Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2841 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 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 07 18:56:52.153 |
| 2842 | 2026-08-07T18:56:53.595Z | 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 07 18:56:52.153 |
| 2843 | 2026-08-07T18:56:53.595Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2844 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 07 18:56:52.153 |
| 2845 | 2026-08-07T18:56:53.595Z | 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 } }] |
| 2846 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 DEBG Aug 07 18:56:52.153replacing 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 } }] |
| 2847 | 2026-08-07T18:56:53.595Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2848 | 2026-08-07T18:56:53.595Z | test route::tests::grow_succeeds ... ok |
| 2849 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 INFO Aug 07 18:56:52.153adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2850 | 2026-08-07T18:56:53.595Z | 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 } }]Aug 07 18:56:52.153 |
| 2851 | 2026-08-07T18:56:53.595Z | 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 07 18:56:52.153 |
| 2852 | 2026-08-07T18:56:53.595Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2853 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2854 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 DEBG Aug 07 18:56:52.153replacing 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 } }] |
| 2855 | 2026-08-07T18:56:53.595Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2856 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153 Aug 07 18:56:52.153INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2857 | 2026-08-07T18:56:53.595Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2858 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 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: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 } }] |
| 2859 | 2026-08-07T18:56:53.595Z | |
| 2860 | 2026-08-07T18:56:53.595Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2861 | 2026-08-07T18:56:53.595Z | |
| 2862 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 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: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 } }] |
| 2863 | 2026-08-07T18:56:53.596Z | |
| 2864 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO Aug 07 18:56:52.153adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2865 | 2026-08-07T18:56:53.596Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 2866 | 2026-08-07T18:56:53.596Z | created new freemapAug 07 18:56:52.153, Aug 07 18:56:52.153unitDEBG : DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2867 | 2026-08-07T18:56:53.596Z | 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 } }]freemap_route_ipv4 |
| 2868 | 2026-08-07T18:56:53.596Z | |
| 2869 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153 INFOAug 07 18:56:52.153 Aug 07 18:56:52.153DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2870 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBGDEBG created new freemapDEBG , 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 } }] |
| 2871 | 2026-08-07T18:56:53.596Z | unit: Aug 07 18:56:52.153 freemap_route_ipv4 |
| 2872 | 2026-08-07T18:56:53.596Z | failed to allocate space for the new target listDEBG |
| 2873 | 2026-08-07T18:56:53.596Z | 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 } }] |
| 2874 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153created new freemap Aug 07 18:56:52.153, DEBG INFO INFO created new freemap, unit:adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 2875 | 2026-08-07T18:56:53.596Z | |
| 2876 | 2026-08-07T18:56:53.596Z | unit:Aug 07 18:56:52.153 DEBGDEBG initted freemap. size: 64, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit: |
| 2877 | 2026-08-07T18:56:53.596Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2878 | 2026-08-07T18:56:53.596Z | |
| 2879 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153 Aug 07 18:56:52.153freemap_route_ipv6 |
| 2880 | 2026-08-07T18:56:53.596Z | DEBG Aug 07 18:56:52.153 DEBG initted freemap. size: 64, unit: freemap_route_ipv4reset freemap, unitDEBG: |
| 2881 | 2026-08-07T18:56:53.596Z | freemap_route_ipv4 |
| 2882 | 2026-08-07T18:56:53.596Z | 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 07 18:56:52.153 DEBG initted freemap. size: 64, unit: |
| 2883 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153 DEBG Aug 07 18:56:52.153freemap_route_ipv6 |
| 2884 | 2026-08-07T18:56:53.596Z | 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 } }] |
| 2885 | 2026-08-07T18:56:53.596Z | Aug 07 18:56:52.153 Aug 07 18:56:52.153DEBGAug 07 18:56:52.153 reset freemap, unit: INFOfreemap_route_ipv6 |
| 2886 | 2026-08-07T18:56:53.596Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 07 18:56:52.153 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2887 | 2026-08-07T18:56:53.596Z | INFO Aug 07 18:56:52.153 DEBGadding route 3fff:beef:27::/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 } }] |
| 2888 | 2026-08-07T18:56:53.596Z | |
| 2889 | 2026-08-07T18:56:53.596Z | |
| 2890 | 2026-08-07T18:56:53.600Z | Aug 07 18:56:52.153 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2891 | 2026-08-07T18:56:53.600Z | Aug 07 18:56:52.153 Aug 07 18:56:52.153 DEBG created new freemap DEBG, Aug 07 18:56:52.153unit : freemap_route_ipv4 |
| 2892 | 2026-08-07T18:56:53.600Z | reset freemap, unitAug 07 18:56:52.153DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :DEBG created new freemap, unit: |
| 2893 | 2026-08-07T18:56:53.600Z | freemap_route_ipv4 |
| 2894 | 2026-08-07T18:56:53.600Z | 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 |
| 2895 | 2026-08-07T18:56:53.600Z | Aug 07 18:56:52.153 Aug 07 18:56:52.153DEBG |
| 2896 | 2026-08-07T18:56:53.600Z | initted freemap. size: 64, unit : freemap_route_ipv4 |
| 2897 | 2026-08-07T18:56:53.601Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:56:52.153 DEBG Aug 07 18:56:52.153 reset freemap, unitAug 07 18:56:52.153:INFO freemap_route_ipv4 |
| 2898 | 2026-08-07T18:56:53.601Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:56:52.153 |
| 2899 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.153 DEBG initted freemap. size: 64 |
| 2900 | 2026-08-07T18:56:53.601Z | , unitINFO: freemap_route_ipv6 |
| 2901 | 2026-08-07T18:56:53.601Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2902 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.153 DEBGDEBG reset freemap , unit: initted freemap. size: 64freemap_route_ipv6, unit |
| 2903 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.153 DEBG Aug 07 18:56:52.153: INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2904 | 2026-08-07T18:56:53.601Z | 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 } }]freemap_route_ipv6 |
| 2905 | 2026-08-07T18:56:53.601Z | |
| 2906 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG 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 } }]INFO |
| 2907 | 2026-08-07T18:56:53.601Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2908 | 2026-08-07T18:56:53.601Z | reset freemapAug 07 18:56:52.153 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2909 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG Aug 07 18:56:52.153DEBGreplacing 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 07 18:56:52.153 |
| 2910 | 2026-08-07T18:56:53.601Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:56:52.153 |
| 2911 | 2026-08-07T18:56:53.601Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255, |
| 2912 | 2026-08-07T18:56:53.601Z | unit :replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.153 DEBGDEBG |
| 2913 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.153replacing 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 } }] |
| 2914 | 2026-08-07T18:56:53.601Z | freemap_route_ipv6INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2915 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.153 INFO Aug 07 18:56:52.153adding route 172.17.0.2/32 -> 10.0.0.255 |
| 2916 | 2026-08-07T18:56:53.601Z | 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 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 } }] |
| 2917 | 2026-08-07T18:56:53.601Z | |
| 2918 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.154Aug 07 18:56:52.154 DEBG Aug 07 18:56:52.154replacing 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 } }] |
| 2919 | 2026-08-07T18:56:53.601Z | DEBGAug 07 18:56:52.154INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2920 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.154 INFO |
| 2921 | 2026-08-07T18:56:53.601Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 2922 | 2026-08-07T18:56:53.601Z | 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:21::/64 -> 2001:db8::55:ffAug 07 18:56:52.154 |
| 2923 | 2026-08-07T18:56:53.601Z | DEBGAug 07 18:56:52.154 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 } }] |
| 2924 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.154 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.154 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 2925 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.154DEBG Aug 07 18:56:52.154 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 } }] |
| 2926 | 2026-08-07T18:56:53.601Z | |
| 2927 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.154 DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 2928 | 2026-08-07T18:56:53.601Z | 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 07 18:56:52.154Aug 07 18:56:52.154 DEBG |
| 2929 | 2026-08-07T18:56:53.601Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2930 | 2026-08-07T18:56:53.601Z | |
| 2931 | 2026-08-07T18:56:53.601Z | |
| 2932 | 2026-08-07T18:56:53.601Z | Aug 07 18:56:52.154 INFOAug 07 18:56:52.154 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 18:56:52.154 |
| 2933 | 2026-08-07T18:56:53.601Z | INFO Aug 07 18:56:52.154DEBG adding route 172.17.0.6/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 } }] |
| 2934 | 2026-08-07T18:56:53.601Z | INFOAug 07 18:56:52.154 |
| 2935 | 2026-08-07T18:56:53.601Z | 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 07 18:56:52.154 |
| 2936 | 2026-08-07T18:56:53.602Z | DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2937 | 2026-08-07T18:56:53.602Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 2938 | 2026-08-07T18:56:53.602Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2939 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154 INFO Aug 07 18:56:52.154adding route 172.17.0.7/32 -> 10.0.0.255 |
| 2940 | 2026-08-07T18:56:53.602Z | DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.154 |
| 2941 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2942 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154replacing 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 } }] |
| 2943 | 2026-08-07T18:56:53.602Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 07 18:56:52.154 |
| 2944 | 2026-08-07T18:56:53.602Z | 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 } }] |
| 2945 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154Aug 07 18:56:52.154 DEBGINFO Aug 07 18:56:52.154 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.8/32 -> 10.0.0.255 |
| 2946 | 2026-08-07T18:56:53.602Z | |
| 2947 | 2026-08-07T18:56:53.602Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 07 18:56:52.154Aug 07 18:56:52.154 |
| 2948 | 2026-08-07T18:56:53.602Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 18:56:52.154 |
| 2949 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 2950 | 2026-08-07T18:56:53.602Z | |
| 2951 | 2026-08-07T18:56:53.602Z | 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 } }] |
| 2952 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154Aug 07 18:56:52.154 Aug 07 18:56:52.154INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 2953 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154DEBGAug 07 18:56:52.154 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 } }] |
| 2954 | 2026-08-07T18:56:53.602Z | 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 } }]INFODEBG |
| 2955 | 2026-08-07T18:56:53.602Z | 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 07 18:56:52.154 |
| 2956 | 2026-08-07T18:56:53.602Z | INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 2957 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 18:56:52.154 INFO |
| 2958 | 2026-08-07T18:56:53.602Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 2959 | 2026-08-07T18:56:53.602Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2960 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154Aug 07 18:56:52.154Aug 07 18:56:52.154 Aug 07 18:56:52.154 DEBGDEBG 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 } }] |
| 2961 | 2026-08-07T18:56:53.602Z | 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 } }]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 } }] |
| 2962 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154 |
| 2963 | 2026-08-07T18:56:53.602Z | 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 Aug 07 18:56:52.155adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2964 | 2026-08-07T18:56:53.602Z | DEBGAug 07 18:56:52.154 Aug 07 18:56:52.160INFO DEBGcreated new freemap adding route 3fff:beef:4::/64 -> 2001:db8::55:ff, |
| 2965 | 2026-08-07T18:56:53.602Z | 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 } }]unit |
| 2966 | 2026-08-07T18:56:53.602Z | : freemap_route_ipv4Aug 07 18:56:52.154 |
| 2967 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.154 Aug 07 18:56:52.160 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2968 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.160 Aug 07 18:56:52.160 DEBGDEBG Aug 07 18:56:52.160 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 } }] |
| 2969 | 2026-08-07T18:56:53.602Z | adding route 172.17.0.10/32 -> 10.0.0.255DEBGreplacing 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 } }] created new freemap |
| 2970 | 2026-08-07T18:56:53.602Z | |
| 2971 | 2026-08-07T18:56:53.602Z | , unit: freemap_route_ipv6Aug 07 18:56:52.160 Aug 07 18:56:52.160INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2972 | 2026-08-07T18:56:53.602Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2973 | 2026-08-07T18:56:53.602Z | |
| 2974 | 2026-08-07T18:56:53.602Z | Aug 07 18:56:52.160 Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGDEBGDEBGAug 07 18:56:52.160 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 2975 | 2026-08-07T18:56:53.603Z | 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 } }]freemap_route_ipv4 |
| 2976 | 2026-08-07T18:56:53.603Z | |
| 2977 | 2026-08-07T18:56:53.603Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2978 | 2026-08-07T18:56:53.603Z | Aug 07 18:56:52.160Aug 07 18:56:52.160 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255reset freemap |
| 2979 | 2026-08-07T18:56:53.603Z | , Aug 07 18:56:52.160 INFOunit Aug 07 18:56:52.160Aug 07 18:56:52.160: adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG |
| 2980 | 2026-08-07T18:56:53.603Z | freemap_route_ipv4 |
| 2981 | 2026-08-07T18:56:53.603Z | 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 } }] |
| 2982 | 2026-08-07T18:56:53.603Z | INFO Aug 07 18:56:52.160Aug 07 18:56:52.160 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 } }] |
| 2983 | 2026-08-07T18:56:53.603Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2984 | 2026-08-07T18:56:53.603Z | Aug 07 18:56:52.160 INFODEBG Aug 07 18:56:52.160adding route 172.17.0.12/32 -> 10.0.0.255 |
| 2985 | 2026-08-07T18:56:53.603Z | initted freemap. size: 64 , Aug 07 18:56:52.160INFOunit :Aug 07 18:56:52.160adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2986 | 2026-08-07T18:56:53.603Z | freemap_route_ipv6 |
| 2987 | 2026-08-07T18:56:53.603Z | DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.160 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 } }] |
| 2988 | 2026-08-07T18:56:53.603Z | DEBG |
| 2989 | 2026-08-07T18:56:53.603Z | Aug 07 18:56:52.160replacing 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 } }] |
| 2990 | 2026-08-07T18:56:53.607Z | DEBGAug 07 18:56:52.160 reset freemapINFOAug 07 18:56:52.160 Aug 07 18:56:52.160adding route 172.17.0.13/32 -> 10.0.0.255 INFO, unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:INFO |
| 2991 | 2026-08-07T18:56:53.607Z | freemap_route_ipv6 |
| 2992 | 2026-08-07T18:56:53.607Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2993 | 2026-08-07T18:56:53.607Z | |
| 2994 | 2026-08-07T18:56:53.607Z | Aug 07 18:56:52.160Aug 07 18:56:52.160 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 } }] |
| 2995 | 2026-08-07T18:56:53.607Z | DEBG Aug 07 18:56:52.160Aug 07 18:56:52.160replacing 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 } }] |
| 2996 | 2026-08-07T18:56:53.607Z | 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 } }] |
| 2997 | 2026-08-07T18:56:53.607Z | INFOAug 07 18:56:52.160 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2998 | 2026-08-07T18:56:53.607Z | INFO Aug 07 18:56:52.160Aug 07 18:56:52.160 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 2999 | 2026-08-07T18:56:53.607Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3000 | 2026-08-07T18:56:53.607Z | Aug 07 18:56:52.160INFOAug 07 18:56:52.160 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG Aug 07 18:56:52.160DEBG 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3001 | 2026-08-07T18:56:53.607Z | |
| 3002 | 2026-08-07T18:56:53.607Z | |
| 3003 | 2026-08-07T18:56:53.608Z | 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 } }] |
| 3004 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3005 | 2026-08-07T18:56:53.608Z | |
| 3006 | 2026-08-07T18:56:53.608Z | DEBGAug 07 18:56:52.160 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.160 |
| 3007 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160DEBG 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 } }] |
| 3008 | 2026-08-07T18:56:53.608Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3009 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160 |
| 3010 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160INFO INFOAug 07 18:56:52.160adding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:56:52.160 |
| 3011 | 2026-08-07T18:56:53.608Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 3012 | 2026-08-07T18:56:53.608Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3013 | 2026-08-07T18:56:53.608Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3014 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160 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: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 } }] |
| 3015 | 2026-08-07T18:56:53.608Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3016 | 2026-08-07T18:56:53.608Z | 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 } }] |
| 3017 | 2026-08-07T18:56:53.608Z | |
| 3018 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160Aug 07 18:56:52.160 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3019 | 2026-08-07T18:56:53.608Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3020 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160Aug 07 18:56:52.160 INFODEBGAug 07 18:56:52.154 Aug 07 18:56:52.160adding route 172.17.0.17/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 3021 | 2026-08-07T18:56:53.608Z | |
| 3022 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160DEBG DEBGcreated new 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 } }]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 } }] |
| 3023 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160 |
| 3024 | 2026-08-07T18:56:53.608Z | , DEBGunitAug 07 18:56:52.160: INFOAug 07 18:56:52.160 freemap_route_ipv4replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3025 | 2026-08-07T18:56:53.608Z | |
| 3026 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 07 18:56:52.160 |
| 3027 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3028 | 2026-08-07T18:56:53.608Z | INFO DEBG INFOAug 07 18:56:52.160adding route 172.17.0.18/32 -> 10.0.0.255created new freemap |
| 3029 | 2026-08-07T18:56:53.608Z | DEBG, unitreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.160: |
| 3030 | 2026-08-07T18:56:53.608Z | freemap_route_ipv6 DEBG |
| 3031 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGAug 07 18:56:52.160Aug 07 18:56:52.160 DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 3032 | 2026-08-07T18:56:53.608Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3033 | 2026-08-07T18:56:53.608Z | |
| 3034 | 2026-08-07T18:56:53.608Z | |
| 3035 | 2026-08-07T18:56:53.608Z | initted freemap. size: 64Aug 07 18:56:52.160 , INFOunit :Aug 07 18:56:52.160 Aug 07 18:56:52.160 Aug 07 18:56:52.160DEBGfreemap_route_ipv4 INFO |
| 3036 | 2026-08-07T18:56:53.608Z | 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 |
| 3037 | 2026-08-07T18:56:53.608Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3038 | 2026-08-07T18:56:53.608Z | |
| 3039 | 2026-08-07T18:56:53.608Z | |
| 3040 | 2026-08-07T18:56:53.608Z | Aug 07 18:56:52.160 Aug 07 18:56:52.160DEBGAug 07 18:56:52.160 Aug 07 18:56:52.160INFOAug 07 18:56:52.160DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 3041 | 2026-08-07T18:56:53.609Z | reset freemapreplacing 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, |
| 3042 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160 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 } }]: |
| 3043 | 2026-08-07T18:56:53.609Z | freemap_route_ipv4replacing 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 } }] |
| 3044 | 2026-08-07T18:56:53.609Z | |
| 3045 | 2026-08-07T18:56:53.609Z | 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 } }] |
| 3046 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160 INFOAug 07 18:56:52.160 Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGINFO INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 3047 | 2026-08-07T18:56:53.609Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3048 | 2026-08-07T18:56:53.609Z | |
| 3049 | 2026-08-07T18:56:53.609Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3050 | 2026-08-07T18:56:53.609Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3051 | 2026-08-07T18:56:53.609Z | , unitAug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGDEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 3052 | 2026-08-07T18:56:53.609Z | |
| 3053 | 2026-08-07T18:56:53.609Z | |
| 3054 | 2026-08-07T18:56:53.609Z | : freemap_route_ipv6Aug 07 18:56:52.160 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 07 18:56:52.160 |
| 3055 | 2026-08-07T18:56:53.609Z | INFO |
| 3056 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3057 | 2026-08-07T18:56:53.609Z | INFOAug 07 18:56:52.160 Aug 07 18:56:52.160adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3058 | 2026-08-07T18:56:53.609Z | DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.160 |
| 3059 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160DEBGDEBG 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 } }] |
| 3060 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160replacing 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 } }] |
| 3061 | 2026-08-07T18:56:53.609Z | reset freemapINFO , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit |
| 3062 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160Aug 07 18:56:52.160: INFO Aug 07 18:56:52.160freemap_route_ipv6INFO |
| 3063 | 2026-08-07T18:56:53.609Z | DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3064 | 2026-08-07T18:56:53.609Z | |
| 3065 | 2026-08-07T18:56:53.609Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3066 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160Aug 07 18:56:52.160 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 3067 | 2026-08-07T18:56:53.609Z | |
| 3068 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGAug 07 18:56:52.160 Aug 07 18:56:52.160 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 } }]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:3b::/64 -> 2001:db8::55:ff |
| 3069 | 2026-08-07T18:56:53.609Z | |
| 3070 | 2026-08-07T18:56:53.609Z | |
| 3071 | 2026-08-07T18:56:53.609Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:56:52.160 |
| 3072 | 2026-08-07T18:56:53.609Z | |
| 3073 | 2026-08-07T18:56:53.609Z | INFO |
| 3074 | 2026-08-07T18:56:53.609Z | |
| 3075 | 2026-08-07T18:56:53.609Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3076 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160 DEBGAug 07 18:56:52.160 Aug 07 18:56:52.160replacing 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 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 07 18:56:52.160 |
| 3077 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.160 INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3078 | 2026-08-07T18:56:53.609Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 18:56:52.167 DEBG |
| 3079 | 2026-08-07T18:56:53.609Z | Aug 07 18:56:52.167DEBG Aug 07 18:56:52.167DEBGreplacing 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: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 } }] |
| 3080 | 2026-08-07T18:56:53.609Z | 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 } }] |
| 3081 | 2026-08-07T18:56:53.610Z | |
| 3082 | 2026-08-07T18:56:53.610Z | INFOAug 07 18:56:52.167 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 07 18:56:52.167 |
| 3083 | 2026-08-07T18:56:53.610Z | failed to allocate space for the new target listINFO |
| 3084 | 2026-08-07T18:56:53.610Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:56:52.167 |
| 3085 | 2026-08-07T18:56:53.610Z | INFOAug 07 18:56:52.167Aug 07 18:56:52.167 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 } }] |
| 3086 | 2026-08-07T18:56:53.610Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 18:56:52.167 |
| 3087 | 2026-08-07T18:56:53.610Z | Aug 07 18:56:52.167DEBG 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 } }]INFO |
| 3088 | 2026-08-07T18:56:53.610Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.167 |
| 3089 | 2026-08-07T18:56:53.610Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3090 | 2026-08-07T18:56:53.614Z | DEBGAug 07 18:56:52.167 INFO 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 07 18:56:52.167 |
| 3091 | 2026-08-07T18:56:53.614Z | 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 } }] |
| 3092 | 2026-08-07T18:56:53.614Z | Aug 07 18:56:52.167 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 3093 | 2026-08-07T18:56:53.614Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 07 18:56:52.167 |
| 3094 | 2026-08-07T18:56:53.614Z | created new freemap INFO, unitAug 07 18:56:52.167adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:Aug 07 18:56:52.167 |
| 3095 | 2026-08-07T18:56:53.614Z | DEBGDEBGfreemap_route_ipv4 Aug 07 18:56:52.167 |
| 3096 | 2026-08-07T18:56:53.614Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3097 | 2026-08-07T18:56:53.614Z | DEBG |
| 3098 | 2026-08-07T18:56:53.614Z | 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 } }] |
| 3099 | 2026-08-07T18:56:53.614Z | Aug 07 18:56:52.167 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:56:52.154 |
| 3100 | 2026-08-07T18:56:53.614Z | Aug 07 18:56:52.167 DEBG DEBGcreated new freemap , created new freemapAug 07 18:56:52.167, Aug 07 18:56:52.167unitunit: :freemap_route_ipv4 INFO |
| 3101 | 2026-08-07T18:56:53.614Z | freemap_route_ipv6Aug 07 18:56:52.167 |
| 3102 | 2026-08-07T18:56:53.614Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGAug 07 18:56:52.167 |
| 3103 | 2026-08-07T18:56:53.614Z | DEBG INFOAug 07 18:56:52.167 created new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 3104 | 2026-08-07T18:56:53.614Z | Aug 07 18:56:52.167 , initted freemap. size: 64unit :, unitfreemap_route_ipv6: |
| 3105 | 2026-08-07T18:56:53.614Z | 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 } }] |
| 3106 | 2026-08-07T18:56:53.614Z | |
| 3107 | 2026-08-07T18:56:53.614Z | Aug 07 18:56:52.167 Aug 07 18:56:52.167DEBGfreemap_route_ipv4 |
| 3108 | 2026-08-07T18:56:53.614Z | 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 } }] initted freemap. size: 64 |
| 3109 | 2026-08-07T18:56:53.614Z | Aug 07 18:56:52.167, Aug 07 18:56:52.167DEBGAug 07 18:56:52.167 INFOAug 07 18:56:52.167DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit |
| 3110 | 2026-08-07T18:56:53.614Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] : reset freemapfreemap_route_ipv4, INFOunit |
| 3111 | 2026-08-07T18:56:53.614Z | : Aug 07 18:56:52.167 adding route 3fff:beef:2c::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 3112 | 2026-08-07T18:56:53.614Z | |
| 3113 | 2026-08-07T18:56:53.614Z | |
| 3114 | 2026-08-07T18:56:53.614Z | 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 } }] |
| 3115 | 2026-08-07T18:56:53.614Z | Aug 07 18:56:52.167 Aug 07 18:56:52.167Aug 07 18:56:52.167DEBG reset freemapAug 07 18:56:52.167, DEBG DEBGINFO unitinitted freemap. size: 64 :, unitfreemap_route_ipv4: |
| 3116 | 2026-08-07T18:56:53.614Z | 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_ipv6 |
| 3117 | 2026-08-07T18:56:53.615Z | |
| 3118 | 2026-08-07T18:56:53.615Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 07 18:56:52.167 |
| 3119 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167 Aug 07 18:56:52.167DEBGAug 07 18:56:52.167 Aug 07 18:56:52.167 INFO DEBGinitted freemap. size: 64 , DEBGunitWARN:adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff reset freemap , freemap_route_ipv6unit |
| 3120 | 2026-08-07T18:56:53.615Z | : |
| 3121 | 2026-08-07T18:56:53.615Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3122 | 2026-08-07T18:56:53.615Z | |
| 3123 | 2026-08-07T18:56:53.615Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3124 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167 Aug 07 18:56:52.167Aug 07 18:56:52.167Aug 07 18:56:52.167DEBG INFOreset freemap , INFOunit DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff :adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3125 | 2026-08-07T18:56:53.615Z | freemap_route_ipv6 |
| 3126 | 2026-08-07T18:56:53.615Z | |
| 3127 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167Aug 07 18:56:52.167replacing 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 07 18:56:52.167 |
| 3128 | 2026-08-07T18:56:53.615Z | DEBGAug 07 18:56:52.167 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3129 | 2026-08-07T18:56:53.615Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:56:52.167 |
| 3130 | 2026-08-07T18:56:53.615Z | INFO |
| 3131 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffERRO |
| 3132 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167 Aug 07 18:56:52.167rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3133 | 2026-08-07T18:56:53.615Z | |
| 3134 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3135 | 2026-08-07T18:56:53.615Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3136 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167DEBG 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 } }] |
| 3137 | 2026-08-07T18:56:53.615Z | DEBGAug 07 18:56:52.167 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.167 |
| 3138 | 2026-08-07T18:56:53.615Z | INFOAug 07 18:56:52.167 Aug 07 18:56:52.167adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3139 | 2026-08-07T18:56:53.615Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffERRO |
| 3140 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167DEBG Aug 07 18:56:52.167Aug 07 18:56:52.167 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 } }]DEBGINFO 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 DEBGadding route 172.17.0.0/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 } }] |
| 3141 | 2026-08-07T18:56:53.615Z | |
| 3142 | 2026-08-07T18:56:53.615Z | |
| 3143 | 2026-08-07T18:56:53.615Z | 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 } }] |
| 3144 | 2026-08-07T18:56:53.615Z | |
| 3145 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167Aug 07 18:56:52.167 DEBG INFOAug 07 18:56:52.167replacing 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 } }] |
| 3146 | 2026-08-07T18:56:53.615Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 07 18:56:52.167 |
| 3147 | 2026-08-07T18:56:53.615Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 3148 | 2026-08-07T18:56:53.615Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3149 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 3150 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.167 |
| 3151 | 2026-08-07T18:56:53.615Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3152 | 2026-08-07T18:56:53.615Z | INFOAug 07 18:56:52.167 adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3153 | 2026-08-07T18:56:53.615Z | DEBGDEBG Aug 07 18:56:52.167replacing 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 } }] |
| 3154 | 2026-08-07T18:56:53.615Z | Aug 07 18:56:52.167INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }] |
| 3155 | 2026-08-07T18:56:53.615Z | 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 } }] |
| 3156 | 2026-08-07T18:56:53.616Z | |
| 3157 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167Aug 07 18:56:52.167 INFODEBGAug 07 18:56:52.161 DEBG |
| 3158 | 2026-08-07T18:56:53.616Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3159 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167Aug 07 18:56:52.167 Aug 07 18:56:52.167 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255 DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3160 | 2026-08-07T18:56:53.616Z | |
| 3161 | 2026-08-07T18:56:53.616Z | created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }], |
| 3162 | 2026-08-07T18:56:53.616Z | unitAug 07 18:56:52.167: Aug 07 18:56:52.167freemap_route_ipv4Aug 07 18:56:52.167DEBG |
| 3163 | 2026-08-07T18:56:53.616Z | 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 } }]WARN |
| 3164 | 2026-08-07T18:56:53.616Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3165 | 2026-08-07T18:56:53.616Z | 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 } }] |
| 3166 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167Aug 07 18:56:52.167 INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3167 | 2026-08-07T18:56:53.616Z | created new freemap, unit: Aug 07 18:56:52.167freemap_route_ipv6 Aug 07 18:56:52.167INFO |
| 3168 | 2026-08-07T18:56:53.616Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3169 | 2026-08-07T18:56:53.616Z | |
| 3170 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167 |
| 3171 | 2026-08-07T18:56:53.616Z | DEBG initted freemap. size: 64, Aug 07 18:56:52.167unit :Aug 07 18:56:52.167Aug 07 18:56:52.167 INFO freemap_route_ipv4DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3172 | 2026-08-07T18:56:53.616Z | |
| 3173 | 2026-08-07T18:56:53.616Z | 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 } }] |
| 3174 | 2026-08-07T18:56:53.616Z | 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 } }] |
| 3175 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167Aug 07 18:56:52.167 Aug 07 18:56:52.167 DEBGDEBGINFO reset freemapreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255, |
| 3176 | 2026-08-07T18:56:53.616Z | unit |
| 3177 | 2026-08-07T18:56:53.616Z | : freemap_route_ipv4 |
| 3178 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167Aug 07 18:56:52.167 INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 3179 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167Aug 07 18:56:52.167 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:56:52.168Aug 07 18:56:52.168 |
| 3180 | 2026-08-07T18:56:53.616Z | DEBG DEBGcreated new freemap , created new freemapunit, Aug 07 18:56:52.173unit 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 } }]:freemap_route_ipv4 |
| 3181 | 2026-08-07T18:56:53.616Z | |
| 3182 | 2026-08-07T18:56:53.616Z | freemap_route_ipv4Aug 07 18:56:52.167 |
| 3183 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.167DEBG 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 07 18:56:52.173Aug 07 18:56:52.173 |
| 3184 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.173INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 3185 | 2026-08-07T18:56:53.616Z | DEBG DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap , |
| 3186 | 2026-08-07T18:56:53.616Z | created new freemapunitAug 07 18:56:52.173:, Aug 07 18:56:52.173 unitfreemap_route_ipv6 |
| 3187 | 2026-08-07T18:56:53.616Z | INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255Aug 07 18:56:52.173: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 } }] |
| 3188 | 2026-08-07T18:56:53.616Z | Aug 07 18:56:52.173 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 } }]freemap_route_ipv6DEBG |
| 3189 | 2026-08-07T18:56:53.616Z | |
| 3190 | 2026-08-07T18:56:53.620Z | initted freemap. size: 64, unit |
| 3191 | 2026-08-07T18:56:53.621Z | : Aug 07 18:56:52.173Aug 07 18:56:52.173 freemap_route_ipv4Aug 07 18:56:52.173 |
| 3192 | 2026-08-07T18:56:53.621Z | DEBGDEBG initted freemap. size: 64 INFO , replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.173 |
| 3193 | 2026-08-07T18:56:53.621Z | unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3194 | 2026-08-07T18:56:53.621Z | DEBG: Aug 07 18:56:52.173 Aug 07 18:56:52.173reset freemapfreemap_route_ipv4 |
| 3195 | 2026-08-07T18:56:53.621Z | INFOAug 07 18:56:52.173INFO, adding route 172.17.0.29/32 -> 10.0.0.255unit |
| 3196 | 2026-08-07T18:56:53.621Z | :DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 3197 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.173Aug 07 18:56:52.173 |
| 3198 | 2026-08-07T18:56:53.621Z | DEBGDEBGAug 07 18:56:52.173 reset freemapDEBG , 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 } }]initted freemap. size: 64unit, :unit : |
| 3199 | 2026-08-07T18:56:53.621Z | freemap_route_ipv6freemap_route_ipv4 |
| 3200 | 2026-08-07T18:56:53.621Z | |
| 3201 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.173Aug 07 18:56:52.173 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 |
| 3202 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.173 DEBG adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3203 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.173Aug 07 18:56:52.173DEBG reset freemap , INFOunitAug 07 18:56:52.173 : adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6 |
| 3204 | 2026-08-07T18:56:53.621Z | initted freemap. size: 64 |
| 3205 | 2026-08-07T18:56:53.621Z | 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 , 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 } }] |
| 3206 | 2026-08-07T18:56:53.621Z | unit |
| 3207 | 2026-08-07T18:56:53.621Z | :Aug 07 18:56:52.173Aug 07 18:56:52.173 INFOfreemap_route_ipv6 |
| 3208 | 2026-08-07T18:56:53.621Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3209 | 2026-08-07T18:56:53.621Z | 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 } }] |
| 3210 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.173Aug 07 18:56:52.173 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3211 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.174adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 18:56:52.174Aug 07 18:56:52.174 INFOAug 07 18:56:52.174DEBG adding route 3fff:beef:20::/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 } }] |
| 3212 | 2026-08-07T18:56:53.621Z | DEBG |
| 3213 | 2026-08-07T18:56:53.621Z | 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 07 18:56:52.174DEBG |
| 3214 | 2026-08-07T18:56:53.621Z | reset freemap |
| 3215 | 2026-08-07T18:56:53.621Z | , Aug 07 18:56:52.174 Aug 07 18:56:52.174INFOunit :INFO adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6 |
| 3216 | 2026-08-07T18:56:53.621Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 3217 | 2026-08-07T18:56:53.621Z | 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 07 18:56:52.174 |
| 3218 | 2026-08-07T18:56:53.621Z | |
| 3219 | 2026-08-07T18:56:53.621Z | DEBGAug 07 18:56:52.174 DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 18:56:52.174 |
| 3220 | 2026-08-07T18:56:53.621Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.174 |
| 3221 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.174adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3222 | 2026-08-07T18:56:53.621Z | DEBG INFO Aug 07 18:56:52.174replacing 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:dead::/64 -> 2001:db8::55:1 |
| 3223 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.174INFO |
| 3224 | 2026-08-07T18:56:53.621Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGAug 07 18:56:52.174 |
| 3225 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.174 INFOAug 07 18:56:52.174 adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3226 | 2026-08-07T18:56:53.621Z | |
| 3227 | 2026-08-07T18:56:53.621Z | Aug 07 18:56:52.174 INFODEBG adding route 3fff:beef:35::/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 } }]Aug 07 18:56:52.174 |
| 3228 | 2026-08-07T18:56:53.621Z | |
| 3229 | 2026-08-07T18:56:53.621Z | |
| 3230 | 2026-08-07T18:56:53.622Z | 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 } }] |
| 3231 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174Aug 07 18:56:52.174 Aug 07 18:56:52.174 Aug 07 18:56:52.174INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3232 | 2026-08-07T18:56:53.622Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3233 | 2026-08-07T18:56:53.622Z | |
| 3234 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 07 18:56:52.174 |
| 3235 | 2026-08-07T18:56:53.622Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3236 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174Aug 07 18:56:52.174 DEBGDEBGDEBG Aug 07 18:56:52.174 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 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 07 18:56:52.174 |
| 3237 | 2026-08-07T18:56:53.622Z | |
| 3238 | 2026-08-07T18:56:53.622Z | DEBG DEBG |
| 3239 | 2026-08-07T18:56:53.622Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 07 18:56:52.174 |
| 3240 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:56:52.174replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3241 | 2026-08-07T18:56:53.622Z | |
| 3242 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174INFO INFOWARN Aug 07 18:56:52.174adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3243 | 2026-08-07T18:56:53.622Z | DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3244 | 2026-08-07T18:56:53.622Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.174 |
| 3245 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174 |
| 3246 | 2026-08-07T18:56:53.622Z | DEBGINFO Aug 07 18:56:52.174replacing 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 } }] |
| 3247 | 2026-08-07T18:56:53.622Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 3248 | 2026-08-07T18:56:53.622Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3249 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174Aug 07 18:56:52.174 DEBGINFOAug 07 18:56:52.174 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.36/32 -> 10.0.0.255DEBG |
| 3250 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174replacing 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 } }] |
| 3251 | 2026-08-07T18:56:53.622Z | DEBG |
| 3252 | 2026-08-07T18:56:53.622Z | 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 07 18:56:52.174 |
| 3253 | 2026-08-07T18:56:53.622Z | DEBGAug 07 18:56:52.174 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3254 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174 Aug 07 18:56:52.174INFO 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 |
| 3255 | 2026-08-07T18:56:53.622Z | 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:dead::/64 -> 2001:db8::55:4 |
| 3256 | 2026-08-07T18:56:53.622Z | |
| 3257 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174Aug 07 18:56:52.174 INFO Aug 07 18:56:52.174adding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }] |
| 3258 | 2026-08-07T18:56:53.622Z | |
| 3259 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174INFO INFOAug 07 18:56:52.174 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3260 | 2026-08-07T18:56:53.622Z | DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3261 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174replacing 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 } }] |
| 3262 | 2026-08-07T18:56:53.622Z | 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:4, vlan_id: None } }]Aug 07 18:56:52.174Aug 07 18:56:52.174 |
| 3263 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174 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:38::/64 -> 2001:db8::55:ff |
| 3264 | 2026-08-07T18:56:53.622Z | |
| 3265 | 2026-08-07T18:56:53.622Z | DEBG Aug 07 18:56:52.174Aug 07 18:56:52.174replacing 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 } }] |
| 3266 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.167INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 3267 | 2026-08-07T18:56:53.622Z | Aug 07 18:56:52.174created new freemapWARN, Aug 07 18:56:52.174Aug 07 18:56:52.174unit :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 } }] shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3268 | 2026-08-07T18:56:53.622Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv4 |
| 3269 | 2026-08-07T18:56:53.623Z | |
| 3270 | 2026-08-07T18:56:53.623Z | |
| 3271 | 2026-08-07T18:56:53.623Z | DEBG Aug 07 18:56:52.174Aug 07 18:56:52.174replacing 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 } }] |
| 3272 | 2026-08-07T18:56:53.623Z | INFO DEBG Aug 07 18:56:52.174replacing 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 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3273 | 2026-08-07T18:56:53.623Z | DEBGAug 07 18:56:52.174 created new freemap |
| 3274 | 2026-08-07T18:56:53.623Z | , unitAug 07 18:56:52.174: INFODEBG freemap_route_ipv6 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 07 18:56:52.174 |
| 3275 | 2026-08-07T18:56:53.623Z | |
| 3276 | 2026-08-07T18:56:53.623Z | |
| 3277 | 2026-08-07T18:56:53.623Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 07 18:56:52.174Aug 07 18:56:52.174 DEBG |
| 3278 | 2026-08-07T18:56:53.623Z | DEBG Aug 07 18:56:52.174initted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 3279 | 2026-08-07T18:56:53.623Z | unit :INFO Aug 07 18:56:52.174Aug 07 18:56:52.174 freemap_route_ipv4DEBG INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3280 | 2026-08-07T18:56:53.623Z | |
| 3281 | 2026-08-07T18:56:53.623Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3282 | 2026-08-07T18:56:53.623Z | |
| 3283 | 2026-08-07T18:56:53.623Z | Aug 07 18:56:52.174Aug 07 18:56:52.174 DEBGINFO reset freemapAug 07 18:56:52.174Aug 07 18:56:52.174, adding route 172.17.0.40/32 -> 10.0.0.255unit :DEBG |
| 3284 | 2026-08-07T18:56:53.623Z | DEBGfreemap_route_ipv4 |
| 3285 | 2026-08-07T18:56:53.623Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3286 | 2026-08-07T18:56:53.623Z | Aug 07 18:56:52.175 DEBGAug 07 18:56:52.174Aug 07 18:56:52.180 DEBGDEBG created new freemap, initted freemap. size: 64unit, :unit: |
| 3287 | 2026-08-07T18:56:53.623Z | freemap_route_ipv4freemap_route_ipv6 |
| 3288 | 2026-08-07T18:56:53.623Z | |
| 3289 | 2026-08-07T18:56:53.623Z | Aug 07 18:56:52.180Aug 07 18:56:52.180 INFODEBG Aug 07 18:56:52.180 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemap |
| 3290 | 2026-08-07T18:56:53.627Z | , unitDEBG: created new freemapfreemap_route_ipv6, |
| 3291 | 2026-08-07T18:56:53.627Z | unit: Aug 07 18:56:52.180freemap_route_ipv6 |
| 3292 | 2026-08-07T18:56:53.627Z | Aug 07 18:56:52.180DEBG Aug 07 18:56:52.180INFOreplacing 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 } }] |
| 3293 | 2026-08-07T18:56:53.627Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3294 | 2026-08-07T18:56:53.627Z | |
| 3295 | 2026-08-07T18:56:53.627Z | DEBG Aug 07 18:56:52.180Aug 07 18:56:52.180Aug 07 18:56:52.180 INFOINFOinitted freemap. size: 64 , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit :adding route 172.17.0.5/32 -> 10.0.0.255 DEBGfreemap_route_ipv4 |
| 3296 | 2026-08-07T18:56:53.627Z | |
| 3297 | 2026-08-07T18:56:53.627Z | |
| 3298 | 2026-08-07T18:56:53.627Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3299 | 2026-08-07T18:56:53.627Z | Aug 07 18:56:52.180Aug 07 18:56:52.180 Aug 07 18:56:52.180DEBGDEBG Aug 07 18:56:52.180 reset freemap DEBGINFO, unitadding route 172.16.0.0/32 -> 10.0.0.2: |
| 3300 | 2026-08-07T18:56:53.627Z | 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 } }]freemap_route_ipv4replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3301 | 2026-08-07T18:56:53.628Z | |
| 3302 | 2026-08-07T18:56:53.628Z | |
| 3303 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180Aug 07 18:56:52.180 Aug 07 18:56:52.180DEBG INFOinitted freemap. size: 64 , unitadding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:56:52.180DEBG |
| 3304 | 2026-08-07T18:56:53.628Z | 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 07 18:56:52.180failed to allocate space for the new target list |
| 3305 | 2026-08-07T18:56:53.628Z | |
| 3306 | 2026-08-07T18:56:53.628Z | freemap_route_ipv6 DEBG |
| 3307 | 2026-08-07T18:56:53.628Z | 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 07 18:56:52.180 |
| 3308 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 3309 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180replacing targets for 3fff:dead::/64 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 } }] |
| 3310 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180INFO Aug 07 18:56:52.180adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 3311 | 2026-08-07T18:56:53.628Z | 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 } }]reset freemap |
| 3312 | 2026-08-07T18:56:53.628Z | , unitAug 07 18:56:52.180: DEBGAug 07 18:56:52.180 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3313 | 2026-08-07T18:56:53.628Z | freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3314 | 2026-08-07T18:56:53.628Z | |
| 3315 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180Aug 07 18:56:52.180 INFODEBG 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3316 | 2026-08-07T18:56:53.628Z | |
| 3317 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180Aug 07 18:56:52.180 Aug 07 18:56:52.180DEBG INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3318 | 2026-08-07T18:56:53.628Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3319 | 2026-08-07T18:56:53.628Z | |
| 3320 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180 INFO Aug 07 18:56:52.180adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3321 | 2026-08-07T18:56:53.628Z | 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 } }]Aug 07 18:56:52.180 |
| 3322 | 2026-08-07T18:56:53.628Z | DEBGAug 07 18:56:52.174Aug 07 18:56:52.180 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.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 } }] |
| 3323 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.180 |
| 3324 | 2026-08-07T18:56:53.628Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255created new freemapAug 07 18:56:52.180 |
| 3325 | 2026-08-07T18:56:53.628Z | , unitINFO : Aug 07 18:56:52.180adding route 172.17.0.10/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3326 | 2026-08-07T18:56:53.628Z | freemap_route_ipv4 |
| 3327 | 2026-08-07T18:56:53.628Z | |
| 3328 | 2026-08-07T18:56:53.628Z | DEBG Aug 07 18:56:52.180replacing 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 07 18:56:52.180 |
| 3329 | 2026-08-07T18:56:53.628Z | INFO Aug 07 18:56:52.180Aug 07 18:56:52.180 adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 3330 | 2026-08-07T18:56:53.628Z | created new freemap INFO, Aug 07 18:56:52.180DEBGAug 07 18:56:52.180adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3331 | 2026-08-07T18:56:53.628Z | DEBGunit: 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 } }] INFOfreemap_route_ipv6 |
| 3332 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.181 |
| 3333 | 2026-08-07T18:56:53.628Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3334 | 2026-08-07T18:56:53.628Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3335 | 2026-08-07T18:56:53.628Z | |
| 3336 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.181Aug 07 18:56:52.181 DEBGDEBGAug 07 18:56:52.181 Aug 07 18:56:52.181 initted freemap. size: 64Aug 07 18:56:52.181, INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOreplacing 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 } }]unit |
| 3337 | 2026-08-07T18:56:53.628Z | : freemap_route_ipv4 |
| 3338 | 2026-08-07T18:56:53.628Z | adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3339 | 2026-08-07T18:56:53.628Z | Aug 07 18:56:52.181 |
| 3340 | 2026-08-07T18:56:53.629Z | |
| 3341 | 2026-08-07T18:56:53.629Z | INFO Aug 07 18:56:52.181Aug 07 18:56:52.181adding route 172.17.0.3/32 -> 10.0.0.255 Aug 07 18:56:52.181 |
| 3342 | 2026-08-07T18:56:53.629Z | 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 } }] |
| 3343 | 2026-08-07T18:56:53.629Z | DEBGAug 07 18:56:52.181 Aug 07 18:56:52.181reset freemap DEBG, DEBG unitreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] : |
| 3344 | 2026-08-07T18:56:53.629Z | 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 07 18:56:52.181 |
| 3345 | 2026-08-07T18:56:53.629Z | INFO freemap_route_ipv4DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:56:52.181 |
| 3346 | 2026-08-07T18:56:53.629Z | INFOAug 07 18:56:52.181 |
| 3347 | 2026-08-07T18:56:53.629Z | adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 3348 | 2026-08-07T18:56:53.629Z | test route::tests::same_size_non_subset_replace ... ok |
| 3349 | 2026-08-07T18:56:53.629Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3350 | 2026-08-07T18:56:53.629Z | adding route 172.17.0.4/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 } }] |
| 3351 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181 |
| 3352 | 2026-08-07T18:56:53.629Z | DEBGAug 07 18:56:52.181 Aug 07 18:56:52.181Aug 07 18:56:52.181initted freemap. size: 64 Aug 07 18:56:52.181 DEBGINFO, 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 } }] |
| 3353 | 2026-08-07T18:56:53.629Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]unitDEBG |
| 3354 | 2026-08-07T18:56:53.629Z | |
| 3355 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181 : INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3356 | 2026-08-07T18:56:53.629Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3357 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181freemap_route_ipv6Aug 07 18:56:52.181 |
| 3358 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181Aug 07 18:56:52.181INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255DEBG Aug 07 18:56:52.181 |
| 3359 | 2026-08-07T18:56:53.629Z | 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 |
| 3360 | 2026-08-07T18:56:53.629Z | DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.13/32 -> 10.0.0.255 |
| 3361 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181, |
| 3362 | 2026-08-07T18:56:53.629Z | unitINFO:Aug 07 18:56:52.181 Aug 07 18:56:52.181adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3363 | 2026-08-07T18:56:53.629Z | DEBGAug 07 18:56:52.181 DEBGfreemap_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: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 |
| 3364 | 2026-08-07T18:56:53.629Z | |
| 3365 | 2026-08-07T18:56:53.629Z | 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 } }] |
| 3366 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181Aug 07 18:56:52.181Aug 07 18:56:52.181 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3367 | 2026-08-07T18:56:53.629Z | 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 |
| 3368 | 2026-08-07T18:56:53.629Z | |
| 3369 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.180replacing 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 07 18:56:52.181Aug 07 18:56:52.181 |
| 3370 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181 DEBGDEBGINFO 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 07 18:56:52.181adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3371 | 2026-08-07T18:56:53.629Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3372 | 2026-08-07T18:56:53.629Z | INFO |
| 3373 | 2026-08-07T18:56:53.629Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 07 18:56:52.181 |
| 3374 | 2026-08-07T18:56:53.629Z | INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 Aug 07 18:56:52.181adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3375 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181 |
| 3376 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3377 | 2026-08-07T18:56:53.629Z | |
| 3378 | 2026-08-07T18:56:53.629Z | Aug 07 18:56:52.181 DEBGDEBG Aug 07 18:56:52.181Aug 07 18:56:52.181 Aug 07 18:56:52.181 INFODEBG 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 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.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.8/32 -> 10.0.0.255DEBG |
| 3379 | 2026-08-07T18:56:53.629Z | |
| 3380 | 2026-08-07T18:56:53.629Z | |
| 3381 | 2026-08-07T18:56:53.630Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3382 | 2026-08-07T18:56:53.630Z | Aug 07 18:56:52.181 |
| 3383 | 2026-08-07T18:56:53.630Z | DEBGAug 07 18:56:52.181Aug 07 18:56:52.181 Aug 07 18:56:52.181INFOreplacing 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 |
| 3384 | 2026-08-07T18:56:53.630Z | adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 3385 | 2026-08-07T18:56:53.630Z | |
| 3386 | 2026-08-07T18:56:53.630Z | Aug 07 18:56:52.181 INFOAug 07 18:56:52.181Aug 07 18:56:52.181 adding route 172.17.0.9/32 -> 10.0.0.255Aug 07 18:56:52.181 |
| 3387 | 2026-08-07T18:56:53.630Z | DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 3388 | 2026-08-07T18:56:53.630Z | Aug 07 18:56:52.181replacing 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 } }] |
| 3389 | 2026-08-07T18:56:53.630Z | |
| 3390 | 2026-08-07T18:56:53.634Z | 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:3, vlan_id: None } }]replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.181 |
| 3391 | 2026-08-07T18:56:53.634Z | |
| 3392 | 2026-08-07T18:56:53.634Z | INFO Aug 07 18:56:52.181Aug 07 18:56:52.181 adding route 172.17.0.48/32 -> 10.0.0.255 INFOINFO |
| 3393 | 2026-08-07T18:56:53.634Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3394 | 2026-08-07T18:56:53.634Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:56:52.181 |
| 3395 | 2026-08-07T18:56:53.634Z | DEBGAug 07 18:56:52.181 Aug 07 18:56:52.181DEBG DEBG Aug 07 18:56:52.181initted freemap. size: 64, unit: DEBGfreemap_route_ipv6 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 Aug 07 18:56:52.181 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3396 | 2026-08-07T18:56:53.634Z | created new freemapAug 07 18:56:52.181 , Aug 07 18:56:52.187unit :INFO freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3397 | 2026-08-07T18:56:53.634Z | |
| 3398 | 2026-08-07T18:56:53.634Z | DEBGAug 07 18:56:52.187 created new freemapDEBGAug 07 18:56:52.187 , created new freemapDEBG, unit unitreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3399 | 2026-08-07T18:56:53.634Z | :freemap_route_ipv6 |
| 3400 | 2026-08-07T18:56:53.634Z | freemap_route_ipv4 |
| 3401 | 2026-08-07T18:56:53.634Z | Aug 07 18:56:52.187Aug 07 18:56:52.187 INFODEBGAug 07 18:56:52.181 adding route 172.17.0.18/32 -> 10.0.0.255Aug 07 18:56:52.187 |
| 3402 | 2026-08-07T18:56:53.634Z | DEBGDEBG created new freemapcreated new freemapAug 07 18:56:52.187initted freemap. size: 64, , unit, :unit :freemap_route_ipv6 |
| 3403 | 2026-08-07T18:56:53.634Z | freemap_route_ipv4unit : |
| 3404 | 2026-08-07T18:56:53.634Z | DEBG Aug 07 18:56:52.187freemap_route_ipv4 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 } }] |
| 3405 | 2026-08-07T18:56:53.634Z | DEBG |
| 3406 | 2026-08-07T18:56:53.634Z | initted freemap. size: 64, Aug 07 18:56:52.187unit :Aug 07 18:56:52.187DEBG reset freemapAug 07 18:56:52.187freemap_route_ipv4, |
| 3407 | 2026-08-07T18:56:53.634Z | unitINFO :DEBG Aug 07 18:56:52.187 adding route 172.17.0.19/32 -> 10.0.0.255created new freemapDEBG |
| 3408 | 2026-08-07T18:56:53.634Z | , freemap_route_ipv4 unitreset freemap |
| 3409 | 2026-08-07T18:56:53.634Z | , unit:: Aug 07 18:56:52.187freemap_route_ipv4freemap_route_ipv6 |
| 3410 | 2026-08-07T18:56:53.634Z | |
| 3411 | 2026-08-07T18:56:53.634Z | Aug 07 18:56:52.187DEBG initted freemap. size: 64DEBG, unitAug 07 18:56:52.187:Aug 07 18:56:52.187 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 3412 | 2026-08-07T18:56:53.635Z | initted freemap. size: 64initted freemap. size: 64 |
| 3413 | 2026-08-07T18:56:53.635Z | , unit, :unit :Aug 07 18:56:52.187 freemap_route_ipv6 |
| 3414 | 2026-08-07T18:56:53.635Z | DEBG freemap_route_ipv4reset freemap |
| 3415 | 2026-08-07T18:56:53.635Z | , unitAug 07 18:56:52.187: Aug 07 18:56:52.187Aug 07 18:56:52.187DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_route_ipv6INFO |
| 3416 | 2026-08-07T18:56:53.635Z | freemap_route_ipv4 freemap_route_ipv6 |
| 3417 | 2026-08-07T18:56:53.635Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 07 18:56:52.187 |
| 3418 | 2026-08-07T18:56:53.635Z | |
| 3419 | 2026-08-07T18:56:53.635Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.187 |
| 3420 | 2026-08-07T18:56:53.635Z | DEBGAug 07 18:56:52.187 initted freemap. size: 64Aug 07 18:56:52.187DEBG, Aug 07 18:56:52.187INFOunit : adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] DEBGfreemap_route_ipv6 |
| 3421 | 2026-08-07T18:56:53.635Z | |
| 3422 | 2026-08-07T18:56:53.635Z | 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 } }] |
| 3423 | 2026-08-07T18:56:53.635Z | |
| 3424 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187Aug 07 18:56:52.187 DEBGDEBG reset 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 } }], |
| 3425 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187unit :INFOAug 07 18:56:52.187 freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3426 | 2026-08-07T18:56:53.635Z | |
| 3427 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255Aug 07 18:56:52.187Aug 07 18:56:52.187 |
| 3428 | 2026-08-07T18:56:53.635Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3429 | 2026-08-07T18:56:53.635Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.187Aug 07 18:56:52.187 |
| 3430 | 2026-08-07T18:56:53.635Z | |
| 3431 | 2026-08-07T18:56:53.635Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 3432 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187replacing 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 07 18:56:52.187INFO |
| 3433 | 2026-08-07T18:56:53.635Z | DEBG Aug 07 18:56:52.187replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 Aug 07 18:56:52.187 |
| 3434 | 2026-08-07T18:56:53.635Z | DEBG |
| 3435 | 2026-08-07T18:56:53.635Z | 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.3, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3436 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187 |
| 3437 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 3438 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187 |
| 3439 | 2026-08-07T18:56:53.635Z | DEBGAug 07 18:56:52.187 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 07 18:56:52.187DEBG |
| 3440 | 2026-08-07T18:56:53.635Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3441 | 2026-08-07T18:56:53.635Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3442 | 2026-08-07T18:56:53.635Z | |
| 3443 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3444 | 2026-08-07T18:56:53.635Z | Aug 07 18:56:52.187 INFOAug 07 18:56:52.187 Aug 07 18:56:52.187INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 3445 | 2026-08-07T18:56:53.635Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG Aug 07 18:56:52.187 |
| 3446 | 2026-08-07T18:56:53.635Z | 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 07 18:56:52.187DEBG |
| 3447 | 2026-08-07T18:56:53.635Z | DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.187 |
| 3448 | 2026-08-07T18:56:53.635Z | |
| 3449 | 2026-08-07T18:56:53.635Z | INFOAug 07 18:56:52.187 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3450 | 2026-08-07T18:56:53.635Z | DEBG Aug 07 18:56:52.187Aug 07 18:56:52.187replacing 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 } }] |
| 3451 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187 DEBGINFOINFOAug 07 18:56:52.187 adding route 172.16.0.0/32 -> 10.0.0.4 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 } }] |
| 3452 | 2026-08-07T18:56:53.636Z | INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 3453 | 2026-08-07T18:56:53.636Z | |
| 3454 | 2026-08-07T18:56:53.636Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3455 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187Aug 07 18:56:52.187Aug 07 18:56:52.187 Aug 07 18:56:52.187DEBG DEBGINFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] 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 } }] |
| 3456 | 2026-08-07T18:56:53.636Z | 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 } }] |
| 3457 | 2026-08-07T18:56:53.636Z | |
| 3458 | 2026-08-07T18:56:53.636Z | |
| 3459 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187 DEBGAug 07 18:56:52.187 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 } }]DEBGAug 07 18:56:52.187 |
| 3460 | 2026-08-07T18:56:53.636Z | replacing targets for 172.16.0.0/32 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 } }] |
| 3461 | 2026-08-07T18:56:53.636Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3462 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187Aug 07 18:56:52.187 |
| 3463 | 2026-08-07T18:56:53.636Z | INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255Aug 07 18:56:52.187 |
| 3464 | 2026-08-07T18:56:53.636Z | DEBGAug 07 18:56:52.187 adding route 3fff:beef:2e::/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 07 18:56:52.187 |
| 3465 | 2026-08-07T18:56:53.636Z | |
| 3466 | 2026-08-07T18:56:53.636Z | DEBGINFO 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 } }] |
| 3467 | 2026-08-07T18:56:53.636Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 07 18:56:52.187Aug 07 18:56:52.187 DEBGAug 07 18:56:52.187 |
| 3468 | 2026-08-07T18:56:53.636Z | 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 |
| 3469 | 2026-08-07T18:56:53.636Z | INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3470 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3471 | 2026-08-07T18:56:53.636Z | DEBGAug 07 18:56:52.187 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3472 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187 Aug 07 18:56:52.187DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3473 | 2026-08-07T18:56:53.636Z | |
| 3474 | 2026-08-07T18:56:53.636Z | 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 07 18:56:52.187 |
| 3475 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187INFOAug 07 18:56:52.187 adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3476 | 2026-08-07T18:56:53.636Z | DEBG INFOAug 07 18:56:52.187replacing 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 07 18:56:52.187adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3477 | 2026-08-07T18:56:53.636Z | DEBG |
| 3478 | 2026-08-07T18:56:53.636Z | INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3479 | 2026-08-07T18:56:53.636Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:56:52.187Aug 07 18:56:52.187 |
| 3480 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187 INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 3481 | 2026-08-07T18:56:53.636Z | 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 } }] |
| 3482 | 2026-08-07T18:56:53.636Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3483 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187Aug 07 18:56:52.187 DEBGAug 07 18:56:52.187DEBG 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 } }]Aug 07 18:56:52.187 adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 3484 | 2026-08-07T18:56:53.636Z | |
| 3485 | 2026-08-07T18:56:53.636Z | 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.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 } }] |
| 3486 | 2026-08-07T18:56:53.636Z | |
| 3487 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187 DEBGAug 07 18:56:52.187 Aug 07 18:56:52.187replacing 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 } }] |
| 3488 | 2026-08-07T18:56:53.636Z | INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3489 | 2026-08-07T18:56:53.636Z | Aug 07 18:56:52.187adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3490 | 2026-08-07T18:56:53.641Z | INFO Aug 07 18:56:52.187adding route 172.17.0.6/32 -> 10.0.0.255 Aug 07 18:56:52.187INFO |
| 3491 | 2026-08-07T18:56:53.641Z | adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 3492 | 2026-08-07T18:56:53.641Z | Aug 07 18:56:52.187replacing 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 07 18:56:52.187 |
| 3493 | 2026-08-07T18:56:53.641Z | DEBG Aug 07 18:56:52.187 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 } }] |
| 3494 | 2026-08-07T18:56:53.641Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.187 |
| 3495 | 2026-08-07T18:56:53.641Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 07 18:56:52.187replacing 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 07 18:56:52.187 |
| 3496 | 2026-08-07T18:56:53.641Z | INFO |
| 3497 | 2026-08-07T18:56:53.641Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3498 | 2026-08-07T18:56:53.641Z | |
| 3499 | 2026-08-07T18:56:53.641Z | Aug 07 18:56:52.188Aug 07 18:56:52.188 DEBGINFO Aug 07 18:56:52.188adding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3500 | 2026-08-07T18:56:53.641Z | Aug 07 18:56:52.188 |
| 3501 | 2026-08-07T18:56:53.641Z | DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.188 |
| 3502 | 2026-08-07T18:56:53.641Z | 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 07 18:56:52.188 |
| 3503 | 2026-08-07T18:56:53.641Z | DEBG INFOAug 07 18:56:52.188replacing 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 } }] |
| 3504 | 2026-08-07T18:56:53.641Z | adding route 172.17.0.16/32 -> 10.0.0.255 INFOAug 07 18:56:52.188 |
| 3505 | 2026-08-07T18:56:53.641Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 07 18:56:52.188 |
| 3506 | 2026-08-07T18:56:53.641Z | INFO Aug 07 18:56:52.188INFOadding route 172.17.0.30/32 -> 10.0.0.255 DEBGAug 07 18:56:52.188 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 } }] |
| 3507 | 2026-08-07T18:56:53.641Z | created new freemap , adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit |
| 3508 | 2026-08-07T18:56:53.641Z | : freemap_route_ipv4 |
| 3509 | 2026-08-07T18:56:53.641Z | |
| 3510 | 2026-08-07T18:56:53.641Z | Aug 07 18:56:52.188 Aug 07 18:56:52.194Aug 07 18:56:52.194 DEBGINFO Aug 07 18:56:52.194adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.194 |
| 3511 | 2026-08-07T18:56:53.641Z | |
| 3512 | 2026-08-07T18:56:53.641Z | DEBG reset freemapDEBGDEBG, created new freemap, replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3513 | 2026-08-07T18:56:53.641Z | Aug 07 18:56:52.194: freemap_route_ipv6 |
| 3514 | 2026-08-07T18:56:53.641Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 07 18:56:52.194 |
| 3515 | 2026-08-07T18:56:53.641Z | unitAug 07 18:56:52.194: freemap_route_ipv6INFOINFO Aug 07 18:56:52.194 |
| 3516 | 2026-08-07T18:56:53.641Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 18:56:52.194 |
| 3517 | 2026-08-07T18:56:53.641Z | DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.194 |
| 3518 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194DEBG 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 07 18:56:52.194DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3519 | 2026-08-07T18:56:53.642Z | initted freemap. size: 64replacing 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 } }] , |
| 3520 | 2026-08-07T18:56:53.642Z | |
| 3521 | 2026-08-07T18:56:53.642Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3522 | 2026-08-07T18:56:53.642Z | unitAug 07 18:56:52.194: Aug 07 18:56:52.194 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255 |
| 3523 | 2026-08-07T18:56:53.642Z | |
| 3524 | 2026-08-07T18:56:53.642Z | freemap_route_ipv4Aug 07 18:56:52.194 |
| 3525 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194 DEBGAug 07 18:56:52.194DEBGAug 07 18:56:52.194 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3526 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3527 | 2026-08-07T18:56:53.642Z | DEBG |
| 3528 | 2026-08-07T18:56:53.642Z | 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 |
| 3529 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194reset freemap Aug 07 18:56:52.194, unit:INFOAug 07 18:56:52.194 Aug 07 18:56:52.194 freemap_route_ipv4INFOadding route 172.17.0.11/32 -> 10.0.0.255INFOINFO |
| 3530 | 2026-08-07T18:56:53.642Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3531 | 2026-08-07T18:56:53.642Z | |
| 3532 | 2026-08-07T18:56:53.642Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3533 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194 Aug 07 18:56:52.194DEBGadding route 172.16.0.0/32 -> 10.0.0.2 Aug 07 18:56:52.194Aug 07 18:56:52.194 |
| 3534 | 2026-08-07T18:56:53.642Z | DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3535 | 2026-08-07T18:56:53.642Z | |
| 3536 | 2026-08-07T18:56:53.642Z | unitAug 07 18:56:52.194: 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 } }] DEBGfreemap_route_ipv6 |
| 3537 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194 |
| 3538 | 2026-08-07T18:56:53.642Z | 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 07 18:56:52.194 |
| 3539 | 2026-08-07T18:56:53.642Z | INFO Aug 07 18:56:52.194adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3540 | 2026-08-07T18:56:53.642Z | INFOAug 07 18:56:52.194Aug 07 18:56:52.194 INFOINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3541 | 2026-08-07T18:56:53.642Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 07 18:56:52.194 |
| 3542 | 2026-08-07T18:56:53.642Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 07 18:56:52.194 |
| 3543 | 2026-08-07T18:56:53.642Z | 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 } }] DEBGAug 07 18:56:52.194 |
| 3544 | 2026-08-07T18:56:53.642Z | DEBG DEBGreset freemap , replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3545 | 2026-08-07T18:56:53.642Z | : Aug 07 18:56:52.194Aug 07 18:56:52.194 freemap_route_ipv6 INFOAug 07 18:56:52.194 |
| 3546 | 2026-08-07T18:56:53.642Z | adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3547 | 2026-08-07T18:56:53.642Z | INFO |
| 3548 | 2026-08-07T18:56:53.642Z | adding route 172.17.0.21/32 -> 10.0.0.255 DEBG |
| 3549 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194Aug 07 18:56:52.194 DEBG Aug 07 18:56:52.194 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 } }] |
| 3550 | 2026-08-07T18:56:53.642Z | INFOAug 07 18:56:52.194adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3551 | 2026-08-07T18:56:53.642Z | DEBG Aug 07 18:56:52.194 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 3552 | 2026-08-07T18:56:53.642Z | adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3553 | 2026-08-07T18:56:53.642Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3554 | 2026-08-07T18:56:53.642Z | |
| 3555 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194 DEBGAug 07 18:56:52.194 Aug 07 18:56:52.194Aug 07 18:56:52.194 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 } }]INFODEBG |
| 3556 | 2026-08-07T18:56:53.642Z | Aug 07 18:56:52.194 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.4 |
| 3557 | 2026-08-07T18:56:53.642Z | |
| 3558 | 2026-08-07T18:56:53.643Z | DEBGINFO Aug 07 18:56:52.194replacing 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 } }] |
| 3559 | 2026-08-07T18:56:53.643Z | INFO Aug 07 18:56:52.194adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 07 18:56:52.194Aug 07 18:56:52.194 |
| 3560 | 2026-08-07T18:56:53.643Z | INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3561 | 2026-08-07T18:56:53.643Z | |
| 3562 | 2026-08-07T18:56:53.643Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3563 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.194replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] DEBG replacing targets for 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 07 18:56:52.194 |
| 3564 | 2026-08-07T18:56:53.643Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.200 |
| 3565 | 2026-08-07T18:56:53.643Z | INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:56:52.200 |
| 3566 | 2026-08-07T18:56:53.643Z | 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 } }] |
| 3567 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.200 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3568 | 2026-08-07T18:56:53.643Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.201 |
| 3569 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201DEBGAug 07 18:56:52.201 DEBGAug 07 18:56:52.201 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 } }]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 } }] |
| 3570 | 2026-08-07T18:56:53.643Z | |
| 3571 | 2026-08-07T18:56:53.643Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 07 18:56:52.201 |
| 3572 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201 adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3573 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201 |
| 3574 | 2026-08-07T18:56:53.643Z | |
| 3575 | 2026-08-07T18:56:53.643Z | DEBG Aug 07 18:56:52.201replacing 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 07 18:56:52.201 |
| 3576 | 2026-08-07T18:56:53.643Z | 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 } }] |
| 3577 | 2026-08-07T18:56:53.643Z | 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 07 18:56:52.201Aug 07 18:56:52.201 |
| 3578 | 2026-08-07T18:56:53.643Z | DEBGINFO Aug 07 18:56:52.201replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3579 | 2026-08-07T18:56:53.643Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 07 18:56:52.201adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3580 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201INFO |
| 3581 | 2026-08-07T18:56:53.643Z | INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3582 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:56:52.201 |
| 3583 | 2026-08-07T18:56:53.643Z | DEBGDEBGAug 07 18:56:52.201 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 } }] |
| 3584 | 2026-08-07T18:56:53.643Z | 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 07 18:56:52.201replacing 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 } }] |
| 3585 | 2026-08-07T18:56:53.643Z | DEBG |
| 3586 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3587 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201INFOAug 07 18:56:52.201 INFO adding route 172.17.0.51/32 -> 10.0.0.255 INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3588 | 2026-08-07T18:56:53.643Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3589 | 2026-08-07T18:56:53.643Z | Aug 07 18:56:52.201 |
| 3590 | 2026-08-07T18:56:53.647Z | DEBGAug 07 18:56:52.201Aug 07 18:56:52.201 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 } }] |
| 3591 | 2026-08-07T18:56:53.647Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3592 | 2026-08-07T18:56:53.648Z | |
| 3593 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201 |
| 3594 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201DEBG Aug 07 18:56:52.201 INFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3595 | 2026-08-07T18:56:53.648Z | INFO |
| 3596 | 2026-08-07T18:56:53.648Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 07 18:56:52.201 INFOAug 07 18:56:52.201 Aug 07 18:56:52.201adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3597 | 2026-08-07T18:56:53.648Z | |
| 3598 | 2026-08-07T18:56:53.648Z | DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 07 18:56:52.201 |
| 3599 | 2026-08-07T18:56:53.648Z | |
| 3600 | 2026-08-07T18:56:53.648Z | DEBGAug 07 18:56:52.201 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 } }]DEBGAug 07 18:56:52.201Aug 07 18:56:52.201 |
| 3601 | 2026-08-07T18:56:53.648Z | 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 |
| 3602 | 2026-08-07T18:56:53.648Z | INFOadding route 172.17.0.31/32 -> 10.0.0.255Aug 07 18:56:52.201Aug 07 18:56:52.201 |
| 3603 | 2026-08-07T18:56:53.648Z | INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3604 | 2026-08-07T18:56:53.648Z | |
| 3605 | 2026-08-07T18:56:53.648Z | |
| 3606 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201 Aug 07 18:56:52.201Aug 07 18:56:52.201Aug 07 18:56:52.201DEBG DEBGDEBG 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 } }] |
| 3607 | 2026-08-07T18:56:53.648Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3608 | 2026-08-07T18:56:53.648Z | |
| 3609 | 2026-08-07T18:56:53.648Z | 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 } }] |
| 3610 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 07 18:56:52.201Aug 07 18:56:52.201 |
| 3611 | 2026-08-07T18:56:53.648Z | INFOINFOAug 07 18:56:52.201 adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3612 | 2026-08-07T18:56:53.648Z | |
| 3613 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:56:52.201 Aug 07 18:56:52.201 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 } }] |
| 3614 | 2026-08-07T18:56:53.648Z | DEBGDEBG |
| 3615 | 2026-08-07T18:56:53.648Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3616 | 2026-08-07T18:56:53.648Z | |
| 3617 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201Aug 07 18:56:52.201 INFOAug 07 18:56:52.201 INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 07 18:56:52.201 |
| 3618 | 2026-08-07T18:56:53.648Z | DEBG INFO adding route 172.17.0.23/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 } }] |
| 3619 | 2026-08-07T18:56:53.648Z | |
| 3620 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3621 | 2026-08-07T18:56:53.648Z | DEBGAug 07 18:56:52.201Aug 07 18:56:52.201 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3622 | 2026-08-07T18:56:53.648Z | adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 3623 | 2026-08-07T18:56:53.648Z | 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 } }] |
| 3624 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201Aug 07 18:56:52.201 Aug 07 18:56:52.194INFO Aug 07 18:56:52.201adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3625 | 2026-08-07T18:56:53.648Z | DEBGDEBG DEBG Aug 07 18:56:52.201replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3626 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201 |
| 3627 | 2026-08-07T18:56:53.648Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3628 | 2026-08-07T18:56:53.648Z | adding route 172.17.0.24/32 -> 10.0.0.255 Aug 07 18:56:52.201DEBG |
| 3629 | 2026-08-07T18:56:53.648Z | 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 } }] Aug 07 18:56:52.201adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3630 | 2026-08-07T18:56:53.648Z | |
| 3631 | 2026-08-07T18:56:53.648Z | Aug 07 18:56:52.201 INFOINFOAug 07 18:56:52.201 Aug 07 18:56:52.201DEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.201 |
| 3632 | 2026-08-07T18:56:53.649Z | DEBG |
| 3633 | 2026-08-07T18:56:53.649Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3634 | 2026-08-07T18:56:53.649Z | INFO |
| 3635 | 2026-08-07T18:56:53.649Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3636 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201Aug 07 18:56:52.201 Aug 07 18:56:52.201 INFO DEBGINFO Aug 07 18:56:52.201 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 } }] |
| 3637 | 2026-08-07T18:56:53.649Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255 Aug 07 18:56:52.201replacing 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 } }] |
| 3638 | 2026-08-07T18:56:53.649Z | DEBG |
| 3639 | 2026-08-07T18:56:53.649Z | |
| 3640 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201Aug 07 18:56:52.201 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3641 | 2026-08-07T18:56:53.649Z | DEBG adding route 172.17.0.32/32 -> 10.0.0.255Aug 07 18:56:52.201replacing 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 } }] |
| 3642 | 2026-08-07T18:56:53.649Z | |
| 3643 | 2026-08-07T18:56:53.649Z | DEBGAug 07 18:56:52.201 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 } }]INFOAug 07 18:56:52.201 |
| 3644 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201 INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 07 18:56:52.201adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3645 | 2026-08-07T18:56:53.649Z | INFOINFO |
| 3646 | 2026-08-07T18:56:53.649Z | adding route 172.17.0.58/32 -> 10.0.0.255 Aug 07 18:56:52.201adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3647 | 2026-08-07T18:56:53.649Z | DEBG |
| 3648 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201replacing 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 07 18:56:52.201 |
| 3649 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201 DEBG DEBGAug 07 18:56:52.201 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 } }]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 07 18:56:52.201 |
| 3650 | 2026-08-07T18:56:53.649Z | test route::tests::identity_replace_is_noop ... ok |
| 3651 | 2026-08-07T18:56:53.649Z | DEBG |
| 3652 | 2026-08-07T18:56:53.649Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3653 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201replacing 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 } }] |
| 3654 | 2026-08-07T18:56:53.649Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3655 | 2026-08-07T18:56:53.649Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO Aug 07 18:56:52.201adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3656 | 2026-08-07T18:56:53.649Z | |
| 3657 | 2026-08-07T18:56:53.649Z | INFOAug 07 18:56:52.201Aug 07 18:56:52.201 adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 3658 | 2026-08-07T18:56:53.649Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 07 18:56:52.201Aug 07 18:56:52.201 |
| 3659 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201DEBGDEBG 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 } }]DEBGINFOreplacing 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 07 18:56:52.201 |
| 3660 | 2026-08-07T18:56:53.649Z | 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 |
| 3661 | 2026-08-07T18:56:53.649Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3662 | 2026-08-07T18:56:53.649Z | |
| 3663 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201 |
| 3664 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201INFO Aug 07 18:56:52.201 Aug 07 18:56:52.201 INFOAug 07 18:56:52.201adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3665 | 2026-08-07T18:56:53.649Z | INFO DEBG adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3666 | 2026-08-07T18:56:53.649Z | |
| 3667 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201 |
| 3668 | 2026-08-07T18:56:53.649Z | DEBGINFOAug 07 18:56:52.201 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 07 18:56:52.201DEBG |
| 3669 | 2026-08-07T18:56:53.649Z | 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 |
| 3670 | 2026-08-07T18:56:53.649Z | Aug 07 18:56:52.201adding route 172.17.0.60/32 -> 10.0.0.255 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 } }]Aug 07 18:56:52.201 |
| 3671 | 2026-08-07T18:56:53.649Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3672 | 2026-08-07T18:56:53.650Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3673 | 2026-08-07T18:56:53.650Z | |
| 3674 | 2026-08-07T18:56:53.650Z | Aug 07 18:56:52.201Aug 07 18:56:52.201 DEBG Aug 07 18:56:52.201 failed to allocate space for the new target list Aug 07 18:56:52.201DEBG 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 } }] |
| 3675 | 2026-08-07T18:56:53.650Z | Aug 07 18:56:52.201 |
| 3676 | 2026-08-07T18:56:53.650Z | Aug 07 18:56:52.207DEBG INFOcreated new freemapINFO, unit :adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3677 | 2026-08-07T18:56:53.650Z | freemap_route_ipv4 |
| 3678 | 2026-08-07T18:56:53.650Z | 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 } }] Aug 07 18:56:52.207adding route 172.17.0.30/32 -> 10.0.0.255 Aug 07 18:56:52.207 |
| 3679 | 2026-08-07T18:56:53.650Z | Aug 07 18:56:52.207 |
| 3680 | 2026-08-07T18:56:53.650Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] created new freemapAug 07 18:56:52.207, unitDEBGDEBG |
| 3681 | 2026-08-07T18:56:53.650Z | :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 } }] |
| 3682 | 2026-08-07T18:56:53.650Z | freemap_route_ipv6 |
| 3683 | 2026-08-07T18:56:53.650Z | 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 } }] |
| 3684 | 2026-08-07T18:56:53.650Z | Aug 07 18:56:52.207 Aug 07 18:56:52.207INFO Aug 07 18:56:52.207INFO adding route 172.17.0.31/32 -> 10.0.0.255INFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 3685 | 2026-08-07T18:56:53.650Z | |
| 3686 | 2026-08-07T18:56:53.650Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 07 18:56:52.207 |
| 3687 | 2026-08-07T18:56:53.650Z | Aug 07 18:56:52.207DEBG Aug 07 18:56:52.207DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 3688 | 2026-08-07T18:56:53.650Z | Aug 07 18:56:52.207DEBG DEBG , unitreplacing 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 07 18:56:52.207replacing 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 } }]: |
| 3689 | 2026-08-07T18:56:53.650Z | INFO |
| 3690 | 2026-08-07T18:56:53.654Z | adding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv4 |
| 3691 | 2026-08-07T18:56:53.654Z | |
| 3692 | 2026-08-07T18:56:53.654Z | Aug 07 18:56:52.207Aug 07 18:56:52.207 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3693 | 2026-08-07T18:56:53.654Z | |
| 3694 | 2026-08-07T18:56:53.654Z | Aug 07 18:56:52.207 Aug 07 18:56:52.207DEBGAug 07 18:56:52.207 reset freemap DEBG, unit:replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3695 | 2026-08-07T18:56:53.654Z | freemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.207 |
| 3696 | 2026-08-07T18:56:53.654Z | |
| 3697 | 2026-08-07T18:56:53.654Z | 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 07 18:56:52.207 |
| 3698 | 2026-08-07T18:56:53.654Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 07 18:56:52.207 |
| 3699 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207 Aug 07 18:56:52.207Aug 07 18:56:52.207INFOAug 07 18:56:52.207 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 } }]DEBGinitted freemap. size: 64 |
| 3700 | 2026-08-07T18:56:53.655Z | 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 |
| 3701 | 2026-08-07T18:56:53.655Z | adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255unit |
| 3702 | 2026-08-07T18:56:53.655Z | |
| 3703 | 2026-08-07T18:56:53.655Z | : Aug 07 18:56:52.207Aug 07 18:56:52.207freemap_route_ipv6 |
| 3704 | 2026-08-07T18:56:53.655Z | INFO Aug 07 18:56:52.207adding route 172.17.0.43/32 -> 10.0.0.255 Aug 07 18:56:52.207INFODEBG Aug 07 18:56:52.207 |
| 3705 | 2026-08-07T18:56:53.655Z | 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.61/32 -> 10.0.0.255 DEBGDEBG reset freemapreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3706 | 2026-08-07T18:56:53.655Z | |
| 3707 | 2026-08-07T18:56:53.655Z | , Aug 07 18:56:52.207 |
| 3708 | 2026-08-07T18:56:53.655Z | DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.207 |
| 3709 | 2026-08-07T18:56:53.655Z | INFOAug 07 18:56:52.207 Aug 07 18:56:52.207adding route 172.17.0.34/32 -> 10.0.0.255 unitDEBG |
| 3710 | 2026-08-07T18:56:53.655Z | :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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_ipv6INFO |
| 3711 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207 |
| 3712 | 2026-08-07T18:56:53.655Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3713 | 2026-08-07T18:56:53.655Z | DEBGAug 07 18:56:52.207 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 } }]Aug 07 18:56:52.207Aug 07 18:56:52.207 |
| 3714 | 2026-08-07T18:56:53.655Z | adding route 172.17.0.44/32 -> 10.0.0.255 INFO |
| 3715 | 2026-08-07T18:56:53.655Z | DEBGAug 07 18:56:52.207adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3716 | 2026-08-07T18:56:53.655Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3717 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3718 | 2026-08-07T18:56:53.655Z | 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 } }] |
| 3719 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207Aug 07 18:56:52.207 INFODEBG DEBG adding route 172.17.0.40/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 } }] |
| 3720 | 2026-08-07T18:56:53.655Z | 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 } }] |
| 3721 | 2026-08-07T18:56:53.655Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3722 | 2026-08-07T18:56:53.655Z | |
| 3723 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207 Aug 07 18:56:52.207DEBG Aug 07 18:56:52.207INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 07 18:56:52.207 |
| 3724 | 2026-08-07T18:56:53.655Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3725 | 2026-08-07T18:56:53.655Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3726 | 2026-08-07T18:56:53.655Z | DEBGAug 07 18:56:52.207 Aug 07 18:56:52.207INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 07 18:56:52.207adding route 172.17.0.41/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 } }] |
| 3727 | 2026-08-07T18:56:53.655Z | |
| 3728 | 2026-08-07T18:56:53.655Z | |
| 3729 | 2026-08-07T18:56:53.655Z | 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 07 18:56:52.207 |
| 3730 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.207 |
| 3731 | 2026-08-07T18:56:53.655Z | |
| 3732 | 2026-08-07T18:56:53.655Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 07 18:56:52.207 |
| 3733 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 07 18:56:52.207 |
| 3734 | 2026-08-07T18:56:53.655Z | Aug 07 18:56:52.207adding route 172.17.0.46/32 -> 10.0.0.255 INFO |
| 3735 | 2026-08-07T18:56:53.655Z | DEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 07 18:56:52.207 |
| 3736 | 2026-08-07T18:56:53.655Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO |
| 3737 | 2026-08-07T18:56:53.655Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 07 18:56:52.207 |
| 3738 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207 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 } }]Aug 07 18:56:52.207replacing 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 } }] |
| 3739 | 2026-08-07T18:56:53.656Z | |
| 3740 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207DEBG INFO 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.16.0.0/32 -> 10.0.0.4 |
| 3741 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207 |
| 3742 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207INFO Aug 07 18:56:52.207INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 07 18:56:52.207 INFO |
| 3743 | 2026-08-07T18:56:53.656Z | adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3744 | 2026-08-07T18:56:53.656Z | |
| 3745 | 2026-08-07T18:56:53.656Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 07 18:56:52.207 |
| 3746 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207DEBG Aug 07 18:56:52.207 DEBG 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 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 } }] |
| 3747 | 2026-08-07T18:56:53.656Z | |
| 3748 | 2026-08-07T18:56:53.656Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3749 | 2026-08-07T18:56:53.656Z | test route::tests::delete_target_full ... ok |
| 3750 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207 Aug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207 DEBGINFOINFO INFO adding route 172.17.0.44/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.3, vlan_id: None } }] |
| 3751 | 2026-08-07T18:56:53.656Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3752 | 2026-08-07T18:56:53.656Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3753 | 2026-08-07T18:56:53.656Z | |
| 3754 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207DEBGDEBG 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 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.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 } }] |
| 3755 | 2026-08-07T18:56:53.656Z | |
| 3756 | 2026-08-07T18:56:53.656Z | test route::tests::add_target_fails_full ... ok |
| 3757 | 2026-08-07T18:56:53.656Z | |
| 3758 | 2026-08-07T18:56:53.656Z | test route::tests::delete_target_fragmented ... ok |
| 3759 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207Aug 07 18:56:52.207 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3760 | 2026-08-07T18:56:53.656Z | |
| 3761 | 2026-08-07T18:56:53.656Z | test route::tests::delete_targets_full ... ok |
| 3762 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207INFO 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 } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3763 | 2026-08-07T18:56:53.656Z | 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 } }] |
| 3764 | 2026-08-07T18:56:53.656Z | |
| 3765 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.207 Aug 07 18:56:52.207INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255Aug 07 18:56:52.208 |
| 3766 | 2026-08-07T18:56:53.656Z | INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3767 | 2026-08-07T18:56:53.656Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3768 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.208 Aug 07 18:56:52.208DEBGAug 07 18:56:52.208 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 |
| 3769 | 2026-08-07T18:56:53.656Z | DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 3770 | 2026-08-07T18:56:53.656Z | 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 } }] |
| 3771 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.208 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 07 18:56:52.208 |
| 3772 | 2026-08-07T18:56:53.656Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3773 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.208 Aug 07 18:56:52.208DEBG Aug 07 18:56:52.208DEBG 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 } }] |
| 3774 | 2026-08-07T18:56:53.656Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3775 | 2026-08-07T18:56:53.656Z | 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 } }] |
| 3776 | 2026-08-07T18:56:53.656Z | Aug 07 18:56:52.208 INFO Aug 07 18:56:52.208adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3777 | 2026-08-07T18:56:53.657Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3778 | 2026-08-07T18:56:53.657Z | Aug 07 18:56:52.208Aug 07 18:56:52.208 INFODEBG Aug 07 18:56:52.208adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3779 | 2026-08-07T18:56:53.657Z | 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 } }] |
| 3780 | 2026-08-07T18:56:53.657Z | 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 } }] |
| 3781 | 2026-08-07T18:56:53.657Z | Aug 07 18:56:52.208 Aug 07 18:56:52.208INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 3782 | 2026-08-07T18:56:53.657Z | Aug 07 18:56:52.208adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3783 | 2026-08-07T18:56:53.657Z | DEBG Aug 07 18:56:52.208replacing 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 } }] |
| 3784 | 2026-08-07T18:56:53.657Z | DEBG Aug 07 18:56:52.208replacing 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 } }] |
| 3785 | 2026-08-07T18:56:53.657Z | Aug 07 18:56:52.208DEBG 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 |
| 3786 | 2026-08-07T18:56:53.657Z | Aug 07 18:56:52.208 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 3787 | 2026-08-07T18:56:53.657Z | Aug 07 18:56:52.208adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3788 | 2026-08-07T18:56:53.657Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3789 | 2026-08-07T18:56:53.657Z | Aug 07 18:56:52.208 DEBGAug 07 18:56:52.208 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 07 18:56:52.208 |
| 3790 | 2026-08-07T18:56:53.661Z | DEBG Aug 07 18:56:52.214created new freemap INFO , adding route 172.17.0.47/32 -> 10.0.0.255unit |
| 3791 | 2026-08-07T18:56:53.661Z | : freemap_route_ipv4Aug 07 18:56:52.208 |
| 3792 | 2026-08-07T18:56:53.661Z | 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 } }] |
| 3793 | 2026-08-07T18:56:53.661Z | |
| 3794 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBGAug 07 18:56:52.214DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3795 | 2026-08-07T18:56:53.661Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:56:52.214created new freemap |
| 3796 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214 , INFOunit :INFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 3797 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214adding route 172.17.0.50/32 -> 10.0.0.255freemap_route_ipv6 |
| 3798 | 2026-08-07T18:56:53.661Z | |
| 3799 | 2026-08-07T18:56:53.661Z | 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 } }] |
| 3800 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBGDEBGAug 07 18:56:52.214 Aug 07 18:56:52.214INFOreplacing 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 } }] |
| 3801 | 2026-08-07T18:56:53.661Z | DEBG initted freemap. size: 64adding route 172.17.0.55/32 -> 10.0.0.255, 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 } }]unit |
| 3802 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214 |
| 3803 | 2026-08-07T18:56:53.661Z | INFO: adding route 172.17.0.51/32 -> 10.0.0.255freemap_route_ipv4 |
| 3804 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214 |
| 3805 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3806 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214 |
| 3807 | 2026-08-07T18:56:53.661Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 INFODEBGDEBG Aug 07 18:56:52.214adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3808 | 2026-08-07T18:56:53.661Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3809 | 2026-08-07T18:56:53.661Z | |
| 3810 | 2026-08-07T18:56:53.661Z | DEBGAug 07 18:56:52.214 reset freemapDEBG, Aug 07 18:56:52.214 unitreplacing 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: freemap_route_ipv4adding route 172.17.0.50/32 -> 10.0.0.255Aug 07 18:56:52.214 |
| 3811 | 2026-08-07T18:56:53.662Z | |
| 3812 | 2026-08-07T18:56:53.662Z | |
| 3813 | 2026-08-07T18:56:53.662Z | INFO Aug 07 18:56:52.214adding route 172.17.0.52/32 -> 10.0.0.255Aug 07 18:56:52.214 |
| 3814 | 2026-08-07T18:56:53.662Z | DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3815 | 2026-08-07T18:56:53.662Z | initted freemap. size: 64Aug 07 18:56:52.214, Aug 07 18:56:52.214Aug 07 18:56:52.214 INFODEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3816 | 2026-08-07T18:56:53.662Z | unit |
| 3817 | 2026-08-07T18:56:53.662Z | : adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv6 |
| 3818 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 |
| 3819 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214DEBG Aug 07 18:56:52.214INFOreplacing 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 } }] |
| 3820 | 2026-08-07T18:56:53.662Z | DEBG Aug 07 18:56:52.214replacing 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 } }] |
| 3821 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214DEBG INFOreset freemap adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255Aug 07 18:56:52.214 |
| 3822 | 2026-08-07T18:56:53.662Z | , |
| 3823 | 2026-08-07T18:56:53.662Z | unit:INFO Aug 07 18:56:52.214freemap_route_ipv6Aug 07 18:56:52.214adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3824 | 2026-08-07T18:56:53.662Z | DEBG |
| 3825 | 2026-08-07T18:56:53.662Z | 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 |
| 3826 | 2026-08-07T18:56:53.662Z | 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 07 18:56:52.214 |
| 3827 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214DEBG INFOAug 07 18:56:52.214 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.54/32 -> 10.0.0.255 |
| 3828 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214INFO |
| 3829 | 2026-08-07T18:56:53.662Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3830 | 2026-08-07T18:56:53.662Z | |
| 3831 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 Aug 07 18:56:52.214INFO DEBGAug 07 18:56:52.214adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3832 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 07 18:56:52.214replacing 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 } }] |
| 3833 | 2026-08-07T18:56:53.662Z | |
| 3834 | 2026-08-07T18:56:53.662Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 07 18:56:52.214 |
| 3835 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 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 } }] |
| 3836 | 2026-08-07T18:56:53.662Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:56:52.214 |
| 3837 | 2026-08-07T18:56:53.662Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3838 | 2026-08-07T18:56:53.662Z | |
| 3839 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBGINFO Aug 07 18:56:52.214replacing 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 } }] |
| 3840 | 2026-08-07T18:56:53.662Z | DEBG Aug 07 18:56:52.214adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3841 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214replacing 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 } }] |
| 3842 | 2026-08-07T18:56:53.662Z | INFODEBG adding route 172.17.0.55/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 } }] |
| 3843 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 |
| 3844 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 DEBGAug 07 18:56:52.214INFO Aug 07 18:56:52.214DEBG adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3845 | 2026-08-07T18:56:53.662Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3846 | 2026-08-07T18:56:53.662Z | |
| 3847 | 2026-08-07T18:56:53.662Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.214 |
| 3848 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 DEBGINFO Aug 07 18:56:52.214adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3849 | 2026-08-07T18:56:53.662Z | Aug 07 18:56:52.214 |
| 3850 | 2026-08-07T18:56:53.662Z | 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 } }]Aug 07 18:56:52.214INFO |
| 3851 | 2026-08-07T18:56:53.663Z | DEBGAug 07 18:56:52.214 adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3852 | 2026-08-07T18:56:53.663Z | |
| 3853 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBGINFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3854 | 2026-08-07T18:56:53.663Z | |
| 3855 | 2026-08-07T18:56:53.663Z | |
| 3856 | 2026-08-07T18:56:53.663Z | |
| 3857 | 2026-08-07T18:56:53.663Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3858 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214 Aug 07 18:56:52.214Aug 07 18:56:52.214INFO DEBGDEBG Aug 07 18:56:52.214adding route 172.17.0.62/32 -> 10.0.0.255 Aug 07 18:56:52.214DEBG DEBG |
| 3859 | 2026-08-07T18:56:53.663Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3860 | 2026-08-07T18:56:53.663Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3861 | 2026-08-07T18:56:53.663Z | |
| 3862 | 2026-08-07T18:56:53.663Z | 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 07 18:56:52.214 |
| 3863 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214Aug 07 18:56:52.214Aug 07 18:56:52.214 INFO INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3864 | 2026-08-07T18:56:53.663Z | adding route 172.17.0.0/32 -> 10.0.0.255 adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3865 | 2026-08-07T18:56:53.663Z | |
| 3866 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214DEBGAug 07 18:56:52.214 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 } }] |
| 3867 | 2026-08-07T18:56:53.663Z | INFO DEBGAug 07 18:56:52.214 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.58/32 -> 10.0.0.255DEBG |
| 3868 | 2026-08-07T18:56:53.663Z | |
| 3869 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3870 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBG failed to allocate space for the new target listINFO |
| 3871 | 2026-08-07T18:56:53.663Z | DEBGAug 07 18:56:52.214 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3872 | 2026-08-07T18:56:53.663Z | |
| 3873 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214 DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3874 | 2026-08-07T18:56:53.663Z | |
| 3875 | 2026-08-07T18:56:53.663Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3876 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBGAug 07 18:56:52.214 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 } }]INFOINFOAug 07 18:56:52.214 |
| 3877 | 2026-08-07T18:56:53.663Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3878 | 2026-08-07T18:56:53.663Z | DEBGAug 07 18:56:52.214adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3879 | 2026-08-07T18:56:53.663Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3880 | 2026-08-07T18:56:53.663Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 07 18:56:52.214 |
| 3881 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214DEBG Aug 07 18:56:52.214replacing 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 } }]INFO DEBG |
| 3882 | 2026-08-07T18:56:53.663Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 07 18:56:52.214 |
| 3883 | 2026-08-07T18:56:53.663Z | 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 } }] |
| 3884 | 2026-08-07T18:56:53.663Z | DEBG Aug 07 18:56:52.214replacing 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 } }] |
| 3885 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214INFOAug 07 18:56:52.214 adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 3886 | 2026-08-07T18:56:53.663Z | DEBG failed to allocate space for the new target list |
| 3887 | 2026-08-07T18:56:53.663Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.214 |
| 3888 | 2026-08-07T18:56:53.663Z | Aug 07 18:56:52.214 DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:56:52.214failed to allocate space for the new target list |
| 3889 | 2026-08-07T18:56:53.664Z | DEBG |
| 3890 | 2026-08-07T18:56:53.668Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3891 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214 Aug 07 18:56:52.214INFOAug 07 18:56:52.214 Aug 07 18:56:52.214DEBG DEBGfailed to allocate space for the new target list |
| 3892 | 2026-08-07T18:56:53.668Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG |
| 3893 | 2026-08-07T18:56:53.668Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3894 | 2026-08-07T18:56:53.668Z | failed to allocate space for the new target list |
| 3895 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3896 | 2026-08-07T18:56:53.668Z | |
| 3897 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3898 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214 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 } }] |
| 3899 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3900 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214 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 } }] |
| 3901 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3902 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.214 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 } }] |
| 3903 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.220 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3904 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.220 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 } }] |
| 3905 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3906 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3907 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3908 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3909 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3910 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3911 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3912 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3913 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3914 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3915 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3916 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3917 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3918 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3919 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3920 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3921 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3922 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 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 } }] |
| 3923 | 2026-08-07T18:56:53.668Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3924 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3925 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3926 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3927 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3928 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3929 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3930 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3931 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3932 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3933 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3934 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3935 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3936 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3937 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3938 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3939 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3940 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3941 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3942 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3943 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3944 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3945 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3946 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3947 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3948 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3949 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3950 | 2026-08-07T18:56:53.669Z | test route::tests::delete_targets_fragmented ... ok |
| 3951 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 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 } }] |
| 3952 | 2026-08-07T18:56:53.669Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3953 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 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 } }] |
| 3954 | 2026-08-07T18:56:53.670Z | |
| 3955 | 2026-08-07T18:56:53.670Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3956 | 2026-08-07T18:56:53.670Z | |
| 3957 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3958 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 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 } }] |
| 3959 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3960 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 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 } }] |
| 3961 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3962 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 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 } }] |
| 3963 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3964 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.221 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 } }] |
| 3965 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3966 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 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 } }] |
| 3967 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3968 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 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 } }] |
| 3969 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3970 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 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 } }] |
| 3971 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3972 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 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 } }] |
| 3973 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3974 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 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 } }] |
| 3975 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3976 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 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 } }] |
| 3977 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3978 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.227 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 } }] |
| 3979 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3980 | 2026-08-07T18:56:53.670Z | Aug 07 18:56:52.228 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 } }] |
| 3981 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3982 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 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 } }] |
| 3983 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3984 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 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 } }] |
| 3985 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3986 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 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 } }] |
| 3987 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3988 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 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 } }] |
| 3989 | 2026-08-07T18:56:53.671Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3990 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 3991 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3992 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 3993 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3994 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 3995 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3996 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 3997 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3998 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 3999 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4000 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 4001 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4002 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 4003 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4004 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 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 } }] |
| 4005 | 2026-08-07T18:56:53.675Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4006 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 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 } }] |
| 4007 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4008 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 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 } }] |
| 4009 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4010 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 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 } }] |
| 4011 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4012 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 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 } }] |
| 4013 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4014 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 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 } }] |
| 4015 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 DEBG failed to allocate space for the new target list |
| 4016 | 2026-08-07T18:56:53.676Z | Aug 07 18:56:52.228 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 } }] |
| 4017 | 2026-08-07T18:56:53.676Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580) |
| 4018 | 2026-08-07T18:56:53.676Z | |
| 4019 | 2026-08-07T18:56:53.676Z | running 0 tests |
| 4020 | 2026-08-07T18:56:53.676Z | |
| 4021 | 2026-08-07T18:56:53.676Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-08-07T18:56:53.676Z | |
| 4023 | 2026-08-07T18:56:53.676Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 4024 | 2026-08-07T18:56:53.676Z | |
| 4025 | 2026-08-07T18:56:53.676Z | running 0 tests |
| 4026 | 2026-08-07T18:56:53.676Z | |
| 4027 | 2026-08-07T18:56:53.676Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4028 | 2026-08-07T18:56:53.676Z | |
| 4029 | 2026-08-07T18:56:53.676Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9) |
| 4030 | 2026-08-07T18:56:53.676Z | |
| 4031 | 2026-08-07T18:56:53.676Z | running 6 tests |
| 4032 | 2026-08-07T18:56:53.677Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4033 | 2026-08-07T18:56:53.677Z | test tests::test_full_lot_id_both_present ... ok |
| 4034 | 2026-08-07T18:56:53.677Z | test tests::test_full_lot_id_lot_only ... ok |
| 4035 | 2026-08-07T18:56:53.677Z | test tests::test_full_lot_id_neither_present ... ok |
| 4036 | 2026-08-07T18:56:53.677Z | test tests::test_parse_client_port_id ... ok |
| 4037 | 2026-08-07T18:56:53.677Z | test tests::test_port_id_cmp ... ok |
| 4038 | 2026-08-07T18:56:53.677Z | |
| 4039 | 2026-08-07T18:56:53.677Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-08-07T18:56:53.677Z | |
| 4041 | 2026-08-07T18:56:53.677Z | Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256) |
| 4042 | 2026-08-07T18:56:53.677Z | |
| 4043 | 2026-08-07T18:56:53.677Z | running 0 tests |
| 4044 | 2026-08-07T18:56:53.677Z | |
| 4045 | 2026-08-07T18:56:53.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4046 | 2026-08-07T18:56:53.677Z | |
| 4047 | 2026-08-07T18:56:53.677Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 4048 | 2026-08-07T18:56:53.677Z | |
| 4049 | 2026-08-07T18:56:53.677Z | running 0 tests |
| 4050 | 2026-08-07T18:56:53.677Z | |
| 4051 | 2026-08-07T18:56:53.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4052 | 2026-08-07T18:56:53.677Z | |
| 4053 | 2026-08-07T18:56:53.677Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 4054 | 2026-08-07T18:56:53.677Z | |
| 4055 | 2026-08-07T18:56:53.677Z | running 0 tests |
| 4056 | 2026-08-07T18:56:53.677Z | |
| 4057 | 2026-08-07T18:56:53.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4058 | 2026-08-07T18:56:53.678Z | |
| 4059 | 2026-08-07T18:56:53.678Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4060 | 2026-08-07T18:56:53.678Z | |
| 4061 | 2026-08-07T18:56:53.678Z | running 12 tests |
| 4062 | 2026-08-07T18:56:53.678Z | test lldp::test_lldp_parse ... ok |
| 4063 | 2026-08-07T18:56:53.678Z | test icmp::test_v4_checksum ... ok |
| 4064 | 2026-08-07T18:56:53.678Z | test icmp::test_v6_checksum ... ok |
| 4065 | 2026-08-07T18:56:53.678Z | test pbuf::test_byte ... ok |
| 4066 | 2026-08-07T18:56:53.678Z | test ipv6::test_ipv6_parse ... ok |
| 4067 | 2026-08-07T18:56:53.678Z | test pbuf::test_nibble ... ok |
| 4068 | 2026-08-07T18:56:53.678Z | test pbuf::test_short ... ok |
| 4069 | 2026-08-07T18:56:53.678Z | test pbuf::test_overflow ... ok |
| 4070 | 2026-08-07T18:56:53.678Z | test pbuf::test_twelve ... ok |
| 4071 | 2026-08-07T18:56:53.678Z | test pbuf::test_word ... ok |
| 4072 | 2026-08-07T18:56:53.678Z | test tcp::test_checksum_ack_data ... ok |
| 4073 | 2026-08-07T18:56:53.678Z | test tcp::test_checksum_syn_nodata ... ok |
| 4074 | 2026-08-07T18:56:53.678Z | |
| 4075 | 2026-08-07T18:56:53.678Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4076 | 2026-08-07T18:56:53.678Z | |
| 4077 | 2026-08-07T18:56:53.678Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4078 | 2026-08-07T18:56:53.678Z | |
| 4079 | 2026-08-07T18:56:53.678Z | running 0 tests |
| 4080 | 2026-08-07T18:56:53.678Z | |
| 4081 | 2026-08-07T18:56:53.678Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4082 | 2026-08-07T18:56:53.678Z | |
| 4083 | 2026-08-07T18:56:53.678Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 4084 | 2026-08-07T18:56:53.679Z | |
| 4085 | 2026-08-07T18:56:53.679Z | running 5 tests |
| 4086 | 2026-08-07T18:56:53.679Z | test switchport::test::test_compute_lanes ... ok |
| 4087 | 2026-08-07T18:56:53.679Z | test switchport::test::port_id_ordering ... ok |
| 4088 | 2026-08-07T18:56:53.679Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4089 | 2026-08-07T18:56:53.679Z | Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes |
| 4090 | 2026-08-07T18:56:53.683Z | Lane 2 Rx Loss-of-signal: YesLane 3 |
| 4091 | 2026-08-07T18:56:53.683Z | Yes Yes State: Activated YesActivated |
| 4092 | 2026-08-07T18:56:53.683Z | Rx CDR Enabled: YesActivated ActivatedYes |
| 4093 | 2026-08-07T18:56:53.683Z | Rx Output Enabled: falseYes falseYes |
| 4094 | 2026-08-07T18:56:53.683Z | Tx Enabled: Yesfalse false |
| 4095 | 2026-08-07T18:56:53.683Z | Yes Rx Output Status: valid Yes Yes |
| 4096 | 2026-08-07T18:56:53.683Z | valid Tx Loss-of-lock: Novalid validNo |
| 4097 | 2026-08-07T18:56:53.683Z | No Rx Loss-of-lock: trueNo |
| 4098 | 2026-08-07T18:56:53.683Z | Tx Loss-of-signal: No true Notrue trueNo |
| 4099 | 2026-08-07T18:56:53.683Z | Rx Loss-of-signal: falseNo |
| 4100 | 2026-08-07T18:56:53.683Z | false Tx CDR Enabled: No falseNo Nofalse |
| 4101 | 2026-08-07T18:56:53.683Z | No |
| 4102 | 2026-08-07T18:56:53.683Z | Rx Auto-squelch Disable: true Tx Adaptive EQ Fault: No trueNo trueNo true |
| 4103 | 2026-08-07T18:56:53.683Z | No |
| 4104 | 2026-08-07T18:56:53.683Z | Tx Output Enabled: true Tx Fault: Yes true Yestrue trueYes |
| 4105 | 2026-08-07T18:56:53.683Z | Yes Tx Output Status: invalid |
| 4106 | 2026-08-07T18:56:53.683Z | invalid invalid invalid |
| 4107 | 2026-08-07T18:56:53.683Z | Tx Loss-of-lock: false false false false |
| 4108 | 2026-08-07T18:56:53.683Z | Tx Loss-of-signal: true true true true |
| 4109 | 2026-08-07T18:56:53.683Z | Tx Auto-squelch Disable: false false false false |
| 4110 | 2026-08-07T18:56:53.683Z | Tx Adaptive EQ Fail: true true true true |
| 4111 | 2026-08-07T18:56:53.683Z | Tx Failure: false false false false |
| 4112 | 2026-08-07T18:56:53.683Z | Tx Force Squelch: true true true true |
| 4113 | 2026-08-07T18:56:53.684Z | Tx Input Polarity: normal normal normal normal |
| 4114 | 2026-08-07T18:56:53.684Z | test switchport::test::test_print_sff_datapath ... ok |
| 4115 | 2026-08-07T18:56:53.684Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4116 | 2026-08-07T18:56:53.684Z | test link::test_filter ... ok |
| 4117 | 2026-08-07T18:56:53.684Z | |
| 4118 | 2026-08-07T18:56:53.684Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4119 | 2026-08-07T18:56:53.684Z | |
| 4120 | 2026-08-07T18:56:53.684Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 4121 | 2026-08-07T18:56:53.684Z | |
| 4122 | 2026-08-07T18:56:53.684Z | running 1 test |
| 4123 | 2026-08-07T18:56:53.684Z | test test_p4_counter_list ... ignored |
| 4124 | 2026-08-07T18:56:53.684Z | |
| 4125 | 2026-08-07T18:56:53.684Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4126 | 2026-08-07T18:56:53.684Z | |
| 4127 | 2026-08-07T18:56:53.684Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 4128 | 2026-08-07T18:56:53.684Z | |
| 4129 | 2026-08-07T18:56:53.684Z | running 5 tests |
| 4130 | 2026-08-07T18:56:53.684Z | test test_an ... ignored |
| 4131 | 2026-08-07T18:56:53.684Z | test test_enable ... ignored |
| 4132 | 2026-08-07T18:56:53.684Z | test test_ip_addresses ... ignored |
| 4133 | 2026-08-07T18:56:53.684Z | test test_kr ... ignored |
| 4134 | 2026-08-07T18:56:53.684Z | test test_mac ... ignored |
| 4135 | 2026-08-07T18:56:53.684Z | |
| 4136 | 2026-08-07T18:56:53.684Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4137 | 2026-08-07T18:56:53.684Z | |
| 4138 | 2026-08-07T18:56:53.684Z | Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426) |
| 4139 | 2026-08-07T18:56:53.684Z | |
| 4140 | 2026-08-07T18:56:53.684Z | running 3 tests |
| 4141 | 2026-08-07T18:56:53.684Z | test linklocal::test_parse_ipadm ... ok |
| 4142 | 2026-08-07T18:56:53.684Z | test tfport::test_parse_tfport ... ok |
| 4143 | 2026-08-07T18:56:53.684Z | test config::tests::test_updates ... ok |
| 4144 | 2026-08-07T18:56:53.684Z | |
| 4145 | 2026-08-07T18:56:53.684Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-08-07T18:56:53.684Z | |
| 4147 | 2026-08-07T18:56:53.684Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4148 | 2026-08-07T18:56:53.684Z | |
| 4149 | 2026-08-07T18:56:53.684Z | running 0 tests |
| 4150 | 2026-08-07T18:56:53.684Z | |
| 4151 | 2026-08-07T18:56:53.684Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-08-07T18:56:53.684Z | |
| 4153 | 2026-08-07T18:56:53.685Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4154 | 2026-08-07T18:56:53.685Z | |
| 4155 | 2026-08-07T18:56:53.685Z | running 0 tests |
| 4156 | 2026-08-07T18:56:53.685Z | |
| 4157 | 2026-08-07T18:56:53.685Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4158 | 2026-08-07T18:56:53.685Z | |
| 4159 | 2026-08-07T18:56:53.685Z | Doc-tests aal |
| 4160 | 2026-08-07T18:56:53.809Z | |
| 4161 | 2026-08-07T18:56:53.809Z | running 0 tests |
| 4162 | 2026-08-07T18:56:53.809Z | |
| 4163 | 2026-08-07T18:56:53.809Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-08-07T18:56:53.809Z | |
| 4165 | 2026-08-07T18:56:53.826Z | Doc-tests aal_macros |
| 4166 | 2026-08-07T18:56:53.894Z | |
| 4167 | 2026-08-07T18:56:53.894Z | running 0 tests |
| 4168 | 2026-08-07T18:56:53.894Z | |
| 4169 | 2026-08-07T18:56:53.894Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4170 | 2026-08-07T18:56:53.894Z | |
| 4171 | 2026-08-07T18:56:53.903Z | Doc-tests common |
| 4172 | 2026-08-07T18:56:54.133Z | |
| 4173 | 2026-08-07T18:56:54.133Z | running 0 tests |
| 4174 | 2026-08-07T18:56:54.133Z | |
| 4175 | 2026-08-07T18:56:54.133Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4176 | 2026-08-07T18:56:54.133Z | |
| 4177 | 2026-08-07T18:56:54.153Z | Doc-tests dpd_api |
| 4178 | 2026-08-07T18:56:54.904Z | |
| 4179 | 2026-08-07T18:56:54.904Z | running 2 tests |
| 4180 | 2026-08-07T18:56:54.904Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4181 | 2026-08-07T18:56:54.904Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4182 | 2026-08-07T18:56:54.904Z | |
| 4183 | 2026-08-07T18:56:54.904Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4184 | 2026-08-07T18:56:54.904Z | |
| 4185 | 2026-08-07T18:56:54.936Z | Doc-tests dpd_client |
| 4186 | 2026-08-07T18:56:56.242Z | |
| 4187 | 2026-08-07T18:56:56.242Z | running 0 tests |
| 4188 | 2026-08-07T18:56:56.242Z | |
| 4189 | 2026-08-07T18:56:56.242Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4190 | 2026-08-07T18:56:56.242Z | |
| 4191 | 2026-08-07T18:56:56.285Z | Doc-tests dpd_types |
| 4192 | 2026-08-07T18:56:56.499Z | |
| 4193 | 2026-08-07T18:56:56.499Z | running 0 tests |
| 4194 | 2026-08-07T18:56:56.499Z | |
| 4195 | 2026-08-07T18:56:56.499Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4196 | 2026-08-07T18:56:56.499Z | |
| 4197 | 2026-08-07T18:56:56.525Z | Doc-tests dpd_types_versions |
| 4198 | 2026-08-07T18:56:57.755Z | |
| 4199 | 2026-08-07T18:56:57.755Z | running 1 test |
| 4200 | 2026-08-07T18:56:57.755Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4201 | 2026-08-07T18:56:57.755Z | |
| 4202 | 2026-08-07T18:56:57.755Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-08-07T18:56:57.755Z | |
| 4204 | 2026-08-07T18:56:57.798Z | Doc-tests packet |
| 4205 | 2026-08-07T18:56:57.913Z | |
| 4206 | 2026-08-07T18:56:57.913Z | running 0 tests |
| 4207 | 2026-08-07T18:56:57.913Z | |
| 4208 | 2026-08-07T18:56:57.913Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4209 | 2026-08-07T18:56:57.913Z | |
| 4210 | 2026-08-07T18:56:57.929Z | Doc-tests pcap |
| 4211 | 2026-08-07T18:56:57.982Z | |
| 4212 | 2026-08-07T18:56:57.982Z | running 0 tests |
| 4213 | 2026-08-07T18:56:57.982Z | |
| 4214 | 2026-08-07T18:56:57.982Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4215 | 2026-08-07T18:56:57.982Z | |
| 4216 | 2026-08-07T18:56:58.048Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4217 | 2026-08-07T18:56:58.048Z | + RUST_BACKTRACE=full |
| 4218 | 2026-08-07T18:56:58.048Z | + cargo test --features tofino_asic --no-fail-fast |
| 4219 | 2026-08-07T18:56:58.658Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4220 | 2026-08-07T18:56:58.738Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4221 | 2026-08-07T18:56:58.745Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4222 | 2026-08-07T18:56:58.752Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4223 | 2026-08-07T18:57:07.369Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4224 | 2026-08-07T18:57:07.485Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4225 | 2026-08-07T18:57:47.584Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.52s |
| 4226 | 2026-08-07T18:57:47.706Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 4227 | 2026-08-07T18:57:47.710Z | |
| 4228 | 2026-08-07T18:57:47.710Z | running 5 tests |
| 4229 | 2026-08-07T18:57:47.710Z | test fuse::tests::chip_revision_a0 ... ok |
| 4230 | 2026-08-07T18:57:47.710Z | test fuse::tests::chip_revision_b0 ... ok |
| 4231 | 2026-08-07T18:57:47.710Z | test fuse::tests::chip_revision_b1 ... ok |
| 4232 | 2026-08-07T18:57:47.710Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4233 | 2026-08-07T18:57:47.711Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4234 | 2026-08-07T18:57:47.711Z | |
| 4235 | 2026-08-07T18:57:47.711Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-08-07T18:57:47.711Z | |
| 4237 | 2026-08-07T18:57:47.711Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4238 | 2026-08-07T18:57:47.714Z | |
| 4239 | 2026-08-07T18:57:47.714Z | running 0 tests |
| 4240 | 2026-08-07T18:57:47.714Z | |
| 4241 | 2026-08-07T18:57:47.714Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4242 | 2026-08-07T18:57:47.714Z | |
| 4243 | 2026-08-07T18:57:47.714Z | Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1) |
| 4244 | 2026-08-07T18:57:47.811Z | |
| 4245 | 2026-08-07T18:57:47.811Z | running 8 tests |
| 4246 | 2026-08-07T18:57:47.815Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4247 | 2026-08-07T18:57:47.815Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4248 | 2026-08-07T18:57:47.815Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4249 | 2026-08-07T18:57:47.815Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4250 | 2026-08-07T18:57:47.815Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4251 | 2026-08-07T18:57:47.815Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4252 | 2026-08-07T18:57:47.822Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4253 | 2026-08-07T18:57:48.314Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4254 | 2026-08-07T18:57:48.315Z | |
| 4255 | 2026-08-07T18:57:48.315Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4256 | 2026-08-07T18:57:48.315Z | |
| 4257 | 2026-08-07T18:57:48.324Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4258 | 2026-08-07T18:57:48.328Z | |
| 4259 | 2026-08-07T18:57:48.328Z | running 10 tests |
| 4260 | 2026-08-07T18:57:48.328Z | test network::tests::test_equal ... ok |
| 4261 | 2026-08-07T18:57:48.328Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4262 | 2026-08-07T18:57:48.328Z | test network::tests::test_into ... ok |
| 4263 | 2026-08-07T18:57:48.328Z | test nat::tests::test_vni ... ok |
| 4264 | 2026-08-07T18:57:48.328Z | test network::tests::test_eui64 ... ok |
| 4265 | 2026-08-07T18:57:48.328Z | test network::tests::test_not_equal ... ok |
| 4266 | 2026-08-07T18:57:48.328Z | test network::tests::test_parse ... ok |
| 4267 | 2026-08-07T18:57:48.332Z | test network::tests::test_to_string ... ok |
| 4268 | 2026-08-07T18:57:48.332Z | test test_purge ... ok |
| 4269 | 2026-08-07T18:57:48.332Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4270 | 2026-08-07T18:57:48.332Z | |
| 4271 | 2026-08-07T18:57:48.332Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4272 | 2026-08-07T18:57:48.332Z | |
| 4273 | 2026-08-07T18:57:48.332Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 4274 | 2026-08-07T18:57:48.335Z | |
| 4275 | 2026-08-07T18:57:48.335Z | running 1 test |
| 4276 | 2026-08-07T18:57:48.338Z | ------- |
| 4277 | 2026-08-07T18:57:48.338Z | Generating OpenAPI documents from API definitions ... |
| 4278 | 2026-08-07T18:57:48.488Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4279 | 2026-08-07T18:57:48.557Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4280 | 2026-08-07T18:57:49.562Z | ------- |
| 4281 | 2026-08-07T18:57:49.562Z | Checking 12 OpenAPI documents... |
| 4282 | 2026-08-07T18:57:49.562Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-07T18:57:49.562Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-07T18:57:49.562Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-08-07T18:57:49.566Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-08-07T18:57:49.566Z | Fresh dpd "latest" symlink |
| 4295 | 2026-08-07T18:57:49.566Z | ------- |
| 4296 | 2026-08-07T18:57:49.566Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4297 | 2026-08-07T18:57:49.630Z | test test::test_apis_up_to_date ... ok |
| 4298 | 2026-08-07T18:57:49.630Z | |
| 4299 | 2026-08-07T18:57:49.630Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 4300 | 2026-08-07T18:57:49.630Z | |
| 4301 | 2026-08-07T18:57:49.689Z | Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b) |
| 4302 | 2026-08-07T18:57:49.757Z | |
| 4303 | 2026-08-07T18:57:49.757Z | running 66 tests |
| 4304 | 2026-08-07T18:57:49.760Z | test freemap::test_ordering ... ok |
| 4305 | 2026-08-07T18:57:49.760Z | test config::tests::test_updates ... ok |
| 4306 | 2026-08-07T18:57:49.760Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4307 | 2026-08-07T18:57:49.760Z | test freemap::test_split ... ok |
| 4308 | 2026-08-07T18:57:49.760Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4309 | 2026-08-07T18:57:49.760Z | test macaddrs::tests::test_mac_offset ... ok |
| 4310 | 2026-08-07T18:57:49.760Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4311 | 2026-08-07T18:57:49.765Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4312 | 2026-08-07T18:57:49.765Z | test nat::test_mapping ... ok |
| 4313 | 2026-08-07T18:57:49.765Z | Aug 07 18:57:48.347 DEBG created new freemap, unit: freemap_test |
| 4314 | 2026-08-07T18:57:49.765Z | Aug 07 18:57:48.347 DEBG initted freemap. size: 128, unit: freemap_test |
| 4315 | 2026-08-07T18:57:49.765Z | Aug 07 18:57:48.347 DEBG reset freemap, unit: freemap_test |
| 4316 | 2026-08-07T18:57:49.765Z | Aug 07 18:57:48.347 DEBG created new freemap, unit: freemap_test |
| 4317 | 2026-08-07T18:57:49.765Z | Aug 07 18:57:48.347 DEBG Aug 07 18:57:48.347created new freemapAug 07 18:57:48.347 , DEBG unitDEBG : initted freemap. size: 8 created new freemapfreemap_test, , |
| 4318 | 2026-08-07T18:57:49.766Z | unit:Aug 07 18:57:48.347 unit freemap_testDEBG: |
| 4319 | 2026-08-07T18:57:49.766Z | freemap_testcreated new freemap, unit: freemap_test |
| 4320 | 2026-08-07T18:57:49.766Z | |
| 4321 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.347 DEBG initted freemap. size: 128Aug 07 18:57:48.347, unitDEBG: initted freemap. size: 128freemap_test, |
| 4322 | 2026-08-07T18:57:49.766Z | unit: Aug 07 18:57:48.347freemap_test |
| 4323 | 2026-08-07T18:57:49.766Z | DEBG reset freemap, unit: freemap_testAug 07 18:57:48.347 |
| 4324 | 2026-08-07T18:57:49.766Z | test freemap::test_free ... ok |
| 4325 | 2026-08-07T18:57:49.766Z | DEBG reset freemap, unit: freemap_test |
| 4326 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.347 DEBG reset freemap, unit: freemap_testAug 07 18:57:48.347 |
| 4327 | 2026-08-07T18:57:49.766Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 4328 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.347 DEBG reset freemap, unit: freemap_test |
| 4329 | 2026-08-07T18:57:49.766Z | test freemap::test_exhaustion ... ok |
| 4330 | 2026-08-07T18:57:49.766Z | test freemap::test_basic ... ok |
| 4331 | 2026-08-07T18:57:49.766Z | test freemap::test_reclaim ... ok |
| 4332 | 2026-08-07T18:57:49.766Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4333 | 2026-08-07T18:57:49.766Z | test port_map::tests::test_backplane_group ... ok |
| 4334 | 2026-08-07T18:57:49.766Z | test port_map::tests::dump_map ... ok |
| 4335 | 2026-08-07T18:57:49.766Z | test port_map::tests::test_port_map ... ok |
| 4336 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.348 DEBG created new freemap, unit: freemap_test |
| 4337 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.348 DEBG initted freemap. size: 128, unit: freemap_test |
| 4338 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.348 DEBG reset freemap, unit: freemap_test |
| 4339 | 2026-08-07T18:57:49.766Z | test freemap::test_span ... ok |
| 4340 | 2026-08-07T18:57:49.766Z | test api_server::tests::test_build_info ... ok |
| 4341 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.348 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4342 | 2026-08-07T18:57:49.766Z | Aug 07 18:57:48.348Aug 07 18:57:48.348 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 4343 | 2026-08-07T18:57:49.766Z | |
| 4344 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.348Aug 07 18:57:48.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4345 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.348 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4346 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4347 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.348 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4348 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4349 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.348 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 } }] |
| 4350 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4351 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 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 } }] |
| 4352 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4353 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 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 } }] |
| 4354 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4355 | 2026-08-07T18:57:49.767Z | DEBG created new freemap, Aug 07 18:57:48.349unit :DEBG freemap_route_ipv6 |
| 4356 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4357 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 DEBG reset freemap, unitAug 07 18:57:48.349: freemap_route_ipv4DEBG |
| 4358 | 2026-08-07T18:57:49.767Z | created new freemap, Aug 07 18:57:48.349unit :DEBG freemap_route_ipv4initted freemap. size: 64, |
| 4359 | 2026-08-07T18:57:49.767Z | unit: freemap_route_ipv6 |
| 4360 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 4361 | 2026-08-07T18:57:49.767Z | |
| 4362 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64 |
| 4363 | 2026-08-07T18:57:49.767Z | , unit: Aug 07 18:57:48.349freemap_route_ipv4 |
| 4364 | 2026-08-07T18:57:49.767Z | 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 } }] |
| 4365 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 DEBG reset freemapAug 07 18:57:48.349, unitINFO: adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4366 | 2026-08-07T18:57:49.767Z | |
| 4367 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 4368 | 2026-08-07T18:57:49.767Z | , unit: freemap_route_ipv6Aug 07 18:57:48.349 |
| 4369 | 2026-08-07T18:57:49.767Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4370 | 2026-08-07T18:57:49.767Z | Aug 07 18:57:48.349 DEBG reset freemapAug 07 18:57:48.349, unitDEBG: replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4371 | 2026-08-07T18:57:49.767Z | |
| 4372 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4373 | 2026-08-07T18:57:49.768Z | |
| 4374 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4375 | 2026-08-07T18:57:49.768Z | |
| 4376 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4377 | 2026-08-07T18:57:49.768Z | |
| 4378 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4379 | 2026-08-07T18:57:49.768Z | |
| 4380 | 2026-08-07T18:57:49.768Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4381 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4382 | 2026-08-07T18:57:49.768Z | |
| 4383 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4384 | 2026-08-07T18:57:49.768Z | |
| 4385 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 07 18:57:48.349INFO |
| 4386 | 2026-08-07T18:57:49.768Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 4387 | 2026-08-07T18:57:49.768Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4388 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGAug 07 18:57:48.349Aug 07 18:57:48.349 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4389 | 2026-08-07T18:57:49.768Z | created new freemapINFO 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::/64 -> 2001:db8::55:ff |
| 4390 | 2026-08-07T18:57:49.768Z | |
| 4391 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349, unitINFOAug 07 18:57:48.349 Aug 07 18:57:48.349adding route 3fff:beef::/64 -> 2001:db8::55:ff INFODEBG |
| 4392 | 2026-08-07T18:57:49.768Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.349 |
| 4393 | 2026-08-07T18:57:49.768Z | freemap_route_ipv4 |
| 4394 | 2026-08-07T18:57:49.768Z | 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 } }] |
| 4395 | 2026-08-07T18:57:49.768Z | |
| 4396 | 2026-08-07T18:57:49.768Z | Aug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBG Aug 07 18:57:48.349DEBG INFO Aug 07 18:57:48.349 DEBG created new freemapreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4397 | 2026-08-07T18:57:49.768Z | unit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4398 | 2026-08-07T18:57:49.768Z | freemap_route_ipv6Aug 07 18:57:48.349 |
| 4399 | 2026-08-07T18:57:49.768Z | INFOcreated new freemapAug 07 18:57:48.349 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, DEBGunit :replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4400 | 2026-08-07T18:57:49.769Z | freemap_route_ipv4 |
| 4401 | 2026-08-07T18:57:49.769Z | Aug 07 18:57:48.349 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4402 | 2026-08-07T18:57:49.769Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGAug 07 18:57:48.349 DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 4403 | 2026-08-07T18:57:49.769Z | created new freemap:, unitAug 07 18:57:48.349:freemap_route_ipv4 |
| 4404 | 2026-08-07T18:57:49.769Z | freemap_route_ipv6INFO |
| 4405 | 2026-08-07T18:57:49.769Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 07 18:57:48.349 |
| 4406 | 2026-08-07T18:57:49.769Z | DEBG reset freemapAug 07 18:57:48.349, Aug 07 18:57:48.349DEBG DEBGinitted freemap. size: 64 , 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 } }]unitunit: |
| 4407 | 2026-08-07T18:57:49.769Z | :freemap_route_ipv4 |
| 4408 | 2026-08-07T18:57:49.769Z | freemap_route_ipv4 |
| 4409 | 2026-08-07T18:57:49.769Z | Aug 07 18:57:48.349 INFOAug 07 18:57:48.349Aug 07 18:57:48.349 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBGDEBG |
| 4410 | 2026-08-07T18:57:49.769Z | reset freemapinitted freemap. size: 64, , unitunit:: Aug 07 18:57:48.349freemap_route_ipv6 freemap_route_ipv4DEBG |
| 4411 | 2026-08-07T18:57:49.773Z | |
| 4412 | 2026-08-07T18:57:49.773Z | 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 } }] |
| 4413 | 2026-08-07T18:57:49.773Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349 INFODEBG DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreset freemap , initted freemap. size: 64 |
| 4414 | 2026-08-07T18:57:49.773Z | unit, :unit :freemap_route_ipv6 |
| 4415 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349freemap_route_ipv6 |
| 4416 | 2026-08-07T18:57:49.774Z | DEBG Aug 07 18:57:48.349 INFO 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 |
| 4417 | 2026-08-07T18:57:49.774Z | |
| 4418 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349 DEBG reset freemap, Aug 07 18:57:48.349unit :INFOAug 07 18:57:48.349 adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4419 | 2026-08-07T18:57:49.774Z | DEBG |
| 4420 | 2026-08-07T18:57:49.774Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 07 18:57:48.349 |
| 4421 | 2026-08-07T18:57:49.774Z | DEBG Aug 07 18:57:48.349 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.349 |
| 4422 | 2026-08-07T18:57:49.774Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFOINFO |
| 4423 | 2026-08-07T18:57:49.774Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:57:48.349 |
| 4424 | 2026-08-07T18:57:49.774Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4425 | 2026-08-07T18:57:49.774Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4426 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349 Aug 07 18:57:48.349DEBG Aug 07 18:57:48.349DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 18:57:48.349DEBG |
| 4427 | 2026-08-07T18:57:49.774Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 |
| 4428 | 2026-08-07T18:57:49.774Z | |
| 4429 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349replacing 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 } }] |
| 4430 | 2026-08-07T18:57:49.774Z | DEBG Aug 07 18:57:48.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:57:48.349 |
| 4431 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349 INFO INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4432 | 2026-08-07T18:57:49.774Z | |
| 4433 | 2026-08-07T18:57:49.774Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4434 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4435 | 2026-08-07T18:57:49.774Z | |
| 4436 | 2026-08-07T18:57:49.774Z | 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 } }] |
| 4437 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349 INFOAug 07 18:57:48.349 Aug 07 18:57:48.349adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4438 | 2026-08-07T18:57:49.774Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 4439 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4440 | 2026-08-07T18:57:49.774Z | 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 } }] |
| 4441 | 2026-08-07T18:57:49.774Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGAug 07 18:57:48.349DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4442 | 2026-08-07T18:57:49.775Z | |
| 4443 | 2026-08-07T18:57:49.775Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4444 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGINFOINFO 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:4::/64 -> 2001:db8::55:ff |
| 4445 | 2026-08-07T18:57:49.775Z | |
| 4446 | 2026-08-07T18:57:49.775Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4447 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 4448 | 2026-08-07T18:57:49.775Z | |
| 4449 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.349 |
| 4450 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4451 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349replacing 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 } }] |
| 4452 | 2026-08-07T18:57:49.775Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4453 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 INFOAug 07 18:57:48.349 DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 4454 | 2026-08-07T18:57:49.775Z | 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: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 } }] |
| 4455 | 2026-08-07T18:57:49.775Z | |
| 4456 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGINFOAug 07 18:57:48.349 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4457 | 2026-08-07T18:57:49.775Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4458 | 2026-08-07T18:57:49.775Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 07 18:57:48.349 |
| 4459 | 2026-08-07T18:57:49.775Z | DEBGAug 07 18:57:48.349 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 |
| 4460 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4461 | 2026-08-07T18:57:49.775Z | DEBGAug 07 18:57:48.349 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 |
| 4462 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4463 | 2026-08-07T18:57:49.775Z | 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 } }] |
| 4464 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFODEBG |
| 4465 | 2026-08-07T18:57:49.775Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4466 | 2026-08-07T18:57:49.775Z | 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 } }] |
| 4467 | 2026-08-07T18:57:49.775Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349DEBG 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 } }] 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 } }] |
| 4468 | 2026-08-07T18:57:49.775Z | |
| 4469 | 2026-08-07T18:57:49.775Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 07 18:57:48.349 |
| 4470 | 2026-08-07T18:57:49.776Z | INFOAug 07 18:57:48.349 Aug 07 18:57:48.349adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 4471 | 2026-08-07T18:57:49.776Z | DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4472 | 2026-08-07T18:57:49.776Z | 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 07 18:57:48.349 |
| 4473 | 2026-08-07T18:57:49.776Z | 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 } }] |
| 4474 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349DEBG INFO INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4475 | 2026-08-07T18:57:49.776Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4476 | 2026-08-07T18:57:49.776Z | |
| 4477 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 INFODEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4478 | 2026-08-07T18:57:49.776Z | |
| 4479 | 2026-08-07T18:57:49.776Z | 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 } }] |
| 4480 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4481 | 2026-08-07T18:57:49.776Z | DEBG |
| 4482 | 2026-08-07T18:57:49.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 } }] |
| 4483 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.349 Aug 07 18:57:48.349Aug 07 18:57:48.349DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4484 | 2026-08-07T18:57:49.776Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 4485 | 2026-08-07T18:57:49.776Z | 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 } }] |
| 4486 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349DEBG INFO INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4487 | 2026-08-07T18:57:49.776Z | |
| 4488 | 2026-08-07T18:57:49.776Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4489 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.349 Aug 07 18:57:48.349Aug 07 18:57:48.349DEBG 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 } }] |
| 4490 | 2026-08-07T18:57:49.776Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 4491 | 2026-08-07T18:57:49.776Z | 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 } }] |
| 4492 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349 INFOINFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4493 | 2026-08-07T18:57:49.776Z | |
| 4494 | 2026-08-07T18:57:49.776Z | |
| 4495 | 2026-08-07T18:57:49.776Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4496 | 2026-08-07T18:57:49.776Z | 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:b::/64 -> 2001:db8::55:ff |
| 4497 | 2026-08-07T18:57:49.776Z | |
| 4498 | 2026-08-07T18:57:49.777Z | Aug 07 18:57:48.350 INFO Aug 07 18:57:48.350adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4499 | 2026-08-07T18:57:49.777Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 07 18:57:48.350 |
| 4500 | 2026-08-07T18:57:49.777Z | 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 } }] |
| 4501 | 2026-08-07T18:57:49.777Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.350 |
| 4502 | 2026-08-07T18:57:49.777Z | DEBGAug 07 18:57:48.350 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 } }]INFOAug 07 18:57:48.350 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 4503 | 2026-08-07T18:57:49.777Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4504 | 2026-08-07T18:57:49.777Z | |
| 4505 | 2026-08-07T18:57:49.777Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350DEBGAug 07 18:57:48.350 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 } }]DEBGINFO |
| 4506 | 2026-08-07T18:57:49.777Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4507 | 2026-08-07T18:57:49.777Z | |
| 4508 | 2026-08-07T18:57:49.777Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG Aug 07 18:57:48.350replacing 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:d::/64 -> 2001:db8::55:ff |
| 4509 | 2026-08-07T18:57:49.777Z | |
| 4510 | 2026-08-07T18:57:49.777Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4511 | 2026-08-07T18:57:49.781Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG Aug 07 18:57:48.350replacing 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 } }] |
| 4512 | 2026-08-07T18:57:49.781Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4513 | 2026-08-07T18:57:49.782Z | 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 07 18:57:48.350 |
| 4514 | 2026-08-07T18:57:49.782Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4515 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350DEBG Aug 07 18:57:48.350replacing 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 } }] INFODEBG |
| 4516 | 2026-08-07T18:57:49.782Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4517 | 2026-08-07T18:57:49.782Z | |
| 4518 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4519 | 2026-08-07T18:57:49.782Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4520 | 2026-08-07T18:57:49.782Z | 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 } }] |
| 4521 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350DEBGAug 07 18:57:48.350 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 |
| 4522 | 2026-08-07T18:57:49.782Z | INFO adding route 3fff:beef:17::/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 } }] |
| 4523 | 2026-08-07T18:57:49.782Z | |
| 4524 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350 INFOAug 07 18:57:48.350 Aug 07 18:57:48.350adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 4525 | 2026-08-07T18:57:49.782Z | 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:11::/64 -> 2001:db8::55:ff |
| 4526 | 2026-08-07T18:57:49.782Z | |
| 4527 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350 DEBG Aug 07 18:57:48.350replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.350 |
| 4528 | 2026-08-07T18:57:49.782Z | INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4529 | 2026-08-07T18:57:49.782Z | |
| 4530 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350 INFOAug 07 18:57:48.350 Aug 07 18:57:48.350adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4531 | 2026-08-07T18:57:49.782Z | 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 } }]Aug 07 18:57:48.350 |
| 4532 | 2026-08-07T18:57:49.782Z | DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-07T18:57:49.782Z | 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 07 18:57:48.350 |
| 4534 | 2026-08-07T18:57:49.782Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4535 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350DEBG INFOAug 07 18:57:48.350replacing 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 } }] |
| 4536 | 2026-08-07T18:57:49.782Z | DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4537 | 2026-08-07T18:57:49.782Z | 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 } }] |
| 4538 | 2026-08-07T18:57:49.782Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 INFOAug 07 18:57:48.350DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 4539 | 2026-08-07T18:57:49.783Z | |
| 4540 | 2026-08-07T18:57:49.783Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4541 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350DEBG Aug 07 18:57:48.350INFO 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 } }] |
| 4542 | 2026-08-07T18:57:49.783Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 4543 | 2026-08-07T18:57:49.783Z | 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 } }] |
| 4544 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFOINFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4545 | 2026-08-07T18:57:49.783Z | 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 } }] |
| 4546 | 2026-08-07T18:57:49.783Z | |
| 4547 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4548 | 2026-08-07T18:57:49.783Z | INFO |
| 4549 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4550 | 2026-08-07T18:57:49.783Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4551 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350DEBGAug 07 18:57:48.350 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 } }] |
| 4552 | 2026-08-07T18:57:49.783Z | INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 07 18:57:48.350replacing 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 } }] |
| 4553 | 2026-08-07T18:57:49.783Z | INFO |
| 4554 | 2026-08-07T18:57:49.783Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4555 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350DEBG 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 } }]Aug 07 18:57:48.350 |
| 4556 | 2026-08-07T18:57:49.783Z | DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4557 | 2026-08-07T18:57:49.783Z | 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 } }] |
| 4558 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350 INFOAug 07 18:57:48.350 Aug 07 18:57:48.350DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4559 | 2026-08-07T18:57:49.783Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4560 | 2026-08-07T18:57:49.783Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4561 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350Aug 07 18:57:48.350DEBG 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 } }]DEBGINFO |
| 4562 | 2026-08-07T18:57:49.783Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4563 | 2026-08-07T18:57:49.783Z | |
| 4564 | 2026-08-07T18:57:49.783Z | Aug 07 18:57:48.350 INFOAug 07 18:57:48.350Aug 07 18:57:48.350 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFO |
| 4565 | 2026-08-07T18:57:49.783Z | DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4566 | 2026-08-07T18:57:49.784Z | 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 07 18:57:48.350 |
| 4567 | 2026-08-07T18:57:49.784Z | 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 07 18:57:48.350 |
| 4568 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350DEBG INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4569 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350 |
| 4570 | 2026-08-07T18:57:49.784Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4571 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 07 18:57:48.350replacing 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 } }] |
| 4572 | 2026-08-07T18:57:49.784Z | |
| 4573 | 2026-08-07T18:57:49.784Z | 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 } }] |
| 4574 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFOAug 07 18:57:48.350 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:20::/64 -> 2001:db8::55:ff |
| 4575 | 2026-08-07T18:57:49.784Z | INFO |
| 4576 | 2026-08-07T18:57:49.784Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4577 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350INFO DEBG adding route 3fff:beef:19::/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 } }]DEBG |
| 4578 | 2026-08-07T18:57:49.784Z | |
| 4579 | 2026-08-07T18:57:49.784Z | 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 } }] |
| 4580 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350DEBG INFOAug 07 18:57:48.350 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4581 | 2026-08-07T18:57:49.784Z | INFO |
| 4582 | 2026-08-07T18:57:49.784Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4583 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350Aug 07 18:57:48.350INFO DEBG DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4584 | 2026-08-07T18:57:49.784Z | |
| 4585 | 2026-08-07T18:57:49.784Z | |
| 4586 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG 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 } }]INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4587 | 2026-08-07T18:57:49.784Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4588 | 2026-08-07T18:57:49.784Z | |
| 4589 | 2026-08-07T18:57:49.784Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350DEBGINFO Aug 07 18:57:48.350DEBG 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: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 } }] |
| 4590 | 2026-08-07T18:57:49.784Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 4591 | 2026-08-07T18:57:49.784Z | |
| 4592 | 2026-08-07T18:57:49.784Z | created new freemapAug 07 18:57:48.350, unitINFOAug 07 18:57:48.350: adding route 3fff:beef:23::/64 -> 2001:db8::55:ff freemap_route_ipv4Aug 07 18:57:48.350INFO |
| 4593 | 2026-08-07T18:57:49.784Z | |
| 4594 | 2026-08-07T18:57:49.785Z | DEBG Aug 07 18:57:48.350Aug 07 18:57:48.350 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 4595 | 2026-08-07T18:57:49.785Z | |
| 4596 | 2026-08-07T18:57:49.785Z | created new freemapreplacing 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 07 18:57:48.350unit |
| 4597 | 2026-08-07T18:57:49.785Z | Aug 07 18:57:48.350: freemap_route_ipv6DEBG |
| 4598 | 2026-08-07T18:57:49.785Z | 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 } }]INFOAug 07 18:57:48.350 |
| 4599 | 2026-08-07T18:57:49.785Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4600 | 2026-08-07T18:57:49.785Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 4601 | 2026-08-07T18:57:49.785Z | initted freemap. size: 64Aug 07 18:57:48.350Aug 07 18:57:48.350 , DEBGunitAug 07 18:57:48.350 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 |
| 4602 | 2026-08-07T18:57:49.785Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO |
| 4603 | 2026-08-07T18:57:49.785Z | freemap_route_ipv4Aug 07 18:57:48.350 |
| 4604 | 2026-08-07T18:57:49.785Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 07 18:57:48.350INFO |
| 4605 | 2026-08-07T18:57:49.785Z | INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4606 | 2026-08-07T18:57:49.785Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4607 | 2026-08-07T18:57:49.785Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGDEBGAug 07 18:57:48.350 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 } }]DEBGreset freemap |
| 4608 | 2026-08-07T18:57:49.785Z | , 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 07 18:57:48.350unit |
| 4609 | 2026-08-07T18:57:49.785Z | DEBGAug 07 18:57:48.350: freemap_route_ipv4INFOAug 07 18:57:48.350 |
| 4610 | 2026-08-07T18:57:49.785Z | 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 |
| 4611 | 2026-08-07T18:57:49.790Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4612 | 2026-08-07T18:57:49.790Z | |
| 4613 | 2026-08-07T18:57:49.790Z | DEBG initted freemap. size: 64Aug 07 18:57:48.350, unitINFOAug 07 18:57:48.350 : adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv6replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4614 | 2026-08-07T18:57:49.790Z | Aug 07 18:57:48.350 |
| 4615 | 2026-08-07T18:57:49.790Z | DEBG Aug 07 18:57:48.350 |
| 4616 | 2026-08-07T18:57:49.790Z | 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 |
| 4617 | 2026-08-07T18:57:49.790Z | 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 07 18:57:48.350 |
| 4618 | 2026-08-07T18:57:49.790Z | Aug 07 18:57:48.350 DEBGAug 07 18:57:48.350 INFOAug 07 18:57:48.350 reset freemap INFOINFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-07T18:57:49.790Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff , |
| 4620 | 2026-08-07T18:57:49.790Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit |
| 4621 | 2026-08-07T18:57:49.790Z | :Aug 07 18:57:48.350 freemap_route_ipv6DEBG |
| 4622 | 2026-08-07T18:57:49.790Z | Aug 07 18:57:48.350 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 07 18:57:48.350 |
| 4623 | 2026-08-07T18:57:49.790Z | Aug 07 18:57:48.350DEBG DEBGINFO Aug 07 18:57:48.350adding route 172.16.0.0/32 -> 10.0.0.1 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 } }]INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4624 | 2026-08-07T18:57:49.791Z | |
| 4625 | 2026-08-07T18:57:49.791Z | |
| 4626 | 2026-08-07T18:57:49.791Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4627 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350INFO Aug 07 18:57:48.350 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-07T18:57:49.791Z | DEBGINFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4629 | 2026-08-07T18:57:49.791Z | |
| 4630 | 2026-08-07T18:57:49.791Z | |
| 4631 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350 Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFOAug 07 18:57:48.350DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff 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 } }]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 } }] |
| 4632 | 2026-08-07T18:57:49.791Z | |
| 4633 | 2026-08-07T18:57:49.791Z | |
| 4634 | 2026-08-07T18:57:49.791Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4635 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4636 | 2026-08-07T18:57:49.791Z | DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4637 | 2026-08-07T18:57:49.791Z | 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 } }] |
| 4638 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 4639 | 2026-08-07T18:57:49.791Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4640 | 2026-08-07T18:57:49.791Z | |
| 4641 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFO 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 } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4642 | 2026-08-07T18:57:49.791Z | |
| 4643 | 2026-08-07T18:57:49.791Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4644 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBGDEBG 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:2b::/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 } }] |
| 4645 | 2026-08-07T18:57:49.791Z | |
| 4646 | 2026-08-07T18:57:49.791Z | |
| 4647 | 2026-08-07T18:57:49.791Z | test route::tests::grow_succeeds ... ok |
| 4648 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350 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 } }] |
| 4649 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4650 | 2026-08-07T18:57:49.791Z | Aug 07 18:57:48.350 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:57:48.350 |
| 4651 | 2026-08-07T18:57:49.791Z | 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 } }] |
| 4652 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.350 DEBG Aug 07 18:57:48.350replacing 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 } }] |
| 4653 | 2026-08-07T18:57:49.792Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4654 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4655 | 2026-08-07T18:57:49.792Z | |
| 4656 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4657 | 2026-08-07T18:57:49.792Z | |
| 4658 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4659 | 2026-08-07T18:57:49.792Z | |
| 4660 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4661 | 2026-08-07T18:57:49.792Z | |
| 4662 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4663 | 2026-08-07T18:57:49.792Z | |
| 4664 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4665 | 2026-08-07T18:57:49.792Z | |
| 4666 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4667 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351 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 } }] |
| 4668 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4669 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351 Aug 07 18:57:48.351DEBG 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 } }] |
| 4670 | 2026-08-07T18:57:49.792Z | 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 } }] |
| 4671 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351 Aug 07 18:57:48.351INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4672 | 2026-08-07T18:57:49.792Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4673 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351 DEBGAug 07 18:57:48.351 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4674 | 2026-08-07T18:57:49.792Z | 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 } }] |
| 4675 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4676 | 2026-08-07T18:57:49.792Z | |
| 4677 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4678 | 2026-08-07T18:57:49.792Z | |
| 4679 | 2026-08-07T18:57:49.792Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4680 | 2026-08-07T18:57:49.793Z | |
| 4681 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4682 | 2026-08-07T18:57:49.793Z | |
| 4683 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4684 | 2026-08-07T18:57:49.793Z | |
| 4685 | 2026-08-07T18:57:49.793Z | |
| 4686 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4687 | 2026-08-07T18:57:49.793Z | |
| 4688 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG Aug 07 18:57:48.351adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4689 | 2026-08-07T18:57:49.793Z | INFO adding route 3fff:beef:35::/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 } }] |
| 4690 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351 |
| 4691 | 2026-08-07T18:57:49.793Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351 |
| 4692 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351DEBG INFOAug 07 18:57:48.351replacing 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 } }] |
| 4693 | 2026-08-07T18:57:49.793Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4694 | 2026-08-07T18:57:49.793Z | |
| 4695 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG Aug 07 18:57:48.351adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4696 | 2026-08-07T18:57:49.793Z | 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 } }] |
| 4697 | 2026-08-07T18:57:49.793Z | DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351 |
| 4698 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351DEBG 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 07 18:57:48.351 |
| 4699 | 2026-08-07T18:57:49.793Z | INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4700 | 2026-08-07T18:57:49.793Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4701 | 2026-08-07T18:57:49.793Z | |
| 4702 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351 DEBG Aug 07 18:57:48.351Aug 07 18:57:48.351replacing 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 } }] |
| 4703 | 2026-08-07T18:57:49.793Z | DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4704 | 2026-08-07T18:57:49.793Z | 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 } }] |
| 4705 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4706 | 2026-08-07T18:57:49.793Z | |
| 4707 | 2026-08-07T18:57:49.793Z | Aug 07 18:57:48.351 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4708 | 2026-08-07T18:57:49.794Z | Aug 07 18:57:48.351DEBG 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 |
| 4709 | 2026-08-07T18:57:49.794Z | 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 07 18:57:48.351 |
| 4710 | 2026-08-07T18:57:49.794Z | Aug 07 18:57:48.351DEBG Aug 07 18:57:48.351replacing 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 } }] INFOINFO |
| 4711 | 2026-08-07T18:57:49.798Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4712 | 2026-08-07T18:57:49.798Z | |
| 4713 | 2026-08-07T18:57:49.798Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFODEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 4714 | 2026-08-07T18:57:49.798Z | |
| 4715 | 2026-08-07T18:57:49.798Z | 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 } }] |
| 4716 | 2026-08-07T18:57:49.798Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGINFOAug 07 18:57:48.351 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 4717 | 2026-08-07T18:57:49.798Z | |
| 4718 | 2026-08-07T18:57:49.798Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4719 | 2026-08-07T18:57:49.798Z | Aug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBGDEBG 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: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 } }] |
| 4720 | 2026-08-07T18:57:49.798Z | |
| 4721 | 2026-08-07T18:57:49.799Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4722 | 2026-08-07T18:57:49.799Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO Aug 07 18:57:48.351adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4723 | 2026-08-07T18:57:49.799Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 4724 | 2026-08-07T18:57:49.799Z | 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 07 18:57:48.351 |
| 4725 | 2026-08-07T18:57:49.799Z | Aug 07 18:57:48.351DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351 |
| 4726 | 2026-08-07T18:57:49.799Z | 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 |
| 4727 | 2026-08-07T18:57:49.799Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4728 | 2026-08-07T18:57:49.799Z | Aug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4729 | 2026-08-07T18:57:49.799Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 4730 | 2026-08-07T18:57:49.799Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351 |
| 4731 | 2026-08-07T18:57:49.799Z | Aug 07 18:57:48.351DEBG 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 |
| 4732 | 2026-08-07T18:57:49.799Z | 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 07 18:57:48.351 |
| 4733 | 2026-08-07T18:57:49.799Z | INFO Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4734 | 2026-08-07T18:57:49.799Z | failed to allocate space for the new target listadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4735 | 2026-08-07T18:57:49.799Z | |
| 4736 | 2026-08-07T18:57:49.799Z | Aug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4737 | 2026-08-07T18:57:49.799Z | |
| 4738 | 2026-08-07T18:57:49.799Z | 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 07 18:57:48.351 |
| 4739 | 2026-08-07T18:57:49.799Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4740 | 2026-08-07T18:57:49.799Z | Aug 07 18:57:48.351 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4741 | 2026-08-07T18:57:49.799Z | DEBGAug 07 18:57:48.350 Aug 07 18:57:48.351replacing 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 |
| 4742 | 2026-08-07T18:57:49.799Z | INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4743 | 2026-08-07T18:57:49.799Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4744 | 2026-08-07T18:57:49.799Z | INFOAug 07 18:57:48.351 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 4745 | 2026-08-07T18:57:49.799Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4746 | 2026-08-07T18:57:49.799Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGAug 07 18:57:48.351 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 |
| 4747 | 2026-08-07T18:57:49.799Z | 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 } }] |
| 4748 | 2026-08-07T18:57:49.800Z | 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 07 18:57:48.351 |
| 4749 | 2026-08-07T18:57:49.800Z | INFO Aug 07 18:57:48.351Aug 07 18:57:48.351 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4750 | 2026-08-07T18:57:49.800Z | INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-07T18:57:49.800Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4752 | 2026-08-07T18:57:49.800Z | 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 } }] |
| 4753 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG Aug 07 18:57:48.351replacing 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: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 } }] |
| 4754 | 2026-08-07T18:57:49.800Z | |
| 4755 | 2026-08-07T18:57:49.800Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4756 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4757 | 2026-08-07T18:57:49.800Z | |
| 4758 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351 DEBGAug 07 18:57:48.351Aug 07 18:57:48.351 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4759 | 2026-08-07T18:57:49.800Z | 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 |
| 4760 | 2026-08-07T18:57:49.800Z | 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 07 18:57:48.351 |
| 4761 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4762 | 2026-08-07T18:57:49.800Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4763 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFO DEBGDEBG adding route 3fff:beef:26::/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 } }]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 } }] |
| 4764 | 2026-08-07T18:57:49.800Z | |
| 4765 | 2026-08-07T18:57:49.800Z | |
| 4766 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG Aug 07 18:57:48.351replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4767 | 2026-08-07T18:57:49.800Z | |
| 4768 | 2026-08-07T18:57:49.800Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-07T18:57:49.800Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4770 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4771 | 2026-08-07T18:57:49.800Z | |
| 4772 | 2026-08-07T18:57:49.800Z | 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 } }] |
| 4773 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFO INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-07T18:57:49.800Z | 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 } }] |
| 4775 | 2026-08-07T18:57:49.800Z | |
| 4776 | 2026-08-07T18:57:49.800Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351DEBG INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4777 | 2026-08-07T18:57:49.801Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 4778 | 2026-08-07T18:57:49.801Z | 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 07 18:57:48.351 |
| 4779 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351INFO DEBG adding route 3fff:beef:3c::/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 } }] |
| 4780 | 2026-08-07T18:57:49.801Z | |
| 4781 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4782 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 4783 | 2026-08-07T18:57:49.801Z | 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 07 18:57:48.351 |
| 4784 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351DEBG 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 } }] |
| 4785 | 2026-08-07T18:57:49.801Z | 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 } }] |
| 4786 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351 Aug 07 18:57:48.351DEBG Aug 07 18:57:48.351INFO created new freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ff, Aug 07 18:57:48.351 |
| 4787 | 2026-08-07T18:57:49.801Z | unitINFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4788 | 2026-08-07T18:57:49.801Z | freemap_route_ipv4DEBG |
| 4789 | 2026-08-07T18:57:49.801Z | 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 07 18:57:48.351 |
| 4790 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351 DEBG DEBGfailed to allocate space for the new target listreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4791 | 2026-08-07T18:57:49.801Z | |
| 4792 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351 created new freemapINFO, Aug 07 18:57:48.351adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4793 | 2026-08-07T18:57:49.801Z | DEBGAug 07 18:57:48.351 replacing targets for 3fff:dead::/64 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 } }] |
| 4794 | 2026-08-07T18:57:49.801Z | unitAug 07 18:57:48.351 :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 } }] |
| 4795 | 2026-08-07T18:57:49.801Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4796 | 2026-08-07T18:57:49.801Z | |
| 4797 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 07 18:57:48.351 |
| 4798 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351DEBG 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 } }] |
| 4799 | 2026-08-07T18:57:49.801Z | initted freemap. size: 64, unit:Aug 07 18:57:48.351 Aug 07 18:57:48.351freemap_route_ipv4 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4800 | 2026-08-07T18:57:49.801Z | |
| 4801 | 2026-08-07T18:57:49.801Z | |
| 4802 | 2026-08-07T18:57:49.801Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOAug 07 18:57:48.351DEBG adding route 3fff:beef:1b::/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 } }] |
| 4803 | 2026-08-07T18:57:49.801Z | |
| 4804 | 2026-08-07T18:57:49.802Z | DEBG reset freemap, Aug 07 18:57:48.351Aug 07 18:57:48.351unit DEBG:INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4805 | 2026-08-07T18:57:49.802Z | |
| 4806 | 2026-08-07T18:57:49.802Z | freemap_route_ipv4 |
| 4807 | 2026-08-07T18:57:49.802Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 INFOAug 07 18:57:48.351DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4808 | 2026-08-07T18:57:49.802Z | |
| 4809 | 2026-08-07T18:57:49.802Z | DEBG Aug 07 18:57:48.351initted freemap. size: 64 , Aug 07 18:57:48.351DEBGunit :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 |
| 4810 | 2026-08-07T18:57:49.802Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4811 | 2026-08-07T18:57:49.806Z | |
| 4812 | 2026-08-07T18:57:49.806Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFO DEBGDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4813 | 2026-08-07T18:57:49.806Z | |
| 4814 | 2026-08-07T18:57:49.806Z | reset freemap, unit:Aug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG adding route 3fff:beef:2f::/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 } }] |
| 4815 | 2026-08-07T18:57:49.806Z | |
| 4816 | 2026-08-07T18:57:49.806Z | freemap_route_ipv6 |
| 4817 | 2026-08-07T18:57:49.806Z | Aug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4818 | 2026-08-07T18:57:49.807Z | INFO |
| 4819 | 2026-08-07T18:57:49.807Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4820 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351DEBGINFO 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:30::/64 -> 2001:db8::55:ff |
| 4821 | 2026-08-07T18:57:49.807Z | |
| 4822 | 2026-08-07T18:57:49.807Z | 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 07 18:57:48.351Aug 07 18:57:48.351 |
| 4823 | 2026-08-07T18:57:49.807Z | INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4824 | 2026-08-07T18:57:49.807Z | 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 07 18:57:48.351 |
| 4825 | 2026-08-07T18:57:49.807Z | INFO Aug 07 18:57:48.351Aug 07 18:57:48.351adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4826 | 2026-08-07T18:57:49.807Z | INFODEBG adding route 3fff:beef:31::/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 } }] |
| 4827 | 2026-08-07T18:57:49.807Z | |
| 4828 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:57:48.351 |
| 4829 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4830 | 2026-08-07T18:57:49.807Z | 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 07 18:57:48.351 |
| 4831 | 2026-08-07T18:57:49.807Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4832 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4833 | 2026-08-07T18:57:49.807Z | |
| 4834 | 2026-08-07T18:57:49.807Z | 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 07 18:57:48.351Aug 07 18:57:48.351 |
| 4835 | 2026-08-07T18:57:49.807Z | INFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4836 | 2026-08-07T18:57:49.807Z | |
| 4837 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 4838 | 2026-08-07T18:57:49.807Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4839 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351DEBG 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 } }] |
| 4840 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351replacing 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 } }] |
| 4841 | 2026-08-07T18:57:49.807Z | DEBG Aug 07 18:57:48.351replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4842 | 2026-08-07T18:57:49.807Z | INFOAug 07 18:57:48.351 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 4843 | 2026-08-07T18:57:49.807Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4844 | 2026-08-07T18:57:49.807Z | Aug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4845 | 2026-08-07T18:57:49.808Z | |
| 4846 | 2026-08-07T18:57:49.808Z | replacing targets for 3fff:dead::/64 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 } }] |
| 4847 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352Aug 07 18:57:48.352 Aug 07 18:57:48.352INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 4848 | 2026-08-07T18:57:49.808Z | WARN adding route 3fff:beef:35::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4849 | 2026-08-07T18:57:49.808Z | |
| 4850 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352 DEBGAug 07 18:57:48.352 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 |
| 4851 | 2026-08-07T18:57:49.808Z | 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 } }] |
| 4852 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352 INFOAug 07 18:57:48.352 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 4853 | 2026-08-07T18:57:49.808Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4854 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352 Aug 07 18:57:48.352DEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4855 | 2026-08-07T18:57:49.808Z | 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 } }] |
| 4856 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352 Aug 07 18:57:48.352INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4857 | 2026-08-07T18:57:49.808Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 07 18:57:48.352 |
| 4858 | 2026-08-07T18:57:49.808Z | DEBG Aug 07 18:57:48.352created new freemap Aug 07 18:57:48.352, DEBG unitDEBG: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 } }] |
| 4859 | 2026-08-07T18:57:49.808Z | 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 } }] |
| 4860 | 2026-08-07T18:57:49.808Z | |
| 4861 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352 INFOAug 07 18:57:48.352Aug 07 18:57:48.352 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 4862 | 2026-08-07T18:57:49.808Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffcreated new freemap |
| 4863 | 2026-08-07T18:57:49.808Z | , Aug 07 18:57:48.352unit :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 } }] |
| 4864 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352freemap_route_ipv6 |
| 4865 | 2026-08-07T18:57:49.808Z | DEBGAug 07 18:57:48.352 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 } }] |
| 4866 | 2026-08-07T18:57:49.808Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4867 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352Aug 07 18:57:48.352 DEBGAug 07 18:57:48.352INFO initted freemap. size: 64DEBG, 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 } }]: |
| 4868 | 2026-08-07T18:57:49.808Z | freemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4869 | 2026-08-07T18:57:49.808Z | |
| 4870 | 2026-08-07T18:57:49.808Z | Aug 07 18:57:48.352 INFOAug 07 18:57:48.352 Aug 07 18:57:48.352adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4871 | 2026-08-07T18:57:49.808Z | 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 } }]reset freemap |
| 4872 | 2026-08-07T18:57:49.809Z | , Aug 07 18:57:48.352unit :DEBGAug 07 18:57:48.352 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 } }] |
| 4873 | 2026-08-07T18:57:49.809Z | INFO freemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 07 18:57:48.352 |
| 4874 | 2026-08-07T18:57:49.809Z | |
| 4875 | 2026-08-07T18:57:49.809Z | INFO Aug 07 18:57:48.352adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:57:48.352 |
| 4876 | 2026-08-07T18:57:49.809Z | DEBGDEBG Aug 07 18:57:48.352 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 } }] initted freemap. size: 64DEBG |
| 4877 | 2026-08-07T18:57:49.809Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4878 | 2026-08-07T18:57:49.809Z | , unitreplacing 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_ipv6Aug 07 18:57:48.352 |
| 4879 | 2026-08-07T18:57:49.809Z | DEBGAug 07 18:57:48.352Aug 07 18:57:48.352 DEBG DEBGcreated new freemapAug 07 18:57:48.359 DEBG created new freemapreset freemap, |
| 4880 | 2026-08-07T18:57:49.809Z | unit, :unit: freemap_route_ipv4freemap_route_ipv6 |
| 4881 | 2026-08-07T18:57:49.809Z | |
| 4882 | 2026-08-07T18:57:49.809Z | Aug 07 18:57:48.352, Aug 07 18:57:48.359DEBGunit :INFO Aug 07 18:57:48.359 freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:57:48.359 |
| 4883 | 2026-08-07T18:57:49.809Z | created new freemap |
| 4884 | 2026-08-07T18:57:49.809Z | DEBG created new freemap, , Aug 07 18:57:48.359unit: DEBG INFO freemap_route_ipv6created new freemap |
| 4885 | 2026-08-07T18:57:49.809Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 4886 | 2026-08-07T18:57:49.809Z | unit Aug 07 18:57:48.359adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff: |
| 4887 | 2026-08-07T18:57:49.809Z | Aug 07 18:57:48.360freemap_route_ipv4 DEBGAug 07 18:57:48.360 DEBGinitted freemap. size: 64INFO, unit |
| 4888 | 2026-08-07T18:57:49.809Z | adding route 3fff:dead::/64 -> 2001:db8::55:2: |
| 4889 | 2026-08-07T18:57:49.809Z | Aug 07 18:57:48.360freemap_route_ipv4 |
| 4890 | 2026-08-07T18:57:49.809Z | created new freemapDEBG, replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4891 | 2026-08-07T18:57:49.809Z | Aug 07 18:57:48.360: Aug 07 18:57:48.360Aug 07 18:57:48.360DEBG DEBG created new freemapreset freemap, , freemap_route_ipv6unit |
| 4892 | 2026-08-07T18:57:49.809Z | DEBGunit: :freemap_route_ipv4 Aug 07 18:57:48.360freemap_route_ipv6 |
| 4893 | 2026-08-07T18:57:49.809Z | |
| 4894 | 2026-08-07T18:57:49.809Z | Aug 07 18:57:48.360 INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 18:57:48.360Aug 07 18:57:48.360 initted freemap. size: 64 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG , |
| 4895 | 2026-08-07T18:57:49.809Z | initted freemap. size: 64unitinitted freemap. size: 64, : |
| 4896 | 2026-08-07T18:57:49.809Z | , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 4897 | 2026-08-07T18:57:49.809Z | |
| 4898 | 2026-08-07T18:57:49.810Z | Aug 07 18:57:48.360freemap_route_ipv4 |
| 4899 | 2026-08-07T18:57:49.810Z | Aug 07 18:57:48.360DEBGAug 07 18:57:48.360Aug 07 18:57:48.360 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 } }] |
| 4900 | 2026-08-07T18:57:49.810Z | reset freemapDEBG, unitAug 07 18:57:48.360reset freemap:, Aug 07 18:57:48.360INFO unitfreemap_route_ipv4 |
| 4901 | 2026-08-07T18:57:49.810Z | : DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4902 | 2026-08-07T18:57:49.810Z | INFO freemap_route_ipv6 |
| 4903 | 2026-08-07T18:57:49.810Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 18:57:48.360reset freemap |
| 4904 | 2026-08-07T18:57:49.810Z | , unitAug 07 18:57:48.360Aug 07 18:57:48.360:DEBG DEBGINFO freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4905 | 2026-08-07T18:57:49.810Z | initted freemap. size: 64Aug 07 18:57:48.360, |
| 4906 | 2026-08-07T18:57:49.810Z | unit :Aug 07 18:57:48.360 DEBGfreemap_route_ipv6DEBG |
| 4907 | 2026-08-07T18:57:49.810Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.360 |
| 4908 | 2026-08-07T18:57:49.810Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 07 18:57:48.360 |
| 4909 | 2026-08-07T18:57:49.810Z | DEBGDEBG reset freemapreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64, |
| 4910 | 2026-08-07T18:57:49.810Z | unit, Aug 07 18:57:48.360: unit INFOfreemap_route_ipv6 :Aug 07 18:57:48.360 INFO |
| 4911 | 2026-08-07T18:57:49.815Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 07 18:57:48.360 freemap_route_ipv6INFO |
| 4912 | 2026-08-07T18:57:49.815Z | |
| 4913 | 2026-08-07T18:57:49.815Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:57:48.360 |
| 4914 | 2026-08-07T18:57:49.815Z | |
| 4915 | 2026-08-07T18:57:49.815Z | Aug 07 18:57:48.360INFO Aug 07 18:57:48.360Aug 07 18:57:48.360Aug 07 18:57:48.360 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 4916 | 2026-08-07T18:57:49.815Z | DEBG DEBG reset freemap 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 } }], |
| 4917 | 2026-08-07T18:57:49.815Z | unitDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 4918 | 2026-08-07T18:57:49.816Z | |
| 4919 | 2026-08-07T18:57:49.816Z | Aug 07 18:57:48.360freemap_route_ipv6Aug 07 18:57:48.360 |
| 4920 | 2026-08-07T18:57:49.816Z | Aug 07 18:57:48.360DEBGAug 07 18:57:48.360 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 } }] |
| 4921 | 2026-08-07T18:57:49.816Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 4922 | 2026-08-07T18:57:49.816Z | DEBG Aug 07 18:57:48.360Aug 07 18:57:48.360replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4923 | 2026-08-07T18:57:49.816Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 4924 | 2026-08-07T18:57:49.816Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:57:48.360 DEBG |
| 4925 | 2026-08-07T18:57:49.816Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4926 | 2026-08-07T18:57:49.816Z | 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 07 18:57:48.360 |
| 4927 | 2026-08-07T18:57:49.816Z | Aug 07 18:57:48.360 DEBGDEBG Aug 07 18:57:48.360replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.360 |
| 4928 | 2026-08-07T18:57:49.816Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 4929 | 2026-08-07T18:57:49.816Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:57:48.360 |
| 4930 | 2026-08-07T18:57:49.816Z | |
| 4931 | 2026-08-07T18:57:49.816Z | INFOAug 07 18:57:48.360 Aug 07 18:57:48.360INFOAug 07 18:57:48.360 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4932 | 2026-08-07T18:57:49.816Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4933 | 2026-08-07T18:57:49.816Z | 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 } }] |
| 4934 | 2026-08-07T18:57:49.816Z | |
| 4935 | 2026-08-07T18:57:49.816Z | Aug 07 18:57:48.360 Aug 07 18:57:48.360Aug 07 18:57:48.360 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 4936 | 2026-08-07T18:57:49.816Z | 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 07 18:57:48.360 |
| 4937 | 2026-08-07T18:57:49.816Z | 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 } }] |
| 4938 | 2026-08-07T18:57:49.816Z | Aug 07 18:57:48.360adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4939 | 2026-08-07T18:57:49.816Z | Aug 07 18:57:48.360INFO Aug 07 18:57:48.360INFO Aug 07 18:57:48.360INFOadding route 172.17.0.0/32 -> 10.0.0.255 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4940 | 2026-08-07T18:57:49.816Z | 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 } }] |
| 4941 | 2026-08-07T18:57:49.816Z | |
| 4942 | 2026-08-07T18:57:49.816Z | |
| 4943 | 2026-08-07T18:57:49.816Z | Aug 07 18:57:48.360Aug 07 18:57:48.360 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 } }] |
| 4944 | 2026-08-07T18:57:49.816Z | DEBGAug 07 18:57:48.360Aug 07 18:57:48.360 Aug 07 18:57:48.360 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 } }] INFO |
| 4945 | 2026-08-07T18:57:49.817Z | DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4946 | 2026-08-07T18:57:49.817Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4947 | 2026-08-07T18:57:49.817Z | |
| 4948 | 2026-08-07T18:57:49.817Z | Aug 07 18:57:48.360Aug 07 18:57:48.360 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 4949 | 2026-08-07T18:57:49.817Z | |
| 4950 | 2026-08-07T18:57:49.817Z | Aug 07 18:57:48.360Aug 07 18:57:48.360 DEBGDEBG Aug 07 18:57:48.360 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4951 | 2026-08-07T18:57:49.817Z | |
| 4952 | 2026-08-07T18:57:49.817Z | Aug 07 18:57:48.360 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 4953 | 2026-08-07T18:57:49.817Z | Aug 07 18:57:48.360Aug 07 18:57:48.360 DEBGINFO |
| 4954 | 2026-08-07T18:57:49.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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4955 | 2026-08-07T18:57:49.817Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 07 18:57:48.360Aug 07 18:57:48.360 |
| 4956 | 2026-08-07T18:57:49.817Z | INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255 Aug 07 18:57:48.360adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4957 | 2026-08-07T18:57:49.817Z | |
| 4958 | 2026-08-07T18:57:49.817Z | WARNAug 07 18:57:48.360Aug 07 18:57:48.360 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 } }] |
| 4959 | 2026-08-07T18:57:49.817Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 07 18:57:48.360Aug 07 18:57:48.360 INFO |
| 4960 | 2026-08-07T18:57:49.817Z | 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 } }] DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 4961 | 2026-08-07T18:57:49.817Z | |
| 4962 | 2026-08-07T18:57:49.817Z | 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 } }] |
| 4963 | 2026-08-07T18:57:49.817Z | Aug 07 18:57:48.360Aug 07 18:57:48.360 Aug 07 18:57:48.360INFODEBG INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4964 | 2026-08-07T18:57:49.817Z | |
| 4965 | 2026-08-07T18:57:49.817Z | |
| 4966 | 2026-08-07T18:57:49.817Z | Aug 07 18:57:48.360 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4967 | 2026-08-07T18:57:49.817Z | Aug 07 18:57:48.360 Aug 07 18:57:48.360DEBG Aug 07 18:57:48.360replacing 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 } }] DEBGDEBG unit |
| 4968 | 2026-08-07T18:57:49.817Z | test route::tests::identity_replace_is_noop ... ok |
| 4969 | 2026-08-07T18:57:49.817Z | :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.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 } }] |
| 4970 | 2026-08-07T18:57:49.817Z | |
| 4971 | 2026-08-07T18:57:49.817Z | freemap_route_ipv4Aug 07 18:57:48.360 |
| 4972 | 2026-08-07T18:57:49.818Z | INFOAug 07 18:57:48.360 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 4973 | 2026-08-07T18:57:49.818Z | Aug 07 18:57:48.360adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOAug 07 18:57:48.360 |
| 4974 | 2026-08-07T18:57:49.818Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255Aug 07 18:57:48.360 |
| 4975 | 2026-08-07T18:57:49.818Z | DEBG created new freemap , 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 07 18:57:48.360Aug 07 18:57:48.360 unit |
| 4976 | 2026-08-07T18:57:49.818Z | 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 } }]DEBG Aug 07 18:57:48.360 DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4977 | 2026-08-07T18:57:49.818Z | created new freemap, unit:Aug 07 18:57:48.368 freemap_route_ipv6INFO |
| 4978 | 2026-08-07T18:57:49.818Z | Aug 07 18:57:48.368:Aug 07 18:57:48.360 INFO adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv4INFOAug 07 18:57:48.368 |
| 4979 | 2026-08-07T18:57:49.818Z | DEBG |
| 4980 | 2026-08-07T18:57:49.818Z | initted freemap. size: 64adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, |
| 4981 | 2026-08-07T18:57:49.818Z | unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff:Aug 07 18:57:48.368 Aug 07 18:57:48.368 |
| 4982 | 2026-08-07T18:57:49.818Z | freemap_route_ipv4Aug 07 18:57:48.368 |
| 4983 | 2026-08-07T18:57:49.818Z | DEBGDEBG Aug 07 18:57:48.368created new freemap , DEBG DEBG unitreplacing 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 } }]: |
| 4984 | 2026-08-07T18:57:49.818Z | 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 } }] |
| 4985 | 2026-08-07T18:57:49.818Z | Aug 07 18:57:48.368freemap_route_ipv6 |
| 4986 | 2026-08-07T18:57:49.818Z | 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 } }] |
| 4987 | 2026-08-07T18:57:49.818Z | Aug 07 18:57:48.368Aug 07 18:57:48.368reset freemap , Aug 07 18:57:48.368unit :DEBG Aug 07 18:57:48.368INFOfreemap_route_ipv4initted freemap. size: 64INFO , INFO |
| 4988 | 2026-08-07T18:57:49.818Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit |
| 4989 | 2026-08-07T18:57:49.818Z | : freemap_route_ipv4adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4990 | 2026-08-07T18:57:49.818Z | |
| 4991 | 2026-08-07T18:57:49.818Z | |
| 4992 | 2026-08-07T18:57:49.818Z | Aug 07 18:57:48.368 DEBG Aug 07 18:57:48.368Aug 07 18:57:48.368 Aug 07 18:57:48.368DEBGDEBG DEBGinitted freemap. size: 64 Aug 07 18:57:48.368replacing 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 } }] |
| 4993 | 2026-08-07T18:57:49.818Z | 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 } }], reset freemapunit, |
| 4994 | 2026-08-07T18:57:49.818Z | unit:Aug 07 18:57:48.368 :freemap_route_ipv6 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 } }]freemap_route_ipv4 |
| 4995 | 2026-08-07T18:57:49.818Z | |
| 4996 | 2026-08-07T18:57:49.818Z | |
| 4997 | 2026-08-07T18:57:49.818Z | Aug 07 18:57:48.368 Aug 07 18:57:48.368Aug 07 18:57:48.368Aug 07 18:57:48.368 INFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFODEBGINFO initted freemap. size: 64 , adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit |
| 4998 | 2026-08-07T18:57:49.818Z | :adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4999 | 2026-08-07T18:57:49.818Z | |
| 5000 | 2026-08-07T18:57:49.819Z | freemap_route_ipv6 |
| 5001 | 2026-08-07T18:57:49.819Z | reset freemap, Aug 07 18:57:48.368Aug 07 18:57:48.368 unitDEBGAug 07 18:57:48.368: 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 } }]freemap_route_ipv6 |
| 5002 | 2026-08-07T18:57:49.819Z | |
| 5003 | 2026-08-07T18:57:49.819Z | DEBG DEBG |
| 5004 | 2026-08-07T18:57:49.819Z | Aug 07 18:57:48.368 DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 07 18:57:48.368 |
| 5005 | 2026-08-07T18:57:49.819Z | reset freemapAug 07 18:57:48.368, unit |
| 5006 | 2026-08-07T18:57:49.819Z | : Aug 07 18:57:48.368 INFO freemap_route_ipv6INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5007 | 2026-08-07T18:57:49.819Z | |
| 5008 | 2026-08-07T18:57:49.819Z | Aug 07 18:57:48.368adding route 172.17.0.5/32 -> 10.0.0.255 Aug 07 18:57:48.368 |
| 5009 | 2026-08-07T18:57:49.819Z | INFOINFO INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 07 18:57:48.368Aug 07 18:57:48.368 |
| 5010 | 2026-08-07T18:57:49.819Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:57:48.368DEBG |
| 5011 | 2026-08-07T18:57:49.824Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5012 | 2026-08-07T18:57:49.824Z | DEBGINFO Aug 07 18:57:48.368replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5013 | 2026-08-07T18:57:49.824Z | |
| 5014 | 2026-08-07T18:57:49.825Z | |
| 5015 | 2026-08-07T18:57:49.825Z | DEBGAug 07 18:57:48.368 Aug 07 18:57:48.368 DEBGAug 07 18:57:48.368DEBGreplacing 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 07 18:57:48.368 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 |
| 5016 | 2026-08-07T18:57:49.825Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5017 | 2026-08-07T18:57:49.825Z | |
| 5018 | 2026-08-07T18:57:49.825Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:57:48.368 |
| 5019 | 2026-08-07T18:57:49.825Z | INFOAug 07 18:57:48.368INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5020 | 2026-08-07T18:57:49.825Z | DEBG failed to allocate space for the new target list |
| 5021 | 2026-08-07T18:57:49.825Z | Aug 07 18:57:48.368 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 } }] |
| 5022 | 2026-08-07T18:57:49.825Z | Aug 07 18:57:48.368 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 07 18:57:48.368 |
| 5023 | 2026-08-07T18:57:49.825Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5024 | 2026-08-07T18:57:49.825Z | Aug 07 18:57:48.368Aug 07 18:57:48.368 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 } }]Aug 07 18:57:48.368replacing 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 } }] |
| 5025 | 2026-08-07T18:57:49.825Z | |
| 5026 | 2026-08-07T18:57:49.825Z | DEBG Aug 07 18:57:48.368 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5027 | 2026-08-07T18:57:49.825Z | 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 07 18:57:48.368 |
| 5028 | 2026-08-07T18:57:49.825Z | INFOAug 07 18:57:48.368 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 5029 | 2026-08-07T18:57:49.825Z | 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 07 18:57:48.368 |
| 5030 | 2026-08-07T18:57:49.825Z | Aug 07 18:57:48.368INFOAug 07 18:57:48.361 Aug 07 18:57:48.368DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5031 | 2026-08-07T18:57:49.825Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 5032 | 2026-08-07T18:57:49.825Z | 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 07 18:57:48.368 |
| 5033 | 2026-08-07T18:57:49.825Z | created new freemap Aug 07 18:57:48.368DEBG, DEBGAug 07 18:57:48.368replacing 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 } }] |
| 5034 | 2026-08-07T18:57:49.825Z | INFO 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:3a::/64 -> 2001:db8::55:ff |
| 5035 | 2026-08-07T18:57:49.825Z | |
| 5036 | 2026-08-07T18:57:49.825Z | unitAug 07 18:57:48.368: Aug 07 18:57:48.368freemap_route_ipv4Aug 07 18:57:48.368INFO |
| 5037 | 2026-08-07T18:57:49.825Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255 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 } }] |
| 5038 | 2026-08-07T18:57:49.825Z | |
| 5039 | 2026-08-07T18:57:49.825Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 5040 | 2026-08-07T18:57:49.825Z | Aug 07 18:57:48.368Aug 07 18:57:48.368 DEBGINFO Aug 07 18:57:48.368Aug 07 18:57:48.368 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 } }]DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffcreated new freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5041 | 2026-08-07T18:57:49.826Z | , |
| 5042 | 2026-08-07T18:57:49.826Z | |
| 5043 | 2026-08-07T18:57:49.826Z | unit:Aug 07 18:57:48.368 Aug 07 18:57:48.368freemap_route_ipv6Aug 07 18:57:48.368Aug 07 18:57:48.368 DEBGINFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 5044 | 2026-08-07T18:57:49.826Z | |
| 5045 | 2026-08-07T18:57:49.826Z | adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5046 | 2026-08-07T18:57:49.826Z | |
| 5047 | 2026-08-07T18:57:49.826Z | |
| 5048 | 2026-08-07T18:57:49.826Z | Aug 07 18:57:48.368Aug 07 18:57:48.368 DEBGAug 07 18:57:48.368Aug 07 18:57:48.368 INFO DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5049 | 2026-08-07T18:57:49.826Z | 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5050 | 2026-08-07T18:57:49.826Z | |
| 5051 | 2026-08-07T18:57:49.826Z | DEBGAug 07 18:57:48.368 Aug 07 18:57:48.368Aug 07 18:57:48.368 Aug 07 18:57:48.368INFO DEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 5052 | 2026-08-07T18:57:49.826Z | initted freemap. size: 64replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 5053 | 2026-08-07T18:57:49.826Z | |
| 5054 | 2026-08-07T18:57:49.826Z | 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 07 18:57:48.368 |
| 5055 | 2026-08-07T18:57:49.826Z | DEBGAug 07 18:57:48.368 Aug 07 18:57:48.368 freemap_route_ipv4DEBGAug 07 18:57:48.368INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5056 | 2026-08-07T18:57:49.826Z | 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 } }] |
| 5057 | 2026-08-07T18:57:49.826Z | |
| 5058 | 2026-08-07T18:57:49.826Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 5059 | 2026-08-07T18:57:49.826Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5060 | 2026-08-07T18:57:49.826Z | Aug 07 18:57:48.368Aug 07 18:57:48.368Aug 07 18:57:48.368 INFODEBGINFO 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 } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 5061 | 2026-08-07T18:57:49.826Z | |
| 5062 | 2026-08-07T18:57:49.826Z | |
| 5063 | 2026-08-07T18:57:49.826Z | Aug 07 18:57:48.368Aug 07 18:57:48.368 DEBGDEBG Aug 07 18:57:48.368replacing 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 } }] |
| 5064 | 2026-08-07T18:57:49.826Z | DEBG Aug 07 18:57:48.368 Aug 07 18:57:48.368replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 07 18:57:48.368reset freemap |
| 5065 | 2026-08-07T18:57:49.826Z | INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 5066 | 2026-08-07T18:57:49.826Z | 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 07 18:57:48.368 |
| 5067 | 2026-08-07T18:57:49.826Z | 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5068 | 2026-08-07T18:57:49.826Z | unitAug 07 18:57:48.368 Aug 07 18:57:48.368 |
| 5069 | 2026-08-07T18:57:49.827Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5070 | 2026-08-07T18:57:49.827Z | : DEBG freemap_route_ipv4replacing 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 07 18:57:48.368 |
| 5071 | 2026-08-07T18:57:49.827Z | |
| 5072 | 2026-08-07T18:57:49.827Z | INFODEBG Aug 07 18:57:48.368adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 5073 | 2026-08-07T18:57:49.827Z | Aug 07 18:57:48.368 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 } }]INFODEBG |
| 5074 | 2026-08-07T18:57:49.827Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 5075 | 2026-08-07T18:57:49.827Z | , Aug 07 18:57:48.368unit DEBG:Aug 07 18:57:48.368 freemap_route_ipv6replacing 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 07 18:57:48.368 |
| 5076 | 2026-08-07T18:57:49.827Z | DEBG |
| 5077 | 2026-08-07T18:57:49.827Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 5078 | 2026-08-07T18:57:49.827Z | 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 |
| 5079 | 2026-08-07T18:57:49.827Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:57:48.368 |
| 5080 | 2026-08-07T18:57:49.827Z | Aug 07 18:57:48.368 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreset freemap |
| 5081 | 2026-08-07T18:57:49.827Z | , unitAug 07 18:57:48.368:Aug 07 18:57:48.368 Aug 07 18:57:48.368 freemap_route_ipv6DEBG |
| 5082 | 2026-08-07T18:57:49.827Z | DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5083 | 2026-08-07T18:57:49.827Z | |
| 5084 | 2026-08-07T18:57:49.827Z | Aug 07 18:57:48.368 INFOAug 07 18:57:48.368 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 5085 | 2026-08-07T18:57:49.827Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 07 18:57:48.368 |
| 5086 | 2026-08-07T18:57:49.827Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255Aug 07 18:57:48.368 |
| 5087 | 2026-08-07T18:57:49.827Z | Aug 07 18:57:48.368 |
| 5088 | 2026-08-07T18:57:49.827Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5089 | 2026-08-07T18:57:49.827Z | Aug 07 18:57:48.369 DEBG |
| 5090 | 2026-08-07T18:57:49.827Z | Aug 07 18:57:48.376 created new freemapINFO , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit |
| 5091 | 2026-08-07T18:57:49.827Z | : Aug 07 18:57:48.376freemap_route_ipv4 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5092 | 2026-08-07T18:57:49.827Z | Aug 07 18:57:48.376 |
| 5093 | 2026-08-07T18:57:49.827Z | DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.352Aug 07 18:57:48.376 Aug 07 18:57:48.376 DEBGDEBG |
| 5094 | 2026-08-07T18:57:49.827Z | failed to allocate space for the new target list created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5095 | 2026-08-07T18:57:49.827Z | |
| 5096 | 2026-08-07T18:57:49.828Z | , unitDEBG:Aug 07 18:57:48.376Aug 07 18:57:48.376Aug 07 18:57:48.376 DEBGfreemap_route_ipv4INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5097 | 2026-08-07T18:57:49.828Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]created new freemap |
| 5098 | 2026-08-07T18:57:49.828Z | INFO |
| 5099 | 2026-08-07T18:57:49.828Z | , Aug 07 18:57:48.376adding route 3fff:dead::/64 -> 2001:db8::55:3unitAug 07 18:57:48.376Aug 07 18:57:48.376 |
| 5100 | 2026-08-07T18:57:49.828Z | : DEBGDEBG Aug 07 18:57:48.376 created new freemapfailed to allocate space for the new target list, DEBG |
| 5101 | 2026-08-07T18:57:49.828Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]: |
| 5102 | 2026-08-07T18:57:49.828Z | |
| 5103 | 2026-08-07T18:57:49.828Z | freemap_route_ipv6 |
| 5104 | 2026-08-07T18:57:49.828Z | Aug 07 18:57:48.376freemap_route_ipv6 |
| 5105 | 2026-08-07T18:57:49.828Z | INFOAug 07 18:57:48.376 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 5106 | 2026-08-07T18:57:49.828Z | Aug 07 18:57:48.376adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 07 18:57:48.376 |
| 5107 | 2026-08-07T18:57:49.828Z | DEBGAug 07 18:57:48.376 initted freemap. size: 64DEBGDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]unitAug 07 18:57:48.376 : initted freemap. size: 64freemap_route_ipv4, |
| 5108 | 2026-08-07T18:57:49.828Z | |
| 5109 | 2026-08-07T18:57:49.828Z | DEBG unitreplacing 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 07 18:57:48.376 |
| 5110 | 2026-08-07T18:57:49.828Z | freemap_route_ipv4Aug 07 18:57:48.376 DEBG |
| 5111 | 2026-08-07T18:57:49.833Z | reset freemapDEBG, unitAug 07 18:57:48.376:replacing targets for 3fff:dead::/64 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 } }] |
| 5112 | 2026-08-07T18:57:49.833Z | freemap_route_ipv4 |
| 5113 | 2026-08-07T18:57:49.833Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 5114 | 2026-08-07T18:57:49.833Z | Aug 07 18:57:48.376Aug 07 18:57:48.376 WARNDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })reset freemap |
| 5115 | 2026-08-07T18:57:49.833Z | , unitAug 07 18:57:48.376 :DEBG freemap_route_ipv4Aug 07 18:57:48.376 |
| 5116 | 2026-08-07T18:57:49.833Z | initted freemap. size: 64DEBG , replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 5117 | 2026-08-07T18:57:49.833Z | Aug 07 18:57:48.376: freemap_route_ipv6 |
| 5118 | 2026-08-07T18:57:49.833Z | DEBG Aug 07 18:57:48.376initted freemap. size: 64 , INFOunit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 5119 | 2026-08-07T18:57:49.833Z | freemap_route_ipv6 |
| 5120 | 2026-08-07T18:57:49.833Z | Aug 07 18:57:48.376 DEBG reset freemapAug 07 18:57:48.376Aug 07 18:57:48.376Aug 07 18:57:48.369, unit :DEBG DEBG freemap_route_ipv6created new freemap |
| 5121 | 2026-08-07T18:57:49.833Z | 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 } }], |
| 5122 | 2026-08-07T18:57:49.833Z | unitDEBG : reset freemapfreemap_route_ipv4, |
| 5123 | 2026-08-07T18:57:49.833Z | unitAug 07 18:57:48.376Aug 07 18:57:48.376 INFO: adding route 3fff:beef:d::/64 -> 2001:db8::55:ff INFO |
| 5124 | 2026-08-07T18:57:49.833Z | Aug 07 18:57:48.376 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5125 | 2026-08-07T18:57:49.833Z | created new freemapfreemap_route_ipv6Aug 07 18:57:48.376 |
| 5126 | 2026-08-07T18:57:49.833Z | , DEBGunit :replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.376Aug 07 18:57:48.376 DEBG |
| 5127 | 2026-08-07T18:57:49.833Z | freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5128 | 2026-08-07T18:57:49.833Z | |
| 5129 | 2026-08-07T18:57:49.833Z | INFO Aug 07 18:57:48.376adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:57:48.376 |
| 5130 | 2026-08-07T18:57:49.833Z | INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 07 18:57:48.376 |
| 5131 | 2026-08-07T18:57:49.833Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64 |
| 5132 | 2026-08-07T18:57:49.833Z | , Aug 07 18:57:48.376unit :Aug 07 18:57:48.376 Aug 07 18:57:48.376freemap_route_ipv4 DEBG |
| 5133 | 2026-08-07T18:57:49.833Z | 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: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 } }] |
| 5134 | 2026-08-07T18:57:49.833Z | Aug 07 18:57:48.376 |
| 5135 | 2026-08-07T18:57:49.833Z | DEBGDEBG 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 } }]Aug 07 18:57:48.376, |
| 5136 | 2026-08-07T18:57:49.834Z | INFOAug 07 18:57:48.376 unit adding route 3fff:dead::/64 -> 2001:db8::55:3: |
| 5137 | 2026-08-07T18:57:49.834Z | INFO freemap_route_ipv4adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5138 | 2026-08-07T18:57:49.834Z | |
| 5139 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376 Aug 07 18:57:48.376 INFODEBG Aug 07 18:57:48.376 Aug 07 18:57:48.368adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5140 | 2026-08-07T18:57:49.834Z | |
| 5141 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376DEBG DEBGinitted freemap. size: 64Aug 07 18:57:48.376 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 } }] |
| 5142 | 2026-08-07T18:57:49.834Z | unitINFO: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 07 18:57:48.376 |
| 5143 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv6 |
| 5144 | 2026-08-07T18:57:49.834Z | |
| 5145 | 2026-08-07T18:57:49.834Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 5146 | 2026-08-07T18:57:49.834Z | DEBGAug 07 18:57:48.376 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 } }] |
| 5147 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376Aug 07 18:57:48.376 adding route 172.17.0.14/32 -> 10.0.0.255Aug 07 18:57:48.376DEBG |
| 5148 | 2026-08-07T18:57:49.834Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 5149 | 2026-08-07T18:57:49.834Z | reset freemapreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5150 | 2026-08-07T18:57:49.834Z | unit:Aug 07 18:57:48.376 DEBGAug 07 18:57:48.376freemap_route_ipv6Aug 07 18:57:48.376 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 } }] |
| 5151 | 2026-08-07T18:57:49.834Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 5152 | 2026-08-07T18:57:49.834Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 5153 | 2026-08-07T18:57:49.834Z | |
| 5154 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376 Aug 07 18:57:48.376INFOAug 07 18:57:48.376Aug 07 18:57:48.376 DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5155 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376 |
| 5156 | 2026-08-07T18:57:49.834Z | WARN INFODEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 07 18:57:48.376Aug 07 18:57:48.376adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5157 | 2026-08-07T18:57:49.834Z | INFO |
| 5158 | 2026-08-07T18:57:49.834Z | DEBG Aug 07 18:57:48.376replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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: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:3, vlan_id: None } }] |
| 5159 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376 |
| 5160 | 2026-08-07T18:57:49.834Z | |
| 5161 | 2026-08-07T18:57:49.834Z | ERRODEBG 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 } }] |
| 5162 | 2026-08-07T18:57:49.834Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5163 | 2026-08-07T18:57:49.834Z | Aug 07 18:57:48.376Aug 07 18:57:48.376 Aug 07 18:57:48.376DEBG INFOINFOreplacing 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 } }] |
| 5164 | 2026-08-07T18:57:49.835Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5165 | 2026-08-07T18:57:49.835Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5166 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.376 ERROAug 07 18:57:48.376 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itINFO |
| 5167 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.376 Aug 07 18:57:48.376adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 5168 | 2026-08-07T18:57:49.835Z | 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.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 } }] |
| 5169 | 2026-08-07T18:57:49.835Z | |
| 5170 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.376 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 } }] |
| 5171 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.376 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 07 18:57:48.376 |
| 5172 | 2026-08-07T18:57:49.835Z | INFOAug 07 18:57:48.376 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 5173 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.376 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 5174 | 2026-08-07T18:57:49.835Z | 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 07 18:57:48.376 |
| 5175 | 2026-08-07T18:57:49.835Z | 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 } }] |
| 5176 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.376Aug 07 18:57:48.376 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5177 | 2026-08-07T18:57:49.835Z | |
| 5178 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.377 INFO Aug 07 18:57:48.377adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 18:57:48.377 |
| 5179 | 2026-08-07T18:57:49.835Z | INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 07 18:57:48.377 |
| 5180 | 2026-08-07T18:57:49.835Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5181 | 2026-08-07T18:57:49.835Z | 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 07 18:57:48.377 |
| 5182 | 2026-08-07T18:57:49.835Z | 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 } }]Aug 07 18:57:48.377Aug 07 18:57:48.377 INFOINFO |
| 5183 | 2026-08-07T18:57:49.835Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5184 | 2026-08-07T18:57:49.835Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5185 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.377 INFOAug 07 18:57:48.377 Aug 07 18:57:48.377 adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 5186 | 2026-08-07T18:57:49.835Z | 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 |
| 5187 | 2026-08-07T18:57:49.835Z | 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 07 18:57:48.377 |
| 5188 | 2026-08-07T18:57:49.835Z | 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 07 18:57:48.377 |
| 5189 | 2026-08-07T18:57:49.835Z | Aug 07 18:57:48.377INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5190 | 2026-08-07T18:57:49.835Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5191 | 2026-08-07T18:57:49.836Z | Aug 07 18:57:48.377 Aug 07 18:57:48.377Aug 07 18:57:48.377 Aug 07 18:57:48.377 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 } }]Aug 07 18:57:48.368 |
| 5192 | 2026-08-07T18:57:49.836Z | created new freemap , DEBGunit :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 07 18:57:48.384 |
| 5193 | 2026-08-07T18:57:49.836Z | freemap_route_ipv4 |
| 5194 | 2026-08-07T18:57:49.836Z | Aug 07 18:57:48.377Aug 07 18:57:48.384Aug 07 18:57:48.384 DEBGINFODEBG adding route 172.17.0.10/32 -> 10.0.0.255created new freemap |
| 5195 | 2026-08-07T18:57:49.836Z | , created new freemapunit, :unit :Aug 07 18:57:48.384freemap_route_ipv4 |
| 5196 | 2026-08-07T18:57:49.836Z | DEBGfreemap_route_ipv6 |
| 5197 | 2026-08-07T18:57:49.836Z | 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 } }] |
| 5198 | 2026-08-07T18:57:49.836Z | Aug 07 18:57:48.384Aug 07 18:57:48.384 DEBGDEBG initted freemap. size: 64created new freemap, Aug 07 18:57:48.384, unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 5199 | 2026-08-07T18:57:49.836Z | INFO |
| 5200 | 2026-08-07T18:57:49.836Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 07 18:57:48.384Aug 07 18:57:48.377 |
| 5201 | 2026-08-07T18:57:49.836Z | DEBG Aug 07 18:57:48.384DEBGcreated new freemapAug 07 18:57:48.384 , unitDEBGDEBG: freemap_route_ipv4reset freemapreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5202 | 2026-08-07T18:57:49.836Z | |
| 5203 | 2026-08-07T18:57:49.836Z | initted freemap. size: 64, , unit:unitAug 07 18:57:48.384: INFOfreemap_route_ipv4freemap_route_ipv4Aug 07 18:57:48.384 |
| 5204 | 2026-08-07T18:57:49.836Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5205 | 2026-08-07T18:57:49.836Z | |
| 5206 | 2026-08-07T18:57:49.836Z | DEBGAug 07 18:57:48.384 created new freemapAug 07 18:57:48.384, DEBGAug 07 18:57:48.384 DEBGreset freemapunit, unit :initted freemap. size: 64DEBG , 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 } }]unitfreemap_route_ipv4: |
| 5207 | 2026-08-07T18:57:49.836Z | |
| 5208 | 2026-08-07T18:57:49.836Z | :freemap_route_ipv6 |
| 5209 | 2026-08-07T18:57:49.836Z | freemap_route_ipv6Aug 07 18:57:48.384 |
| 5210 | 2026-08-07T18:57:49.836Z | INFO Aug 07 18:57:48.384adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5211 | 2026-08-07T18:57:49.841Z | DEBGAug 07 18:57:48.384 reset freemapDEBG, Aug 07 18:57:48.384initted freemap. size: 64unit :Aug 07 18:57:48.384, DEBGunit :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 } }] freemap_route_ipv6 |
| 5212 | 2026-08-07T18:57:49.841Z | |
| 5213 | 2026-08-07T18:57:49.841Z | freemap_route_ipv6DEBG |
| 5214 | 2026-08-07T18:57:49.841Z | initted freemap. size: 64Aug 07 18:57:48.384Aug 07 18:57:48.384 , INFOunit : adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5215 | 2026-08-07T18:57:49.841Z | DEBG freemap_route_ipv4Aug 07 18:57:48.384 |
| 5216 | 2026-08-07T18:57:49.841Z | reset freemap INFO, Aug 07 18:57:48.384adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5217 | 2026-08-07T18:57:49.841Z | unitDEBG: Aug 07 18:57:48.384replacing 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 07 18:57:48.384 DEBGDEBG freemap_route_ipv6reset freemap |
| 5218 | 2026-08-07T18:57:49.841Z | , |
| 5219 | 2026-08-07T18:57:49.841Z | 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 } }]: |
| 5220 | 2026-08-07T18:57:49.841Z | freemap_route_ipv4Aug 07 18:57:48.384 |
| 5221 | 2026-08-07T18:57:49.841Z | INFO Aug 07 18:57:48.384Aug 07 18:57:48.384 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFOAug 07 18:57:48.384 |
| 5222 | 2026-08-07T18:57:49.841Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG initted freemap. size: 64 |
| 5223 | 2026-08-07T18:57:49.841Z | adding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 5224 | 2026-08-07T18:57:49.841Z | unitAug 07 18:57:48.384: Aug 07 18:57:48.384DEBG freemap_route_ipv6 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 } }] |
| 5225 | 2026-08-07T18:57:49.841Z | |
| 5226 | 2026-08-07T18:57:49.841Z | Aug 07 18:57:48.384replacing 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 } }] |
| 5227 | 2026-08-07T18:57:49.841Z | DEBGAug 07 18:57:48.384Aug 07 18:57:48.384 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 } }] reset freemap |
| 5228 | 2026-08-07T18:57:49.841Z | , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 07 18:57:48.384freemap_route_ipv6 |
| 5229 | 2026-08-07T18:57:49.841Z | |
| 5230 | 2026-08-07T18:57:49.842Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:57:48.384Aug 07 18:57:48.384 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5231 | 2026-08-07T18:57:49.842Z | |
| 5232 | 2026-08-07T18:57:49.842Z | |
| 5233 | 2026-08-07T18:57:49.842Z | Aug 07 18:57:48.384 INFOAug 07 18:57:48.384 Aug 07 18:57:48.384 Aug 07 18:57:48.384adding route 172.16.0.0/32 -> 10.0.0.1 DEBGDEBG |
| 5234 | 2026-08-07T18:57:49.842Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5235 | 2026-08-07T18:57:49.842Z | Aug 07 18:57:48.384replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5236 | 2026-08-07T18:57:49.842Z | |
| 5237 | 2026-08-07T18:57:49.842Z | DEBGAug 07 18:57:48.384Aug 07 18:57:48.384Aug 07 18:57:48.384 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5238 | 2026-08-07T18:57:49.842Z | |
| 5239 | 2026-08-07T18:57:49.842Z | INFO Aug 07 18:57:48.384 adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 5240 | 2026-08-07T18:57:49.842Z | |
| 5241 | 2026-08-07T18:57:49.842Z | Aug 07 18:57:48.384replacing 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 } }] |
| 5242 | 2026-08-07T18:57:49.842Z | INFOAug 07 18:57:48.384 Aug 07 18:57:48.384DEBG INFO Aug 07 18:57:48.384 adding route 3fff:dead::/64 -> 2001:db8::55:4INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.0/32 -> 10.0.0.255 |
| 5243 | 2026-08-07T18:57:49.842Z | |
| 5244 | 2026-08-07T18:57:49.842Z | |
| 5245 | 2026-08-07T18:57:49.842Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5246 | 2026-08-07T18:57:49.842Z | Aug 07 18:57:48.384Aug 07 18:57:48.384Aug 07 18:57:48.384 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 } }] Aug 07 18:57:48.384 |
| 5247 | 2026-08-07T18:57:49.842Z | replacing targets for 3fff:dead::/64 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 } }] DEBGDEBG |
| 5248 | 2026-08-07T18:57:49.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 } }]Aug 07 18:57:48.384 |
| 5249 | 2026-08-07T18:57:49.842Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5250 | 2026-08-07T18:57:49.842Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5251 | 2026-08-07T18:57:49.842Z | Aug 07 18:57:48.384 Aug 07 18:57:48.385INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5252 | 2026-08-07T18:57:49.842Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5253 | 2026-08-07T18:57:49.842Z | Aug 07 18:57:48.385DEBG Aug 07 18:57:48.385DEBGreplacing 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.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5254 | 2026-08-07T18:57:49.842Z | |
| 5255 | 2026-08-07T18:57:49.842Z | 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 } }] |
| 5256 | 2026-08-07T18:57:49.842Z | Aug 07 18:57:48.377Aug 07 18:57:48.385INFO DEBG INFOadding route 172.17.0.20/32 -> 10.0.0.255created new freemap |
| 5257 | 2026-08-07T18:57:49.842Z | adding route 172.17.0.2/32 -> 10.0.0.255, |
| 5258 | 2026-08-07T18:57:49.843Z | Aug 07 18:57:48.385unit: Aug 07 18:57:48.385INFOAug 07 18:57:48.385Aug 07 18:57:48.385 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 5259 | 2026-08-07T18:57:49.843Z | 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 } }]DEBGfreemap_route_ipv4 |
| 5260 | 2026-08-07T18:57:49.843Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5261 | 2026-08-07T18:57:49.843Z | |
| 5262 | 2026-08-07T18:57:49.843Z | Aug 07 18:57:48.385replacing 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 07 18:57:48.385INFO |
| 5263 | 2026-08-07T18:57:49.843Z | DEBGAug 07 18:57:48.385Aug 07 18:57:48.385Aug 07 18:57:48.385 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 5264 | 2026-08-07T18:57:49.843Z | DEBGINFO created new freemapreplacing 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.21/32 -> 10.0.0.255, |
| 5265 | 2026-08-07T18:57:49.843Z | 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 } }] |
| 5266 | 2026-08-07T18:57:49.843Z | |
| 5267 | 2026-08-07T18:57:49.843Z | unit: Aug 07 18:57:48.385freemap_route_ipv6Aug 07 18:57:48.385 Aug 07 18:57:48.385INFO Aug 07 18:57:48.385INFO |
| 5268 | 2026-08-07T18:57:49.843Z | DEBGDEBG adding route 172.17.0.21/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 } }] |
| 5269 | 2026-08-07T18:57:49.843Z | |
| 5270 | 2026-08-07T18:57:49.843Z | adding route 172.17.0.5/32 -> 10.0.0.255 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5271 | 2026-08-07T18:57:49.843Z | Aug 07 18:57:48.385Aug 07 18:57:48.385 INFO |
| 5272 | 2026-08-07T18:57:49.843Z | Aug 07 18:57:48.385adding route 172.17.0.4/32 -> 10.0.0.255 Aug 07 18:57:48.385DEBGDEBG |
| 5273 | 2026-08-07T18:57:49.843Z | 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 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 } }] |
| 5274 | 2026-08-07T18:57:49.843Z | Aug 07 18:57:48.385initted freemap. size: 64 |
| 5275 | 2026-08-07T18:57:49.843Z | , DEBGunitAug 07 18:57:48.385: INFOAug 07 18:57:48.385 Aug 07 18:57:48.385replacing 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.22/32 -> 10.0.0.255freemap_route_ipv4 |
| 5276 | 2026-08-07T18:57:49.843Z | |
| 5277 | 2026-08-07T18:57:49.843Z | INFO |
| 5278 | 2026-08-07T18:57:49.843Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255 Aug 07 18:57:48.385 |
| 5279 | 2026-08-07T18:57:49.843Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:57:48.385DEBG reset freemapDEBGAug 07 18:57:48.385Aug 07 18:57:48.385 |
| 5280 | 2026-08-07T18:57:49.843Z | INFO 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 } }] , Aug 07 18:57:48.385 |
| 5281 | 2026-08-07T18:57:49.843Z | 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 } }]adding route 172.17.0.5/32 -> 10.0.0.255: freemap_route_ipv4DEBG |
| 5282 | 2026-08-07T18:57:49.843Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5283 | 2026-08-07T18:57:49.843Z | |
| 5284 | 2026-08-07T18:57:49.844Z | |
| 5285 | 2026-08-07T18:57:49.844Z | 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 } }] |
| 5286 | 2026-08-07T18:57:49.844Z | Aug 07 18:57:48.385 INFOAug 07 18:57:48.385Aug 07 18:57:48.385Aug 07 18:57:48.385 DEBGINFO 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 } }] |
| 5287 | 2026-08-07T18:57:49.844Z | adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 5288 | 2026-08-07T18:57:49.844Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5289 | 2026-08-07T18:57:49.844Z | Aug 07 18:57:48.385Aug 07 18:57:48.385 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 5290 | 2026-08-07T18:57:49.844Z | |
| 5291 | 2026-08-07T18:57:49.844Z | Aug 07 18:57:48.385DEBG Aug 07 18:57:48.385 DEBGDEBGAug 07 18:57:48.385replacing 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 |
| 5292 | 2026-08-07T18:57:49.844Z | initted freemap. size: 64replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 07 18:57:48.385unitreplacing 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 07 18:57:48.385 |
| 5293 | 2026-08-07T18:57:49.844Z | INFOINFO |
| 5294 | 2026-08-07T18:57:49.844Z | adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255Aug 07 18:57:48.385 freemap_route_ipv6 |
| 5295 | 2026-08-07T18:57:49.844Z | |
| 5296 | 2026-08-07T18:57:49.844Z | INFO |
| 5297 | 2026-08-07T18:57:49.844Z | adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 5298 | 2026-08-07T18:57:49.844Z | Aug 07 18:57:48.385 Aug 07 18:57:48.385DEBG INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.385 adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5299 | 2026-08-07T18:57:49.844Z | DEBG Aug 07 18:57:48.385replacing 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 } }] |
| 5300 | 2026-08-07T18:57:49.844Z | |
| 5301 | 2026-08-07T18:57:49.844Z | 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 07 18:57:48.385DEBG Aug 07 18:57:48.385 DEBGAug 07 18:57:48.385INFOreplacing 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 } }] |
| 5302 | 2026-08-07T18:57:49.844Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5303 | 2026-08-07T18:57:49.844Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5304 | 2026-08-07T18:57:49.844Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5305 | 2026-08-07T18:57:49.844Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5306 | 2026-08-07T18:57:49.844Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5307 | 2026-08-07T18:57:49.844Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5308 | 2026-08-07T18:57:49.844Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5309 | 2026-08-07T18:57:49.844Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5310 | 2026-08-07T18:57:49.844Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5311 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5312 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5313 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5314 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5315 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5316 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5317 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5318 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5319 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5320 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5321 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5322 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5323 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5324 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5325 | 2026-08-07T18:57:49.849Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5326 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5327 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5328 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5329 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5330 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5331 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5332 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5333 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5334 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5335 | 2026-08-07T18:57:49.850Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5336 | 2026-08-07T18:57:49.850Z | DEBGAug 07 18:57:48.385 reset freemapreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unitAug 07 18:57:48.385 :DEBG |
| 5337 | 2026-08-07T18:57:49.850Z | freemap_route_ipv6created new freemap |
| 5338 | 2026-08-07T18:57:49.850Z | Aug 07 18:57:48.385, unitAug 07 18:57:48.392: freemap_route_ipv4 |
| 5339 | 2026-08-07T18:57:49.850Z | INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5340 | 2026-08-07T18:57:49.850Z | created new freemapAug 07 18:57:48.392, unitDEBG :created new freemap , freemap_route_ipv4unit |
| 5341 | 2026-08-07T18:57:49.850Z | Aug 07 18:57:48.392: freemap_route_ipv6Aug 07 18:57:48.392 |
| 5342 | 2026-08-07T18:57:49.850Z | 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 } }]Aug 07 18:57:48.392adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5343 | 2026-08-07T18:57:49.850Z | DEBGAug 07 18:57:48.392 created new freemapDEBG initted freemap. size: 64, |
| 5344 | 2026-08-07T18:57:49.850Z | , Aug 07 18:57:48.392unit unitINFO: :adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5345 | 2026-08-07T18:57:49.850Z | freemap_route_ipv4freemap_route_ipv6 |
| 5346 | 2026-08-07T18:57:49.850Z | |
| 5347 | 2026-08-07T18:57:49.850Z | Aug 07 18:57:48.392Aug 07 18:57:48.392Aug 07 18:57:48.392 |
| 5348 | 2026-08-07T18:57:49.850Z | 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 } }] DEBG |
| 5349 | 2026-08-07T18:57:49.850Z | initted freemap. size: 64 , reset freemapunit, :unit :Aug 07 18:57:48.392 freemap_route_ipv4 |
| 5350 | 2026-08-07T18:57:49.850Z | INFOAug 07 18:57:48.392freemap_route_ipv4 |
| 5351 | 2026-08-07T18:57:49.850Z | INFOadding route 172.17.0.25/32 -> 10.0.0.255Aug 07 18:57:48.392 |
| 5352 | 2026-08-07T18:57:49.850Z | DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 07 18:57:48.392 |
| 5353 | 2026-08-07T18:57:49.850Z | Aug 07 18:57:48.392initted freemap. size: 64DEBG , reset freemapunitAug 07 18:57:48.392, :unitDEBG: 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 } }] |
| 5354 | 2026-08-07T18:57:49.851Z | freemap_route_ipv4replacing 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 } }] |
| 5355 | 2026-08-07T18:57:49.851Z | |
| 5356 | 2026-08-07T18:57:49.851Z | freemap_route_ipv6Aug 07 18:57:48.392 |
| 5357 | 2026-08-07T18:57:49.851Z | INFOAug 07 18:57:48.392 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:57:48.392DEBG |
| 5358 | 2026-08-07T18:57:49.851Z | INFOinitted freemap. size: 64 , adding route 172.17.0.26/32 -> 10.0.0.255unit |
| 5359 | 2026-08-07T18:57:49.851Z | Aug 07 18:57:48.392Aug 07 18:57:48.392: DEBG freemap_route_ipv6 |
| 5360 | 2026-08-07T18:57:49.851Z | DEBGreset freemap , 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 } }]unit |
| 5361 | 2026-08-07T18:57:49.851Z | : Aug 07 18:57:48.392Aug 07 18:57:48.392freemap_route_ipv6 DEBGDEBGAug 07 18:57:48.392 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5362 | 2026-08-07T18:57:49.851Z | |
| 5363 | 2026-08-07T18:57:49.851Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreset freemap |
| 5364 | 2026-08-07T18:57:49.851Z | , unitAug 07 18:57:48.392Aug 07 18:57:48.392 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:57:48.385 |
| 5365 | 2026-08-07T18:57:49.851Z | Aug 07 18:57:48.392INFO: Aug 07 18:57:48.385INFODEBGfreemap_route_ipv6 |
| 5366 | 2026-08-07T18:57:49.851Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5367 | 2026-08-07T18:57:49.851Z | 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 07 18:57:48.392Aug 07 18:57:48.392 |
| 5368 | 2026-08-07T18:57:49.851Z | Aug 07 18:57:48.392 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 } }] |
| 5369 | 2026-08-07T18:57:49.851Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBGDEBG |
| 5370 | 2026-08-07T18:57:49.851Z | Aug 07 18:57:48.392 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5371 | 2026-08-07T18:57:49.851Z | |
| 5372 | 2026-08-07T18:57:49.851Z | test route::tests::same_size_non_subset_replace ... ok |
| 5373 | 2026-08-07T18:57:49.851Z | Aug 07 18:57:48.392replacing 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 } }] DEBGAug 07 18:57:48.392adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 07 18:57:48.392 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5374 | 2026-08-07T18:57:49.851Z | DEBG |
| 5375 | 2026-08-07T18:57:49.851Z | |
| 5376 | 2026-08-07T18:57:49.851Z | adding route 172.17.0.10/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 07 18:57:48.392 |
| 5377 | 2026-08-07T18:57:49.851Z | Aug 07 18:57:48.392 |
| 5378 | 2026-08-07T18:57:49.851Z | INFO Aug 07 18:57:48.392 Aug 07 18:57:48.392 adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 5379 | 2026-08-07T18:57:49.851Z | 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 07 18:57:48.392INFO Aug 07 18:57:48.392 |
| 5380 | 2026-08-07T18:57:49.851Z | DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 07 18:57:48.392 |
| 5381 | 2026-08-07T18:57:49.852Z | |
| 5382 | 2026-08-07T18:57:49.852Z | INFOAug 07 18:57:48.392Aug 07 18:57:48.392replacing 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 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 } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5383 | 2026-08-07T18:57:49.852Z | |
| 5384 | 2026-08-07T18:57:49.852Z | |
| 5385 | 2026-08-07T18:57:49.852Z | Aug 07 18:57:48.393 |
| 5386 | 2026-08-07T18:57:49.852Z | INFOAug 07 18:57:48.393Aug 07 18:57:48.393Aug 07 18:57:48.393 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 } }]DEBG |
| 5387 | 2026-08-07T18:57:49.852Z | adding route 172.16.0.0/32 -> 10.0.0.3replacing 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.17.0.11/32 -> 10.0.0.255 |
| 5388 | 2026-08-07T18:57:49.852Z | |
| 5389 | 2026-08-07T18:57:49.852Z | |
| 5390 | 2026-08-07T18:57:49.852Z | Aug 07 18:57:48.393 INFOAug 07 18:57:48.393Aug 07 18:57:48.393Aug 07 18:57:48.393 Aug 07 18:57:48.393DEBGDEBG 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 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5391 | 2026-08-07T18:57:49.852Z | |
| 5392 | 2026-08-07T18:57:49.852Z | |
| 5393 | 2026-08-07T18:57:49.852Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5394 | 2026-08-07T18:57:49.852Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 07 18:57:48.393 |
| 5395 | 2026-08-07T18:57:49.852Z | DEBG Aug 07 18:57:48.393Aug 07 18:57:48.393replacing 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 } }] |
| 5396 | 2026-08-07T18:57:49.852Z | INFODEBG Aug 07 18:57:48.393 INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.8/32 -> 10.0.0.255Aug 07 18:57:48.393 |
| 5397 | 2026-08-07T18:57:49.852Z | Aug 07 18:57:48.393INFO INFO adding route 172.16.0.0/32 -> 10.0.0.4 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 5398 | 2026-08-07T18:57:49.852Z | |
| 5399 | 2026-08-07T18:57:49.852Z | |
| 5400 | 2026-08-07T18:57:49.852Z | DEBGAug 07 18:57:48.393adding route 172.17.0.12/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 07 18:57:48.393 |
| 5401 | 2026-08-07T18:57:49.852Z | |
| 5402 | 2026-08-07T18:57:49.852Z | DEBGAug 07 18:57:48.393Aug 07 18:57:48.393 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 } }] DEBG |
| 5403 | 2026-08-07T18:57:49.852Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 07 18:57:48.393 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.393 |
| 5404 | 2026-08-07T18:57:49.852Z | |
| 5405 | 2026-08-07T18:57:49.852Z | DEBG DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5406 | 2026-08-07T18:57:49.852Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 18:57:48.393 |
| 5407 | 2026-08-07T18:57:49.852Z | Aug 07 18:57:48.393 Aug 07 18:57:48.393INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 07 18:57:48.393 |
| 5408 | 2026-08-07T18:57:49.852Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5409 | 2026-08-07T18:57:49.853Z | Aug 07 18:57:48.393 DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5410 | 2026-08-07T18:57:49.853Z | Aug 07 18:57:48.393replacing targets for 172.16.0.0/32 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 |
| 5411 | 2026-08-07T18:57:49.857Z | Aug 07 18:57:48.393replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5412 | 2026-08-07T18:57:49.857Z | DEBGAug 07 18:57:48.393 DEBG 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 } }]Aug 07 18:57:48.393 |
| 5413 | 2026-08-07T18:57:49.857Z | |
| 5414 | 2026-08-07T18:57:49.857Z | INFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5415 | 2026-08-07T18:57:49.857Z | |
| 5416 | 2026-08-07T18:57:49.857Z | |
| 5417 | 2026-08-07T18:57:49.857Z | Aug 07 18:57:48.393 Aug 07 18:57:48.393Aug 07 18:57:48.393Aug 07 18:57:48.393 INFOINFOAug 07 18:57:48.393 DEBGadding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 5418 | 2026-08-07T18:57:49.857Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:23::/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.3, vlan_id: None } }] |
| 5419 | 2026-08-07T18:57:49.857Z | |
| 5420 | 2026-08-07T18:57:49.857Z | Aug 07 18:57:48.393 |
| 5421 | 2026-08-07T18:57:49.857Z | DEBG 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 07 18:57:48.393 |
| 5422 | 2026-08-07T18:57:49.857Z | Aug 07 18:57:48.393 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5423 | 2026-08-07T18:57:49.857Z | 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 } }] |
| 5424 | 2026-08-07T18:57:49.857Z | INFO Aug 07 18:57:48.393Aug 07 18:57:48.393adding route 172.17.0.32/32 -> 10.0.0.255 INFO |
| 5425 | 2026-08-07T18:57:49.857Z | Aug 07 18:57:48.393INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 5426 | 2026-08-07T18:57:49.857Z | Aug 07 18:57:48.393adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBG |
| 5427 | 2026-08-07T18:57:49.858Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5428 | 2026-08-07T18:57:49.858Z | Aug 07 18:57:48.393replacing 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 } }] |
| 5429 | 2026-08-07T18:57:49.858Z | DEBG Aug 07 18:57:48.393replacing 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 } }] |
| 5430 | 2026-08-07T18:57:49.858Z | Aug 07 18:57:48.393Aug 07 18:57:48.393DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5431 | 2026-08-07T18:57:49.858Z | adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 5432 | 2026-08-07T18:57:49.858Z | Aug 07 18:57:48.393Aug 07 18:57:48.393 INFO Aug 07 18:57:48.393 INFODEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5433 | 2026-08-07T18:57:49.858Z | 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 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5434 | 2026-08-07T18:57:49.858Z | |
| 5435 | 2026-08-07T18:57:49.858Z | 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 } }] |
| 5436 | 2026-08-07T18:57:49.858Z | Aug 07 18:57:48.393Aug 07 18:57:48.393 Aug 07 18:57:48.393DEBGINFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 5437 | 2026-08-07T18:57:49.858Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5438 | 2026-08-07T18:57:49.858Z | |
| 5439 | 2026-08-07T18:57:49.858Z | Aug 07 18:57:48.393 Aug 07 18:57:48.393DEBGAug 07 18:57:48.393 Aug 07 18:57:48.393INFOreplacing 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 } }] |
| 5440 | 2026-08-07T18:57:49.858Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5441 | 2026-08-07T18:57:49.858Z | INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 18:57:48.393 |
| 5442 | 2026-08-07T18:57:49.858Z | |
| 5443 | 2026-08-07T18:57:49.858Z | DEBG Aug 07 18:57:48.393replacing 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 07 18:57:48.393 |
| 5444 | 2026-08-07T18:57:49.858Z | INFOAug 07 18:57:48.393 adding route 172.17.0.35/32 -> 10.0.0.255DEBGDEBG |
| 5445 | 2026-08-07T18:57:49.858Z | 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 07 18:57:48.393replacing 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 } }] |
| 5446 | 2026-08-07T18:57:49.858Z | INFO |
| 5447 | 2026-08-07T18:57:49.858Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:57:48.393Aug 07 18:57:48.393 |
| 5448 | 2026-08-07T18:57:49.858Z | DEBGINFO Aug 07 18:57:48.393adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5449 | 2026-08-07T18:57:49.858Z | 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 } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5450 | 2026-08-07T18:57:49.858Z | |
| 5451 | 2026-08-07T18:57:49.858Z | Aug 07 18:57:48.393 Aug 07 18:57:48.392 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 } }] DEBGAug 07 18:57:48.401Aug 07 18:57:48.401 |
| 5452 | 2026-08-07T18:57:49.858Z | INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255INFO Aug 07 18:57:48.401replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5453 | 2026-08-07T18:57:49.859Z | |
| 5454 | 2026-08-07T18:57:49.859Z | DEBG Aug 07 18:57:48.401replacing 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 } }] |
| 5455 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401 |
| 5456 | 2026-08-07T18:57:49.859Z | INFO INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5457 | 2026-08-07T18:57:49.859Z | |
| 5458 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401Aug 07 18:57:48.401 DEBG Aug 07 18:57:48.401INFO Aug 07 18:57:48.401DEBGreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5459 | 2026-08-07T18:57:49.859Z | 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 07 18:57:48.401adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5460 | 2026-08-07T18:57:49.859Z | DEBG |
| 5461 | 2026-08-07T18:57:49.859Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 5462 | 2026-08-07T18:57:49.859Z | |
| 5463 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401replacing 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 } }] INFOAug 07 18:57:48.401 |
| 5464 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:57:48.401 |
| 5465 | 2026-08-07T18:57:49.859Z | INFODEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5466 | 2026-08-07T18:57:49.859Z | 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 } }] |
| 5467 | 2026-08-07T18:57:49.859Z | |
| 5468 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401 Aug 07 18:57:48.401Aug 07 18:57:48.401INFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5469 | 2026-08-07T18:57:49.859Z | 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 } }] |
| 5470 | 2026-08-07T18:57:49.859Z | DEBGAug 07 18:57:48.401Aug 07 18:57:48.401 Aug 07 18:57:48.401 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 07 18:57:48.401 |
| 5471 | 2026-08-07T18:57:49.859Z | INFO DEBGINFO Aug 07 18:57:48.401replacing 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 } }] INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5472 | 2026-08-07T18:57:49.859Z | adding route 172.17.0.13/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5473 | 2026-08-07T18:57:49.859Z | |
| 5474 | 2026-08-07T18:57:49.859Z | |
| 5475 | 2026-08-07T18:57:49.859Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 07 18:57:48.401 INFO |
| 5476 | 2026-08-07T18:57:49.859Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5477 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401Aug 07 18:57:48.401 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5478 | 2026-08-07T18:57:49.859Z | |
| 5479 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401 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 } }] |
| 5480 | 2026-08-07T18:57:49.859Z | Aug 07 18:57:48.401Aug 07 18:57:48.401Aug 07 18:57:48.401 Aug 07 18:57:48.401DEBG INFO INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 5481 | 2026-08-07T18:57:49.860Z | |
| 5482 | 2026-08-07T18:57:49.860Z | adding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5483 | 2026-08-07T18:57:49.860Z | |
| 5484 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401Aug 07 18:57:48.401 DEBGINFO Aug 07 18:57:48.401Aug 07 18:57:48.401 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 } }] |
| 5485 | 2026-08-07T18:57:49.860Z | |
| 5486 | 2026-08-07T18:57:49.860Z | DEBG 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 07 18:57:48.401 |
| 5487 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401 INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 5488 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401 |
| 5489 | 2026-08-07T18:57:49.860Z | INFO 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 07 18:57:48.401 |
| 5490 | 2026-08-07T18:57:49.860Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 07 18:57:48.401 |
| 5491 | 2026-08-07T18:57:49.860Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 5492 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401Aug 07 18:57:48.401 INFO 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 } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5493 | 2026-08-07T18:57:49.860Z | |
| 5494 | 2026-08-07T18:57:49.860Z | 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 } }] |
| 5495 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401 DEBG Aug 07 18:57:48.401Aug 07 18:57:48.401replacing 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 07 18:57:48.401 |
| 5496 | 2026-08-07T18:57:49.860Z | DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 5497 | 2026-08-07T18:57:49.860Z | adding route 172.17.0.41/32 -> 10.0.0.255Aug 07 18:57:48.401adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5498 | 2026-08-07T18:57:49.860Z | |
| 5499 | 2026-08-07T18:57:49.860Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5500 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401 Aug 07 18:57:48.401DEBGAug 07 18:57:48.401 Aug 07 18:57:48.401INFO 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 } }] |
| 5501 | 2026-08-07T18:57:49.860Z | DEBGDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5502 | 2026-08-07T18:57:49.860Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5503 | 2026-08-07T18:57:49.860Z | |
| 5504 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401 INFO Aug 07 18:57:48.401adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5505 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.401 INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Aug 07 18:57:48.410 |
| 5506 | 2026-08-07T18:57:49.860Z | 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 } }] |
| 5507 | 2026-08-07T18:57:49.860Z | 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 } }] |
| 5508 | 2026-08-07T18:57:49.860Z | Aug 07 18:57:48.410 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 07 18:57:48.401Aug 07 18:57:48.410 |
| 5509 | 2026-08-07T18:57:49.861Z | INFODEBG Aug 07 18:57:48.410adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5510 | 2026-08-07T18:57:49.861Z | 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 } }] |
| 5511 | 2026-08-07T18:57:49.865Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5512 | 2026-08-07T18:57:49.865Z | Aug 07 18:57:48.410 DEBG Aug 07 18:57:48.410replacing 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 07 18:57:48.410INFOAug 07 18:57:48.410 DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5513 | 2026-08-07T18:57:49.865Z | |
| 5514 | 2026-08-07T18:57:49.865Z | INFO 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.14/32 -> 10.0.0.255 |
| 5515 | 2026-08-07T18:57:49.866Z | |
| 5516 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.410 DEBGAug 07 18:57:48.410 Aug 07 18:57:48.410 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 |
| 5517 | 2026-08-07T18:57:49.866Z | adding route 172.17.0.44/32 -> 10.0.0.255DEBGAug 07 18:57:48.410 |
| 5518 | 2026-08-07T18:57:49.866Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5519 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.410adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:57:48.410 INFOAug 07 18:57:48.410 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5520 | 2026-08-07T18:57:49.866Z | INFO |
| 5521 | 2026-08-07T18:57:49.866Z | adding route 172.17.0.15/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 } }]Aug 07 18:57:48.410 |
| 5522 | 2026-08-07T18:57:49.866Z | 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 } }] |
| 5523 | 2026-08-07T18:57:49.866Z | |
| 5524 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.410 Aug 07 18:57:48.410INFO Aug 07 18:57:48.410DEBG adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 5525 | 2026-08-07T18:57:49.866Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 07 18:57:48.410 |
| 5526 | 2026-08-07T18:57:49.866Z | 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 } }] |
| 5527 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.410DEBG 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 |
| 5528 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.410 Aug 07 18:57:48.410DEBGreplacing 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 07 18:57:48.410 |
| 5529 | 2026-08-07T18:57:49.866Z | 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 } }] |
| 5530 | 2026-08-07T18:57:49.866Z | INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5531 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.410Aug 07 18:57:48.410 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 5532 | 2026-08-07T18:57:49.866Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 07 18:57:48.410 |
| 5533 | 2026-08-07T18:57:49.866Z | INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5534 | 2026-08-07T18:57:49.866Z | 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 07 18:57:48.410 |
| 5535 | 2026-08-07T18:57:49.866Z | 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 } }] |
| 5536 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.410 DEBGAug 07 18:57:48.410Aug 07 18:57:48.410 Aug 07 18:57:48.410INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5537 | 2026-08-07T18:57:49.866Z | 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 } }] |
| 5538 | 2026-08-07T18:57:49.866Z | adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.411 |
| 5539 | 2026-08-07T18:57:49.866Z | |
| 5540 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.411 INFODEBG Aug 07 18:57:48.411 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5541 | 2026-08-07T18:57:49.866Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5542 | 2026-08-07T18:57:49.866Z | Aug 07 18:57:48.411replacing 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 } }] |
| 5543 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411INFO Aug 07 18:57:48.411DEBG INFOadding route 172.17.0.29/32 -> 10.0.0.255Aug 07 18:57:48.411replacing 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 } }] |
| 5544 | 2026-08-07T18:57:49.867Z | adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 5545 | 2026-08-07T18:57:49.867Z | |
| 5546 | 2026-08-07T18:57:49.867Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 07 18:57:48.411 |
| 5547 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 18:57:48.411 |
| 5548 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411DEBG Aug 07 18:57:48.411DEBGreplacing 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 } }] |
| 5549 | 2026-08-07T18:57:49.867Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 5550 | 2026-08-07T18:57:49.867Z | |
| 5551 | 2026-08-07T18:57:49.867Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.411 |
| 5552 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 07 18:57:48.411 |
| 5553 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411 INFOadding route 172.17.0.19/32 -> 10.0.0.255Aug 07 18:57:48.411 |
| 5554 | 2026-08-07T18:57:49.867Z | INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5555 | 2026-08-07T18:57:49.867Z | 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 } }] |
| 5556 | 2026-08-07T18:57:49.867Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5557 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411DEBGDEBG 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.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 } }] |
| 5558 | 2026-08-07T18:57:49.867Z | |
| 5559 | 2026-08-07T18:57:49.867Z | INFOAug 07 18:57:48.411 adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5560 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411Aug 07 18:57:48.411 INFOINFOAug 07 18:57:48.411 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255 |
| 5561 | 2026-08-07T18:57:49.867Z | |
| 5562 | 2026-08-07T18:57:49.867Z | DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.411Aug 07 18:57:48.411 |
| 5563 | 2026-08-07T18:57:49.867Z | 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 } }]DEBG |
| 5564 | 2026-08-07T18:57:49.867Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 07 18:57:48.411 |
| 5565 | 2026-08-07T18:57:49.867Z | |
| 5566 | 2026-08-07T18:57:49.867Z | INFO Aug 07 18:57:48.411adding route 172.17.0.51/32 -> 10.0.0.255 Aug 07 18:57:48.411Aug 07 18:57:48.411 |
| 5567 | 2026-08-07T18:57:49.867Z | INFOINFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5568 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411 |
| 5569 | 2026-08-07T18:57:49.867Z | adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 5570 | 2026-08-07T18:57:49.867Z | Aug 07 18:57:48.411 Aug 07 18:57:48.411 DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5571 | 2026-08-07T18:57:49.868Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5572 | 2026-08-07T18:57:49.868Z | 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 07 18:57:48.411 |
| 5573 | 2026-08-07T18:57:49.868Z | test route::tests::delete_target_fragmented ... ok |
| 5574 | 2026-08-07T18:57:49.868Z | Aug 07 18:57:48.411 Aug 07 18:57:48.401INFO INFODEBGAug 07 18:57:48.411Aug 07 18:57:48.411adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5575 | 2026-08-07T18:57:49.868Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5576 | 2026-08-07T18:57:49.868Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5577 | 2026-08-07T18:57:49.868Z | 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 } }] |
| 5578 | 2026-08-07T18:57:49.868Z | |
| 5579 | 2026-08-07T18:57:49.868Z | Aug 07 18:57:48.411Aug 07 18:57:48.411 DEBGDEBGAug 07 18:57:48.411 Aug 07 18:57:48.411replacing 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 07 18:57:48.411 |
| 5580 | 2026-08-07T18:57:49.868Z | 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 } }] |
| 5581 | 2026-08-07T18:57:49.868Z | INFO Aug 07 18:57:48.411replacing 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 } }] |
| 5582 | 2026-08-07T18:57:49.868Z | Aug 07 18:57:48.411adding route 172.17.0.22/32 -> 10.0.0.255INFO INFO |
| 5583 | 2026-08-07T18:57:49.868Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 07 18:57:48.411 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5584 | 2026-08-07T18:57:49.868Z | |
| 5585 | 2026-08-07T18:57:49.868Z | DEBGAug 07 18:57:48.411 Aug 07 18:57:48.411replacing 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 } }] |
| 5586 | 2026-08-07T18:57:49.868Z | INFODEBGAug 07 18:57:48.411 adding route 172.17.0.31/32 -> 10.0.0.255replacing 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 } }] |
| 5587 | 2026-08-07T18:57:49.868Z | |
| 5588 | 2026-08-07T18:57:49.868Z | DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.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 } }] |
| 5589 | 2026-08-07T18:57:49.868Z | |
| 5590 | 2026-08-07T18:57:49.868Z | Aug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411Aug 07 18:57:48.411INFOAug 07 18:57:48.411 INFO adding route 172.17.0.23/32 -> 10.0.0.255 INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 5591 | 2026-08-07T18:57:49.868Z | |
| 5592 | 2026-08-07T18:57:49.868Z | 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 |
| 5593 | 2026-08-07T18:57:49.868Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5594 | 2026-08-07T18:57:49.868Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:57:48.411 |
| 5595 | 2026-08-07T18:57:49.868Z | DEBGAug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411 DEBG INFODEBG adding route 172.17.0.32/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 } }] |
| 5596 | 2026-08-07T18:57:49.868Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5597 | 2026-08-07T18:57:49.868Z | |
| 5598 | 2026-08-07T18:57:49.868Z | |
| 5599 | 2026-08-07T18:57:49.869Z | Aug 07 18:57:48.411Aug 07 18:57:48.411Aug 07 18:57:48.411 INFOAug 07 18:57:48.411DEBGAug 07 18:57:48.411 INFOINFOreplacing 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.55/32 -> 10.0.0.255 |
| 5600 | 2026-08-07T18:57:49.869Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5601 | 2026-08-07T18:57:49.869Z | |
| 5602 | 2026-08-07T18:57:49.869Z | Aug 07 18:57:48.411adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG Aug 07 18:57:48.411 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 } }]INFODEBG |
| 5603 | 2026-08-07T18:57:49.869Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5604 | 2026-08-07T18:57:49.869Z | 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 } }] |
| 5605 | 2026-08-07T18:57:49.869Z | Aug 07 18:57:48.411 |
| 5606 | 2026-08-07T18:57:49.869Z | Aug 07 18:57:48.411DEBG 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 } }]Aug 07 18:57:48.411 Aug 07 18:57:48.411replacing 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 } }] |
| 5607 | 2026-08-07T18:57:49.869Z | Aug 07 18:57:48.411 |
| 5608 | 2026-08-07T18:57:49.869Z | DEBGINFOINFO 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.255Aug 07 18:57:48.411 |
| 5609 | 2026-08-07T18:57:49.869Z | Aug 07 18:57:48.411 adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 5610 | 2026-08-07T18:57:49.869Z | |
| 5611 | 2026-08-07T18:57:49.873Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 07 18:57:48.411INFO |
| 5612 | 2026-08-07T18:57:49.873Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.34/32 -> 10.0.0.255Aug 07 18:57:48.411 |
| 5613 | 2026-08-07T18:57:49.873Z | |
| 5614 | 2026-08-07T18:57:49.873Z | Aug 07 18:57:48.411 DEBGDEBG Aug 07 18:57:48.411replacing 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 Aug 07 18:57:48.411 |
| 5615 | 2026-08-07T18:57:49.873Z | 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 } }] |
| 5616 | 2026-08-07T18:57:49.874Z | 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 } }]DEBGAug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411DEBG |
| 5617 | 2026-08-07T18:57:49.874Z | 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 } }] INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 5618 | 2026-08-07T18:57:49.874Z | |
| 5619 | 2026-08-07T18:57:49.874Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5620 | 2026-08-07T18:57:49.874Z | 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 07 18:57:48.411Aug 07 18:57:48.411Aug 07 18:57:48.411 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 } }] INFO Aug 07 18:57:48.419adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5621 | 2026-08-07T18:57:49.874Z | |
| 5622 | 2026-08-07T18:57:49.874Z | 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 } }] |
| 5623 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419DEBG INFOfailed to allocate space for the new target list |
| 5624 | 2026-08-07T18:57:49.874Z | adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 5625 | 2026-08-07T18:57:49.874Z | 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 } }] |
| 5626 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419 Aug 07 18:57:48.419DEBGreplacing 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 } }] |
| 5627 | 2026-08-07T18:57:49.874Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5628 | 2026-08-07T18:57:49.874Z | INFO Aug 07 18:57:48.419 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5629 | 2026-08-07T18:57:49.874Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5630 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419 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 } }] |
| 5631 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 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.60/32 -> 10.0.0.255 |
| 5632 | 2026-08-07T18:57:49.874Z | |
| 5633 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419 Aug 07 18:57:48.419DEBG 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 } }] |
| 5634 | 2026-08-07T18:57:49.874Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5635 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419 failed to allocate space for the new target listDEBG |
| 5636 | 2026-08-07T18:57:49.874Z | 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 07 18:57:48.419 INFODEBG |
| 5637 | 2026-08-07T18:57:49.874Z | adding route 172.17.0.26/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 } }] |
| 5638 | 2026-08-07T18:57:49.874Z | |
| 5639 | 2026-08-07T18:57:49.874Z | |
| 5640 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419 INFOAug 07 18:57:48.419 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 5641 | 2026-08-07T18:57:49.874Z | 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 } }] |
| 5642 | 2026-08-07T18:57:49.874Z | Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5643 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5644 | 2026-08-07T18:57:49.875Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 07 18:57:48.419Aug 07 18:57:48.419 |
| 5645 | 2026-08-07T18:57:49.875Z | INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing 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 } }] |
| 5646 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419 |
| 5647 | 2026-08-07T18:57:49.875Z | DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.419 |
| 5648 | 2026-08-07T18:57:49.875Z | DEBGAug 07 18:57:48.419 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5649 | 2026-08-07T18:57:49.875Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5650 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419 Aug 07 18:57:48.419INFO Aug 07 18:57:48.419INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5651 | 2026-08-07T18:57:49.875Z | |
| 5652 | 2026-08-07T18:57:49.875Z | 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 } }] |
| 5653 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 DEBGDEBGINFO adding route 172.17.0.29/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 } }] |
| 5654 | 2026-08-07T18:57:49.875Z | |
| 5655 | 2026-08-07T18:57:49.875Z | 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 } }] |
| 5656 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419 Aug 07 18:57:48.419DEBGAug 07 18:57:48.419 INFOINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5657 | 2026-08-07T18:57:49.875Z | |
| 5658 | 2026-08-07T18:57:49.875Z | |
| 5659 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419 Aug 07 18:57:48.419INFO Aug 07 18:57:48.419DEBG adding route 172.17.0.30/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 } }] |
| 5660 | 2026-08-07T18:57:49.875Z | |
| 5661 | 2026-08-07T18:57:49.875Z | 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 } }] |
| 5662 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419 Aug 07 18:57:48.419DEBGAug 07 18:57:48.419 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 |
| 5663 | 2026-08-07T18:57:49.875Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5664 | 2026-08-07T18:57:49.875Z | |
| 5665 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419 INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 07 18:57:48.419 |
| 5666 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419DEBG 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 } }]DEBG |
| 5667 | 2026-08-07T18:57:49.875Z | Aug 07 18:57:48.419 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 } }] |
| 5668 | 2026-08-07T18:57:49.875Z | DEBGAug 07 18:57:48.419 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 } }]INFOAug 07 18:57:48.419 |
| 5669 | 2026-08-07T18:57:49.875Z | adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 5670 | 2026-08-07T18:57:49.876Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5671 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419 Aug 07 18:57:48.419INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 18:57:48.419replacing 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 } }] |
| 5672 | 2026-08-07T18:57:49.876Z | |
| 5673 | 2026-08-07T18:57:49.876Z | 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 } }] |
| 5674 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5675 | 2026-08-07T18:57:49.876Z | INFOadding route 172.17.0.40/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5676 | 2026-08-07T18:57:49.876Z | |
| 5677 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419 INFOAug 07 18:57:48.419 Aug 07 18:57:48.419 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 5678 | 2026-08-07T18:57:49.876Z | 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 } }]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 } }] |
| 5679 | 2026-08-07T18:57:49.876Z | |
| 5680 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419Aug 07 18:57:48.419 INFOINFOreplacing 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.45/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5681 | 2026-08-07T18:57:49.876Z | |
| 5682 | 2026-08-07T18:57:49.876Z | |
| 5683 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGDEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5684 | 2026-08-07T18:57:49.876Z | |
| 5685 | 2026-08-07T18:57:49.876Z | 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 } }] |
| 5686 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGINFO Aug 07 18:57:48.419replacing 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 } }] INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 5687 | 2026-08-07T18:57:49.876Z | |
| 5688 | 2026-08-07T18:57:49.876Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5689 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 INFOAug 07 18:57:48.419 DEBG adding route 172.17.0.35/32 -> 10.0.0.255DEBG 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 } }] |
| 5690 | 2026-08-07T18:57:49.876Z | |
| 5691 | 2026-08-07T18:57:49.876Z | 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 } }] |
| 5692 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 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.47/32 -> 10.0.0.255 |
| 5693 | 2026-08-07T18:57:49.876Z | |
| 5694 | 2026-08-07T18:57:49.876Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5695 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419 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 } }] |
| 5696 | 2026-08-07T18:57:49.876Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5697 | 2026-08-07T18:57:49.876Z | DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.419 |
| 5698 | 2026-08-07T18:57:49.876Z | Aug 07 18:57:48.419 INFODEBG adding route 172.17.0.48/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 } }] |
| 5699 | 2026-08-07T18:57:49.877Z | |
| 5700 | 2026-08-07T18:57:49.877Z | Aug 07 18:57:48.419 INFO Aug 07 18:57:48.419adding route 172.17.0.44/32 -> 10.0.0.255Aug 07 18:57:48.419 |
| 5701 | 2026-08-07T18:57:49.877Z | INFODEBG adding route 172.17.0.37/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 } }] |
| 5702 | 2026-08-07T18:57:49.877Z | Aug 07 18:57:48.419 |
| 5703 | 2026-08-07T18:57:49.877Z | 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 } }] |
| 5704 | 2026-08-07T18:57:49.877Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 INFODEBG Aug 07 18:57:48.419 adding route 172.17.0.49/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 } }] |
| 5705 | 2026-08-07T18:57:49.877Z | INFO |
| 5706 | 2026-08-07T18:57:49.877Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5707 | 2026-08-07T18:57:49.877Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGINFO Aug 07 18:57:48.419replacing 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.38/32 -> 10.0.0.255 |
| 5708 | 2026-08-07T18:57:49.877Z | DEBG |
| 5709 | 2026-08-07T18:57:49.877Z | 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 } }] |
| 5710 | 2026-08-07T18:57:49.877Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 INFO DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5711 | 2026-08-07T18:57:49.881Z | |
| 5712 | 2026-08-07T18:57:49.881Z | |
| 5713 | 2026-08-07T18:57:49.881Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419DEBG INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5714 | 2026-08-07T18:57:49.881Z | adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 5715 | 2026-08-07T18:57:49.881Z | 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 } }] |
| 5716 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419INFO 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 } }] |
| 5717 | 2026-08-07T18:57:49.882Z | adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5718 | 2026-08-07T18:57:49.882Z | |
| 5719 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGINFO adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 5720 | 2026-08-07T18:57:49.882Z | 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 } }] |
| 5721 | 2026-08-07T18:57:49.882Z | 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 } }] |
| 5722 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBG INFOINFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5723 | 2026-08-07T18:57:49.882Z | |
| 5724 | 2026-08-07T18:57:49.882Z | |
| 5725 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 DEBG DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5726 | 2026-08-07T18:57:49.882Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5727 | 2026-08-07T18:57:49.882Z | |
| 5728 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 INFODEBG INFO adding route 172.17.0.49/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 } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5729 | 2026-08-07T18:57:49.882Z | |
| 5730 | 2026-08-07T18:57:49.882Z | |
| 5731 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 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 } }]INFO |
| 5732 | 2026-08-07T18:57:49.882Z | 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 } }] |
| 5733 | 2026-08-07T18:57:49.882Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5734 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 INFOINFODEBG adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5735 | 2026-08-07T18:57:49.882Z | |
| 5736 | 2026-08-07T18:57:49.882Z | |
| 5737 | 2026-08-07T18:57:49.882Z | Aug 07 18:57:48.419Aug 07 18:57:48.419 INFOAug 07 18:57:48.419 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5738 | 2026-08-07T18:57:49.882Z | created new freemap, unit:Aug 07 18:57:48.427 freemap_route_ipv4DEBG |
| 5739 | 2026-08-07T18:57:49.882Z | 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 } }] |
| 5740 | 2026-08-07T18:57:49.882Z | DEBGAug 07 18:57:48.427 Aug 07 18:57:48.427replacing 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 } }] |
| 5741 | 2026-08-07T18:57:49.882Z | DEBG created new freemapINFO, unitadding route 172.17.0.44/32 -> 10.0.0.255: |
| 5742 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427freemap_route_ipv6 |
| 5743 | 2026-08-07T18:57:49.883Z | INFO Aug 07 18:57:48.427adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5744 | 2026-08-07T18:57:49.883Z | DEBGAug 07 18:57:48.427 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 |
| 5745 | 2026-08-07T18:57:49.883Z | initted freemap. size: 64Aug 07 18:57:48.427, unitDEBG: replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.427freemap_route_ipv4 |
| 5746 | 2026-08-07T18:57:49.883Z | |
| 5747 | 2026-08-07T18:57:49.883Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 07 18:57:48.427 |
| 5748 | 2026-08-07T18:57:49.883Z | INFOAug 07 18:57:48.427 Aug 07 18:57:48.427adding route 172.17.0.52/32 -> 10.0.0.255DEBG DEBGreset freemap , |
| 5749 | 2026-08-07T18:57:49.883Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5750 | 2026-08-07T18:57:49.883Z | : freemap_route_ipv4 |
| 5751 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427 DEBGAug 07 18:57:48.427 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 07 18:57:48.427 |
| 5752 | 2026-08-07T18:57:49.883Z | INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255initted freemap. size: 64 |
| 5753 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427, unitINFO: adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5754 | 2026-08-07T18:57:49.883Z | freemap_route_ipv6 |
| 5755 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427 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 07 18:57:48.427Aug 07 18:57:48.427 |
| 5756 | 2026-08-07T18:57:49.883Z | 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 } }]reset freemap |
| 5757 | 2026-08-07T18:57:49.883Z | , Aug 07 18:57:48.427unit :INFO freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5758 | 2026-08-07T18:57:49.883Z | |
| 5759 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:57:48.427 |
| 5760 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 07 18:57:48.427 |
| 5761 | 2026-08-07T18:57:49.883Z | |
| 5762 | 2026-08-07T18:57:49.883Z | DEBGAug 07 18:57:48.427 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 07 18:57:48.427INFO |
| 5763 | 2026-08-07T18:57:49.883Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 5764 | 2026-08-07T18:57:49.883Z | 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 } }] |
| 5765 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 07 18:57:48.427 |
| 5766 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:57:48.427 |
| 5767 | 2026-08-07T18:57:49.883Z | |
| 5768 | 2026-08-07T18:57:49.883Z | 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 } }] |
| 5769 | 2026-08-07T18:57:49.883Z | Aug 07 18:57:48.427 INFOAug 07 18:57:48.427 Aug 07 18:57:48.427 adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 5770 | 2026-08-07T18:57:49.884Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5771 | 2026-08-07T18:57:49.884Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5772 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427 DEBG Aug 07 18:57:48.427replacing 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 07 18:57:48.427 |
| 5773 | 2026-08-07T18:57:49.884Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5774 | 2026-08-07T18:57:49.884Z | test route::tests::delete_target_full ... ok |
| 5775 | 2026-08-07T18:57:49.884Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.427 |
| 5776 | 2026-08-07T18:57:49.884Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5777 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427 DEBGAug 07 18:57:48.427 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 } }]INFO |
| 5778 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427 adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 5779 | 2026-08-07T18:57:49.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 } }]Aug 07 18:57:48.427 |
| 5780 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5781 | 2026-08-07T18:57:49.884Z | test route::tests::delete_targets_fragmented ... ok |
| 5782 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427Aug 07 18:57:48.427 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5783 | 2026-08-07T18:57:49.884Z | test route::tests::add_target_fails_full ... ok |
| 5784 | 2026-08-07T18:57:49.884Z | |
| 5785 | 2026-08-07T18:57:49.884Z | INFOAug 07 18:57:48.427 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 5786 | 2026-08-07T18:57:49.884Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5787 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427 Aug 07 18:57:48.427Aug 07 18:57:48.427 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 |
| 5788 | 2026-08-07T18:57:49.884Z | |
| 5789 | 2026-08-07T18:57:49.884Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5790 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427Aug 07 18:57:48.427Aug 07 18:57:48.427 DEBGINFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5791 | 2026-08-07T18:57:49.884Z | 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 } }] |
| 5792 | 2026-08-07T18:57:49.884Z | |
| 5793 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427 Aug 07 18:57:48.427DEBGAug 07 18:57:48.427 INFO DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5794 | 2026-08-07T18:57:49.884Z | 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.59/32 -> 10.0.0.255 |
| 5795 | 2026-08-07T18:57:49.884Z | |
| 5796 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.427 Aug 07 18:57:48.427Aug 07 18:57:48.427 INFO adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 5797 | 2026-08-07T18:57:49.884Z | Aug 07 18:57:48.419 adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5798 | 2026-08-07T18:57:49.885Z | DEBG Aug 07 18:57:48.435replacing 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 } }]DEBGAug 07 18:57:48.435 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 } }] |
| 5799 | 2026-08-07T18:57:49.885Z | 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 } }] |
| 5800 | 2026-08-07T18:57:49.885Z | |
| 5801 | 2026-08-07T18:57:49.885Z | Aug 07 18:57:48.435DEBG 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 } }] Aug 07 18:57:48.435adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5802 | 2026-08-07T18:57:49.885Z | INFO Aug 07 18:57:48.435 |
| 5803 | 2026-08-07T18:57:49.885Z | adding route 172.17.0.60/32 -> 10.0.0.255 Aug 07 18:57:48.435INFO |
| 5804 | 2026-08-07T18:57:49.885Z | adding route 172.17.0.55/32 -> 10.0.0.255DEBGAug 07 18:57:48.435 |
| 5805 | 2026-08-07T18:57:49.885Z | DEBGAug 07 18:57:48.435 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 } }] |
| 5806 | 2026-08-07T18:57:49.885Z | adding route 172.17.0.55/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 } }] |
| 5807 | 2026-08-07T18:57:49.885Z | Aug 07 18:57:48.435 |
| 5808 | 2026-08-07T18:57:49.885Z | DEBGAug 07 18:57:48.435 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 } }]INFOAug 07 18:57:48.435 |
| 5809 | 2026-08-07T18:57:49.885Z | Aug 07 18:57:48.435 INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 5810 | 2026-08-07T18:57:49.885Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5811 | 2026-08-07T18:57:49.890Z | 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 07 18:57:48.435 |
| 5812 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435 DEBGAug 07 18:57:48.435 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 } }] Aug 07 18:57:48.435replacing 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 } }] |
| 5813 | 2026-08-07T18:57:49.890Z | INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5814 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5815 | 2026-08-07T18:57:49.890Z | INFO |
| 5816 | 2026-08-07T18:57:49.890Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 07 18:57:48.435 |
| 5817 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435Aug 07 18:57:48.435INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 5818 | 2026-08-07T18:57:49.890Z | DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.435 |
| 5819 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435replacing 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 |
| 5820 | 2026-08-07T18:57:49.890Z | 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 |
| 5821 | 2026-08-07T18:57:49.890Z | 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 } }] |
| 5822 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435Aug 07 18:57:48.435Aug 07 18:57:48.435 Aug 07 18:57:48.435DEBG INFOfailed to allocate space for the new target listINFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5823 | 2026-08-07T18:57:49.890Z | |
| 5824 | 2026-08-07T18:57:49.890Z | adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5825 | 2026-08-07T18:57:49.890Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5826 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435Aug 07 18:57:48.435Aug 07 18:57:48.435 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.16.0.0/32 with: [NextHop { asic_port_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 |
| 5827 | 2026-08-07T18:57:49.890Z | |
| 5828 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435replacing 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 } }] |
| 5829 | 2026-08-07T18:57:49.890Z | 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 } }] |
| 5830 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 INFOAug 07 18:57:48.435INFO adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5831 | 2026-08-07T18:57:49.890Z | |
| 5832 | 2026-08-07T18:57:49.890Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5833 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 DEBGAug 07 18:57:48.435DEBG 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 } }] |
| 5834 | 2026-08-07T18:57:49.890Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5835 | 2026-08-07T18:57:49.890Z | |
| 5836 | 2026-08-07T18:57:49.890Z | Aug 07 18:57:48.435 INFOAug 07 18:57:48.435 Aug 07 18:57:48.435 adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5837 | 2026-08-07T18:57:49.891Z | INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5838 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5839 | 2026-08-07T18:57:49.891Z | 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 } }] |
| 5840 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435 Aug 07 18:57:48.435DEBGAug 07 18:57:48.435 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 } }] |
| 5841 | 2026-08-07T18:57:49.891Z | DEBG 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 } }] |
| 5842 | 2026-08-07T18:57:49.891Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 07 18:57:48.435 |
| 5843 | 2026-08-07T18:57:49.891Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5844 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 INFODEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5845 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435 |
| 5846 | 2026-08-07T18:57:49.891Z | 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 } }] |
| 5847 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 DEBGDEBGAug 07 18:57:48.435 failed to allocate space for the new target listINFO |
| 5848 | 2026-08-07T18:57:49.891Z | 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.9/32 -> 10.0.0.255 |
| 5849 | 2026-08-07T18:57:49.891Z | |
| 5850 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435 DEBGAug 07 18:57:48.435 Aug 07 18:57:48.435 replacing targets for 172.16.0.0/32 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 } }] |
| 5851 | 2026-08-07T18:57:49.891Z | DEBGINFO adding route 172.17.0.61/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 } }] |
| 5852 | 2026-08-07T18:57:49.891Z | |
| 5853 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5854 | 2026-08-07T18:57:49.891Z | |
| 5855 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 INFODEBG adding route 172.17.0.62/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 } }] |
| 5856 | 2026-08-07T18:57:49.891Z | |
| 5857 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5858 | 2026-08-07T18:57:49.891Z | |
| 5859 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435Aug 07 18:57:48.435 INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5860 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5861 | 2026-08-07T18:57:49.891Z | 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 } }] |
| 5862 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435 DEBG Aug 07 18:57:48.435failed to allocate space for the new target list |
| 5863 | 2026-08-07T18:57:49.891Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5864 | 2026-08-07T18:57:49.891Z | Aug 07 18:57:48.435 DEBG Aug 07 18:57:48.435replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5865 | 2026-08-07T18:57:49.892Z | 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 } }] |
| 5866 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 DEBG Aug 07 18:57:48.435failed to allocate space for the new target list |
| 5867 | 2026-08-07T18:57:49.892Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5868 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5869 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5870 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5871 | 2026-08-07T18:57:49.892Z | test route::tests::delete_targets_full ... ok |
| 5872 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5873 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5874 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5875 | 2026-08-07T18:57:49.892Z | |
| 5876 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5877 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5878 | 2026-08-07T18:57:49.892Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 5879 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5880 | 2026-08-07T18:57:49.892Z | |
| 5881 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5882 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5883 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5884 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5885 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5886 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5887 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5888 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5889 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5890 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5891 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5892 | 2026-08-07T18:57:49.892Z | Aug 07 18:57:48.435 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 } }] |
| 5893 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5894 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5895 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5896 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5897 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5898 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5899 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5900 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5901 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5902 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5903 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5904 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5905 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5906 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5907 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5908 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.435 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 } }] |
| 5909 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.436 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5910 | 2026-08-07T18:57:49.893Z | Aug 07 18:57:48.436 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 } }] |
| 5911 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.436 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5912 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.436 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 } }] |
| 5913 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.436 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5914 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.436 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 } }] |
| 5915 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.436 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5916 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.436 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 } }] |
| 5917 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5918 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5919 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5920 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5921 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5922 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5923 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5924 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5925 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5926 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5927 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5928 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5929 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5930 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5931 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5932 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5933 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5934 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 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 } }] |
| 5935 | 2026-08-07T18:57:49.898Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5936 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5937 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5938 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5939 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5940 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5941 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5942 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5943 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5944 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5945 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5946 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5947 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5948 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5949 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5950 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5951 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5952 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5953 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5954 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5955 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5956 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5957 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5958 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5959 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5960 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5961 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5962 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5963 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5964 | 2026-08-07T18:57:49.899Z | Aug 07 18:57:48.443 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 } }] |
| 5965 | 2026-08-07T18:57:49.900Z | Aug 07 18:57:48.443 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5966 | 2026-08-07T18:57:49.900Z | Aug 07 18:57:48.443 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 } }] |
| 5967 | 2026-08-07T18:57:49.900Z | Aug 07 18:57:48.443 DEBG failed to allocate space for the new target list |
| 5968 | 2026-08-07T18:57:49.900Z | Aug 07 18:57:48.443 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 } }] |
| 5969 | 2026-08-07T18:57:49.900Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03) |
| 5970 | 2026-08-07T18:57:49.900Z | |
| 5971 | 2026-08-07T18:57:49.900Z | running 0 tests |
| 5972 | 2026-08-07T18:57:49.900Z | |
| 5973 | 2026-08-07T18:57:49.900Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5974 | 2026-08-07T18:57:49.900Z | |
| 5975 | 2026-08-07T18:57:49.900Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 5976 | 2026-08-07T18:57:49.900Z | |
| 5977 | 2026-08-07T18:57:49.900Z | running 0 tests |
| 5978 | 2026-08-07T18:57:49.900Z | |
| 5979 | 2026-08-07T18:57:49.900Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5980 | 2026-08-07T18:57:49.900Z | |
| 5981 | 2026-08-07T18:57:49.900Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656) |
| 5982 | 2026-08-07T18:57:49.900Z | |
| 5983 | 2026-08-07T18:57:49.900Z | running 6 tests |
| 5984 | 2026-08-07T18:57:49.900Z | test tests::test_parse_client_port_id ... ok |
| 5985 | 2026-08-07T18:57:49.900Z | test tests::test_full_lot_id_neither_present ... ok |
| 5986 | 2026-08-07T18:57:49.900Z | test tests::test_port_id_cmp ... ok |
| 5987 | 2026-08-07T18:57:49.900Z | test tests::test_full_lot_id_both_present ... ok |
| 5988 | 2026-08-07T18:57:49.900Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5989 | 2026-08-07T18:57:49.900Z | test tests::test_full_lot_id_lot_only ... ok |
| 5990 | 2026-08-07T18:57:49.900Z | |
| 5991 | 2026-08-07T18:57:49.900Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5992 | 2026-08-07T18:57:49.900Z | |
| 5993 | 2026-08-07T18:57:49.901Z | Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad) |
| 5994 | 2026-08-07T18:57:49.901Z | |
| 5995 | 2026-08-07T18:57:49.901Z | running 0 tests |
| 5996 | 2026-08-07T18:57:49.901Z | |
| 5997 | 2026-08-07T18:57:49.901Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-08-07T18:57:49.901Z | |
| 5999 | 2026-08-07T18:57:49.901Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 6000 | 2026-08-07T18:57:49.901Z | |
| 6001 | 2026-08-07T18:57:49.901Z | running 0 tests |
| 6002 | 2026-08-07T18:57:49.901Z | |
| 6003 | 2026-08-07T18:57:49.901Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-08-07T18:57:49.901Z | |
| 6005 | 2026-08-07T18:57:49.901Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 6006 | 2026-08-07T18:57:49.901Z | |
| 6007 | 2026-08-07T18:57:49.901Z | running 0 tests |
| 6008 | 2026-08-07T18:57:49.901Z | |
| 6009 | 2026-08-07T18:57:49.901Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6010 | 2026-08-07T18:57:49.901Z | |
| 6011 | 2026-08-07T18:57:49.905Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6012 | 2026-08-07T18:57:49.905Z | |
| 6013 | 2026-08-07T18:57:49.905Z | running 12 tests |
| 6014 | 2026-08-07T18:57:49.905Z | test icmp::test_v6_checksum ... ok |
| 6015 | 2026-08-07T18:57:49.905Z | test icmp::test_v4_checksum ... ok |
| 6016 | 2026-08-07T18:57:49.905Z | test lldp::test_lldp_parse ... ok |
| 6017 | 2026-08-07T18:57:49.905Z | test pbuf::test_byte ... ok |
| 6018 | 2026-08-07T18:57:49.905Z | test pbuf::test_nibble ... ok |
| 6019 | 2026-08-07T18:57:49.905Z | test ipv6::test_ipv6_parse ... ok |
| 6020 | 2026-08-07T18:57:49.905Z | test pbuf::test_short ... ok |
| 6021 | 2026-08-07T18:57:49.905Z | test pbuf::test_overflow ... ok |
| 6022 | 2026-08-07T18:57:49.906Z | test pbuf::test_twelve ... ok |
| 6023 | 2026-08-07T18:57:49.906Z | test pbuf::test_word ... ok |
| 6024 | 2026-08-07T18:57:49.906Z | test tcp::test_checksum_ack_data ... ok |
| 6025 | 2026-08-07T18:57:49.906Z | test tcp::test_checksum_syn_nodata ... ok |
| 6026 | 2026-08-07T18:57:49.906Z | |
| 6027 | 2026-08-07T18:57:49.906Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6028 | 2026-08-07T18:57:49.906Z | |
| 6029 | 2026-08-07T18:57:49.906Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6030 | 2026-08-07T18:57:49.906Z | |
| 6031 | 2026-08-07T18:57:49.906Z | running 0 tests |
| 6032 | 2026-08-07T18:57:49.906Z | |
| 6033 | 2026-08-07T18:57:49.906Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6034 | 2026-08-07T18:57:49.906Z | |
| 6035 | 2026-08-07T18:57:49.906Z | Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046) |
| 6036 | 2026-08-07T18:57:49.906Z | |
| 6037 | 2026-08-07T18:57:49.906Z | running 5 tests |
| 6038 | 2026-08-07T18:57:49.906Z | test switchport::test::test_compute_lanes ... ok |
| 6039 | 2026-08-07T18:57:49.906Z | test switchport::test::port_id_ordering ... ok |
| 6040 | 2026-08-07T18:57:49.906Z | Lane 0 Lane 1 Lane 2 Lane 0 Lane 3 |
| 6041 | 2026-08-07T18:57:49.906Z | Lane 1 Rx Loss-of-lock: YesLane 2 YesLane 3 |
| 6042 | 2026-08-07T18:57:49.906Z | Yes State: ActivatedYes |
| 6043 | 2026-08-07T18:57:49.906Z | Activated Rx Loss-of-signal: YesActivated YesActivated |
| 6044 | 2026-08-07T18:57:49.906Z | Yes Rx Output Enabled: falseYes |
| 6045 | 2026-08-07T18:57:49.906Z | false Rx CDR Enabled: Yes falseYes falseYes |
| 6046 | 2026-08-07T18:57:49.906Z | Yes |
| 6047 | 2026-08-07T18:57:49.906Z | Rx Output Status: valid Tx Enabled: Yes Yes valid Yesvalid Yes |
| 6048 | 2026-08-07T18:57:49.906Z | valid |
| 6049 | 2026-08-07T18:57:49.906Z | Tx Loss-of-lock: No Rx Loss-of-lock: true Notrue No trueNo |
| 6050 | 2026-08-07T18:57:49.907Z | true |
| 6051 | 2026-08-07T18:57:49.907Z | Tx Loss-of-signal: No Rx Loss-of-signal: false No false Nofalse Nofalse |
| 6052 | 2026-08-07T18:57:49.907Z | |
| 6053 | 2026-08-07T18:57:49.907Z | Tx CDR Enabled: NoRx Auto-squelch Disable: true trueNo true Notrue |
| 6054 | 2026-08-07T18:57:49.907Z | No |
| 6055 | 2026-08-07T18:57:49.907Z | Tx Output Enabled: true Tx Adaptive EQ Fault: No Notrue Notrue trueNo |
| 6056 | 2026-08-07T18:57:49.907Z | |
| 6057 | 2026-08-07T18:57:49.907Z | Tx Output Status: invalid Tx Fault: Yesinvalid Yesinvalid Yes invalidYes |
| 6058 | 2026-08-07T18:57:49.907Z | |
| 6059 | 2026-08-07T18:57:49.907Z | Tx Loss-of-lock: false false false false |
| 6060 | 2026-08-07T18:57:49.907Z | Tx Loss-of-signal: true true true true |
| 6061 | 2026-08-07T18:57:49.907Z | Tx Auto-squelch Disable: false false false false |
| 6062 | 2026-08-07T18:57:49.907Z | Tx Adaptive EQ Fail: true true true true |
| 6063 | 2026-08-07T18:57:49.907Z | Tx Failure: false false false false |
| 6064 | 2026-08-07T18:57:49.907Z | Tx Force Squelch: true true true true |
| 6065 | 2026-08-07T18:57:49.907Z | Tx Input Polarity: normal normal normal normal |
| 6066 | 2026-08-07T18:57:49.907Z | test switchport::test::test_print_sff_datapath ... ok |
| 6067 | 2026-08-07T18:57:49.907Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6068 | 2026-08-07T18:57:49.907Z | test link::test_filter ... ok |
| 6069 | 2026-08-07T18:57:49.907Z | |
| 6070 | 2026-08-07T18:57:49.907Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6071 | 2026-08-07T18:57:49.907Z | |
| 6072 | 2026-08-07T18:57:49.907Z | Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb) |
| 6073 | 2026-08-07T18:57:49.907Z | |
| 6074 | 2026-08-07T18:57:49.907Z | running 1 test |
| 6075 | 2026-08-07T18:57:49.907Z | test test_p4_counter_list ... ignored |
| 6076 | 2026-08-07T18:57:49.907Z | |
| 6077 | 2026-08-07T18:57:49.907Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6078 | 2026-08-07T18:57:49.908Z | |
| 6079 | 2026-08-07T18:57:49.908Z | Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c) |
| 6080 | 2026-08-07T18:57:49.908Z | |
| 6081 | 2026-08-07T18:57:49.908Z | running 5 tests |
| 6082 | 2026-08-07T18:57:49.908Z | test test_an ... ignored |
| 6083 | 2026-08-07T18:57:49.908Z | test test_enable ... ignored |
| 6084 | 2026-08-07T18:57:49.908Z | test test_ip_addresses ... ignored |
| 6085 | 2026-08-07T18:57:49.908Z | test test_kr ... ignored |
| 6086 | 2026-08-07T18:57:49.908Z | test test_mac ... ignored |
| 6087 | 2026-08-07T18:57:49.908Z | |
| 6088 | 2026-08-07T18:57:49.908Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6089 | 2026-08-07T18:57:49.908Z | |
| 6090 | 2026-08-07T18:57:49.908Z | Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75) |
| 6091 | 2026-08-07T18:57:49.908Z | |
| 6092 | 2026-08-07T18:57:49.908Z | running 3 tests |
| 6093 | 2026-08-07T18:57:49.908Z | test linklocal::test_parse_ipadm ... ok |
| 6094 | 2026-08-07T18:57:49.908Z | test tfport::test_parse_tfport ... ok |
| 6095 | 2026-08-07T18:57:49.908Z | test config::tests::test_updates ... ok |
| 6096 | 2026-08-07T18:57:49.908Z | |
| 6097 | 2026-08-07T18:57:49.908Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6098 | 2026-08-07T18:57:49.908Z | |
| 6099 | 2026-08-07T18:57:49.908Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6100 | 2026-08-07T18:57:49.912Z | |
| 6101 | 2026-08-07T18:57:49.912Z | running 0 tests |
| 6102 | 2026-08-07T18:57:49.912Z | |
| 6103 | 2026-08-07T18:57:49.912Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6104 | 2026-08-07T18:57:49.912Z | |
| 6105 | 2026-08-07T18:57:49.912Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6106 | 2026-08-07T18:57:49.912Z | |
| 6107 | 2026-08-07T18:57:49.912Z | running 0 tests |
| 6108 | 2026-08-07T18:57:49.913Z | |
| 6109 | 2026-08-07T18:57:49.913Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6110 | 2026-08-07T18:57:49.913Z | |
| 6111 | 2026-08-07T18:57:49.913Z | Doc-tests aal |
| 6112 | 2026-08-07T18:57:50.035Z | |
| 6113 | 2026-08-07T18:57:50.035Z | running 0 tests |
| 6114 | 2026-08-07T18:57:50.035Z | |
| 6115 | 2026-08-07T18:57:50.035Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6116 | 2026-08-07T18:57:50.035Z | |
| 6117 | 2026-08-07T18:57:50.052Z | Doc-tests aal_macros |
| 6118 | 2026-08-07T18:57:50.122Z | |
| 6119 | 2026-08-07T18:57:50.122Z | running 0 tests |
| 6120 | 2026-08-07T18:57:50.122Z | |
| 6121 | 2026-08-07T18:57:50.122Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6122 | 2026-08-07T18:57:50.123Z | |
| 6123 | 2026-08-07T18:57:50.134Z | Doc-tests common |
| 6124 | 2026-08-07T18:57:50.371Z | |
| 6125 | 2026-08-07T18:57:50.371Z | running 0 tests |
| 6126 | 2026-08-07T18:57:50.371Z | |
| 6127 | 2026-08-07T18:57:50.371Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6128 | 2026-08-07T18:57:50.372Z | |
| 6129 | 2026-08-07T18:57:50.393Z | Doc-tests dpd_api |
| 6130 | 2026-08-07T18:57:51.154Z | |
| 6131 | 2026-08-07T18:57:51.155Z | running 2 tests |
| 6132 | 2026-08-07T18:57:51.155Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6133 | 2026-08-07T18:57:51.155Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6134 | 2026-08-07T18:57:51.155Z | |
| 6135 | 2026-08-07T18:57:51.155Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-08-07T18:57:51.155Z | |
| 6137 | 2026-08-07T18:57:51.187Z | Doc-tests dpd_client |
| 6138 | 2026-08-07T18:57:52.466Z | |
| 6139 | 2026-08-07T18:57:52.467Z | running 0 tests |
| 6140 | 2026-08-07T18:57:52.467Z | |
| 6141 | 2026-08-07T18:57:52.467Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-08-07T18:57:52.467Z | |
| 6143 | 2026-08-07T18:57:52.512Z | Doc-tests dpd_types |
| 6144 | 2026-08-07T18:57:52.727Z | |
| 6145 | 2026-08-07T18:57:52.727Z | running 0 tests |
| 6146 | 2026-08-07T18:57:52.728Z | |
| 6147 | 2026-08-07T18:57:52.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6148 | 2026-08-07T18:57:52.728Z | |
| 6149 | 2026-08-07T18:57:52.755Z | Doc-tests dpd_types_versions |
| 6150 | 2026-08-07T18:57:53.981Z | |
| 6151 | 2026-08-07T18:57:53.981Z | running 1 test |
| 6152 | 2026-08-07T18:57:53.981Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6153 | 2026-08-07T18:57:53.981Z | |
| 6154 | 2026-08-07T18:57:53.981Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-07T18:57:53.981Z | |
| 6156 | 2026-08-07T18:57:54.026Z | Doc-tests packet |
| 6157 | 2026-08-07T18:57:54.142Z | |
| 6158 | 2026-08-07T18:57:54.142Z | running 0 tests |
| 6159 | 2026-08-07T18:57:54.142Z | |
| 6160 | 2026-08-07T18:57:54.142Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6161 | 2026-08-07T18:57:54.142Z | |
| 6162 | 2026-08-07T18:57:54.159Z | Doc-tests pcap |
| 6163 | 2026-08-07T18:57:54.212Z | |
| 6164 | 2026-08-07T18:57:54.212Z | running 0 tests |
| 6165 | 2026-08-07T18:57:54.212Z | |
| 6166 | 2026-08-07T18:57:54.212Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6167 | 2026-08-07T18:57:54.212Z | |
| 6168 | 2026-08-07T18:57:54.260Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6169 | 2026-08-07T18:57:54.260Z | + RUST_BACKTRACE=full |
| 6170 | 2026-08-07T18:57:54.260Z | + cargo test --features softnpu --no-fail-fast |
| 6171 | 2026-08-07T18:57:54.914Z | Compiling num-integer v0.1.46 |
| 6172 | 2026-08-07T18:57:55.001Z | Compiling num-complex v0.4.6 |
| 6173 | 2026-08-07T18:57:55.048Z | Compiling bitstruct_derive v0.1.0 |
| 6174 | 2026-08-07T18:57:55.051Z | Compiling tap v1.0.1 |
| 6175 | 2026-08-07T18:57:55.176Z | Compiling wyz v0.5.1 |
| 6176 | 2026-08-07T18:57:55.295Z | Compiling num-iter v0.1.45 |
| 6177 | 2026-08-07T18:57:55.339Z | Compiling num-rational v0.4.2 |
| 6178 | 2026-08-07T18:57:55.350Z | Compiling num-bigint v0.4.6 |
| 6179 | 2026-08-07T18:57:55.425Z | Compiling radium v0.7.0 |
| 6180 | 2026-08-07T18:57:55.458Z | Compiling funty v2.0.0 |
| 6181 | 2026-08-07T18:57:55.496Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6182 | 2026-08-07T18:57:55.561Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-08-07T18:57:55.651Z | Compiling num v0.4.3 |
| 6184 | 2026-08-07T18:57:55.735Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6185 | 2026-08-07T18:57:55.745Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-08-07T18:57:55.772Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6187 | 2026-08-07T18:57:55.847Z | Compiling bitvec v1.0.1 |
| 6188 | 2026-08-07T18:57:55.877Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-08-07T18:57:56.031Z | Compiling typeid v1.0.3 |
| 6190 | 2026-08-07T18:57:56.053Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6191 | 2026-08-07T18:57:56.127Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-08-07T18:57:56.151Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-07T18:57:56.179Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-07T18:57:56.731Z | Compiling ascii v1.1.0 |
| 6195 | 2026-08-07T18:57:56.907Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-07T18:57:57.014Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6197 | 2026-08-07T18:57:57.061Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-08-07T18:57:57.169Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6199 | 2026-08-07T18:57:57.269Z | Compiling erased-serde v0.4.8 |
| 6200 | 2026-08-07T18:57:57.410Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6201 | 2026-08-07T18:57:57.437Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6202 | 2026-08-07T18:57:57.511Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6203 | 2026-08-07T18:57:57.768Z | Compiling bitstruct v0.1.1 |
| 6204 | 2026-08-07T18:57:57.876Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6205 | 2026-08-07T18:57:58.115Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-08-07T18:57:58.157Z | Compiling serde_arrays v0.1.0 |
| 6207 | 2026-08-07T18:57:58.288Z | Compiling libloading v0.7.4 |
| 6208 | 2026-08-07T18:57:58.529Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6209 | 2026-08-07T18:57:58.991Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6210 | 2026-08-07T18:57:59.100Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6211 | 2026-08-07T18:57:59.159Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6212 | 2026-08-07T18:58:00.382Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6213 | 2026-08-07T18:58:01.104Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6214 | 2026-08-07T18:58:07.132Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6215 | 2026-08-07T18:58:07.354Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6216 | 2026-08-07T18:58:07.354Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-07T18:58:07.425Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6218 | 2026-08-07T18:58:07.435Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-07T18:58:07.975Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6220 | 2026-08-07T18:58:08.835Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6221 | 2026-08-07T18:58:09.932Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-07T18:58:12.518Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6223 | 2026-08-07T18:58:13.134Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6224 | 2026-08-07T18:58:14.576Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6225 | 2026-08-07T18:58:15.954Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6226 | 2026-08-07T18:58:16.650Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6227 | 2026-08-07T18:58:16.801Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6228 | 2026-08-07T18:58:24.777Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-07T18:58:26.675Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6230 | 2026-08-07T18:58:30.051Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6231 | 2026-08-07T18:59:12.589Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 6232 | 2026-08-07T18:59:12.711Z | Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a) |
| 6233 | 2026-08-07T18:59:12.715Z | |
| 6234 | 2026-08-07T18:59:12.715Z | running 5 tests |
| 6235 | 2026-08-07T18:59:12.715Z | test fuse::tests::chip_revision_a0 ... ok |
| 6236 | 2026-08-07T18:59:12.716Z | test fuse::tests::chip_revision_b1 ... ok |
| 6237 | 2026-08-07T18:59:12.716Z | test fuse::tests::chip_revision_b0 ... ok |
| 6238 | 2026-08-07T18:59:12.716Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6239 | 2026-08-07T18:59:12.716Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6240 | 2026-08-07T18:59:12.716Z | |
| 6241 | 2026-08-07T18:59:12.716Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-08-07T18:59:12.716Z | |
| 6243 | 2026-08-07T18:59:12.720Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6244 | 2026-08-07T18:59:12.724Z | |
| 6245 | 2026-08-07T18:59:12.724Z | running 0 tests |
| 6246 | 2026-08-07T18:59:12.724Z | |
| 6247 | 2026-08-07T18:59:12.724Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-08-07T18:59:12.724Z | |
| 6249 | 2026-08-07T18:59:12.724Z | Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4) |
| 6250 | 2026-08-07T18:59:12.727Z | |
| 6251 | 2026-08-07T18:59:12.727Z | running 0 tests |
| 6252 | 2026-08-07T18:59:12.728Z | |
| 6253 | 2026-08-07T18:59:12.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6254 | 2026-08-07T18:59:12.728Z | |
| 6255 | 2026-08-07T18:59:12.728Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6256 | 2026-08-07T18:59:12.731Z | |
| 6257 | 2026-08-07T18:59:12.731Z | running 10 tests |
| 6258 | 2026-08-07T18:59:12.735Z | test nat::tests::test_vni ... ok |
| 6259 | 2026-08-07T18:59:12.735Z | test network::tests::test_equal ... ok |
| 6260 | 2026-08-07T18:59:12.735Z | test network::tests::test_eui64 ... ok |
| 6261 | 2026-08-07T18:59:12.735Z | test network::tests::test_into ... ok |
| 6262 | 2026-08-07T18:59:12.735Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6263 | 2026-08-07T18:59:12.735Z | test network::tests::test_not_equal ... ok |
| 6264 | 2026-08-07T18:59:12.735Z | test network::tests::test_to_string ... ok |
| 6265 | 2026-08-07T18:59:12.735Z | test network::tests::test_parse ... ok |
| 6266 | 2026-08-07T18:59:12.736Z | test test_purge ... ok |
| 6267 | 2026-08-07T18:59:12.739Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6268 | 2026-08-07T18:59:12.739Z | |
| 6269 | 2026-08-07T18:59:12.740Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6270 | 2026-08-07T18:59:12.740Z | |
| 6271 | 2026-08-07T18:59:12.740Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd) |
| 6272 | 2026-08-07T18:59:12.744Z | |
| 6273 | 2026-08-07T18:59:12.744Z | running 1 test |
| 6274 | 2026-08-07T18:59:12.749Z | ------- |
| 6275 | 2026-08-07T18:59:12.749Z | Generating OpenAPI documents from API definitions ... |
| 6276 | 2026-08-07T18:59:12.885Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6277 | 2026-08-07T18:59:12.955Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6278 | 2026-08-07T18:59:13.975Z | ------- |
| 6279 | 2026-08-07T18:59:13.975Z | Checking 12 OpenAPI documents... |
| 6280 | 2026-08-07T18:59:13.975Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-07T18:59:13.975Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-07T18:59:13.975Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-07T18:59:13.975Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-08-07T18:59:13.979Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-08-07T18:59:13.979Z | Fresh dpd "latest" symlink |
| 6293 | 2026-08-07T18:59:13.979Z | ------- |
| 6294 | 2026-08-07T18:59:13.979Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6295 | 2026-08-07T18:59:14.038Z | test test::test_apis_up_to_date ... ok |
| 6296 | 2026-08-07T18:59:14.038Z | |
| 6297 | 2026-08-07T18:59:14.038Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 6298 | 2026-08-07T18:59:14.038Z | |
| 6299 | 2026-08-07T18:59:14.097Z | Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79) |
| 6300 | 2026-08-07T18:59:14.103Z | |
| 6301 | 2026-08-07T18:59:14.103Z | running 34 tests |
| 6302 | 2026-08-07T18:59:14.107Z | test freemap::test_ordering ... ok |
| 6303 | 2026-08-07T18:59:14.107Z | test config::tests::test_updates ... ok |
| 6304 | 2026-08-07T18:59:14.107Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6305 | 2026-08-07T18:59:14.107Z | test freemap::test_split ... ok |
| 6306 | 2026-08-07T18:59:14.112Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6307 | 2026-08-07T18:59:14.112Z | test macaddrs::tests::test_mac_offset ... ok |
| 6308 | 2026-08-07T18:59:14.112Z | Aug 07 18:59:12.693 DEBG created new freemapAug 07 18:59:12.693 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 6309 | 2026-08-07T18:59:14.112Z | |
| 6310 | 2026-08-07T18:59:14.112Z | Aug 07 18:59:12.693 DEBG initted freemap. size: 128, unit: freemap_test |
| 6311 | 2026-08-07T18:59:14.112Z | Aug 07 18:59:12.693Aug 07 18:59:12.693 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test |
| 6312 | 2026-08-07T18:59:14.112Z | |
| 6313 | 2026-08-07T18:59:14.112Z | Aug 07 18:59:12.693 DEBG reset freemap, unit: freemap_test |
| 6314 | 2026-08-07T18:59:14.112Z | Aug 07 18:59:12.693 DEBG created new freemap, unit: freemap_test |
| 6315 | 2026-08-07T18:59:14.112Z | Aug 07 18:59:12.693 DEBG initted freemap. size: 128, unit: freemap_test |
| 6316 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.693 Aug 07 18:59:12.693DEBG DEBGcreated new freemap , reset freemapunit, :unit :freemap_test |
| 6317 | 2026-08-07T18:59:14.113Z | freemap_test |
| 6318 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.693 DEBG initted freemap. size: 128, unit: freemap_test |
| 6319 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.693 DEBG reset freemap, unit: freemap_test |
| 6320 | 2026-08-07T18:59:14.113Z | test freemap::test_reclaim ... ok |
| 6321 | 2026-08-07T18:59:14.113Z | test freemap::test_free ... ok |
| 6322 | 2026-08-07T18:59:14.113Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6323 | 2026-08-07T18:59:14.113Z | test freemap::test_basic ... ok |
| 6324 | 2026-08-07T18:59:14.113Z | test freemap::test_exhaustion ... ok |
| 6325 | 2026-08-07T18:59:14.113Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6326 | 2026-08-07T18:59:14.113Z | test nat::test_mapping ... ok |
| 6327 | 2026-08-07T18:59:14.113Z | test port_map::tests::test_backplane_group ... ok |
| 6328 | 2026-08-07T18:59:14.113Z | test port_map::tests::test_port_map ... ok |
| 6329 | 2026-08-07T18:59:14.113Z | test port_map::tests::dump_map ... ok |
| 6330 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG created new freemap, unit: freemap_test |
| 6331 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG initted freemap. size: 8, unit: freemap_test |
| 6332 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG reset freemap, unit: freemap_test |
| 6333 | 2026-08-07T18:59:14.113Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6334 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG created new freemap, unit: freemap_test |
| 6335 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG initted freemap. size: 128, unit: freemap_test |
| 6336 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG reset freemap, unit: freemap_test |
| 6337 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6338 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6339 | 2026-08-07T18:59:14.113Z | Aug 07 18:59:12.694 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6340 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6341 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6342 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6343 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6344 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6345 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6346 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6347 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6348 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6349 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6350 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6351 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6352 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6353 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6354 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6355 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6356 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6357 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6358 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6359 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6360 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6361 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6362 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6363 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6364 | 2026-08-07T18:59:14.114Z | Aug 07 18:59:12.695 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 } }] |
| 6365 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6366 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6367 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6368 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6369 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6370 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6371 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6372 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6373 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6374 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6375 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6376 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6377 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6378 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6379 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6380 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6381 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6382 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6383 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6384 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6385 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6386 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6387 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6388 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6389 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6390 | 2026-08-07T18:59:14.115Z | Aug 07 18:59:12.695 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 } }] |
| 6391 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6392 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 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 } }] |
| 6393 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6394 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 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 } }] |
| 6395 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6396 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 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 } }] |
| 6397 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6398 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 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 } }] |
| 6399 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6400 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 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 } }] |
| 6401 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6402 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 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 } }] |
| 6403 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6404 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 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 } }] |
| 6405 | 2026-08-07T18:59:14.116Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6406 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695 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 } }] |
| 6407 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695 INFOAug 07 18:59:12.695 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 6408 | 2026-08-07T18:59:14.122Z | test freemap::test_span ... ok |
| 6409 | 2026-08-07T18:59:14.122Z | created new freemap, Aug 07 18:59:12.695unit 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 } }] |
| 6410 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6411 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695 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 } }] |
| 6412 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6413 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6414 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 DEBGINFO created new freemapadding route 3fff:beef:22::/64 -> 2001:db8::55:ff, |
| 6415 | 2026-08-07T18:59:14.122Z | unit:Aug 07 18:59:12.695 freemap_route_ipv4DEBG |
| 6416 | 2026-08-07T18:59:14.122Z | 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 } }] |
| 6417 | 2026-08-07T18:59:14.122Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffcreated new freemap |
| 6418 | 2026-08-07T18:59:14.123Z | , unit: freemap_route_ipv6Aug 07 18:59:12.695 |
| 6419 | 2026-08-07T18:59:14.123Z | 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 07 18:59:12.695 |
| 6420 | 2026-08-07T18:59:14.123Z | DEBG initted freemap. size: 64, Aug 07 18:59:12.695unit :INFO freemap_route_ipv4adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6421 | 2026-08-07T18:59:14.123Z | |
| 6422 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 DEBGDEBG reset freemapreplacing 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 } }], |
| 6423 | 2026-08-07T18:59:14.123Z | unit: freemap_route_ipv4 |
| 6424 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 07 18:59:12.695 |
| 6425 | 2026-08-07T18:59:14.123Z | DEBG initted freemap. size: 64, Aug 07 18:59:12.695unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6426 | 2026-08-07T18:59:14.123Z | |
| 6427 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 DEBGINFO reset freemapadding route 3fff:beef:26::/64 -> 2001:db8::55:ff, |
| 6428 | 2026-08-07T18:59:14.123Z | unit: freemap_route_ipv6Aug 07 18:59:12.695 |
| 6429 | 2026-08-07T18:59:14.123Z | 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 07 18:59:12.695 |
| 6430 | 2026-08-07T18:59:14.123Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6431 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 18:59:12.695 |
| 6432 | 2026-08-07T18:59:14.123Z | 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 07 18:59:12.695 |
| 6433 | 2026-08-07T18:59:14.123Z | 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 } }] |
| 6434 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.695 |
| 6435 | 2026-08-07T18:59:14.123Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6436 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:59:12.695 |
| 6437 | 2026-08-07T18:59:14.123Z | 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 } }] |
| 6438 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 07 18:59:12.695 |
| 6439 | 2026-08-07T18:59:14.123Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6440 | 2026-08-07T18:59:14.123Z | Aug 07 18:59:12.695 Aug 07 18:59:12.695DEBG 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 } }] |
| 6441 | 2026-08-07T18:59:14.123Z | 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 } }] |
| 6442 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 Aug 07 18:59:12.695INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6443 | 2026-08-07T18:59:14.124Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6445 | 2026-08-07T18:59:14.124Z | |
| 6446 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 :INFOAug 07 18:59:12.695 freemap_route_ipv4adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 6447 | 2026-08-07T18:59:14.124Z | |
| 6448 | 2026-08-07T18:59:14.124Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6449 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 DEBG Aug 07 18:59:12.695replacing 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 } }] |
| 6450 | 2026-08-07T18:59:14.124Z | 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 } }] |
| 6451 | 2026-08-07T18:59:14.124Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6452 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 INFO Aug 07 18:59:12.695adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 18:59:12.695 |
| 6453 | 2026-08-07T18:59:14.124Z | DEBG created new freemap, unit: INFO freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6454 | 2026-08-07T18:59:14.124Z | |
| 6455 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 DEBG initted freemap. size: 64, unit:Aug 07 18:59:12.695 freemap_route_ipv4DEBG |
| 6456 | 2026-08-07T18:59:14.124Z | 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 07 18:59:12.695 |
| 6457 | 2026-08-07T18:59:14.124Z | DEBG reset freemap, Aug 07 18:59:12.695unit :INFO freemap_route_ipv4adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6458 | 2026-08-07T18:59:14.124Z | |
| 6459 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 Aug 07 18:59:12.695Aug 07 18:59:12.695DEBG created new freemapDEBGDEBG initted freemap. size: 64, , 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 } }]unit |
| 6460 | 2026-08-07T18:59:14.124Z | :unit :freemap_route_ipv4 freemap_route_ipv6Aug 07 18:59:12.695 |
| 6461 | 2026-08-07T18:59:14.124Z | |
| 6462 | 2026-08-07T18:59:14.124Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6463 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 DEBG Aug 07 18:59:12.695reset freemapAug 07 18:59:12.695 , unitAug 07 18:59:12.695DEBGDEBG: created new freemap 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 } }] unitfreemap_route_ipv6replacing 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 } }] |
| 6464 | 2026-08-07T18:59:14.124Z | : |
| 6465 | 2026-08-07T18:59:14.124Z | |
| 6466 | 2026-08-07T18:59:14.124Z | freemap_route_ipv6 |
| 6467 | 2026-08-07T18:59:14.124Z | Aug 07 18:59:12.695 Aug 07 18:59:12.695Aug 07 18:59:12.695 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 6468 | 2026-08-07T18:59:14.124Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6469 | 2026-08-07T18:59:14.125Z | test api_server::tests::test_build_info ... ok |
| 6470 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.695 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.695 |
| 6471 | 2026-08-07T18:59:14.125Z | 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 } }] |
| 6472 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 Aug 07 18:59:12.695INFO DEBGINFO initted freemap. size: 64adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6473 | 2026-08-07T18:59:14.125Z | , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunit |
| 6474 | 2026-08-07T18:59:14.125Z | : freemap_route_ipv4 |
| 6475 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 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: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 } }] |
| 6476 | 2026-08-07T18:59:14.125Z | |
| 6477 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.695 DEBG reset freemap, Aug 07 18:59:12.695unit Aug 07 18:59:12.695: INFO INFOfreemap_route_ipv4 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6478 | 2026-08-07T18:59:14.125Z | |
| 6479 | 2026-08-07T18:59:14.125Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6480 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.695Aug 07 18:59:12.695 Aug 07 18:59:12.695DEBG 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 } }] |
| 6481 | 2026-08-07T18:59:14.125Z | 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 } }] |
| 6482 | 2026-08-07T18:59:14.125Z | initted freemap. size: 64, unit:Aug 07 18:59:12.695 freemap_route_ipv6INFO |
| 6483 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.695adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6484 | 2026-08-07T18:59:14.125Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 07 18:59:12.695Aug 07 18:59:12.695 DEBGDEBG |
| 6485 | 2026-08-07T18:59:14.125Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 6486 | 2026-08-07T18:59:14.125Z | , unit: freemap_route_ipv6Aug 07 18:59:12.696 |
| 6487 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.696INFO DEBGAug 07 18:59:12.696adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6488 | 2026-08-07T18:59:14.125Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6489 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.696 |
| 6490 | 2026-08-07T18:59:14.125Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.696Aug 07 18:59:12.696 |
| 6491 | 2026-08-07T18:59:14.125Z | INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6492 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.696replacing 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 } }] |
| 6493 | 2026-08-07T18:59:14.125Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6494 | 2026-08-07T18:59:14.125Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 INFODEBGAug 07 18:59:12.696 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6495 | 2026-08-07T18:59:14.125Z | |
| 6496 | 2026-08-07T18:59:14.126Z | 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 } }] |
| 6497 | 2026-08-07T18:59:14.126Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696 INFOINFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6498 | 2026-08-07T18:59:14.126Z | adding route 3fff:beef:c::/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 } }] |
| 6499 | 2026-08-07T18:59:14.126Z | |
| 6500 | 2026-08-07T18:59:14.126Z | Aug 07 18:59:12.696Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBG INFO 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 } }] |
| 6501 | 2026-08-07T18:59:14.126Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6502 | 2026-08-07T18:59:14.126Z | |
| 6503 | 2026-08-07T18:59:14.126Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6504 | 2026-08-07T18:59:14.126Z | 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 } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6505 | 2026-08-07T18:59:14.126Z | |
| 6506 | 2026-08-07T18:59:14.131Z | Aug 07 18:59:12.696 DEBG Aug 07 18:59:12.696Aug 07 18:59:12.696replacing 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 } }] |
| 6507 | 2026-08-07T18:59:14.131Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6508 | 2026-08-07T18:59:14.131Z | |
| 6509 | 2026-08-07T18:59:14.132Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696INFO DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6510 | 2026-08-07T18:59:14.132Z | |
| 6511 | 2026-08-07T18:59:14.132Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6512 | 2026-08-07T18:59:14.132Z | Aug 07 18:59:12.696Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6513 | 2026-08-07T18:59:14.132Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6514 | 2026-08-07T18:59:14.132Z | |
| 6515 | 2026-08-07T18:59:14.132Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696 INFOINFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6516 | 2026-08-07T18:59:14.132Z | 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:35::/64 -> 2001:db8::55:ff |
| 6517 | 2026-08-07T18:59:14.132Z | |
| 6518 | 2026-08-07T18:59:14.132Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696DEBG INFODEBGreplacing 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 } }] |
| 6519 | 2026-08-07T18:59:14.132Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6520 | 2026-08-07T18:59:14.132Z | |
| 6521 | 2026-08-07T18:59:14.132Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 6522 | 2026-08-07T18:59:14.132Z | adding route 3fff:beef:36::/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 } }] |
| 6523 | 2026-08-07T18:59:14.132Z | |
| 6524 | 2026-08-07T18:59:14.132Z | Aug 07 18:59:12.696 DEBGAug 07 18:59:12.696Aug 07 18:59:12.696 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 } }]DEBGINFO |
| 6525 | 2026-08-07T18:59:14.133Z | adding route 3fff:beef:2::/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 } }] |
| 6526 | 2026-08-07T18:59:14.133Z | |
| 6527 | 2026-08-07T18:59:14.133Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696INFO INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6528 | 2026-08-07T18:59:14.133Z | |
| 6529 | 2026-08-07T18:59:14.133Z | 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 } }] |
| 6530 | 2026-08-07T18:59:14.133Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696 DEBGDEBG 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 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6531 | 2026-08-07T18:59:14.133Z | |
| 6532 | 2026-08-07T18:59:14.133Z | |
| 6533 | 2026-08-07T18:59:14.133Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBGINFOAug 07 18:59:12.696 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6534 | 2026-08-07T18:59:14.133Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6535 | 2026-08-07T18:59:14.133Z | |
| 6536 | 2026-08-07T18:59:14.133Z | Aug 07 18:59:12.696 INFOAug 07 18:59:12.696Aug 07 18:59:12.696 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6537 | 2026-08-07T18:59:14.133Z | 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: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 } }] |
| 6538 | 2026-08-07T18:59:14.133Z | Aug 07 18:59:12.696 |
| 6539 | 2026-08-07T18:59:14.133Z | 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 } }] |
| 6540 | 2026-08-07T18:59:14.133Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696INFO Aug 07 18:59:12.696INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6541 | 2026-08-07T18:59:14.133Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6542 | 2026-08-07T18:59:14.133Z | |
| 6543 | 2026-08-07T18:59:14.133Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6544 | 2026-08-07T18:59:14.133Z | 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: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 } }] |
| 6545 | 2026-08-07T18:59:14.133Z | |
| 6546 | 2026-08-07T18:59:14.134Z | Aug 07 18:59:12.696 INFO Aug 07 18:59:12.696Aug 07 18:59:12.696adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6547 | 2026-08-07T18:59:14.134Z | INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6548 | 2026-08-07T18:59:14.134Z | |
| 6549 | 2026-08-07T18:59:14.134Z | Aug 07 18:59:12.696 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 } }]Aug 07 18:59:12.696Aug 07 18:59:12.696 |
| 6550 | 2026-08-07T18:59:14.134Z | 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 } }]DEBG |
| 6551 | 2026-08-07T18:59:14.134Z | Aug 07 18:59:12.696 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 |
| 6552 | 2026-08-07T18:59:14.134Z | Aug 07 18:59:12.696Aug 07 18:59:12.696adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6553 | 2026-08-07T18:59:14.134Z | DEBG Aug 07 18:59:12.696INFO created new freemapINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff, |
| 6554 | 2026-08-07T18:59:14.134Z | unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: |
| 6555 | 2026-08-07T18:59:14.134Z | Aug 07 18:59:12.696freemap_route_ipv4Aug 07 18:59:12.696 |
| 6556 | 2026-08-07T18:59:14.134Z | DEBGAug 07 18:59:12.696 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 } }] |
| 6557 | 2026-08-07T18:59:14.134Z | DEBGDEBG Aug 07 18:59:12.696replacing 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 } }] |
| 6558 | 2026-08-07T18:59:14.134Z | DEBG created new freemapreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6559 | 2026-08-07T18:59:14.134Z | unit:Aug 07 18:59:12.696 freemap_route_ipv6INFO |
| 6560 | 2026-08-07T18:59:14.134Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6561 | 2026-08-07T18:59:14.134Z | Aug 07 18:59:12.696Aug 07 18:59:12.696INFO DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6562 | 2026-08-07T18:59:14.134Z | initted freemap. size: 64 DEBG, unitreplacing 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 07 18:59:12.696 |
| 6563 | 2026-08-07T18:59:14.135Z | : DEBG 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 } }] |
| 6564 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696 |
| 6565 | 2026-08-07T18:59:14.135Z | INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6566 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696 DEBG Aug 07 18:59:12.696INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6567 | 2026-08-07T18:59:14.135Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 6568 | 2026-08-07T18:59:14.135Z | reset freemapreplacing 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 07 18:59:12.696unit |
| 6569 | 2026-08-07T18:59:14.135Z | : DEBGfreemap_route_ipv4 |
| 6570 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696replacing 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 } }] |
| 6571 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6572 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696 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 07 18:59:12.696 |
| 6573 | 2026-08-07T18:59:14.135Z | DEBGINFODEBG adding route 3fff:beef:3d::/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 } }] |
| 6574 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696 |
| 6575 | 2026-08-07T18:59:14.135Z | INFOAug 07 18:59:12.696 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6576 | 2026-08-07T18:59:14.135Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6577 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696 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 07 18:59:12.696 |
| 6578 | 2026-08-07T18:59:14.135Z | 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 } }] |
| 6579 | 2026-08-07T18:59:14.135Z | Aug 07 18:59:12.696 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.696 |
| 6580 | 2026-08-07T18:59:14.135Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6581 | 2026-08-07T18:59:14.136Z | Aug 07 18:59:12.696 DEBGAug 07 18:59:12.696 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6582 | 2026-08-07T18:59:14.136Z | 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 } }] |
| 6583 | 2026-08-07T18:59:14.136Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6584 | 2026-08-07T18:59:14.136Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6585 | 2026-08-07T18:59:14.136Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6586 | 2026-08-07T18:59:14.136Z | |
| 6587 | 2026-08-07T18:59:14.136Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6588 | 2026-08-07T18:59:14.136Z | |
| 6589 | 2026-08-07T18:59:14.136Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6590 | 2026-08-07T18:59:14.136Z | |
| 6591 | 2026-08-07T18:59:14.136Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 6592 | 2026-08-07T18:59:14.136Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6593 | 2026-08-07T18:59:14.136Z | |
| 6594 | 2026-08-07T18:59:14.136Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6595 | 2026-08-07T18:59:14.136Z | Aug 07 18:59:12.696 DEBGAug 07 18:59:12.696 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6596 | 2026-08-07T18:59:14.136Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 DEBG Aug 07 18:59:12.696replacing 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 } }] |
| 6597 | 2026-08-07T18:59:14.136Z | INFO |
| 6598 | 2026-08-07T18:59:14.137Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6599 | 2026-08-07T18:59:14.137Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696INFO Aug 07 18:59:12.696 DEBGDEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6600 | 2026-08-07T18:59:14.137Z | 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: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 } }] |
| 6601 | 2026-08-07T18:59:14.137Z | |
| 6602 | 2026-08-07T18:59:14.137Z | Aug 07 18:59:12.696 DEBGAug 07 18:59:12.696 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 } }]INFOAug 07 18:59:12.696 |
| 6603 | 2026-08-07T18:59:14.137Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffINFO |
| 6604 | 2026-08-07T18:59:14.137Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6605 | 2026-08-07T18:59:14.137Z | Aug 07 18:59:12.696INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6606 | 2026-08-07T18:59:14.142Z | 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 } }]DEBG |
| 6607 | 2026-08-07T18:59:14.142Z | 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 07 18:59:12.696 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 } }] |
| 6608 | 2026-08-07T18:59:14.142Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 |
| 6609 | 2026-08-07T18:59:14.142Z | INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 6610 | 2026-08-07T18:59:14.142Z | |
| 6611 | 2026-08-07T18:59:14.142Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696 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 } }] |
| 6612 | 2026-08-07T18:59:14.142Z | Aug 07 18:59:12.696Aug 07 18:59:12.696INFO initted freemap. size: 64INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6613 | 2026-08-07T18:59:14.142Z | DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff , unit: Aug 07 18:59:12.696freemap_route_ipv6 |
| 6614 | 2026-08-07T18:59:14.142Z | 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 } }] |
| 6615 | 2026-08-07T18:59:14.142Z | |
| 6616 | 2026-08-07T18:59:14.143Z | Aug 07 18:59:12.696 Aug 07 18:59:12.696DEBG INFOAug 07 18:59:12.696reset freemap DEBG, adding route 3fff:beef:e::/64 -> 2001:db8::55:ff unit |
| 6617 | 2026-08-07T18:59:14.143Z | : replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6618 | 2026-08-07T18:59:14.143Z | |
| 6619 | 2026-08-07T18:59:14.143Z | Aug 07 18:59:12.696 DEBG Aug 07 18:59:12.696replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6620 | 2026-08-07T18:59:14.143Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6621 | 2026-08-07T18:59:14.143Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:59:12.696 |
| 6622 | 2026-08-07T18:59:14.143Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 6623 | 2026-08-07T18:59:14.143Z | 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 07 18:59:12.696 |
| 6624 | 2026-08-07T18:59:14.143Z | DEBG Aug 07 18:59:12.696replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6625 | 2026-08-07T18:59:14.143Z | Aug 07 18:59:12.696DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 18:59:12.696 |
| 6626 | 2026-08-07T18:59:14.143Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6627 | 2026-08-07T18:59:14.143Z | DEBGAug 07 18:59:12.696 Aug 07 18:59:12.696 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-07T18:59:14.143Z | |
| 6629 | 2026-08-07T18:59:14.143Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.696 |
| 6630 | 2026-08-07T18:59:14.143Z | DEBG Aug 07 18:59:12.696replacing 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 07 18:59:12.696 |
| 6631 | 2026-08-07T18:59:14.143Z | DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:beef:7::/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 } }] |
| 6632 | 2026-08-07T18:59:14.143Z | |
| 6633 | 2026-08-07T18:59:14.143Z | |
| 6634 | 2026-08-07T18:59:14.143Z | Aug 07 18:59:12.696 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6635 | 2026-08-07T18:59:14.143Z | Aug 07 18:59:12.696DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6636 | 2026-08-07T18:59:14.143Z | Aug 07 18:59:12.696adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 07 18:59:12.696 |
| 6637 | 2026-08-07T18:59:14.143Z | DEBG 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 } }] |
| 6638 | 2026-08-07T18:59:14.143Z | failed to allocate space for the new target listAug 07 18:59:12.696Aug 07 18:59:12.696 INFO |
| 6639 | 2026-08-07T18:59:14.143Z | DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6640 | 2026-08-07T18:59:14.144Z | 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 |
| 6641 | 2026-08-07T18:59:14.144Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6642 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696 DEBGINFO Aug 07 18:59:12.696replacing 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 } }] |
| 6643 | 2026-08-07T18:59:14.144Z | DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6644 | 2026-08-07T18:59:14.144Z | |
| 6645 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696 INFO Aug 07 18:59:12.696adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6646 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6647 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 6648 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696replacing 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 07 18:59:12.696INFO |
| 6649 | 2026-08-07T18:59:14.144Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 6650 | 2026-08-07T18:59:14.144Z | 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 07 18:59:12.696 |
| 6651 | 2026-08-07T18:59:14.144Z | INFOAug 07 18:59:12.696 Aug 07 18:59:12.696 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 6652 | 2026-08-07T18:59:14.144Z | 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 |
| 6653 | 2026-08-07T18:59:14.144Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6654 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696DEBG 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 } }]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 } }] |
| 6655 | 2026-08-07T18:59:14.144Z | |
| 6656 | 2026-08-07T18:59:14.144Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6657 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696 INFOAug 07 18:59:12.696 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 6658 | 2026-08-07T18:59:14.144Z | Aug 07 18:59:12.696 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 |
| 6659 | 2026-08-07T18:59:14.144Z | DEBG 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 } }] |
| 6660 | 2026-08-07T18:59:14.144Z | 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 07 18:59:12.696 |
| 6661 | 2026-08-07T18:59:14.144Z | DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO |
| 6662 | 2026-08-07T18:59:14.144Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6663 | 2026-08-07T18:59:14.144Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6664 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.696Aug 07 18:59:12.696Aug 07 18:59:12.696 INFODEBG DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6665 | 2026-08-07T18:59:14.145Z | |
| 6666 | 2026-08-07T18:59:14.145Z | 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 } }] |
| 6667 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696DEBG INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6668 | 2026-08-07T18:59:14.145Z | |
| 6669 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697 Aug 07 18:59:12.697DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6670 | 2026-08-07T18:59:14.145Z | 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 } }] |
| 6671 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6672 | 2026-08-07T18:59:14.145Z | |
| 6673 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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 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 } }] |
| 6674 | 2026-08-07T18:59:14.145Z | |
| 6675 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6676 | 2026-08-07T18:59:14.145Z | |
| 6677 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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 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 } }] |
| 6678 | 2026-08-07T18:59:14.145Z | |
| 6679 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6680 | 2026-08-07T18:59:14.145Z | |
| 6681 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6682 | 2026-08-07T18:59:14.145Z | |
| 6683 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6684 | 2026-08-07T18:59:14.145Z | |
| 6685 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG 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: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 } }] |
| 6686 | 2026-08-07T18:59:14.145Z | |
| 6687 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6688 | 2026-08-07T18:59:14.145Z | |
| 6689 | 2026-08-07T18:59:14.145Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6690 | 2026-08-07T18:59:14.145Z | |
| 6691 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6692 | 2026-08-07T18:59:14.146Z | |
| 6693 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6694 | 2026-08-07T18:59:14.146Z | |
| 6695 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6696 | 2026-08-07T18:59:14.146Z | |
| 6697 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6698 | 2026-08-07T18:59:14.146Z | |
| 6699 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6700 | 2026-08-07T18:59:14.146Z | |
| 6701 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6702 | 2026-08-07T18:59:14.146Z | |
| 6703 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-07T18:59:14.146Z | |
| 6705 | 2026-08-07T18:59:14.146Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6706 | 2026-08-07T18:59:14.151Z | |
| 6707 | 2026-08-07T18:59:14.151Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6708 | 2026-08-07T18:59:14.151Z | |
| 6709 | 2026-08-07T18:59:14.151Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6710 | 2026-08-07T18:59:14.151Z | |
| 6711 | 2026-08-07T18:59:14.151Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6712 | 2026-08-07T18:59:14.151Z | |
| 6713 | 2026-08-07T18:59:14.151Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6714 | 2026-08-07T18:59:14.151Z | |
| 6715 | 2026-08-07T18:59:14.151Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6716 | 2026-08-07T18:59:14.151Z | |
| 6717 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6718 | 2026-08-07T18:59:14.152Z | |
| 6719 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6720 | 2026-08-07T18:59:14.152Z | |
| 6721 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6722 | 2026-08-07T18:59:14.152Z | |
| 6723 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6724 | 2026-08-07T18:59:14.152Z | |
| 6725 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6726 | 2026-08-07T18:59:14.152Z | |
| 6727 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6728 | 2026-08-07T18:59:14.152Z | |
| 6729 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG 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 } }] |
| 6730 | 2026-08-07T18:59:14.152Z | 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 07 18:59:12.697 |
| 6731 | 2026-08-07T18:59:14.152Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6732 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 07 18:59:12.697 |
| 6733 | 2026-08-07T18:59:14.152Z | 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 07 18:59:12.697 |
| 6734 | 2026-08-07T18:59:14.152Z | DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6735 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6736 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697 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 } }] |
| 6737 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6738 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697 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 } }]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 } }] |
| 6739 | 2026-08-07T18:59:14.152Z | |
| 6740 | 2026-08-07T18:59:14.152Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6741 | 2026-08-07T18:59:14.152Z | |
| 6742 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6743 | 2026-08-07T18:59:14.153Z | |
| 6744 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6745 | 2026-08-07T18:59:14.153Z | |
| 6746 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6747 | 2026-08-07T18:59:14.153Z | |
| 6748 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6749 | 2026-08-07T18:59:14.153Z | |
| 6750 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6751 | 2026-08-07T18:59:14.153Z | |
| 6752 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6753 | 2026-08-07T18:59:14.153Z | |
| 6754 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6755 | 2026-08-07T18:59:14.153Z | |
| 6756 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6757 | 2026-08-07T18:59:14.153Z | |
| 6758 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6759 | 2026-08-07T18:59:14.153Z | |
| 6760 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6761 | 2026-08-07T18:59:14.153Z | |
| 6762 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6763 | 2026-08-07T18:59:14.153Z | |
| 6764 | 2026-08-07T18:59:14.153Z | test route::tests::grow_succeeds ... ok |
| 6765 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6766 | 2026-08-07T18:59:14.153Z | |
| 6767 | 2026-08-07T18:59:14.153Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6768 | 2026-08-07T18:59:14.153Z | |
| 6769 | 2026-08-07T18:59:14.154Z | Aug 07 18:59:12.697 Aug 07 18:59:12.697INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6770 | 2026-08-07T18:59:14.154Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-07T18:59:14.154Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }] |
| 6772 | 2026-08-07T18:59:14.154Z | |
| 6773 | 2026-08-07T18:59:14.154Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 INFODEBG Aug 07 18:59:12.697 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffcreated new freemap |
| 6774 | 2026-08-07T18:59:14.154Z | INFO, unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff: |
| 6775 | 2026-08-07T18:59:14.154Z | Aug 07 18:59:12.697 freemap_route_ipv4DEBG |
| 6776 | 2026-08-07T18:59:14.154Z | Aug 07 18:59:12.697replacing 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 } }] |
| 6777 | 2026-08-07T18:59:14.154Z | DEBG Aug 07 18:59:12.697replacing 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 } }] |
| 6778 | 2026-08-07T18:59:14.154Z | DEBGAug 07 18:59:12.697 INFO created new freemapadding route 3fff:beef:26::/64 -> 2001:db8::55:ff, Aug 07 18:59:12.697Aug 07 18:59:12.697unit INFO: DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6779 | 2026-08-07T18:59:14.154Z | created new freemapfreemap_route_ipv6 |
| 6780 | 2026-08-07T18:59:14.154Z | |
| 6781 | 2026-08-07T18:59:14.154Z | , unitAug 07 18:59:12.697:Aug 07 18:59:12.697 Aug 07 18:59:12.697 DEBG 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: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 } }]initted freemap. size: 64 |
| 6782 | 2026-08-07T18:59:14.154Z | |
| 6783 | 2026-08-07T18:59:14.154Z | , unitfreemap_route_ipv4:Aug 07 18:59:12.697Aug 07 18:59:12.697 |
| 6784 | 2026-08-07T18:59:14.154Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 6785 | 2026-08-07T18:59:14.154Z | freemap_route_ipv4adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 18:59:12.697 |
| 6786 | 2026-08-07T18:59:14.154Z | |
| 6787 | 2026-08-07T18:59:14.154Z | DEBG created new freemap, Aug 07 18:59:12.697unit Aug 07 18:59:12.697DEBG :Aug 07 18:59:12.697replacing 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 } }] |
| 6788 | 2026-08-07T18:59:14.154Z | DEBGDEBG reset freemapreplacing 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 } }], |
| 6789 | 2026-08-07T18:59:14.154Z | freemap_route_ipv6unit: |
| 6790 | 2026-08-07T18:59:14.154Z | Aug 07 18:59:12.697 Aug 07 18:59:12.697freemap_route_ipv4 |
| 6791 | 2026-08-07T18:59:14.154Z | INFO INFO Aug 07 18:59:12.697adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:59:12.697 |
| 6792 | 2026-08-07T18:59:14.154Z | |
| 6793 | 2026-08-07T18:59:14.154Z | DEBG DEBG Aug 07 18:59:12.697initted freemap. size: 64 , Aug 07 18:59:12.697DEBG DEBGinitted freemap. size: 64replacing 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 |
| 6794 | 2026-08-07T18:59:14.154Z | : , freemap_route_ipv6unit |
| 6795 | 2026-08-07T18:59:14.154Z | Aug 07 18:59:12.697 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 } }]: |
| 6796 | 2026-08-07T18:59:14.155Z | INFO freemap_route_ipv4Aug 07 18:59:12.697adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6797 | 2026-08-07T18:59:14.155Z | |
| 6798 | 2026-08-07T18:59:14.155Z | DEBG reset freemap, Aug 07 18:59:12.697unitAug 07 18:59:12.697 DEBG: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 } }]freemap_route_ipv6 |
| 6799 | 2026-08-07T18:59:14.155Z | |
| 6800 | 2026-08-07T18:59:14.155Z | reset freemapAug 07 18:59:12.697, unitAug 07 18:59:12.697INFO Aug 07 18:59:12.697: INFOINFO freemap_route_ipv4 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6801 | 2026-08-07T18:59:14.155Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6802 | 2026-08-07T18:59:14.155Z | |
| 6803 | 2026-08-07T18:59:14.155Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6804 | 2026-08-07T18:59:14.155Z | Aug 07 18:59:12.697Aug 07 18:59:12.697 Aug 07 18:59:12.697DEBG Aug 07 18:59:12.697 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 } }]DEBGDEBG |
| 6805 | 2026-08-07T18:59:14.155Z | DEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], 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 } }] |
| 6806 | 2026-08-07T18:59:14.160Z | Aug 07 18:59:12.697 |
| 6807 | 2026-08-07T18:59:14.160Z | unitINFO: adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6808 | 2026-08-07T18:59:14.160Z | |
| 6809 | 2026-08-07T18:59:14.160Z | Aug 07 18:59:12.697 INFO Aug 07 18:59:12.697adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6810 | 2026-08-07T18:59:14.160Z | Aug 07 18:59:12.697 DEBGDEBG Aug 07 18:59:12.697replacing 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 07 18:59:12.697 |
| 6811 | 2026-08-07T18:59:14.160Z | reset freemapDEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 6812 | 2026-08-07T18:59:14.160Z | :adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 07 18:59:12.697 |
| 6813 | 2026-08-07T18:59:14.160Z | freemap_route_ipv6INFO |
| 6814 | 2026-08-07T18:59:14.160Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6815 | 2026-08-07T18:59:14.160Z | Aug 07 18:59:12.697Aug 07 18:59:12.697Aug 07 18:59:12.697 Aug 07 18:59:12.697 DEBGDEBG INFO INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6816 | 2026-08-07T18:59:14.160Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6817 | 2026-08-07T18:59:14.160Z | |
| 6818 | 2026-08-07T18:59:14.160Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:59:12.697 |
| 6819 | 2026-08-07T18:59:14.160Z | INFOAug 07 18:59:12.697 Aug 07 18:59:12.697adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 07 18:59:12.697INFO |
| 6820 | 2026-08-07T18:59:14.160Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 6821 | 2026-08-07T18:59:14.160Z | Aug 07 18:59:12.697replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 6822 | 2026-08-07T18:59:14.160Z | 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 07 18:59:12.697Aug 07 18:59:12.697 DEBG |
| 6823 | 2026-08-07T18:59:14.161Z | INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6824 | 2026-08-07T18:59:14.161Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6825 | 2026-08-07T18:59:14.161Z | |
| 6826 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.697 Aug 07 18:59:12.697INFO Aug 07 18:59:12.697DEBG Aug 07 18:59:12.697 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6827 | 2026-08-07T18:59:14.161Z | 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 } }]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 } }] |
| 6828 | 2026-08-07T18:59:14.161Z | |
| 6829 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.697adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBG |
| 6830 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.697replacing 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 } }] |
| 6831 | 2026-08-07T18:59:14.161Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6832 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.697 DEBG Aug 07 18:59:12.698replacing 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 |
| 6833 | 2026-08-07T18:59:14.161Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.698 |
| 6834 | 2026-08-07T18:59:14.161Z | INFOAug 07 18:59:12.698 Aug 07 18:59:12.698INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 6835 | 2026-08-07T18:59:14.161Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6836 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.698 |
| 6837 | 2026-08-07T18:59:14.161Z | DEBGAug 07 18:59:12.697Aug 07 18:59:12.698Aug 07 18:59:12.698 DEBGDEBG created new freemapDEBG, unit: freemap_route_ipv4replacing 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 } }] |
| 6838 | 2026-08-07T18:59:14.161Z | 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 } }] |
| 6839 | 2026-08-07T18:59:14.161Z | |
| 6840 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.698 DEBGAug 07 18:59:12.698 INFOcreated new freemapAug 07 18:59:12.698, unit INFO : freemap_route_ipv6 |
| 6841 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.697Aug 07 18:59:12.698 DEBGINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffinitted freemap. size: 64, unit:adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6842 | 2026-08-07T18:59:14.161Z | freemap_route_ipv4 |
| 6843 | 2026-08-07T18:59:14.161Z | 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 } }] |
| 6844 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.698Aug 07 18:59:12.698 DEBG reset freemapAug 07 18:59:12.698, adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit |
| 6845 | 2026-08-07T18:59:14.161Z | DEBG: freemap_route_ipv4 |
| 6846 | 2026-08-07T18:59:14.161Z | |
| 6847 | 2026-08-07T18:59:14.161Z | Aug 07 18:59:12.698 Aug 07 18:59:12.698 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOinitted freemap. size: 64, unit:DEBG |
| 6848 | 2026-08-07T18:59:14.161Z | freemap_route_ipv6 |
| 6849 | 2026-08-07T18:59:14.162Z | 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 07 18:59:12.698adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-07T18:59:14.162Z | DEBG |
| 6851 | 2026-08-07T18:59:14.162Z | Aug 07 18:59:12.698reset freemap, unitAug 07 18:59:12.698: Aug 07 18:59:12.698freemap_route_ipv6 |
| 6852 | 2026-08-07T18:59:14.162Z | DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.698 INFO |
| 6853 | 2026-08-07T18:59:14.162Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6854 | 2026-08-07T18:59:14.162Z | INFO Aug 07 18:59:12.698 DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6855 | 2026-08-07T18:59:14.162Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 18:59:12.698 |
| 6856 | 2026-08-07T18:59:14.162Z | Aug 07 18:59:12.698 DEBGAug 07 18:59:12.698 Aug 07 18:59:12.698INFO INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6857 | 2026-08-07T18:59:14.162Z | |
| 6858 | 2026-08-07T18:59:14.162Z | DEBGAug 07 18:59:12.698Aug 07 18:59:12.698 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6859 | 2026-08-07T18:59:14.162Z | 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 } }] |
| 6860 | 2026-08-07T18:59:14.162Z | INFOAug 07 18:59:12.698Aug 07 18:59:12.698 INFO |
| 6861 | 2026-08-07T18:59:14.162Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6862 | 2026-08-07T18:59:14.162Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 07 18:59:12.698 |
| 6863 | 2026-08-07T18:59:14.162Z | 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 } }]Aug 07 18:59:12.698 |
| 6864 | 2026-08-07T18:59:14.162Z | 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 07 18:59:12.698 |
| 6865 | 2026-08-07T18:59:14.162Z | INFO Aug 07 18:59:12.698adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6866 | 2026-08-07T18:59:14.162Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6867 | 2026-08-07T18:59:14.162Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 18:59:12.698 DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6868 | 2026-08-07T18:59:14.162Z | 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 07 18:59:12.698 |
| 6869 | 2026-08-07T18:59:14.162Z | |
| 6870 | 2026-08-07T18:59:14.162Z | DEBGAug 07 18:59:12.698Aug 07 18:59:12.698Aug 07 18:59:12.698 INFO adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 6871 | 2026-08-07T18:59:14.162Z | 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 07 18:59:12.698 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 } }] |
| 6872 | 2026-08-07T18:59:14.162Z | |
| 6873 | 2026-08-07T18:59:14.162Z | DEBGAug 07 18:59:12.698 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 6874 | 2026-08-07T18:59:14.162Z | 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 } }] |
| 6875 | 2026-08-07T18:59:14.162Z | Aug 07 18:59:12.698Aug 07 18:59:12.698replacing 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 07 18:59:12.698 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6876 | 2026-08-07T18:59:14.163Z | |
| 6877 | 2026-08-07T18:59:14.163Z | Aug 07 18:59:12.698 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6878 | 2026-08-07T18:59:14.163Z | INFOAug 07 18:59:12.698 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6879 | 2026-08-07T18:59:14.163Z | |
| 6880 | 2026-08-07T18:59:14.163Z | 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 } }] |
| 6881 | 2026-08-07T18:59:14.163Z | Aug 07 18:59:12.698 DEBG Aug 07 18:59:12.698replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO Aug 07 18:59:12.698Aug 07 18:59:12.698adding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBG DEBGcreated new freemap , created new freemap |
| 6882 | 2026-08-07T18:59:14.163Z | , Aug 07 18:59:12.698unitunit :DEBG : freemap_route_ipv4 |
| 6883 | 2026-08-07T18:59:14.163Z | freemap_route_ipv4Aug 07 18:59:12.706 DEBG |
| 6884 | 2026-08-07T18:59:14.163Z | 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: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 07 18:59:12.706 |
| 6885 | 2026-08-07T18:59:14.163Z | DEBG |
| 6886 | 2026-08-07T18:59:14.163Z | created new freemapAug 07 18:59:12.706, unitDEBG:Aug 07 18:59:12.706 freemap_route_ipv6created new freemapINFOAug 07 18:59:12.706 , adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6887 | 2026-08-07T18:59:14.163Z | |
| 6888 | 2026-08-07T18:59:14.163Z | unitINFO: Aug 07 18:59:12.706freemap_route_ipv6 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6889 | 2026-08-07T18:59:14.163Z | DEBG |
| 6890 | 2026-08-07T18:59:14.163Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.706 |
| 6891 | 2026-08-07T18:59:14.163Z | Aug 07 18:59:12.706DEBG Aug 07 18:59:12.706 DEBGinitted freemap. size: 64 , unitDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.706 |
| 6892 | 2026-08-07T18:59:14.163Z | initted freemap. size: 64 , INFOunit :Aug 07 18:59:12.706 freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6893 | 2026-08-07T18:59:14.163Z | |
| 6894 | 2026-08-07T18:59:14.163Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6895 | 2026-08-07T18:59:14.163Z | Aug 07 18:59:12.706adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6896 | 2026-08-07T18:59:14.163Z | DEBGAug 07 18:59:12.706 DEBGAug 07 18:59:12.706replacing 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 } }] |
| 6897 | 2026-08-07T18:59:14.163Z | reset freemap , Aug 07 18:59:12.706DEBGunit :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 |
| 6898 | 2026-08-07T18:59:14.163Z | 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 } }]freemap_route_ipv4 |
| 6899 | 2026-08-07T18:59:14.163Z | |
| 6900 | 2026-08-07T18:59:14.163Z | Aug 07 18:59:12.706 Aug 07 18:59:12.706Aug 07 18:59:12.706 Aug 07 18:59:12.698Aug 07 18:59:12.706DEBG INFO INFODEBGfailed to allocate space for the new target list INFOinitted freemap. size: 64 |
| 6901 | 2026-08-07T18:59:14.163Z | , unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 6902 | 2026-08-07T18:59:14.163Z | : |
| 6903 | 2026-08-07T18:59:14.163Z | Aug 07 18:59:12.706adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 07 18:59:12.706 |
| 6904 | 2026-08-07T18:59:14.164Z | |
| 6905 | 2026-08-07T18:59:14.164Z | Aug 07 18:59:12.706DEBGDEBG Aug 07 18:59:12.706 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 } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6906 | 2026-08-07T18:59:14.168Z | Aug 07 18:59:12.706replacing 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 } }] |
| 6907 | 2026-08-07T18:59:14.169Z | |
| 6908 | 2026-08-07T18:59:14.169Z | 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 } }] |
| 6909 | 2026-08-07T18:59:14.169Z | DEBG Aug 07 18:59:12.706Aug 07 18:59:12.706 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6910 | 2026-08-07T18:59:14.169Z | |
| 6911 | 2026-08-07T18:59:14.169Z | reset freemap, unit: Aug 07 18:59:12.706freemap_route_ipv6 |
| 6912 | 2026-08-07T18:59:14.169Z | DEBGAug 07 18:59:12.706 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 07 18:59:12.706INFO |
| 6913 | 2026-08-07T18:59:14.169Z | DEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.706 |
| 6914 | 2026-08-07T18:59:14.169Z | Aug 07 18:59:12.706 INFO |
| 6915 | 2026-08-07T18:59:14.169Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6916 | 2026-08-07T18:59:14.169Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6917 | 2026-08-07T18:59:14.169Z | Aug 07 18:59:12.706Aug 07 18:59:12.706 INFODEBG Aug 07 18:59:12.706 Aug 07 18:59:12.706 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 6918 | 2026-08-07T18:59:14.169Z | 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 |
| 6919 | 2026-08-07T18:59:14.169Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6920 | 2026-08-07T18:59:14.169Z | 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 } }] |
| 6921 | 2026-08-07T18:59:14.169Z | Aug 07 18:59:12.706Aug 07 18:59:12.706 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 } }]Aug 07 18:59:12.706adding route 172.17.0.8/32 -> 10.0.0.255 |
| 6922 | 2026-08-07T18:59:14.169Z | |
| 6923 | 2026-08-07T18:59:14.169Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.698Aug 07 18:59:12.706Aug 07 18:59:12.706Aug 07 18:59:12.706 INFO |
| 6924 | 2026-08-07T18:59:14.169Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 6925 | 2026-08-07T18:59:14.169Z | INFO DEBGAug 07 18:59:12.706adding route 3fff:beef:38::/64 -> 2001:db8::55:ff created 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 } }] |
| 6926 | 2026-08-07T18:59:14.169Z | |
| 6927 | 2026-08-07T18:59:14.169Z | Aug 07 18:59:12.706DEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unitAug 07 18:59:12.706DEBG |
| 6928 | 2026-08-07T18:59:14.169Z | INFO: replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4 |
| 6929 | 2026-08-07T18:59:14.169Z | |
| 6930 | 2026-08-07T18:59:14.169Z | |
| 6931 | 2026-08-07T18:59:14.169Z | Aug 07 18:59:12.706 INFOAug 07 18:59:12.706 Aug 07 18:59:12.706adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 07 18:59:12.706 |
| 6932 | 2026-08-07T18:59:14.169Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6933 | 2026-08-07T18:59:14.170Z | DEBG Aug 07 18:59:12.706 Aug 07 18:59:12.706 DEBGAug 07 18:59:12.706DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6934 | 2026-08-07T18:59:14.170Z | DEBG |
| 6935 | 2026-08-07T18:59:14.170Z | DEBGcreated new freemap , 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 } }]unitAug 07 18:59:12.706: |
| 6936 | 2026-08-07T18:59:14.170Z | |
| 6937 | 2026-08-07T18:59:14.170Z | INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:59:12.707 |
| 6938 | 2026-08-07T18:59:14.170Z | Aug 07 18:59:12.707 |
| 6939 | 2026-08-07T18:59:14.170Z | INFO Aug 07 18:59:12.707 INFOINFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 07 18:59:12.707adding route 172.17.0.10/32 -> 10.0.0.255 |
| 6940 | 2026-08-07T18:59:14.170Z | DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6941 | 2026-08-07T18:59:14.170Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.707 |
| 6942 | 2026-08-07T18:59:14.170Z | |
| 6943 | 2026-08-07T18:59:14.170Z | DEBG Aug 07 18:59:12.707initted freemap. size: 64Aug 07 18:59:12.707, Aug 07 18:59:12.707 unit DEBG: DEBGAug 07 18:59:12.707 DEBGfreemap_route_ipv4 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: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 } }] |
| 6944 | 2026-08-07T18:59:14.170Z | 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 } }] |
| 6945 | 2026-08-07T18:59:14.170Z | 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 } }] |
| 6946 | 2026-08-07T18:59:14.170Z | |
| 6947 | 2026-08-07T18:59:14.170Z | 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 } }] |
| 6948 | 2026-08-07T18:59:14.170Z | Aug 07 18:59:12.707Aug 07 18:59:12.707 Aug 07 18:59:12.707 INFOAug 07 18:59:12.707 DEBG Aug 07 18:59:12.707 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOWARN adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6949 | 2026-08-07T18:59:14.170Z | INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6950 | 2026-08-07T18:59:14.170Z | |
| 6951 | 2026-08-07T18:59:14.170Z | adding route 172.17.0.11/32 -> 10.0.0.255reset freemap |
| 6952 | 2026-08-07T18:59:14.170Z | , unitAug 07 18:59:12.707: DEBGfreemap_route_ipv4 Aug 07 18:59:12.707 |
| 6953 | 2026-08-07T18:59:14.170Z | 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 } }]DEBGAug 07 18:59:12.707 |
| 6954 | 2026-08-07T18:59:14.170Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 6955 | 2026-08-07T18:59:14.170Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.707 Aug 07 18:59:12.707DEBG |
| 6956 | 2026-08-07T18:59:14.170Z | initted freemap. size: 64Aug 07 18:59:12.707 , INFOunit adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 07 18:59:12.707INFO |
| 6957 | 2026-08-07T18:59:14.170Z | : INFO freemap_route_ipv6adding route 172.17.0.12/32 -> 10.0.0.255 |
| 6958 | 2026-08-07T18:59:14.170Z | |
| 6959 | 2026-08-07T18:59:14.171Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6960 | 2026-08-07T18:59:14.171Z | Aug 07 18:59:12.707 Aug 07 18:59:12.707DEBGAug 07 18:59:12.707 |
| 6961 | 2026-08-07T18:59:14.171Z | :Aug 07 18:59:12.707 DEBGDEBGDEBG Aug 07 18:59:12.707freemap_route_ipv4replacing 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 } }] |
| 6962 | 2026-08-07T18:59:14.171Z | reset freemapINFO |
| 6963 | 2026-08-07T18:59:14.171Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff, unit |
| 6964 | 2026-08-07T18:59:14.171Z | : Aug 07 18:59:12.707Aug 07 18:59:12.707 freemap_route_ipv6Aug 07 18:59:12.707 DEBGINFOreplacing 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 } }] |
| 6965 | 2026-08-07T18:59:14.171Z | |
| 6966 | 2026-08-07T18:59:14.171Z | 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 } }] adding route 172.17.0.13/32 -> 10.0.0.255 |
| 6967 | 2026-08-07T18:59:14.171Z | 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 } }] |
| 6968 | 2026-08-07T18:59:14.171Z | |
| 6969 | 2026-08-07T18:59:14.171Z | reset freemap, Aug 07 18:59:12.707unit: Aug 07 18:59:12.707freemap_route_ipv4 Aug 07 18:59:12.707 |
| 6970 | 2026-08-07T18:59:14.171Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6971 | 2026-08-07T18:59:14.171Z | Aug 07 18:59:12.707 INFOINFOINFO DEBG adding route 3fff:beef:10::/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 } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:59:12.707 |
| 6972 | 2026-08-07T18:59:14.171Z | |
| 6973 | 2026-08-07T18:59:14.171Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGAug 07 18:59:12.707 Aug 07 18:59:12.707 |
| 6974 | 2026-08-07T18:59:14.171Z | |
| 6975 | 2026-08-07T18:59:14.171Z | Aug 07 18:59:12.707 initted freemap. size: 64DEBG , unit: Aug 07 18:59:12.707replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6976 | 2026-08-07T18:59:14.171Z | DEBG |
| 6977 | 2026-08-07T18:59:14.171Z | Aug 07 18:59:12.707 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 Aug 07 18:59:12.707 |
| 6978 | 2026-08-07T18:59:14.171Z | DEBG Aug 07 18:59:12.707 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 07 18:59:12.707DEBG |
| 6979 | 2026-08-07T18:59:14.171Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6980 | 2026-08-07T18:59:14.171Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 6981 | 2026-08-07T18:59:14.171Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6982 | 2026-08-07T18:59:14.171Z | |
| 6983 | 2026-08-07T18:59:14.171Z | Aug 07 18:59:12.707 INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 6984 | 2026-08-07T18:59:14.171Z | Aug 07 18:59:12.707Aug 07 18:59:12.707 :DEBGAug 07 18:59:12.707 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGfreemap_route_ipv6 |
| 6985 | 2026-08-07T18:59:14.171Z | |
| 6986 | 2026-08-07T18:59:14.171Z | Aug 07 18:59:12.707 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 } }] |
| 6987 | 2026-08-07T18:59:14.172Z | 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 } }]DEBGAug 07 18:59:12.707 Aug 07 18:59:12.707 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.707 |
| 6988 | 2026-08-07T18:59:14.172Z | INFOINFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6989 | 2026-08-07T18:59:14.172Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 07 18:59:12.707 |
| 6990 | 2026-08-07T18:59:14.172Z | |
| 6991 | 2026-08-07T18:59:14.172Z | |
| 6992 | 2026-08-07T18:59:14.172Z | INFO Aug 07 18:59:12.707adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 6993 | 2026-08-07T18:59:14.172Z | Aug 07 18:59:12.707 Aug 07 18:59:12.707replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6994 | 2026-08-07T18:59:14.172Z | Aug 07 18:59:12.707adding route 172.17.0.15/32 -> 10.0.0.255Aug 07 18:59:12.707 |
| 6995 | 2026-08-07T18:59:14.172Z | DEBGAug 07 18:59:12.707 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 } }] DEBGDEBGINFOAug 07 18:59:12.707 |
| 6996 | 2026-08-07T18:59:14.172Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }] |
| 6997 | 2026-08-07T18:59:14.172Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 18:59:12.707 |
| 6998 | 2026-08-07T18:59:14.172Z | Aug 07 18:59:12.716DEBG |
| 6999 | 2026-08-07T18:59:14.172Z | DEBGcreated new freemap , replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 7000 | 2026-08-07T18:59:14.172Z | :Aug 07 18:59:12.716 INFOfreemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7001 | 2026-08-07T18:59:14.172Z | Aug 07 18:59:12.716 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7002 | 2026-08-07T18:59:14.172Z | INFO |
| 7003 | 2026-08-07T18:59:14.172Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 18:59:12.716 |
| 7004 | 2026-08-07T18:59:14.172Z | INFOAug 07 18:59:12.716 DEBGAug 07 18:59:12.716adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7005 | 2026-08-07T18:59:14.172Z | Aug 07 18:59:12.716 |
| 7006 | 2026-08-07T18:59:14.177Z | Aug 07 18:59:12.716 DEBGDEBG INFOAug 07 18:59:12.716 adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGcreated new freemap |
| 7007 | 2026-08-07T18:59:14.177Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7008 | 2026-08-07T18:59:14.177Z | , |
| 7009 | 2026-08-07T18:59:14.177Z | unit: Aug 07 18:59:12.716freemap_route_ipv6 |
| 7010 | 2026-08-07T18:59:14.177Z | DEBGAug 07 18:59:12.716Aug 07 18:59:12.716 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7011 | 2026-08-07T18:59:14.177Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7012 | 2026-08-07T18:59:14.177Z | |
| 7013 | 2026-08-07T18:59:14.177Z | Aug 07 18:59:12.716 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 } }] |
| 7014 | 2026-08-07T18:59:14.177Z | Aug 07 18:59:12.707Aug 07 18:59:12.716Aug 07 18:59:12.717 DEBG INFOAug 07 18:59:12.717 INFOinitted freemap. size: 64 , INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7015 | 2026-08-07T18:59:14.177Z | |
| 7016 | 2026-08-07T18:59:14.177Z | : |
| 7017 | 2026-08-07T18:59:14.177Z | freemap_route_ipv4 |
| 7018 | 2026-08-07T18:59:14.177Z | Aug 07 18:59:12.717 Aug 07 18:59:12.717 DEBG Aug 07 18:59:12.717 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7019 | 2026-08-07T18:59:14.177Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.717 |
| 7020 | 2026-08-07T18:59:14.177Z | Aug 07 18:59:12.717DEBG INFODEBGreset freemap 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 07 18:59:12.717 |
| 7021 | 2026-08-07T18:59:14.177Z | , adding route 3fff:dead::/64 -> 2001:db8::55:4unit: |
| 7022 | 2026-08-07T18:59:14.178Z | INFOAug 07 18:59:12.717freemap_route_ipv4 Aug 07 18:59:12.717 |
| 7023 | 2026-08-07T18:59:14.178Z | INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7024 | 2026-08-07T18:59:14.178Z | adding route 3fff:beef:14::/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 } }] |
| 7025 | 2026-08-07T18:59:14.178Z | |
| 7026 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717Aug 07 18:59:12.717 DEBG Aug 07 18:59:12.717initted 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 } }, NextHop { asic_port_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 07 18:59:12.717 |
| 7027 | 2026-08-07T18:59:14.178Z | DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 7028 | 2026-08-07T18:59:14.178Z | |
| 7029 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717 |
| 7030 | 2026-08-07T18:59:14.178Z | WARNAug 07 18:59:12.717 Aug 07 18:59:12.717shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO |
| 7031 | 2026-08-07T18:59:14.178Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7032 | 2026-08-07T18:59:14.178Z | |
| 7033 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717Aug 07 18:59:12.717 ERRO DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 07 18:59:12.717reset freemap , DEBGunit |
| 7034 | 2026-08-07T18:59:14.178Z | : 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 07 18:59:12.717 |
| 7035 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717freemap_route_ipv6 ERRO |
| 7036 | 2026-08-07T18:59:14.178Z | 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 07 18:59:12.717DEBGAug 07 18:59:12.717 INFO |
| 7037 | 2026-08-07T18:59:14.178Z | INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7038 | 2026-08-07T18:59:14.178Z | |
| 7039 | 2026-08-07T18:59:14.178Z | 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 } }] |
| 7040 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717 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 } }] |
| 7041 | 2026-08-07T18:59:14.178Z | INFO Aug 07 18:59:12.717adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7042 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717DEBG 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 } }] |
| 7043 | 2026-08-07T18:59:14.178Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7044 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717 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 07 18:59:12.717Aug 07 18:59:12.717 |
| 7045 | 2026-08-07T18:59:14.178Z | Aug 07 18:59:12.717 INFOAug 07 18:59:12.707DEBG 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 } }]INFOAug 07 18:59:12.717 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7046 | 2026-08-07T18:59:14.179Z | |
| 7047 | 2026-08-07T18:59:14.179Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7048 | 2026-08-07T18:59:14.179Z | created new freemapfailed to allocate space for the new target list, Aug 07 18:59:12.717 |
| 7049 | 2026-08-07T18:59:14.179Z | unitINFOAug 07 18:59:12.717 : adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 18:59:12.717 |
| 7050 | 2026-08-07T18:59:14.179Z | DEBG DEBG freemap_route_ipv4replacing 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 } }] |
| 7051 | 2026-08-07T18:59:14.179Z | |
| 7052 | 2026-08-07T18:59:14.179Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7053 | 2026-08-07T18:59:14.179Z | Aug 07 18:59:12.717Aug 07 18:59:12.717 Aug 07 18:59:12.717Aug 07 18:59:12.717 DEBGINFO DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7054 | 2026-08-07T18:59:14.179Z | adding route 3fff:dead::/64 -> 2001:db8::55:3created new freemap |
| 7055 | 2026-08-07T18:59:14.179Z | , INFOunitAug 07 18:59:12.717 Aug 07 18:59:12.717adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7056 | 2026-08-07T18:59:14.179Z | DEBG: INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7057 | 2026-08-07T18:59:14.179Z | Aug 07 18:59:12.717 |
| 7058 | 2026-08-07T18:59:14.179Z | freemap_route_ipv6DEBG |
| 7059 | 2026-08-07T18:59:14.179Z | Aug 07 18:59:12.717Aug 07 18:59:12.717 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 } }] |
| 7060 | 2026-08-07T18:59:14.179Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 7061 | 2026-08-07T18:59:14.179Z | 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 07 18:59:12.717Aug 07 18:59:12.717 |
| 7062 | 2026-08-07T18:59:14.179Z | INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 07 18:59:12.717initted freemap. size: 64 |
| 7063 | 2026-08-07T18:59:14.179Z | , Aug 07 18:59:12.717 DEBGINFOunit :adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 07 18:59:12.717 |
| 7064 | 2026-08-07T18:59:14.179Z | test route::tests::identity_replace_is_noop ... ok |
| 7065 | 2026-08-07T18:59:14.179Z | freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7066 | 2026-08-07T18:59:14.179Z | DEBG |
| 7067 | 2026-08-07T18:59:14.179Z | Aug 07 18:59:12.717 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 07 18:59:12.717 |
| 7068 | 2026-08-07T18:59:14.179Z | 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 } }]Aug 07 18:59:12.717 |
| 7069 | 2026-08-07T18:59:14.179Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7070 | 2026-08-07T18:59:14.179Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 07 18:59:12.717 |
| 7071 | 2026-08-07T18:59:14.179Z | DEBGINFO Aug 07 18:59:12.717reset freemapadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 07 18:59:12.717 |
| 7072 | 2026-08-07T18:59:14.180Z | , INFOunit :adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7073 | 2026-08-07T18:59:14.180Z | freemap_route_ipv4 |
| 7074 | 2026-08-07T18:59:14.180Z | WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 07 18:59:12.717 |
| 7075 | 2026-08-07T18:59:14.180Z | DEBGAug 07 18:59:12.717Aug 07 18:59:12.717 DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7076 | 2026-08-07T18:59:14.180Z | initted freemap. size: 64 , replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 7077 | 2026-08-07T18:59:14.180Z | :Aug 07 18:59:12.717 freemap_route_ipv6INFO |
| 7078 | 2026-08-07T18:59:14.180Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7079 | 2026-08-07T18:59:14.180Z | Aug 07 18:59:12.717Aug 07 18:59:12.717 DEBGINFOAug 07 18:59:12.717 reset freemap , DEBGunit adding route 3fff:beef:1a::/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 } }]: |
| 7080 | 2026-08-07T18:59:14.180Z | |
| 7081 | 2026-08-07T18:59:14.180Z | freemap_route_ipv6 |
| 7082 | 2026-08-07T18:59:14.180Z | Aug 07 18:59:12.717Aug 07 18:59:12.717 Aug 07 18:59:12.717INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:39::/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 } }] |
| 7083 | 2026-08-07T18:59:14.180Z | |
| 7084 | 2026-08-07T18:59:14.180Z | |
| 7085 | 2026-08-07T18:59:14.180Z | Aug 07 18:59:12.717 DEBGAug 07 18:59:12.717 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 07 18:59:12.717DEBG |
| 7086 | 2026-08-07T18:59:14.180Z | 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 } }]INFO |
| 7087 | 2026-08-07T18:59:14.180Z | Aug 07 18:59:12.717adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7088 | 2026-08-07T18:59:14.180Z | INFO Aug 07 18:59:12.717adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7089 | 2026-08-07T18:59:14.180Z | INFO Aug 07 18:59:12.717adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7090 | 2026-08-07T18:59:14.180Z | DEBGAug 07 18:59:12.717 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7091 | 2026-08-07T18:59:14.180Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.717 |
| 7092 | 2026-08-07T18:59:14.180Z | 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 } }] |
| 7093 | 2026-08-07T18:59:14.180Z | Aug 07 18:59:12.718Aug 07 18:59:12.717Aug 07 18:59:12.717Aug 07 18:59:12.727 DEBGINFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.1 , DEBGunit |
| 7094 | 2026-08-07T18:59:14.180Z | created new freemap DEBG: , freemap_route_ipv4unit |
| 7095 | 2026-08-07T18:59:14.180Z | Aug 07 18:59:12.727:created new freemap DEBGfreemap_route_ipv4 |
| 7096 | 2026-08-07T18:59:14.180Z | , Aug 07 18:59:12.727replacing 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 } }] |
| 7097 | 2026-08-07T18:59:14.181Z | DEBGunit :created new freemapAug 07 18:59:12.727Aug 07 18:59:12.727 , freemap_route_ipv4unitINFO |
| 7098 | 2026-08-07T18:59:14.181Z | DEBG :created new freemap , freemap_route_ipv6unit:adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7099 | 2026-08-07T18:59:14.181Z | freemap_route_ipv6 |
| 7100 | 2026-08-07T18:59:14.181Z | |
| 7101 | 2026-08-07T18:59:14.181Z | Aug 07 18:59:12.727 DEBGAug 07 18:59:12.727Aug 07 18:59:12.727 created new freemap, unitAug 07 18:59:12.727 DEBG: 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 } }]DEBG |
| 7102 | 2026-08-07T18:59:14.181Z | freemap_route_ipv6initted freemap. size: 64initted freemap. size: 64 |
| 7103 | 2026-08-07T18:59:14.181Z | , , unitunit: :freemap_route_ipv4 |
| 7104 | 2026-08-07T18:59:14.181Z | Aug 07 18:59:12.727freemap_route_ipv4 |
| 7105 | 2026-08-07T18:59:14.181Z | INFOAug 07 18:59:12.727 adding route 172.17.0.0/32 -> 10.0.0.255Aug 07 18:59:12.727 |
| 7106 | 2026-08-07T18:59:14.186Z | DEBG Aug 07 18:59:12.727DEBG initted freemap. size: 64DEBG , reset freemapunitAug 07 18:59:12.727, reset freemapDEBGunit :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 } }] |
| 7107 | 2026-08-07T18:59:14.186Z | freemap_route_ipv4: |
| 7108 | 2026-08-07T18:59:14.186Z | , freemap_route_ipv4unit |
| 7109 | 2026-08-07T18:59:14.186Z | Aug 07 18:59:12.727 Aug 07 18:59:12.727: DEBGfreemap_route_ipv4INFO |
| 7110 | 2026-08-07T18:59:14.186Z | initted freemap. size: 64Aug 07 18:59:12.727, unit DEBG:Aug 07 18:59:12.727adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7111 | 2026-08-07T18:59:14.186Z | DEBG freemap_route_ipv6 reset freemapinitted freemap. size: 64 |
| 7112 | 2026-08-07T18:59:14.186Z | , unitAug 07 18:59:12.727: freemap_route_ipv4, DEBGAug 07 18:59:12.727 |
| 7113 | 2026-08-07T18:59:14.186Z | unit DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7114 | 2026-08-07T18:59:14.186Z | :reset freemap , unitfreemap_route_ipv6: |
| 7115 | 2026-08-07T18:59:14.186Z | Aug 07 18:59:12.727 freemap_route_ipv6 Aug 07 18:59:12.727DEBG INFO initted freemap. size: 64adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7116 | 2026-08-07T18:59:14.186Z | Aug 07 18:59:12.727 |
| 7117 | 2026-08-07T18:59:14.186Z | , unitDEBG: reset freemapfreemap_route_ipv6, Aug 07 18:59:12.727 |
| 7118 | 2026-08-07T18:59:14.186Z | unitINFOAug 07 18:59:12.727: Aug 07 18:59:12.727 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7119 | 2026-08-07T18:59:14.186Z | 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 freemap_route_ipv6reset freemap |
| 7120 | 2026-08-07T18:59:14.186Z | Aug 07 18:59:12.727 |
| 7121 | 2026-08-07T18:59:14.186Z | , DEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7122 | 2026-08-07T18:59:14.186Z | |
| 7123 | 2026-08-07T18:59:14.186Z | Aug 07 18:59:12.727Aug 07 18:59:12.727 INFOAug 07 18:59:12.727INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 7124 | 2026-08-07T18:59:14.186Z | Aug 07 18:59:12.727adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7125 | 2026-08-07T18:59:14.186Z | |
| 7126 | 2026-08-07T18:59:14.186Z | Aug 07 18:59:12.727adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7127 | 2026-08-07T18:59:14.186Z | DEBGAug 07 18:59:12.727Aug 07 18:59:12.727 DEBGAug 07 18:59:12.717Aug 07 18:59:12.727 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 } }]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 } }] |
| 7128 | 2026-08-07T18:59:14.187Z | |
| 7129 | 2026-08-07T18:59:14.187Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 07 18:59:12.727 |
| 7130 | 2026-08-07T18:59:14.187Z | |
| 7131 | 2026-08-07T18:59:14.187Z | DEBGINFOAug 07 18:59:12.727 adding route 172.16.0.0/32 -> 10.0.0.3INFO Aug 07 18:59:12.727adding route 172.17.0.4/32 -> 10.0.0.255Aug 07 18:59:12.727 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7132 | 2026-08-07T18:59:14.187Z | |
| 7133 | 2026-08-07T18:59:14.187Z | |
| 7134 | 2026-08-07T18:59:14.187Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727 |
| 7135 | 2026-08-07T18:59:14.187Z | DEBG DEBG |
| 7136 | 2026-08-07T18:59:14.187Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7137 | 2026-08-07T18:59:14.187Z | |
| 7138 | 2026-08-07T18:59:14.187Z | INFOAug 07 18:59:12.727 DEBGAug 07 18:59:12.727 Aug 07 18:59:12.727replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.727 |
| 7139 | 2026-08-07T18:59:14.187Z | INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7140 | 2026-08-07T18:59:14.187Z | |
| 7141 | 2026-08-07T18:59:14.187Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7142 | 2026-08-07T18:59:14.187Z | Aug 07 18:59:12.727 |
| 7143 | 2026-08-07T18:59:14.187Z | Aug 07 18:59:12.727DEBGAug 07 18:59:12.727 DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 07 18:59:12.727replacing 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 } }] |
| 7144 | 2026-08-07T18:59:14.187Z | Aug 07 18:59:12.727DEBG |
| 7145 | 2026-08-07T18:59:14.187Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }] |
| 7146 | 2026-08-07T18:59:14.187Z | DEBG |
| 7147 | 2026-08-07T18:59:14.187Z | Aug 07 18:59:12.727replacing 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 } }] |
| 7148 | 2026-08-07T18:59:14.187Z | INFO Aug 07 18:59:12.727Aug 07 18:59:12.727 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7149 | 2026-08-07T18:59:14.187Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7150 | 2026-08-07T18:59:14.187Z | Aug 07 18:59:12.727DEBGAug 07 18:59:12.727 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 } }, 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 } }]DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 07 18:59:12.727 |
| 7151 | 2026-08-07T18:59:14.187Z | DEBG |
| 7152 | 2026-08-07T18:59:14.187Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7153 | 2026-08-07T18:59:14.188Z | |
| 7154 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727 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 } }] |
| 7155 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7156 | 2026-08-07T18:59:14.188Z | INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7157 | 2026-08-07T18:59:14.188Z | |
| 7158 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727 Aug 07 18:59:12.727 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7159 | 2026-08-07T18:59:14.188Z | DEBG Aug 07 18:59:12.727replacing 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 } }] |
| 7160 | 2026-08-07T18:59:14.188Z | DEBG Aug 07 18:59:12.727Aug 07 18:59:12.727 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.727 |
| 7161 | 2026-08-07T18:59:14.188Z | INFOAug 07 18:59:12.727 adding route 172.17.0.8/32 -> 10.0.0.255 INFOfailed to allocate space for the new target listDEBGAug 07 18:59:12.727 |
| 7162 | 2026-08-07T18:59:14.188Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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-07T18:59:14.188Z | |
| 7164 | 2026-08-07T18:59:14.188Z | adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 7165 | 2026-08-07T18:59:14.188Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7166 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727DEBGDEBG 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 07 18:59:12.727replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7167 | 2026-08-07T18:59:14.188Z | |
| 7168 | 2026-08-07T18:59:14.188Z | WARNreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7169 | 2026-08-07T18:59:14.188Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 07 18:59:12.727 |
| 7170 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7171 | 2026-08-07T18:59:14.188Z | |
| 7172 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727 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 } }] |
| 7173 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727 Aug 07 18:59:12.727DEBG 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 } }] |
| 7174 | 2026-08-07T18:59:14.188Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7175 | 2026-08-07T18:59:14.188Z | Aug 07 18:59:12.727Aug 07 18:59:12.727Aug 07 18:59:12.727 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 7176 | 2026-08-07T18:59:14.188Z | |
| 7177 | 2026-08-07T18:59:14.188Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7178 | 2026-08-07T18:59:14.189Z | Aug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 7179 | 2026-08-07T18:59:14.189Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 7180 | 2026-08-07T18:59:14.189Z | |
| 7181 | 2026-08-07T18:59:14.189Z | Aug 07 18:59:12.727 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 07 18:59:12.727Aug 07 18:59:12.727 |
| 7182 | 2026-08-07T18:59:14.189Z | INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255Aug 07 18:59:12.727 |
| 7183 | 2026-08-07T18:59:14.189Z | |
| 7184 | 2026-08-07T18:59:14.189Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7185 | 2026-08-07T18:59:14.189Z | Aug 07 18:59:12.727 Aug 07 18:59:12.727DEBG DEBGAug 07 18:59:12.727replacing 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 } }] |
| 7186 | 2026-08-07T18:59:14.189Z | 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 } }] |
| 7187 | 2026-08-07T18:59:14.189Z | 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 } }] |
| 7188 | 2026-08-07T18:59:14.189Z | Aug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727INFO INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7189 | 2026-08-07T18:59:14.189Z | |
| 7190 | 2026-08-07T18:59:14.189Z | |
| 7191 | 2026-08-07T18:59:14.189Z | Aug 07 18:59:12.727Aug 07 18:59:12.727Aug 07 18:59:12.727 DEBGAug 07 18:59:12.728 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 07 18:59:12.728 |
| 7192 | 2026-08-07T18:59:14.189Z | DEBG created new freemapDEBGDEBG, created new freemapunitreplacing 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 } }]:, |
| 7193 | 2026-08-07T18:59:14.189Z | unit Aug 07 18:59:12.736freemap_route_ipv4 |
| 7194 | 2026-08-07T18:59:14.189Z | : INFOfreemap_route_ipv4 |
| 7195 | 2026-08-07T18:59:14.189Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7196 | 2026-08-07T18:59:14.189Z | Aug 07 18:59:12.728 DEBGAug 07 18:59:12.736 created new freemapAug 07 18:59:12.736INFOAug 07 18:59:12.736 adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:59:12.736 |
| 7197 | 2026-08-07T18:59:14.189Z | , DEBGDEBG DEBGcreated new freemapreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7198 | 2026-08-07T18:59:14.189Z | Aug 07 18:59:12.736, DEBG created new freemapreplacing 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 } }], |
| 7199 | 2026-08-07T18:59:14.189Z | unit: freemap_route_ipv6unit: |
| 7200 | 2026-08-07T18:59:14.189Z | freemap_route_ipv6Aug 07 18:59:12.736Aug 07 18:59:12.737Aug 07 18:59:12.737 |
| 7201 | 2026-08-07T18:59:14.189Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 7202 | 2026-08-07T18:59:14.189Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7203 | 2026-08-07T18:59:14.189Z | DEBG initted freemap. size: 64Aug 07 18:59:12.737Aug 07 18:59:12.737 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 } }], |
| 7204 | 2026-08-07T18:59:14.190Z | unitAug 07 18:59:12.737: freemap_route_ipv4DEBG |
| 7205 | 2026-08-07T18:59:14.190Z | 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 } }] |
| 7206 | 2026-08-07T18:59:14.194Z | Aug 07 18:59:12.737initted freemap. size: 64 , INFOAug 07 18:59:12.737 Aug 07 18:59:12.737adding route 172.17.0.15/32 -> 10.0.0.255unit |
| 7207 | 2026-08-07T18:59:14.194Z | :DEBG INFOreset freemap Aug 07 18:59:12.737adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7208 | 2026-08-07T18:59:14.194Z | freemap_route_ipv4, |
| 7209 | 2026-08-07T18:59:14.194Z | DEBGunit: Aug 07 18:59:12.737freemap_route_ipv4 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 |
| 7210 | 2026-08-07T18:59:14.194Z | |
| 7211 | 2026-08-07T18:59:14.194Z | Aug 07 18:59:12.737replacing 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 } }] |
| 7212 | 2026-08-07T18:59:14.194Z | DEBGAug 07 18:59:12.737Aug 07 18:59:12.737 reset freemap DEBG INFO, Aug 07 18:59:12.737unitinitted freemap. size: 64adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7213 | 2026-08-07T18:59:14.194Z | :INFO, freemap_route_ipv4adding route 172.17.0.26/32 -> 10.0.0.255unit |
| 7214 | 2026-08-07T18:59:14.195Z | |
| 7215 | 2026-08-07T18:59:14.195Z | :Aug 07 18:59:12.737 Aug 07 18:59:12.737freemap_route_ipv6DEBG |
| 7216 | 2026-08-07T18:59:14.195Z | Aug 07 18:59:12.737replacing 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 } }] |
| 7217 | 2026-08-07T18:59:14.195Z | 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 } }] |
| 7218 | 2026-08-07T18:59:14.195Z | DEBGAug 07 18:59:12.737 Aug 07 18:59:12.737 initted freemap. size: 64 , DEBGunitINFO :adding route 172.17.0.17/32 -> 10.0.0.255reset freemapAug 07 18:59:12.737, INFOfreemap_route_ipv6unit |
| 7219 | 2026-08-07T18:59:14.195Z | |
| 7220 | 2026-08-07T18:59:14.195Z | adding route 172.17.0.27/32 -> 10.0.0.255: |
| 7221 | 2026-08-07T18:59:14.195Z | freemap_route_ipv6Aug 07 18:59:12.737 |
| 7222 | 2026-08-07T18:59:14.195Z | Aug 07 18:59:12.737DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.737 |
| 7223 | 2026-08-07T18:59:14.195Z | Aug 07 18:59:12.737reset freemap , INFODEBGunit :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7224 | 2026-08-07T18:59:14.195Z | freemap_route_ipv6replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7225 | 2026-08-07T18:59:14.195Z | |
| 7226 | 2026-08-07T18:59:14.195Z | Aug 07 18:59:12.737 Aug 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737 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 } }] adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7227 | 2026-08-07T18:59:14.195Z | |
| 7228 | 2026-08-07T18:59:14.195Z | |
| 7229 | 2026-08-07T18:59:14.195Z | INFO Aug 07 18:59:12.737Aug 07 18:59:12.737 DEBGadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7230 | 2026-08-07T18:59:14.195Z | Aug 07 18:59:12.737replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7231 | 2026-08-07T18:59:14.195Z | |
| 7232 | 2026-08-07T18:59:14.195Z | INFO Aug 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 7233 | 2026-08-07T18:59:14.195Z | |
| 7234 | 2026-08-07T18:59:14.195Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7235 | 2026-08-07T18:59:14.195Z | |
| 7236 | 2026-08-07T18:59:14.195Z | Aug 07 18:59:12.737 Aug 07 18:59:12.737DEBG Aug 07 18:59:12.728 INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7237 | 2026-08-07T18:59:14.196Z | Aug 07 18:59:12.737 DEBG created new freemapadding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 7238 | 2026-08-07T18:59:14.196Z | Aug 07 18:59:12.737 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.737 |
| 7239 | 2026-08-07T18:59:14.196Z | INFOAug 07 18:59:12.737 unit adding route 172.17.0.30/32 -> 10.0.0.255:DEBGAug 07 18:59:12.737 |
| 7240 | 2026-08-07T18:59:14.196Z | INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv4 |
| 7241 | 2026-08-07T18:59:14.196Z | Aug 07 18:59:12.737 |
| 7242 | 2026-08-07T18:59:14.196Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBG |
| 7243 | 2026-08-07T18:59:14.196Z | 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 07 18:59:12.737 |
| 7244 | 2026-08-07T18:59:14.196Z | |
| 7245 | 2026-08-07T18:59:14.196Z | DEBGAug 07 18:59:12.737 Aug 07 18:59:12.737replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.737DEBG INFOcreated new freemap INFO |
| 7246 | 2026-08-07T18:59:14.196Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7247 | 2026-08-07T18:59:14.196Z | , adding route 172.17.0.20/32 -> 10.0.0.255unit |
| 7248 | 2026-08-07T18:59:14.196Z | : Aug 07 18:59:12.737freemap_route_ipv6 Aug 07 18:59:12.737INFO |
| 7249 | 2026-08-07T18:59:14.196Z | DEBGAug 07 18:59:12.737 Aug 07 18:59:12.737 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:59:12.737DEBGINFO |
| 7250 | 2026-08-07T18:59:14.196Z | 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.0/32 -> 10.0.0.255DEBG |
| 7251 | 2026-08-07T18:59:14.196Z | 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 } }] |
| 7252 | 2026-08-07T18:59:14.196Z | |
| 7253 | 2026-08-07T18:59:14.196Z | Aug 07 18:59:12.737initted freemap. size: 64 DEBG, Aug 07 18:59:12.737unitAug 07 18:59:12.737 : 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 } }]DEBG |
| 7254 | 2026-08-07T18:59:14.196Z | adding route 172.17.0.32/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 } }] |
| 7255 | 2026-08-07T18:59:14.196Z | |
| 7256 | 2026-08-07T18:59:14.196Z | freemap_route_ipv4Aug 07 18:59:12.737 |
| 7257 | 2026-08-07T18:59:14.196Z | Aug 07 18:59:12.737Aug 07 18:59:12.737 INFODEBGINFOAug 07 18:59:12.737 adding route 172.17.0.21/32 -> 10.0.0.255 DEBG |
| 7258 | 2026-08-07T18:59:14.196Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 7259 | 2026-08-07T18:59:14.196Z | |
| 7260 | 2026-08-07T18:59:14.196Z | Aug 07 18:59:12.737 Aug 07 18:59:12.737 adding route 172.17.0.1/32 -> 10.0.0.255DEBG Aug 07 18:59:12.737DEBG INFOreset freemapreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7261 | 2026-08-07T18:59:14.196Z | , unit |
| 7262 | 2026-08-07T18:59:14.197Z | adding route 172.17.0.33/32 -> 10.0.0.255: |
| 7263 | 2026-08-07T18:59:14.197Z | freemap_route_ipv4Aug 07 18:59:12.737Aug 07 18:59:12.737 INFODEBGAug 07 18:59:12.737 |
| 7264 | 2026-08-07T18:59:14.197Z | 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 } }] DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7265 | 2026-08-07T18:59:14.197Z | 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 } }] |
| 7266 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737DEBGAug 07 18:59:12.737 |
| 7267 | 2026-08-07T18:59:14.197Z | DEBGDEBGAug 07 18:59:12.737 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] initted freemap. size: 64 |
| 7268 | 2026-08-07T18:59:14.197Z | , unit |
| 7269 | 2026-08-07T18:59:14.197Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7270 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737INFO: adding route 172.17.0.2/32 -> 10.0.0.255Aug 07 18:59:12.737INFO freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7271 | 2026-08-07T18:59:14.197Z | |
| 7272 | 2026-08-07T18:59:14.197Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:59:12.737 |
| 7273 | 2026-08-07T18:59:14.197Z | test route::tests::same_size_non_subset_replace ... ok |
| 7274 | 2026-08-07T18:59:14.197Z | |
| 7275 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737 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 } }]Aug 07 18:59:12.737 |
| 7276 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737INFO DEBGadding route 3fff:beef:1f::/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 } }]Aug 07 18:59:12.737 |
| 7277 | 2026-08-07T18:59:14.197Z | |
| 7278 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737 INFODEBGDEBG reset freemap Aug 07 18:59:12.737adding route 172.17.0.3/32 -> 10.0.0.255, Aug 07 18:59:12.737 |
| 7279 | 2026-08-07T18:59:14.197Z | 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 } }]INFOunit DEBG : |
| 7280 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.17.0.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 } }] |
| 7281 | 2026-08-07T18:59:14.197Z | freemap_route_ipv6 |
| 7282 | 2026-08-07T18:59:14.197Z | |
| 7283 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7284 | 2026-08-07T18:59:14.197Z | INFOAug 07 18:59:12.737Aug 07 18:59:12.737 Aug 07 18:59:12.737 DEBGadding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 7285 | 2026-08-07T18:59:14.197Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7286 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7287 | 2026-08-07T18:59:14.197Z | Aug 07 18:59:12.737 |
| 7288 | 2026-08-07T18:59:14.198Z | Aug 07 18:59:12.737adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7289 | 2026-08-07T18:59:14.198Z | 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 } }]DEBGAug 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737 |
| 7290 | 2026-08-07T18:59:14.198Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7291 | 2026-08-07T18:59:14.198Z | DEBG Aug 07 18:59:12.737DEBG 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 } }]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.36/32 -> 10.0.0.255 |
| 7292 | 2026-08-07T18:59:14.198Z | |
| 7293 | 2026-08-07T18:59:14.198Z | Aug 07 18:59:12.737replacing 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 } }] |
| 7294 | 2026-08-07T18:59:14.198Z | |
| 7295 | 2026-08-07T18:59:14.198Z | DEBG Aug 07 18:59:12.737replacing 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 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737 |
| 7296 | 2026-08-07T18:59:14.198Z | INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7297 | 2026-08-07T18:59:14.198Z | Aug 07 18:59:12.737 |
| 7298 | 2026-08-07T18:59:14.198Z | DEBG INFOINFO Aug 07 18:59:12.737adding route 172.17.0.26/32 -> 10.0.0.255 Aug 07 18:59:12.737 |
| 7299 | 2026-08-07T18:59:14.198Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 7300 | 2026-08-07T18:59:14.198Z | 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 } }] |
| 7301 | 2026-08-07T18:59:14.198Z | DEBGAug 07 18:59:12.737Aug 07 18:59:12.737 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7302 | 2026-08-07T18:59:14.198Z | DEBGAug 07 18:59:12.737 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7303 | 2026-08-07T18:59:14.198Z | |
| 7304 | 2026-08-07T18:59:14.198Z | 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 07 18:59:12.737 |
| 7305 | 2026-08-07T18:59:14.198Z | adding route 172.17.0.6/32 -> 10.0.0.255 Aug 07 18:59:12.737 |
| 7306 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.737INFO Aug 07 18:59:12.737 INFO INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7307 | 2026-08-07T18:59:14.215Z | |
| 7308 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.737 adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 7309 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.737 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 } }] INFOAug 07 18:59:12.738 DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 7310 | 2026-08-07T18:59:14.215Z | DEBG created new freemapreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.745, Aug 07 18:59:12.745 |
| 7311 | 2026-08-07T18:59:14.215Z | 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 } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7312 | 2026-08-07T18:59:14.215Z | unit |
| 7313 | 2026-08-07T18:59:14.215Z | |
| 7314 | 2026-08-07T18:59:14.215Z | : freemap_route_ipv4 |
| 7315 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFOAug 07 18:59:12.745 INFOadding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 7316 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.745 |
| 7317 | 2026-08-07T18:59:14.215Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:59:12.728 |
| 7318 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.745DEBG created new freemapINFO, unit: adding route 172.17.0.8/32 -> 10.0.0.255DEBGfreemap_route_ipv6 |
| 7319 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.745 DEBGAug 07 18:59:12.745 |
| 7320 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.745 DEBGAug 07 18:59:12.745Aug 07 18:59:12.745 DEBG: initted freemap. size: 64 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4, DEBG |
| 7321 | 2026-08-07T18:59:14.215Z | |
| 7322 | 2026-08-07T18:59:14.215Z | unit: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7323 | 2026-08-07T18:59:14.215Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 |
| 7324 | 2026-08-07T18:59:14.215Z | DEBG created new freemapINFO, unitAug 07 18:59:12.745adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7325 | 2026-08-07T18:59:14.215Z | : DEBGfreemap_route_ipv6 |
| 7326 | 2026-08-07T18:59:14.215Z | reset freemapAug 07 18:59:12.745, unitDEBGAug 07 18:59:12.745 :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 } }] freemap_route_ipv4 |
| 7327 | 2026-08-07T18:59:14.216Z | |
| 7328 | 2026-08-07T18:59:14.216Z | INFOAug 07 18:59:12.745 Aug 07 18:59:12.745adding route 172.17.0.0/32 -> 10.0.0.255 Aug 07 18:59:12.745 DEBGDEBG INFOinitted freemap. size: 64initted freemap. size: 64 |
| 7329 | 2026-08-07T18:59:14.216Z | , , unitunit: :freemap_route_ipv4 |
| 7330 | 2026-08-07T18:59:14.216Z | freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7331 | 2026-08-07T18:59:14.216Z | |
| 7332 | 2026-08-07T18:59:14.216Z | Aug 07 18:59:12.745 Aug 07 18:59:12.745DEBGAug 07 18:59:12.745 DEBGDEBG Aug 07 18:59:12.745reset freemap , 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 } }] |
| 7333 | 2026-08-07T18:59:14.216Z | reset freemapreplacing 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 } }], unitunit: :freemap_route_ipv4 |
| 7334 | 2026-08-07T18:59:14.216Z | freemap_route_ipv6Aug 07 18:59:12.745 |
| 7335 | 2026-08-07T18:59:14.216Z | INFO |
| 7336 | 2026-08-07T18:59:14.216Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7337 | 2026-08-07T18:59:14.216Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 INFODEBG Aug 07 18:59:12.745 adding route 172.16.0.0/32 -> 10.0.0.1 initted freemap. size: 64 |
| 7338 | 2026-08-07T18:59:14.216Z | DEBG, unit 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 } }]: |
| 7339 | 2026-08-07T18:59:14.216Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 DEBGfreemap_route_ipv6 |
| 7340 | 2026-08-07T18:59:14.216Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 18:59:12.745 |
| 7341 | 2026-08-07T18:59:14.216Z | INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:59:12.745 |
| 7342 | 2026-08-07T18:59:14.216Z | Aug 07 18:59:12.745 DEBG INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.2unit |
| 7343 | 2026-08-07T18:59:14.216Z | Aug 07 18:59:12.745adding route 172.17.0.1/32 -> 10.0.0.255: freemap_route_ipv6DEBG |
| 7344 | 2026-08-07T18:59:14.216Z | |
| 7345 | 2026-08-07T18:59:14.216Z | 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 07 18:59:12.745 |
| 7346 | 2026-08-07T18:59:14.216Z | Aug 07 18:59:12.745 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.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 07 18:59:12.745 |
| 7347 | 2026-08-07T18:59:14.216Z | |
| 7348 | 2026-08-07T18:59:14.216Z | INFOAug 07 18:59:12.745 adding route 172.17.0.13/32 -> 10.0.0.255INFOAug 07 18:59:12.745 Aug 07 18:59:12.745adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7349 | 2026-08-07T18:59:14.216Z | |
| 7350 | 2026-08-07T18:59:14.216Z | INFO INFOAug 07 18:59:12.745 Aug 07 18:59:12.745adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7351 | 2026-08-07T18:59:14.216Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7352 | 2026-08-07T18:59:14.216Z | 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 07 18:59:12.745 |
| 7353 | 2026-08-07T18:59:14.217Z | DEBG |
| 7354 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.745INFO |
| 7355 | 2026-08-07T18:59:14.217Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7356 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745adding route 172.17.0.14/32 -> 10.0.0.255Aug 07 18:59:12.745 |
| 7357 | 2026-08-07T18:59:14.217Z | INFOAug 07 18:59:12.745 adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 7358 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.745replacing 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 } }] |
| 7359 | 2026-08-07T18:59:14.217Z | DEBG |
| 7360 | 2026-08-07T18:59:14.217Z | 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 } }] |
| 7361 | 2026-08-07T18:59:14.217Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.745 |
| 7362 | 2026-08-07T18:59:14.217Z | INFOAug 07 18:59:12.745 adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7363 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.16.0.0/32 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 } }] |
| 7364 | 2026-08-07T18:59:14.217Z | |
| 7365 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7366 | 2026-08-07T18:59:14.217Z | |
| 7367 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.737Aug 07 18:59:12.745 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 } }]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 07 18:59:12.745 |
| 7368 | 2026-08-07T18:59:14.217Z | |
| 7369 | 2026-08-07T18:59:14.217Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7370 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745 INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255Aug 07 18:59:12.745 |
| 7371 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745INFO DEBG |
| 7372 | 2026-08-07T18:59:14.217Z | adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7373 | 2026-08-07T18:59:14.217Z | |
| 7374 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFO 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 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7375 | 2026-08-07T18:59:14.217Z | |
| 7376 | 2026-08-07T18:59:14.217Z | Aug 07 18:59:12.745Aug 07 18:59:12.745created new freemapAug 07 18:59:12.745 , DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255INFOunit |
| 7377 | 2026-08-07T18:59:14.217Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7378 | 2026-08-07T18:59:14.217Z | :Aug 07 18:59:12.745 |
| 7379 | 2026-08-07T18:59:14.217Z | DEBGAug 07 18:59:12.745 DEBGfreemap_route_ipv4 Aug 07 18:59:12.745 |
| 7380 | 2026-08-07T18:59:14.217Z | 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 07 18:59:12.745 |
| 7381 | 2026-08-07T18:59:14.218Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7382 | 2026-08-07T18:59:14.218Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7383 | 2026-08-07T18:59:14.218Z | |
| 7384 | 2026-08-07T18:59:14.218Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 INFOINFO Aug 07 18:59:12.745adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7385 | 2026-08-07T18:59:14.218Z | INFO |
| 7386 | 2026-08-07T18:59:14.218Z | Aug 07 18:59:12.745 Aug 07 18:59:12.745DEBG adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 7387 | 2026-08-07T18:59:14.218Z | Aug 07 18:59:12.745 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 07 18:59:12.745 |
| 7388 | 2026-08-07T18:59:14.218Z | 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 } }] |
| 7389 | 2026-08-07T18:59:14.218Z | 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 } }]Aug 07 18:59:12.745 |
| 7390 | 2026-08-07T18:59:14.218Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.745 |
| 7391 | 2026-08-07T18:59:14.218Z | INFO INFO |
| 7392 | 2026-08-07T18:59:14.218Z | adding route 172.17.0.30/32 -> 10.0.0.255 Aug 07 18:59:12.745 |
| 7393 | 2026-08-07T18:59:14.218Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBGcreated new freemapAug 07 18:59:12.745 |
| 7394 | 2026-08-07T18:59:14.218Z | INFO, replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 18:59:12.745adding route 172.17.0.7/32 -> 10.0.0.255 unit |
| 7395 | 2026-08-07T18:59:14.218Z | |
| 7396 | 2026-08-07T18:59:14.218Z | DEBGAug 07 18:59:12.745 DEBG :Aug 07 18:59:12.745replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7397 | 2026-08-07T18:59:14.218Z | Aug 07 18:59:12.745 |
| 7398 | 2026-08-07T18:59:14.218Z | DEBGINFO freemap_route_ipv6replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.745Aug 07 18:59:12.745 |
| 7399 | 2026-08-07T18:59:14.218Z | INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 7400 | 2026-08-07T18:59:14.218Z | |
| 7401 | 2026-08-07T18:59:14.218Z | adding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7402 | 2026-08-07T18:59:14.218Z | |
| 7403 | 2026-08-07T18:59:14.218Z | Aug 07 18:59:12.745Aug 07 18:59:12.745 Aug 07 18:59:12.745Aug 07 18:59:12.745INFOAug 07 18:59:12.745 DEBG DEBGadding route 172.17.0.8/32 -> 10.0.0.255 DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7404 | 2026-08-07T18:59:14.218Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7405 | 2026-08-07T18:59:14.218Z | DEBG |
| 7406 | 2026-08-07T18:59:14.224Z | initted freemap. size: 64 |
| 7407 | 2026-08-07T18:59:14.224Z | Aug 07 18:59:12.745 , Aug 07 18:59:12.745INFO Aug 07 18:59:12.745INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7408 | 2026-08-07T18:59:14.224Z | Aug 07 18:59:12.745 adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 7409 | 2026-08-07T18:59:14.224Z | Aug 07 18:59:12.746unit DEBG |
| 7410 | 2026-08-07T18:59:14.225Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: freemap_route_ipv4 |
| 7411 | 2026-08-07T18:59:14.225Z | 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 07 18:59:12.746 |
| 7412 | 2026-08-07T18:59:14.225Z | Aug 07 18:59:12.746 DEBGDEBG Aug 07 18:59:12.746replacing 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 } }] |
| 7413 | 2026-08-07T18:59:14.225Z | |
| 7414 | 2026-08-07T18:59:14.225Z | Aug 07 18:59:12.746replacing 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 } }] |
| 7415 | 2026-08-07T18:59:14.225Z | INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:59:12.746 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7416 | 2026-08-07T18:59:14.225Z | |
| 7417 | 2026-08-07T18:59:14.225Z | INFO Aug 07 18:59:12.746adding route 172.17.0.33/32 -> 10.0.0.255 Aug 07 18:59:12.746Aug 07 18:59:12.746 Aug 07 18:59:12.746 INFO |
| 7418 | 2026-08-07T18:59:14.225Z | adding route 172.17.0.22/32 -> 10.0.0.255DEBGDEBG |
| 7419 | 2026-08-07T18:59:14.225Z | Aug 07 18:59:12.746replacing 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 |
| 7420 | 2026-08-07T18:59:14.225Z | DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 7421 | 2026-08-07T18:59:14.225Z | |
| 7422 | 2026-08-07T18:59:14.225Z | reset freemap, unit: freemap_route_ipv4 |
| 7423 | 2026-08-07T18:59:14.225Z | Aug 07 18:59:12.754 INFO Aug 07 18:59:12.754 INFO Aug 07 18:59:12.754adding route 172.17.0.34/32 -> 10.0.0.255Aug 07 18:59:12.754 |
| 7424 | 2026-08-07T18:59:14.226Z | DEBGDEBG 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 } }]initted freemap. size: 64 |
| 7425 | 2026-08-07T18:59:14.226Z | , unit: freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255Aug 07 18:59:12.754 |
| 7426 | 2026-08-07T18:59:14.226Z | |
| 7427 | 2026-08-07T18:59:14.226Z | DEBGAug 07 18:59:12.754 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 |
| 7428 | 2026-08-07T18:59:14.226Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:59:12.754 |
| 7429 | 2026-08-07T18:59:14.226Z | Aug 07 18:59:12.754 DEBGAug 07 18:59:12.754Aug 07 18:59:12.754 DEBG reset freemap 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 } }], INFOunit |
| 7430 | 2026-08-07T18:59:14.226Z | DEBG adding route 172.17.0.35/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 } }] |
| 7431 | 2026-08-07T18:59:14.226Z | : |
| 7432 | 2026-08-07T18:59:14.226Z | freemap_route_ipv6 |
| 7433 | 2026-08-07T18:59:14.226Z | Aug 07 18:59:12.754 Aug 07 18:59:12.754Aug 07 18:59:12.754 INFO DEBGINFO adding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.754Aug 07 18:59:12.754 |
| 7434 | 2026-08-07T18:59:14.226Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7435 | 2026-08-07T18:59:14.226Z | |
| 7436 | 2026-08-07T18:59:14.226Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 7437 | 2026-08-07T18:59:14.226Z | Aug 07 18:59:12.754Aug 07 18:59:12.754 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.754 |
| 7438 | 2026-08-07T18:59:14.226Z | DEBGAug 07 18:59:12.754 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 7439 | 2026-08-07T18:59:14.227Z | |
| 7440 | 2026-08-07T18:59:14.227Z | Aug 07 18:59:12.754adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7441 | 2026-08-07T18:59:14.227Z | Aug 07 18:59:12.754replacing 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 07 18:59:12.754 INFODEBGINFO Aug 07 18:59:12.754adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7442 | 2026-08-07T18:59:14.227Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7443 | 2026-08-07T18:59:14.227Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7444 | 2026-08-07T18:59:14.227Z | |
| 7445 | 2026-08-07T18:59:14.227Z | 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 } }] |
| 7446 | 2026-08-07T18:59:14.227Z | Aug 07 18:59:12.754Aug 07 18:59:12.754Aug 07 18:59:12.754Aug 07 18:59:12.754 INFODEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.754 |
| 7447 | 2026-08-07T18:59:14.227Z | DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7448 | 2026-08-07T18:59:14.227Z | |
| 7449 | 2026-08-07T18:59:14.227Z | adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7450 | 2026-08-07T18:59:14.227Z | |
| 7451 | 2026-08-07T18:59:14.227Z | Aug 07 18:59:12.754 Aug 07 18:59:12.754Aug 07 18:59:12.754Aug 07 18:59:12.754INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 7452 | 2026-08-07T18:59:14.227Z | 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.26/32 -> 10.0.0.255 |
| 7453 | 2026-08-07T18:59:14.227Z | DEBG |
| 7454 | 2026-08-07T18:59:14.227Z | 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 07 18:59:12.754 |
| 7455 | 2026-08-07T18:59:14.227Z | Aug 07 18:59:12.754 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 07 18:59:12.754Aug 07 18:59:12.754 |
| 7456 | 2026-08-07T18:59:14.227Z | INFODEBGAug 07 18:59:12.754 |
| 7457 | 2026-08-07T18:59:14.227Z | adding route 172.17.0.38/32 -> 10.0.0.255 INFOreplacing 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 07 18:59:12.754 |
| 7458 | 2026-08-07T18:59:14.227Z | |
| 7459 | 2026-08-07T18:59:14.227Z | INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7460 | 2026-08-07T18:59:14.227Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 18:59:12.754 |
| 7461 | 2026-08-07T18:59:14.227Z | Aug 07 18:59:12.754Aug 07 18:59:12.754INFO DEBG Aug 07 18:59:12.754 adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:59:12.754 |
| 7462 | 2026-08-07T18:59:14.227Z | 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 } }] DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7463 | 2026-08-07T18:59:14.227Z | INFO |
| 7464 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7465 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754 |
| 7466 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754 INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7467 | 2026-08-07T18:59:14.228Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 7468 | 2026-08-07T18:59:14.228Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7469 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754 Aug 07 18:59:12.754Aug 07 18:59:12.754 INFODEBG Aug 07 18:59:12.754 adding route 172.17.0.28/32 -> 10.0.0.255Aug 07 18:59:12.754replacing 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 } }] |
| 7470 | 2026-08-07T18:59:14.228Z | DEBG |
| 7471 | 2026-08-07T18:59:14.228Z | INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7472 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754Aug 07 18:59:12.754 DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:59:12.754 |
| 7473 | 2026-08-07T18:59:14.228Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255 |
| 7474 | 2026-08-07T18:59:14.228Z | INFO |
| 7475 | 2026-08-07T18:59:14.228Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7476 | 2026-08-07T18:59:14.228Z | |
| 7477 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754Aug 07 18:59:12.754 INFO DEBGAug 07 18:59:12.754Aug 07 18:59:12.754 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 } }]DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 7478 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754 INFO |
| 7479 | 2026-08-07T18:59:14.228Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.754 |
| 7480 | 2026-08-07T18:59:14.228Z | INFODEBGAug 07 18:59:12.754 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 7481 | 2026-08-07T18:59:14.228Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7482 | 2026-08-07T18:59:14.228Z | |
| 7483 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754Aug 07 18:59:12.754 DEBG |
| 7484 | 2026-08-07T18:59:14.228Z | 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 } }] Aug 07 18:59:12.754 |
| 7485 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7486 | 2026-08-07T18:59:14.228Z | INFOAug 07 18:59:12.754Aug 07 18:59:12.754DEBG INFO Aug 07 18:59:12.754adding route 172.17.0.30/32 -> 10.0.0.255 INFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 7487 | 2026-08-07T18:59:14.228Z | |
| 7488 | 2026-08-07T18:59:14.228Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG |
| 7489 | 2026-08-07T18:59:14.228Z | 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.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 07 18:59:12.754Aug 07 18:59:12.754 |
| 7490 | 2026-08-07T18:59:14.228Z | Aug 07 18:59:12.754DEBG |
| 7491 | 2026-08-07T18:59:14.229Z | DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 07 18:59:12.754 |
| 7492 | 2026-08-07T18:59:14.229Z | |
| 7493 | 2026-08-07T18:59:14.229Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7494 | 2026-08-07T18:59:14.229Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.754 |
| 7495 | 2026-08-07T18:59:14.229Z | Aug 07 18:59:12.754INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7496 | 2026-08-07T18:59:14.229Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 07 18:59:12.754 |
| 7497 | 2026-08-07T18:59:14.229Z | INFOAug 07 18:59:12.754Aug 07 18:59:12.754 adding route 172.17.0.15/32 -> 10.0.0.255Aug 07 18:59:12.754 |
| 7498 | 2026-08-07T18:59:14.229Z | DEBG 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 } }]Aug 07 18:59:12.754 |
| 7499 | 2026-08-07T18:59:14.229Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7500 | 2026-08-07T18:59:14.229Z | Aug 07 18:59:12.754 |
| 7501 | 2026-08-07T18:59:14.229Z | Aug 07 18:59:12.754 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 7502 | 2026-08-07T18:59:14.229Z | 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 } }] |
| 7503 | 2026-08-07T18:59:14.229Z | Aug 07 18:59:12.754Aug 07 18:59:12.754 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 18:59:12.754adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7504 | 2026-08-07T18:59:14.229Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 7505 | 2026-08-07T18:59:14.229Z | Aug 07 18:59:12.754 |
| 7506 | 2026-08-07T18:59:14.244Z | Aug 07 18:59:12.754 Aug 07 18:59:12.754DEBGAug 07 18:59:12.754INFO 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 } }]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 } }] |
| 7507 | 2026-08-07T18:59:14.245Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7508 | 2026-08-07T18:59:14.245Z | |
| 7509 | 2026-08-07T18:59:14.245Z | DEBG Aug 07 18:59:12.754replacing 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 07 18:59:12.754 |
| 7510 | 2026-08-07T18:59:14.245Z | 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 07 18:59:12.754 INFOINFO |
| 7511 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7512 | 2026-08-07T18:59:14.245Z | DEBGAug 07 18:59:12.754 INFO Aug 07 18:59:12.754replacing 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 } }] |
| 7513 | 2026-08-07T18:59:14.245Z | adding route 172.17.0.33/32 -> 10.0.0.255DEBGINFO |
| 7514 | 2026-08-07T18:59:14.245Z | adding route 172.17.0.44/32 -> 10.0.0.255replacing 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 } }] |
| 7515 | 2026-08-07T18:59:14.245Z | |
| 7516 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754adding route 172.17.0.42/32 -> 10.0.0.255 Aug 07 18:59:12.754DEBGAug 07 18:59:12.754 |
| 7517 | 2026-08-07T18:59:14.245Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7518 | 2026-08-07T18:59:14.245Z | INFO Aug 07 18:59:12.754adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7519 | 2026-08-07T18:59:14.245Z | DEBG adding route 172.17.0.17/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 } }] |
| 7520 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754 |
| 7521 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754INFO Aug 07 18:59:12.754DEBGAug 07 18:59:12.754 INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 7522 | 2026-08-07T18:59:14.245Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 Aug 07 18:59:12.754 |
| 7523 | 2026-08-07T18:59:14.245Z | 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.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 } }] |
| 7524 | 2026-08-07T18:59:14.245Z | |
| 7525 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:59:12.754replacing 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 } }] |
| 7526 | 2026-08-07T18:59:14.245Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 07 18:59:12.754 |
| 7527 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754 |
| 7528 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754INFO DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:59:12.754 |
| 7529 | 2026-08-07T18:59:14.245Z | DEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 07 18:59:12.754adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7530 | 2026-08-07T18:59:14.245Z | Aug 07 18:59:12.754 |
| 7531 | 2026-08-07T18:59:14.246Z | |
| 7532 | 2026-08-07T18:59:14.246Z | INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 Aug 07 18:59:12.754 |
| 7533 | 2026-08-07T18:59:14.246Z | Aug 07 18:59:12.754DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7534 | 2026-08-07T18:59:14.246Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7535 | 2026-08-07T18:59:14.246Z | |
| 7536 | 2026-08-07T18:59:14.246Z | Aug 07 18:59:12.754Aug 07 18:59:12.754 DEBGAug 07 18:59:12.754 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 } }]Aug 07 18:59:12.754Aug 07 18:59:12.754 |
| 7537 | 2026-08-07T18:59:14.246Z | 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 } }]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 } }] 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 } }] |
| 7538 | 2026-08-07T18:59:14.246Z | |
| 7539 | 2026-08-07T18:59:14.246Z | DEBGAug 07 18:59:12.762 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7540 | 2026-08-07T18:59:14.246Z | INFO Aug 07 18:59:12.762adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7541 | 2026-08-07T18:59:14.246Z | INFOAug 07 18:59:12.762Aug 07 18:59:12.762 INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7542 | 2026-08-07T18:59:14.246Z | Aug 07 18:59:12.762adding route 172.17.0.44/32 -> 10.0.0.255 INFO |
| 7543 | 2026-08-07T18:59:14.246Z | Aug 07 18:59:12.762 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 7544 | 2026-08-07T18:59:14.246Z | 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 07 18:59:12.762 |
| 7545 | 2026-08-07T18:59:14.246Z | 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 |
| 7546 | 2026-08-07T18:59:14.246Z | Aug 07 18:59:12.762Aug 07 18:59:12.762 INFODEBGAug 07 18:59:12.762 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 } }] |
| 7547 | 2026-08-07T18:59:14.246Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 7548 | 2026-08-07T18:59:14.246Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7549 | 2026-08-07T18:59:14.246Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7550 | 2026-08-07T18:59:14.246Z | Aug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762 DEBGINFOINFO adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7551 | 2026-08-07T18:59:14.246Z | INFO |
| 7552 | 2026-08-07T18:59:14.246Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 07 18:59:12.762 Aug 07 18:59:12.762DEBG Aug 07 18:59:12.762 |
| 7553 | 2026-08-07T18:59:14.246Z | DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7554 | 2026-08-07T18:59:14.246Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7555 | 2026-08-07T18:59:14.247Z | |
| 7556 | 2026-08-07T18:59:14.247Z | Aug 07 18:59:12.762adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:59:12.762 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.46/32 -> 10.0.0.255 |
| 7557 | 2026-08-07T18:59:14.247Z | |
| 7558 | 2026-08-07T18:59:14.247Z | |
| 7559 | 2026-08-07T18:59:14.247Z | Aug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762 DEBG 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 } }] |
| 7560 | 2026-08-07T18:59:14.247Z | adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 7561 | 2026-08-07T18:59:14.247Z | Aug 07 18:59:12.762INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 07 18:59:12.762 |
| 7562 | 2026-08-07T18:59:14.247Z | Aug 07 18:59:12.762 DEBGINFOreplacing 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 } }] |
| 7563 | 2026-08-07T18:59:14.247Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7564 | 2026-08-07T18:59:14.247Z | |
| 7565 | 2026-08-07T18:59:14.247Z | DEBGAug 07 18:59:12.762 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.762DEBGAug 07 18:59:12.762 Aug 07 18:59:12.762 INFO DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7566 | 2026-08-07T18:59:14.247Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7567 | 2026-08-07T18:59:14.247Z | adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7568 | 2026-08-07T18:59:14.247Z | |
| 7569 | 2026-08-07T18:59:14.247Z | |
| 7570 | 2026-08-07T18:59:14.248Z | |
| 7571 | 2026-08-07T18:59:14.248Z | test route::tests::delete_targets_full ... ok |
| 7572 | 2026-08-07T18:59:14.248Z | Aug 07 18:59:12.762Aug 07 18:59:12.762 DEBGAug 07 18:59:12.762 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 } }] |
| 7573 | 2026-08-07T18:59:14.248Z | Aug 07 18:59:12.762INFOAug 07 18:59:12.762 INFODEBGAug 07 18:59:12.762 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7574 | 2026-08-07T18:59:14.248Z | INFO |
| 7575 | 2026-08-07T18:59:14.248Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7576 | 2026-08-07T18:59:14.248Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7577 | 2026-08-07T18:59:14.248Z | 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 } }] |
| 7578 | 2026-08-07T18:59:14.248Z | Aug 07 18:59:12.762 DEBGAug 07 18:59:12.762 Aug 07 18:59:12.762replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO |
| 7579 | 2026-08-07T18:59:14.248Z | 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 07 18:59:12.762 |
| 7580 | 2026-08-07T18:59:14.248Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBGAug 07 18:59:12.762 |
| 7581 | 2026-08-07T18:59:14.248Z | 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 07 18:59:12.762DEBG INFOfailed to allocate space for the new target list |
| 7582 | 2026-08-07T18:59:14.248Z | |
| 7583 | 2026-08-07T18:59:14.248Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7584 | 2026-08-07T18:59:14.248Z | Aug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:59:12.762 |
| 7585 | 2026-08-07T18:59:14.248Z | 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.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 } }] |
| 7586 | 2026-08-07T18:59:14.248Z | |
| 7587 | 2026-08-07T18:59:14.248Z | Aug 07 18:59:12.763 |
| 7588 | 2026-08-07T18:59:14.248Z | DEBG Aug 07 18:59:12.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 07 18:59:12.763 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 07 18:59:12.763 |
| 7589 | 2026-08-07T18:59:14.248Z | DEBG INFOcreated new freemap , adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7590 | 2026-08-07T18:59:14.248Z | |
| 7591 | 2026-08-07T18:59:14.248Z | Aug 07 18:59:12.771unit |
| 7592 | 2026-08-07T18:59:14.248Z | : freemap_route_ipv4INFO |
| 7593 | 2026-08-07T18:59:14.249Z | Aug 07 18:59:12.771Aug 07 18:59:12.771adding route 172.17.0.24/32 -> 10.0.0.255Aug 07 18:59:12.771 DEBGINFOAug 07 18:59:12.771 DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7594 | 2026-08-07T18:59:14.249Z | 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.47/32 -> 10.0.0.255 |
| 7595 | 2026-08-07T18:59:14.249Z | |
| 7596 | 2026-08-07T18:59:14.249Z | DEBG |
| 7597 | 2026-08-07T18:59:14.249Z | Aug 07 18:59:12.771Aug 07 18:59:12.771 Aug 07 18:59:12.771INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 7598 | 2026-08-07T18:59:14.249Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7599 | 2026-08-07T18:59:14.249Z | Aug 07 18:59:12.771Aug 07 18:59:12.771 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 } }] |
| 7600 | 2026-08-07T18:59:14.249Z | |
| 7601 | 2026-08-07T18:59:14.249Z | created new freemap, Aug 07 18:59:12.771unitAug 07 18:59:12.771 Aug 07 18:59:12.771 INFOINFO DEBG adding route 172.17.0.48/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 } }] |
| 7602 | 2026-08-07T18:59:14.249Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7603 | 2026-08-07T18:59:14.249Z | |
| 7604 | 2026-08-07T18:59:14.249Z | : Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7605 | 2026-08-07T18:59:14.249Z | |
| 7606 | 2026-08-07T18:59:14.288Z | |
| 7607 | 2026-08-07T18:59:14.288Z | Aug 07 18:59:12.771 DEBG Aug 07 18:59:12.771replacing 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 07 18:59:12.771 |
| 7608 | 2026-08-07T18:59:14.288Z | Aug 07 18:59:12.771DEBG DEBGINFO initted freemap. size: 64 , 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 } }]unitadding route 172.17.0.49/32 -> 10.0.0.255 |
| 7609 | 2026-08-07T18:59:14.289Z | :Aug 07 18:59:12.771 |
| 7610 | 2026-08-07T18:59:14.289Z | freemap_route_ipv4 |
| 7611 | 2026-08-07T18:59:14.289Z | INFOAug 07 18:59:12.771 Aug 07 18:59:12.771 adding route 172.17.0.26/32 -> 10.0.0.255DEBGINFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7612 | 2026-08-07T18:59:14.289Z | |
| 7613 | 2026-08-07T18:59:14.289Z | 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 } }] |
| 7614 | 2026-08-07T18:59:14.289Z | Aug 07 18:59:12.771 Aug 07 18:59:12.771DEBG Aug 07 18:59:12.771 DEBGreset freemap , replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7615 | 2026-08-07T18:59:14.289Z | Aug 07 18:59:12.771unit INFO adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7616 | 2026-08-07T18:59:14.289Z | Aug 07 18:59:12.771 |
| 7617 | 2026-08-07T18:59:14.289Z | freemap_route_ipv4 |
| 7618 | 2026-08-07T18:59:14.289Z | INFO Aug 07 18:59:12.771Aug 07 18:59:12.771adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7619 | 2026-08-07T18:59:14.289Z | 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 } }]Aug 07 18:59:12.771adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:59:12.771 |
| 7620 | 2026-08-07T18:59:14.289Z | DEBG |
| 7621 | 2026-08-07T18:59:14.289Z | 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 |
| 7622 | 2026-08-07T18:59:14.289Z | Aug 07 18:59:12.771initted freemap. size: 64 , INFOunit:Aug 07 18:59:12.771 freemap_route_ipv6Aug 07 18:59:12.771 |
| 7623 | 2026-08-07T18:59:14.289Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7624 | 2026-08-07T18:59:14.289Z | 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 } }]INFO |
| 7625 | 2026-08-07T18:59:14.289Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:59:12.771 |
| 7626 | 2026-08-07T18:59:14.289Z | DEBGAug 07 18:59:12.771Aug 07 18:59:12.771 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255reset freemap |
| 7627 | 2026-08-07T18:59:14.289Z | , Aug 07 18:59:12.771unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7628 | 2026-08-07T18:59:14.289Z | |
| 7629 | 2026-08-07T18:59:14.289Z | |
| 7630 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771 DEBG Aug 07 18:59:12.771Aug 07 18:59:12.771 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7631 | 2026-08-07T18:59:14.290Z | |
| 7632 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7633 | 2026-08-07T18:59:14.290Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:59:12.771 |
| 7634 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBG DEBGINFO Aug 07 18:59:12.771 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7635 | 2026-08-07T18:59:14.290Z | 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 } }] |
| 7636 | 2026-08-07T18:59:14.290Z | |
| 7637 | 2026-08-07T18:59:14.290Z | DEBGAug 07 18:59:12.771Aug 07 18:59:12.771 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7638 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771 |
| 7639 | 2026-08-07T18:59:14.290Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7640 | 2026-08-07T18:59:14.290Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7641 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771Aug 07 18:59:12.771 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7642 | 2026-08-07T18:59:14.290Z | |
| 7643 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771Aug 07 18:59:12.771Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBGDEBG INFODEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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.16.0.0/32 -> 10.0.0.2 |
| 7644 | 2026-08-07T18:59:14.290Z | |
| 7645 | 2026-08-07T18:59:14.290Z | |
| 7646 | 2026-08-07T18:59:14.290Z | 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 } }] |
| 7647 | 2026-08-07T18:59:14.290Z | |
| 7648 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771 DEBGAug 07 18:59:12.771Aug 07 18:59:12.771 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 Aug 07 18:59:12.771 |
| 7649 | 2026-08-07T18:59:14.290Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7650 | 2026-08-07T18:59:14.290Z | INFOINFOAug 07 18:59:12.771 Aug 07 18:59:12.771Aug 07 18:59:12.771 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 7651 | 2026-08-07T18:59:14.290Z | adding route 172.17.0.31/32 -> 10.0.0.255 DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7652 | 2026-08-07T18:59:14.290Z | |
| 7653 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7654 | 2026-08-07T18:59:14.290Z | |
| 7655 | 2026-08-07T18:59:14.290Z | Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBGDEBG Aug 07 18:59:12.771replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7656 | 2026-08-07T18:59:14.290Z | INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.771replacing 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 } }] |
| 7657 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771INFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7658 | 2026-08-07T18:59:14.291Z | |
| 7659 | 2026-08-07T18:59:14.291Z | INFO |
| 7660 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7661 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771Aug 07 18:59:12.771INFO Aug 07 18:59:12.771 Aug 07 18:59:12.771 DEBGDEBGDEBGadding route 172.17.0.55/32 -> 10.0.0.255 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.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 } }] |
| 7662 | 2026-08-07T18:59:14.291Z | |
| 7663 | 2026-08-07T18:59:14.291Z | INFO |
| 7664 | 2026-08-07T18:59:14.291Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.771adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7665 | 2026-08-07T18:59:14.291Z | DEBGAug 07 18:59:12.771Aug 07 18:59:12.771 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7666 | 2026-08-07T18:59:14.291Z | test route::tests::add_target_fails_full ... ok |
| 7667 | 2026-08-07T18:59:14.291Z | INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7668 | 2026-08-07T18:59:14.291Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7669 | 2026-08-07T18:59:14.291Z | |
| 7670 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771Aug 07 18:59:12.771 Aug 07 18:59:12.771Aug 07 18:59:12.771INFO DEBGDEBG INFOAug 07 18:59:12.771 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 7671 | 2026-08-07T18:59:14.291Z | DEBG adding route 172.17.0.56/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 } }] |
| 7672 | 2026-08-07T18:59:14.291Z | |
| 7673 | 2026-08-07T18:59:14.291Z | |
| 7674 | 2026-08-07T18:59:14.291Z | 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 07 18:59:12.771 |
| 7675 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771 Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFODEBG 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 } }] |
| 7676 | 2026-08-07T18:59:14.291Z | |
| 7677 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771Aug 07 18:59:12.771failed to allocate space for the new target list |
| 7678 | 2026-08-07T18:59:14.291Z | INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 7679 | 2026-08-07T18:59:14.291Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7680 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7681 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7682 | 2026-08-07T18:59:14.291Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 07 18:59:12.771 |
| 7683 | 2026-08-07T18:59:14.291Z | Aug 07 18:59:12.771 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7684 | 2026-08-07T18:59:14.292Z | |
| 7685 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.771 DEBG Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7686 | 2026-08-07T18:59:14.292Z | |
| 7687 | 2026-08-07T18:59:14.292Z | |
| 7688 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.772Aug 07 18:59:12.772 INFOAug 07 18:59:12.772 adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 7689 | 2026-08-07T18:59:14.292Z | INFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 7690 | 2026-08-07T18:59:14.292Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7691 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.772 DEBGAug 07 18:59:12.772 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 07 18:59:12.772 |
| 7692 | 2026-08-07T18:59:14.292Z | DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7693 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.772replacing 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 } }] INFO |
| 7694 | 2026-08-07T18:59:14.292Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 07 18:59:12.772 |
| 7695 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.772INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255Aug 07 18:59:12.772 adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 7696 | 2026-08-07T18:59:14.292Z | |
| 7697 | 2026-08-07T18:59:14.292Z | 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 } }] |
| 7698 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.772Aug 07 18:59:12.772Aug 07 18:59:12.772 DEBG INFODEBG 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.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 } }] |
| 7699 | 2026-08-07T18:59:14.292Z | |
| 7700 | 2026-08-07T18:59:14.292Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7701 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.772 Aug 07 18:59:12.772INFOAug 07 18:59:12.772 adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 7702 | 2026-08-07T18:59:14.292Z | DEBG adding route 172.17.0.61/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 } }] |
| 7703 | 2026-08-07T18:59:14.292Z | |
| 7704 | 2026-08-07T18:59:14.292Z | Aug 07 18:59:12.772 Aug 07 18:59:12.772Aug 07 18:59:12.772DEBG 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 } }]INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 07 18:59:12.772 DEBG created new freemap, |
| 7705 | 2026-08-07T18:59:14.292Z | unit: freemap_route_ipv4 |
| 7706 | 2026-08-07T18:59:14.308Z | Aug 07 18:59:12.780 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 } }]Aug 07 18:59:12.780 |
| 7707 | 2026-08-07T18:59:14.308Z | DEBG created new freemap, DEBGunit Aug 07 18:59:12.780replacing 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 } }]: |
| 7708 | 2026-08-07T18:59:14.308Z | INFO freemap_route_ipv6adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7709 | 2026-08-07T18:59:14.308Z | |
| 7710 | 2026-08-07T18:59:14.308Z | Aug 07 18:59:12.780 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7711 | 2026-08-07T18:59:14.308Z | Aug 07 18:59:12.780 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.780 |
| 7712 | 2026-08-07T18:59:14.308Z | DEBGAug 07 18:59:12.780 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 07 18:59:12.780DEBG initted freemap. size: 64 |
| 7713 | 2026-08-07T18:59:14.308Z | INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 07 18:59:12.780, |
| 7714 | 2026-08-07T18:59:14.308Z | INFOunit :adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7715 | 2026-08-07T18:59:14.308Z | freemap_route_ipv4Aug 07 18:59:12.780 |
| 7716 | 2026-08-07T18:59:14.308Z | DEBGAug 07 18:59:12.780 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 } }]DEBG |
| 7717 | 2026-08-07T18:59:14.308Z | 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 } }] |
| 7718 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 DEBGINFO failed to allocate space for the new target listDEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 7719 | 2026-08-07T18:59:14.309Z | |
| 7720 | 2026-08-07T18:59:14.309Z | reset freemap, unit:Aug 07 18:59:12.780 freemap_route_ipv4DEBG |
| 7721 | 2026-08-07T18:59:14.309Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7722 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.780 |
| 7723 | 2026-08-07T18:59:14.309Z | DEBGinitted freemap. size: 64 , failed to allocate space for the new target listunit |
| 7724 | 2026-08-07T18:59:14.309Z | :Aug 07 18:59:12.780 INFOfreemap_route_ipv6 |
| 7725 | 2026-08-07T18:59:14.309Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7726 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780 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 } }] |
| 7727 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780 DEBGAug 07 18:59:12.780 reset freemapINFO, unitadding route 172.17.0.42/32 -> 10.0.0.255: |
| 7728 | 2026-08-07T18:59:14.309Z | freemap_route_ipv6 |
| 7729 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:59:12.780 |
| 7730 | 2026-08-07T18:59:14.309Z | 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 } }] |
| 7731 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780 DEBGAug 07 18:59:12.780 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7732 | 2026-08-07T18:59:14.309Z | 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 } }] |
| 7733 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780 DEBG Aug 07 18:59:12.780replacing 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 } }] |
| 7734 | 2026-08-07T18:59:14.309Z | |
| 7735 | 2026-08-07T18:59:14.309Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7736 | 2026-08-07T18:59:14.309Z | Aug 07 18:59:12.780 Aug 07 18:59:12.780Aug 07 18:59:12.780INFO INFODEBGadding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7737 | 2026-08-07T18:59:14.309Z | |
| 7738 | 2026-08-07T18:59:14.309Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 07 18:59:12.780Aug 07 18:59:12.780 |
| 7739 | 2026-08-07T18:59:14.310Z | DEBG 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 } }] |
| 7740 | 2026-08-07T18:59:14.310Z | 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 07 18:59:12.780 |
| 7741 | 2026-08-07T18:59:14.310Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7742 | 2026-08-07T18:59:14.310Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 INFOAug 07 18:59:12.780 adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 7743 | 2026-08-07T18:59:14.310Z | DEBG adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7744 | 2026-08-07T18:59:14.310Z | 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 } }] |
| 7745 | 2026-08-07T18:59:14.310Z | Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG Aug 07 18:59:12.780DEBG 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 |
| 7746 | 2026-08-07T18:59:14.310Z | 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.16.0.0/32 -> 10.0.0.2 |
| 7747 | 2026-08-07T18:59:14.310Z | |
| 7748 | 2026-08-07T18:59:14.310Z | Aug 07 18:59:12.780 INFOAug 07 18:59:12.780 Aug 07 18:59:12.780adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7749 | 2026-08-07T18:59:14.310Z | INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 Aug 07 18:59:12.780replacing 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 } }] |
| 7750 | 2026-08-07T18:59:14.310Z | |
| 7751 | 2026-08-07T18:59:14.310Z | 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 } }] |
| 7752 | 2026-08-07T18:59:14.310Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 INFOAug 07 18:59:12.780DEBG adding route 172.17.0.0/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 } }] |
| 7753 | 2026-08-07T18:59:14.310Z | |
| 7754 | 2026-08-07T18:59:14.310Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7755 | 2026-08-07T18:59:14.310Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 DEBGINFOAug 07 18:59:12.780 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 } }]DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7756 | 2026-08-07T18:59:14.310Z | 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 } }] |
| 7757 | 2026-08-07T18:59:14.310Z | |
| 7758 | 2026-08-07T18:59:14.310Z | Aug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 INFOINFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7759 | 2026-08-07T18:59:14.310Z | |
| 7760 | 2026-08-07T18:59:14.310Z | 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 } }] |
| 7761 | 2026-08-07T18:59:14.310Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG 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 |
| 7762 | 2026-08-07T18:59:14.310Z | DEBG adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7763 | 2026-08-07T18:59:14.310Z | 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 07 18:59:12.780 |
| 7764 | 2026-08-07T18:59:14.310Z | INFOAug 07 18:59:12.780 adding route 172.17.0.49/32 -> 10.0.0.255Aug 07 18:59:12.780DEBG |
| 7765 | 2026-08-07T18:59:14.310Z | 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 } }] adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7766 | 2026-08-07T18:59:14.310Z | |
| 7767 | 2026-08-07T18:59:14.311Z | test route::tests::delete_target_full ... ok |
| 7768 | 2026-08-07T18:59:14.311Z | Aug 07 18:59:12.780 DEBGAug 07 18:59:12.780 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 07 18:59:12.780 |
| 7769 | 2026-08-07T18:59:14.311Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 7770 | 2026-08-07T18:59:14.311Z | 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 07 18:59:12.780 |
| 7771 | 2026-08-07T18:59:14.311Z | INFO Aug 07 18:59:12.780adding route 172.17.0.50/32 -> 10.0.0.255 Aug 07 18:59:12.780DEBG |
| 7772 | 2026-08-07T18:59:14.311Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7773 | 2026-08-07T18:59:14.311Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7774 | 2026-08-07T18:59:14.311Z | test route::tests::delete_target_fragmented ... ok |
| 7775 | 2026-08-07T18:59:14.311Z | Aug 07 18:59:12.780 DEBGAug 07 18:59:12.780 Aug 07 18:59:12.780replacing 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 } }] |
| 7776 | 2026-08-07T18:59:14.311Z | test route::tests::delete_targets_fragmented ... ok |
| 7777 | 2026-08-07T18:59:14.311Z | |
| 7778 | 2026-08-07T18:59:14.311Z | INFODEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7779 | 2026-08-07T18:59:14.311Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 07 18:59:12.780 |
| 7780 | 2026-08-07T18:59:14.311Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7781 | 2026-08-07T18:59:14.311Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 7782 | 2026-08-07T18:59:14.311Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 INFODEBG Aug 07 18:59:12.780 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 } }]DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7783 | 2026-08-07T18:59:14.311Z | |
| 7784 | 2026-08-07T18:59:14.311Z | 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 } }] |
| 7785 | 2026-08-07T18:59:14.311Z | |
| 7786 | 2026-08-07T18:59:14.311Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7787 | 2026-08-07T18:59:14.311Z | 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.57/32 -> 10.0.0.255 |
| 7788 | 2026-08-07T18:59:14.311Z | |
| 7789 | 2026-08-07T18:59:14.311Z | Aug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 DEBGINFO 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 } }] |
| 7790 | 2026-08-07T18:59:14.311Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 7791 | 2026-08-07T18:59:14.311Z | 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 } }] |
| 7792 | 2026-08-07T18:59:14.311Z | Aug 07 18:59:12.780 INFOAug 07 18:59:12.780 Aug 07 18:59:12.780DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7793 | 2026-08-07T18:59:14.312Z | INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7794 | 2026-08-07T18:59:14.312Z | Aug 07 18:59:12.780 |
| 7795 | 2026-08-07T18:59:14.312Z | DEBG Aug 07 18:59:12.780replacing 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 } }] |
| 7796 | 2026-08-07T18:59:14.312Z | Aug 07 18:59:12.780INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:59:12.780 |
| 7797 | 2026-08-07T18:59:14.312Z | 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 } }] |
| 7798 | 2026-08-07T18:59:14.312Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7799 | 2026-08-07T18:59:14.312Z | Aug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 INFODEBG adding route 172.17.0.59/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 } }] |
| 7800 | 2026-08-07T18:59:14.312Z | |
| 7801 | 2026-08-07T18:59:14.312Z | 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 } }] |
| 7802 | 2026-08-07T18:59:14.312Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 7803 | 2026-08-07T18:59:14.312Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7804 | 2026-08-07T18:59:14.312Z | |
| 7805 | 2026-08-07T18:59:14.312Z | Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBGAug 07 18:59:12.780 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 |
| 7806 | 2026-08-07T18:59:14.318Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7807 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.780 |
| 7808 | 2026-08-07T18:59:14.318Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7809 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7810 | 2026-08-07T18:59:14.318Z | |
| 7811 | 2026-08-07T18:59:14.318Z | 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 } }] |
| 7812 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 INFOAug 07 18:59:12.780DEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7813 | 2026-08-07T18:59:14.318Z | |
| 7814 | 2026-08-07T18:59:14.318Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7815 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG Aug 07 18:59:12.780 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 } }]DEBG |
| 7816 | 2026-08-07T18:59:14.318Z | replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7817 | 2026-08-07T18:59:14.318Z | |
| 7818 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.780 INFOAug 07 18:59:12.780 Aug 07 18:59:12.780adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 7819 | 2026-08-07T18:59:14.318Z | 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-07T18:59:14.318Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 07 18:59:12.780 |
| 7821 | 2026-08-07T18:59:14.318Z | 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 } }] |
| 7822 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBGINFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 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 } }] |
| 7823 | 2026-08-07T18:59:14.318Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7824 | 2026-08-07T18:59:14.318Z | |
| 7825 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 DEBGDEBG 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 } }] failed to allocate space for the new target list |
| 7826 | 2026-08-07T18:59:14.318Z | 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 } }] |
| 7827 | 2026-08-07T18:59:14.318Z | |
| 7828 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.800 DEBGAug 07 18:59:12.800 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7829 | 2026-08-07T18:59:14.318Z | Aug 07 18:59:12.800adding route 172.17.0.11/32 -> 10.0.0.255 INFO |
| 7830 | 2026-08-07T18:59:14.319Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7831 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 DEBGAug 07 18:59:12.800 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7832 | 2026-08-07T18:59:14.319Z | 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 } }] |
| 7833 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 Aug 07 18:59:12.800INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 7834 | 2026-08-07T18:59:14.319Z | failed to allocate space for the new target list |
| 7835 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 Aug 07 18:59:12.800DEBG 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 } }] |
| 7836 | 2026-08-07T18:59:14.319Z | 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 } }] |
| 7837 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7838 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7839 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7840 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7841 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7842 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7843 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7844 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7845 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7846 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7847 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7848 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7849 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7850 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7851 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7852 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7853 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7854 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7855 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7856 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 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 } }] |
| 7857 | 2026-08-07T18:59:14.319Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7858 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7859 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7860 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7861 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7862 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7863 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7864 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7865 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7866 | 2026-08-07T18:59:14.320Z | |
| 7867 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7868 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7869 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7870 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7871 | 2026-08-07T18:59:14.320Z | running 0 tests |
| 7872 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7873 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7874 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7875 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7876 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7877 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7878 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7879 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7880 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7881 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7882 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 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 } }] |
| 7883 | 2026-08-07T18:59:14.320Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7884 | 2026-08-07T18:59:14.320Z | |
| 7885 | 2026-08-07T18:59:14.321Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7886 | 2026-08-07T18:59:14.321Z | |
| 7887 | 2026-08-07T18:59:14.321Z | |
| 7888 | 2026-08-07T18:59:14.321Z | running 0 tests |
| 7889 | 2026-08-07T18:59:14.321Z | |
| 7890 | 2026-08-07T18:59:14.321Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7891 | 2026-08-07T18:59:14.321Z | |
| 7892 | 2026-08-07T18:59:14.321Z | |
| 7893 | 2026-08-07T18:59:14.321Z | running 6 tests |
| 7894 | 2026-08-07T18:59:14.321Z | test tests::test_parse_client_port_id ... ok |
| 7895 | 2026-08-07T18:59:14.321Z | test tests::test_full_lot_id_neither_present ... ok |
| 7896 | 2026-08-07T18:59:14.321Z | test tests::test_port_id_cmp ... ok |
| 7897 | 2026-08-07T18:59:14.321Z | test tests::test_full_lot_id_both_present ... ok |
| 7898 | 2026-08-07T18:59:14.321Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7899 | 2026-08-07T18:59:14.321Z | test tests::test_full_lot_id_lot_only ... ok |
| 7900 | 2026-08-07T18:59:14.321Z | |
| 7901 | 2026-08-07T18:59:14.321Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7902 | 2026-08-07T18:59:14.321Z | |
| 7903 | 2026-08-07T18:59:14.321Z | |
| 7904 | 2026-08-07T18:59:14.321Z | running 0 tests |
| 7905 | 2026-08-07T18:59:14.321Z | |
| 7906 | 2026-08-07T18:59:14.327Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7907 | 2026-08-07T18:59:14.327Z | |
| 7908 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7909 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7910 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7911 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7912 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7913 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7914 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7915 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7916 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7917 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7918 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7919 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7920 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7921 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7922 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7923 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7924 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 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 } }] |
| 7925 | 2026-08-07T18:59:14.327Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7926 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7927 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7928 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7929 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7930 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7931 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7932 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7933 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7934 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7935 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7936 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7937 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7938 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7939 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7940 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7941 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7942 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7943 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7944 | 2026-08-07T18:59:14.328Z | Aug 07 18:59:12.800 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 } }] |
| 7945 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7946 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7947 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7948 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7949 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7950 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7951 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7952 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7953 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7954 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7955 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7956 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7957 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7958 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7959 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 DEBG failed to allocate space for the new target list |
| 7960 | 2026-08-07T18:59:14.329Z | Aug 07 18:59:12.800 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 } }] |
| 7961 | 2026-08-07T18:59:14.329Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402) |
| 7962 | 2026-08-07T18:59:14.329Z | |
| 7963 | 2026-08-07T18:59:14.329Z | running 0 tests |
| 7964 | 2026-08-07T18:59:14.329Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95) |
| 7965 | 2026-08-07T18:59:14.329Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b) |
| 7966 | 2026-08-07T18:59:14.329Z | Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495) |
| 7967 | 2026-08-07T18:59:14.329Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99) |
| 7968 | 2026-08-07T18:59:14.329Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479) |
| 7969 | 2026-08-07T18:59:14.329Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7970 | 2026-08-07T18:59:14.329Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7971 | 2026-08-07T18:59:14.330Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 7972 | 2026-08-07T18:59:14.330Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 7973 | 2026-08-07T18:59:14.330Z | |
| 7974 | 2026-08-07T18:59:14.330Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7975 | 2026-08-07T18:59:14.330Z | |
| 7976 | 2026-08-07T18:59:14.330Z | |
| 7977 | 2026-08-07T18:59:14.330Z | running 0 tests |
| 7978 | 2026-08-07T18:59:14.330Z | |
| 7979 | 2026-08-07T18:59:14.330Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7980 | 2026-08-07T18:59:14.330Z | |
| 7981 | 2026-08-07T18:59:14.330Z | |
| 7982 | 2026-08-07T18:59:14.330Z | running 12 tests |
| 7983 | 2026-08-07T18:59:14.330Z | test icmp::test_v6_checksum ... ok |
| 7984 | 2026-08-07T18:59:14.330Z | test icmp::test_v4_checksum ... ok |
| 7985 | 2026-08-07T18:59:14.330Z | test ipv6::test_ipv6_parse ... ok |
| 7986 | 2026-08-07T18:59:14.330Z | test pbuf::test_byte ... ok |
| 7987 | 2026-08-07T18:59:14.330Z | test lldp::test_lldp_parse ... ok |
| 7988 | 2026-08-07T18:59:14.330Z | test pbuf::test_nibble ... ok |
| 7989 | 2026-08-07T18:59:14.330Z | test pbuf::test_short ... ok |
| 7990 | 2026-08-07T18:59:14.330Z | test pbuf::test_overflow ... ok |
| 7991 | 2026-08-07T18:59:14.330Z | test pbuf::test_twelve ... ok |
| 7992 | 2026-08-07T18:59:14.330Z | test pbuf::test_word ... ok |
| 7993 | 2026-08-07T18:59:14.330Z | test tcp::test_checksum_ack_data ... ok |
| 7994 | 2026-08-07T18:59:14.330Z | test tcp::test_checksum_syn_nodata ... ok |
| 7995 | 2026-08-07T18:59:14.330Z | |
| 7996 | 2026-08-07T18:59:14.330Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7997 | 2026-08-07T18:59:14.330Z | |
| 7998 | 2026-08-07T18:59:14.330Z | |
| 7999 | 2026-08-07T18:59:14.330Z | running 0 tests |
| 8000 | 2026-08-07T18:59:14.331Z | |
| 8001 | 2026-08-07T18:59:14.331Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8002 | 2026-08-07T18:59:14.331Z | |
| 8003 | 2026-08-07T18:59:14.331Z | |
| 8004 | 2026-08-07T18:59:14.331Z | running 5 tests |
| 8005 | 2026-08-07T18:59:14.331Z | test switchport::test::test_compute_lanes ... ok |
| 8006 | 2026-08-07T18:59:14.336Z | test switchport::test::port_id_ordering ... ok |
| 8007 | 2026-08-07T18:59:14.336Z | test link::test_filter ... ok |
| 8008 | 2026-08-07T18:59:14.336Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8009 | 2026-08-07T18:59:14.336Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8010 | 2026-08-07T18:59:14.336Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8011 | 2026-08-07T18:59:14.336Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8012 | 2026-08-07T18:59:14.336Z | Tx Enabled: Yes Yes Yes Yes |
| 8013 | 2026-08-07T18:59:14.336Z | Tx Loss-of-lock: No Lane 0 No No Lane 1No |
| 8014 | 2026-08-07T18:59:14.336Z | Tx Loss-of-signal: No Lane 2No Lane 3No |
| 8015 | 2026-08-07T18:59:14.336Z | No |
| 8016 | 2026-08-07T18:59:14.336Z | State: Activated Tx CDR Enabled: No Activated NoActivated NoActivated |
| 8017 | 2026-08-07T18:59:14.336Z | No |
| 8018 | 2026-08-07T18:59:14.336Z | Rx Output Enabled: false Tx Adaptive EQ Fault: No false No falseNo false |
| 8019 | 2026-08-07T18:59:14.336Z | No Rx Output Status: valid |
| 8020 | 2026-08-07T18:59:14.337Z | valid Tx Fault: Yes valid Yes valid |
| 8021 | 2026-08-07T18:59:14.337Z | Yes Rx Loss-of-lock: true Yestrue |
| 8022 | 2026-08-07T18:59:14.337Z | true true |
| 8023 | 2026-08-07T18:59:14.337Z | Rx Loss-of-signal: false false false false |
| 8024 | 2026-08-07T18:59:14.337Z | Rx Auto-squelch Disable: true true true true |
| 8025 | 2026-08-07T18:59:14.337Z | Tx Output Enabled: true true true true |
| 8026 | 2026-08-07T18:59:14.337Z | Tx Output Status: invalid invalid invalid invalid |
| 8027 | 2026-08-07T18:59:14.337Z | Tx Loss-of-lock: false false false false |
| 8028 | 2026-08-07T18:59:14.337Z | Tx Loss-of-signal: true true true true |
| 8029 | 2026-08-07T18:59:14.337Z | Tx Auto-squelch Disable: false false false false |
| 8030 | 2026-08-07T18:59:14.337Z | Tx Adaptive EQ Fail: true true true true |
| 8031 | 2026-08-07T18:59:14.337Z | Tx Failure: false false false false |
| 8032 | 2026-08-07T18:59:14.337Z | Tx Force Squelch: true true true true |
| 8033 | 2026-08-07T18:59:14.337Z | Tx Input Polarity: normal normal normal normal |
| 8034 | 2026-08-07T18:59:14.337Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8035 | 2026-08-07T18:59:14.337Z | test switchport::test::test_print_sff_datapath ... ok |
| 8036 | 2026-08-07T18:59:14.337Z | |
| 8037 | 2026-08-07T18:59:14.337Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8038 | 2026-08-07T18:59:14.337Z | |
| 8039 | 2026-08-07T18:59:14.337Z | |
| 8040 | 2026-08-07T18:59:14.337Z | running 1 test |
| 8041 | 2026-08-07T18:59:14.337Z | test test_p4_counter_list ... ignored |
| 8042 | 2026-08-07T18:59:14.337Z | |
| 8043 | 2026-08-07T18:59:14.337Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8044 | 2026-08-07T18:59:14.337Z | |
| 8045 | 2026-08-07T18:59:14.337Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 8046 | 2026-08-07T18:59:14.337Z | |
| 8047 | 2026-08-07T18:59:14.338Z | running 5 tests |
| 8048 | 2026-08-07T18:59:14.338Z | test test_an ... ignored |
| 8049 | 2026-08-07T18:59:14.338Z | test test_enable ... ignored |
| 8050 | 2026-08-07T18:59:14.338Z | test test_ip_addresses ... ignored |
| 8051 | 2026-08-07T18:59:14.338Z | test test_kr ... ignored |
| 8052 | 2026-08-07T18:59:14.338Z | test test_mac ... ignored |
| 8053 | 2026-08-07T18:59:14.338Z | |
| 8054 | 2026-08-07T18:59:14.338Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8055 | 2026-08-07T18:59:14.338Z | |
| 8056 | 2026-08-07T18:59:14.338Z | Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28) |
| 8057 | 2026-08-07T18:59:14.338Z | |
| 8058 | 2026-08-07T18:59:14.338Z | running 3 tests |
| 8059 | 2026-08-07T18:59:14.338Z | test linklocal::test_parse_ipadm ... ok |
| 8060 | 2026-08-07T18:59:14.338Z | test tfport::test_parse_tfport ... ok |
| 8061 | 2026-08-07T18:59:14.338Z | test config::tests::test_updates ... ok |
| 8062 | 2026-08-07T18:59:14.338Z | |
| 8063 | 2026-08-07T18:59:14.338Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-08-07T18:59:14.338Z | |
| 8065 | 2026-08-07T18:59:14.338Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8066 | 2026-08-07T18:59:14.338Z | |
| 8067 | 2026-08-07T18:59:14.338Z | running 0 tests |
| 8068 | 2026-08-07T18:59:14.338Z | |
| 8069 | 2026-08-07T18:59:14.338Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8070 | 2026-08-07T18:59:14.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8071 | 2026-08-07T18:59:14.338Z | Doc-tests aal |
| 8072 | 2026-08-07T18:59:14.338Z | |
| 8073 | 2026-08-07T18:59:14.339Z | |
| 8074 | 2026-08-07T18:59:14.339Z | running 0 tests |
| 8075 | 2026-08-07T18:59:14.339Z | |
| 8076 | 2026-08-07T18:59:14.339Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8077 | 2026-08-07T18:59:14.339Z | |
| 8078 | 2026-08-07T18:59:14.433Z | |
| 8079 | 2026-08-07T18:59:14.433Z | running 0 tests |
| 8080 | 2026-08-07T18:59:14.433Z | |
| 8081 | 2026-08-07T18:59:14.437Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-08-07T18:59:14.437Z | |
| 8083 | 2026-08-07T18:59:14.460Z | Doc-tests aal_macros |
| 8084 | 2026-08-07T18:59:14.524Z | |
| 8085 | 2026-08-07T18:59:14.524Z | running 0 tests |
| 8086 | 2026-08-07T18:59:14.524Z | |
| 8087 | 2026-08-07T18:59:14.524Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8088 | 2026-08-07T18:59:14.524Z | |
| 8089 | 2026-08-07T18:59:14.587Z | Doc-tests common |
| 8090 | 2026-08-07T18:59:14.779Z | |
| 8091 | 2026-08-07T18:59:14.779Z | running 0 tests |
| 8092 | 2026-08-07T18:59:14.779Z | |
| 8093 | 2026-08-07T18:59:14.779Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8094 | 2026-08-07T18:59:14.779Z | |
| 8095 | 2026-08-07T18:59:14.800Z | Doc-tests dpd_api |
| 8096 | 2026-08-07T18:59:15.584Z | |
| 8097 | 2026-08-07T18:59:15.585Z | running 2 tests |
| 8098 | 2026-08-07T18:59:15.585Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8099 | 2026-08-07T18:59:15.585Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8100 | 2026-08-07T18:59:15.585Z | |
| 8101 | 2026-08-07T18:59:15.585Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-07T18:59:15.585Z | |
| 8103 | 2026-08-07T18:59:15.601Z | Doc-tests dpd_client |
| 8104 | 2026-08-07T18:59:16.886Z | |
| 8105 | 2026-08-07T18:59:16.886Z | running 0 tests |
| 8106 | 2026-08-07T18:59:16.887Z | |
| 8107 | 2026-08-07T18:59:16.887Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8108 | 2026-08-07T18:59:16.887Z | |
| 8109 | 2026-08-07T18:59:16.935Z | Doc-tests dpd_types |
| 8110 | 2026-08-07T18:59:17.153Z | |
| 8111 | 2026-08-07T18:59:17.153Z | running 0 tests |
| 8112 | 2026-08-07T18:59:17.153Z | |
| 8113 | 2026-08-07T18:59:17.153Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8114 | 2026-08-07T18:59:17.153Z | |
| 8115 | 2026-08-07T18:59:17.178Z | Doc-tests dpd_types_versions |
| 8116 | 2026-08-07T18:59:18.407Z | |
| 8117 | 2026-08-07T18:59:18.407Z | running 1 test |
| 8118 | 2026-08-07T18:59:18.407Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8119 | 2026-08-07T18:59:18.407Z | |
| 8120 | 2026-08-07T18:59:18.407Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-08-07T18:59:18.407Z | |
| 8122 | 2026-08-07T18:59:18.457Z | Doc-tests packet |
| 8123 | 2026-08-07T18:59:18.573Z | |
| 8124 | 2026-08-07T18:59:18.574Z | running 0 tests |
| 8125 | 2026-08-07T18:59:18.574Z | |
| 8126 | 2026-08-07T18:59:18.574Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8127 | 2026-08-07T18:59:18.574Z | |
| 8128 | 2026-08-07T18:59:18.628Z | Doc-tests pcap |
| 8129 | 2026-08-07T18:59:18.645Z | |
| 8130 | 2026-08-07T18:59:18.645Z | running 0 tests |
| 8131 | 2026-08-07T18:59:18.645Z | |
| 8132 | 2026-08-07T18:59:18.649Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8133 | 2026-08-07T18:59:18.649Z | |
| 8134 | 2026-08-07T18:59:18.698Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8135 | 2026-08-07T18:59:18.698Z | + RUST_BACKTRACE=full |
| 8136 | 2026-08-07T18:59:18.698Z | + cargo test --features chaos --no-fail-fast |
| 8137 | 2026-08-07T18:59:19.305Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8138 | 2026-08-07T18:59:19.386Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8139 | 2026-08-07T18:59:19.394Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8140 | 2026-08-07T18:59:27.853Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8141 | 2026-08-07T18:59:27.972Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8142 | 2026-08-07T19:00:04.788Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 46.07s |
| 8143 | 2026-08-07T19:00:04.912Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 8144 | 2026-08-07T19:00:04.917Z | |
| 8145 | 2026-08-07T19:00:04.917Z | running 5 tests |
| 8146 | 2026-08-07T19:00:04.920Z | test fuse::tests::chip_revision_b1 ... ok |
| 8147 | 2026-08-07T19:00:04.921Z | test fuse::tests::chip_revision_a0 ... ok |
| 8148 | 2026-08-07T19:00:04.921Z | test fuse::tests::chip_revision_b0 ... ok |
| 8149 | 2026-08-07T19:00:04.921Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8150 | 2026-08-07T19:00:04.921Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8151 | 2026-08-07T19:00:04.921Z | |
| 8152 | 2026-08-07T19:00:04.921Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-08-07T19:00:04.921Z | |
| 8154 | 2026-08-07T19:00:04.921Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8155 | 2026-08-07T19:00:04.924Z | |
| 8156 | 2026-08-07T19:00:04.924Z | running 0 tests |
| 8157 | 2026-08-07T19:00:04.924Z | |
| 8158 | 2026-08-07T19:00:04.924Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-08-07T19:00:04.924Z | |
| 8160 | 2026-08-07T19:00:04.924Z | Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37) |
| 8161 | 2026-08-07T19:00:04.928Z | |
| 8162 | 2026-08-07T19:00:04.928Z | running 0 tests |
| 8163 | 2026-08-07T19:00:04.928Z | |
| 8164 | 2026-08-07T19:00:04.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8165 | 2026-08-07T19:00:04.931Z | |
| 8166 | 2026-08-07T19:00:04.931Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8167 | 2026-08-07T19:00:04.935Z | |
| 8168 | 2026-08-07T19:00:04.935Z | running 10 tests |
| 8169 | 2026-08-07T19:00:04.937Z | test nat::tests::test_vni ... ok |
| 8170 | 2026-08-07T19:00:04.938Z | test network::tests::test_equal ... ok |
| 8171 | 2026-08-07T19:00:04.938Z | test network::tests::test_eui64 ... ok |
| 8172 | 2026-08-07T19:00:04.938Z | test network::tests::test_into ... ok |
| 8173 | 2026-08-07T19:00:04.938Z | test network::tests::test_not_equal ... ok |
| 8174 | 2026-08-07T19:00:04.938Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8175 | 2026-08-07T19:00:04.938Z | test network::tests::test_to_string ... ok |
| 8176 | 2026-08-07T19:00:04.938Z | test network::tests::test_parse ... ok |
| 8177 | 2026-08-07T19:00:04.938Z | test test_purge ... ok |
| 8178 | 2026-08-07T19:00:04.941Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8179 | 2026-08-07T19:00:04.941Z | |
| 8180 | 2026-08-07T19:00:04.941Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8181 | 2026-08-07T19:00:04.941Z | |
| 8182 | 2026-08-07T19:00:04.944Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 8183 | 2026-08-07T19:00:04.967Z | |
| 8184 | 2026-08-07T19:00:04.967Z | running 1 test |
| 8185 | 2026-08-07T19:00:04.971Z | ------- |
| 8186 | 2026-08-07T19:00:04.974Z | Generating OpenAPI documents from API definitions ... |
| 8187 | 2026-08-07T19:00:05.136Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8188 | 2026-08-07T19:00:05.207Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8189 | 2026-08-07T19:00:06.232Z | ------- |
| 8190 | 2026-08-07T19:00:06.232Z | Checking 12 OpenAPI documents... |
| 8191 | 2026-08-07T19:00:06.232Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-07T19:00:06.232Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-07T19:00:06.232Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-08-07T19:00:06.235Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8203 | 2026-08-07T19:00:06.235Z | Fresh dpd "latest" symlink |
| 8204 | 2026-08-07T19:00:06.235Z | ------- |
| 8205 | 2026-08-07T19:00:06.235Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8206 | 2026-08-07T19:00:06.296Z | test test::test_apis_up_to_date ... ok |
| 8207 | 2026-08-07T19:00:06.296Z | |
| 8208 | 2026-08-07T19:00:06.296Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s |
| 8209 | 2026-08-07T19:00:06.296Z | |
| 8210 | 2026-08-07T19:00:06.357Z | Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3) |
| 8211 | 2026-08-07T19:00:06.363Z | |
| 8212 | 2026-08-07T19:00:06.363Z | running 34 tests |
| 8213 | 2026-08-07T19:00:06.365Z | test freemap::test_ordering ... ok |
| 8214 | 2026-08-07T19:00:06.365Z | test config::tests::test_updates ... ok |
| 8215 | 2026-08-07T19:00:06.365Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8216 | 2026-08-07T19:00:06.365Z | test freemap::test_split ... ok |
| 8217 | 2026-08-07T19:00:06.369Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8218 | 2026-08-07T19:00:06.369Z | test macaddrs::tests::test_mac_offset ... ok |
| 8219 | 2026-08-07T19:00:06.369Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8220 | 2026-08-07T19:00:06.369Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8221 | 2026-08-07T19:00:06.369Z | test nat::test_mapping ... ok |
| 8222 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.952 DEBG created new freemap, unit: freemap_test |
| 8223 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.952 DEBG initted freemap. size: 128, unit: freemap_test |
| 8224 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.952 DEBG reset freemap, unit: freemap_test |
| 8225 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.952 DEBG created new freemap, unit: freemap_test |
| 8226 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG initted freemap. size: 128, unit: freemap_test |
| 8227 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test |
| 8228 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.952 DEBG created new freemap, unit: freemap_test |
| 8229 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG initted freemap. size: 128, unit: freemap_test |
| 8230 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test |
| 8231 | 2026-08-07T19:00:06.369Z | test freemap::test_free ... ok |
| 8232 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG created new freemap, unit: freemap_test |
| 8233 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG initted freemap. size: 128, unit: freemap_test |
| 8234 | 2026-08-07T19:00:06.369Z | test freemap::test_exhaustion ... ok |
| 8235 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test |
| 8236 | 2026-08-07T19:00:06.369Z | test freemap::test_basic ... ok |
| 8237 | 2026-08-07T19:00:06.369Z | test freemap::test_reclaim ... ok |
| 8238 | 2026-08-07T19:00:06.369Z | test port_map::tests::test_backplane_group ... ok |
| 8239 | 2026-08-07T19:00:06.369Z | test port_map::tests::dump_map ... ok |
| 8240 | 2026-08-07T19:00:06.369Z | test port_map::tests::test_port_map ... ok |
| 8241 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG created new freemap, unit: freemap_test |
| 8242 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG initted freemap. size: 8, unit: freemap_test |
| 8243 | 2026-08-07T19:00:06.369Z | Aug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test |
| 8244 | 2026-08-07T19:00:06.369Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8245 | 2026-08-07T19:00:06.370Z | test api_server::tests::test_build_info ... ok |
| 8246 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8247 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 Aug 07 19:00:04.954DEBG DEBGcreated new freemap , created new freemapunit, :unit :freemap_route_ipv4 freemap_route_ipv4 |
| 8248 | 2026-08-07T19:00:06.370Z | |
| 8249 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954Aug 07 19:00:04.954 DEBGDEBG Aug 07 19:00:04.954created new freemap , DEBGunit : created new freemapfreemap_route_ipv6 |
| 8250 | 2026-08-07T19:00:06.370Z | , unit: freemap_testAug 07 19:00:04.954 |
| 8251 | 2026-08-07T19:00:06.370Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 07 19:00:04.954 |
| 8252 | 2026-08-07T19:00:06.370Z | DEBG initted freemap. size: 128Aug 07 19:00:04.954, unitDEBG: reset freemapfreemap_test, |
| 8253 | 2026-08-07T19:00:06.370Z | unit: freemap_route_ipv4 |
| 8254 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 DEBG Aug 07 19:00:04.954reset freemap , DEBGunit :initted freemap. size: 64 , freemap_testunit |
| 8255 | 2026-08-07T19:00:06.370Z | : freemap_route_ipv6 |
| 8256 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8257 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8258 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 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 } }] |
| 8259 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8260 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 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 } }] |
| 8261 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8262 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 DEBGAug 07 19:00:04.954 created new freemapDEBG, unitreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 8263 | 2026-08-07T19:00:06.370Z | freemap_route_ipv4 |
| 8264 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 INFO Aug 07 19:00:04.954adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-07T19:00:06.370Z | DEBG created new freemap, unitAug 07 19:00:04.954: DEBGfreemap_route_ipv6 |
| 8266 | 2026-08-07T19:00:06.370Z | 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 } }] |
| 8267 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954Aug 07 19:00:04.954 DEBGINFO initted freemap. size: 64adding route 3fff:beef:3::/64 -> 2001:db8::55:ff, |
| 8268 | 2026-08-07T19:00:06.370Z | unit: freemap_route_ipv4 |
| 8269 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954Aug 07 19:00:04.954 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 8270 | 2026-08-07T19:00:06.370Z | , unit: freemap_route_ipv4Aug 07 19:00:04.954 |
| 8271 | 2026-08-07T19:00:06.370Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8272 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 DEBG Aug 07 19:00:04.954initted freemap. size: 64 , DEBGunit :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 } }] |
| 8273 | 2026-08-07T19:00:06.370Z | freemap_route_ipv6 |
| 8274 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 Aug 07 19:00:04.954INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8275 | 2026-08-07T19:00:06.370Z | reset freemap, unit: Aug 07 19:00:04.954freemap_route_ipv6 |
| 8276 | 2026-08-07T19:00:06.370Z | 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 } }] |
| 8277 | 2026-08-07T19:00:06.370Z | Aug 07 19:00:04.954 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 19:00:04.954 |
| 8278 | 2026-08-07T19:00:06.370Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 07 19:00:04.954 |
| 8279 | 2026-08-07T19:00:06.370Z | 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 07 19:00:04.954 |
| 8280 | 2026-08-07T19:00:06.370Z | 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 } }]Aug 07 19:00:04.954 |
| 8281 | 2026-08-07T19:00:06.370Z | INFO Aug 07 19:00:04.954 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8282 | 2026-08-07T19:00:06.370Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:04.954 |
| 8283 | 2026-08-07T19:00:06.371Z | 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 } }] |
| 8284 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff created new freemap |
| 8285 | 2026-08-07T19:00:06.375Z | , unit: freemap_route_ipv6Aug 07 19:00:04.954 |
| 8286 | 2026-08-07T19:00:06.375Z | 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 } }] |
| 8287 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8288 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 DEBGAug 07 19:00:04.954 initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 8289 | 2026-08-07T19:00:06.375Z | freemap_route_ipv4 |
| 8290 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 Aug 07 19:00:04.954Aug 07 19:00:04.954 DEBGINFO DEBG reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit |
| 8291 | 2026-08-07T19:00:06.375Z | : freemap_route_ipv4 |
| 8292 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 INFOAug 07 19:00:04.954 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 8293 | 2026-08-07T19:00:06.375Z | initted freemap. size: 64, unit:Aug 07 19:00:04.954 freemap_route_ipv6DEBG |
| 8294 | 2026-08-07T19:00:06.375Z | 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 } }] |
| 8295 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954Aug 07 19:00:04.954 DEBGINFO reset freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 8296 | 2026-08-07T19:00:06.375Z | unit: freemap_route_ipv6 |
| 8297 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 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 07 19:00:04.954 |
| 8298 | 2026-08-07T19:00:06.375Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8299 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 07 19:00:04.954 |
| 8300 | 2026-08-07T19:00:06.375Z | test freemap::test_span ... ok |
| 8301 | 2026-08-07T19:00:06.375Z | 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 } }] |
| 8302 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.954 |
| 8303 | 2026-08-07T19:00:06.375Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8304 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 INFO Aug 07 19:00:04.954adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8305 | 2026-08-07T19:00:06.375Z | 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 } }] |
| 8306 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 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 } }]Aug 07 19:00:04.954 |
| 8307 | 2026-08-07T19:00:06.375Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8308 | 2026-08-07T19:00:06.375Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 07 19:00:04.954 |
| 8309 | 2026-08-07T19:00:06.375Z | 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 07 19:00:04.954 |
| 8310 | 2026-08-07T19:00:06.376Z | 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 07 19:00:04.954 |
| 8311 | 2026-08-07T19:00:06.376Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8312 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 07 19:00:04.954 |
| 8313 | 2026-08-07T19:00:06.376Z | 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 } }]Aug 07 19:00:04.954 |
| 8314 | 2026-08-07T19:00:06.376Z | 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 } }] |
| 8315 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFOAug 07 19:00:04.954 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 8316 | 2026-08-07T19:00:06.376Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8317 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 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 } }] |
| 8318 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8319 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBG |
| 8320 | 2026-08-07T19:00:06.376Z | 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 } }] |
| 8321 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8322 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 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 } }] |
| 8323 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8324 | 2026-08-07T19:00:06.376Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8325 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 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 } }] |
| 8326 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8327 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954Aug 07 19:00:04.954 DEBGDEBG created new freemapreplacing 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 } }], |
| 8328 | 2026-08-07T19:00:06.376Z | unit: freemap_route_ipv4 |
| 8329 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8330 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 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 } }] |
| 8331 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8332 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 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 } }] |
| 8333 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 DEBGAug 07 19:00:04.954 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 |
| 8334 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 DEBG created new freemap, unitAug 07 19:00:04.954: INFOfreemap_route_ipv6 |
| 8335 | 2026-08-07T19:00:06.376Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8336 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954Aug 07 19:00:04.954 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 } }] |
| 8337 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8338 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 DEBGAug 07 19:00:04.954 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 } }] |
| 8339 | 2026-08-07T19:00:06.376Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.954 |
| 8340 | 2026-08-07T19:00:06.376Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8341 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 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 } }] |
| 8342 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8343 | 2026-08-07T19:00:06.376Z | Aug 07 19:00:04.954Aug 07 19:00:04.954 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8344 | 2026-08-07T19:00:06.377Z | |
| 8345 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.954 Aug 07 19:00:04.954INFO Aug 07 19:00:04.954DEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffcreated new freemap , |
| 8346 | 2026-08-07T19:00:06.377Z | DEBGunit :replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8347 | 2026-08-07T19:00:06.377Z | freemap_route_ipv6Aug 07 19:00:04.954 |
| 8348 | 2026-08-07T19:00:06.377Z | DEBG Aug 07 19:00:04.954replacing 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 } }] |
| 8349 | 2026-08-07T19:00:06.377Z | INFOAug 07 19:00:04.954 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGAug 07 19:00:04.955 |
| 8350 | 2026-08-07T19:00:06.377Z | initted freemap. size: 64 , INFOunit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8351 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955freemap_route_ipv4 |
| 8352 | 2026-08-07T19:00:06.377Z | 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 } }] |
| 8353 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955DEBG Aug 07 19:00:04.955replacing 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 |
| 8354 | 2026-08-07T19:00:06.377Z | INFOreset freemap , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit |
| 8355 | 2026-08-07T19:00:06.377Z | :Aug 07 19:00:04.955 freemap_route_ipv4Aug 07 19:00:04.955 |
| 8356 | 2026-08-07T19:00:06.377Z | INFODEBG adding route 3fff:beef:d::/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 } }] |
| 8357 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955 |
| 8358 | 2026-08-07T19:00:06.377Z | DEBG initted freemap. size: 64, Aug 07 19:00:04.955unitAug 07 19:00:04.955: INFODEBG adding route 3fff:beef:6::/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 } }] |
| 8359 | 2026-08-07T19:00:06.377Z | |
| 8360 | 2026-08-07T19:00:06.377Z | freemap_route_ipv6 |
| 8361 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO reset freemapDEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff, |
| 8362 | 2026-08-07T19:00:06.377Z | 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 } }]unit |
| 8363 | 2026-08-07T19:00:06.377Z | : freemap_route_ipv6Aug 07 19:00:04.955 |
| 8364 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8365 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 8366 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8367 | 2026-08-07T19:00:06.377Z | INFO Aug 07 19:00:04.955Aug 07 19:00:04.955 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 8368 | 2026-08-07T19:00:06.377Z | 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 } }] 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 } }] |
| 8369 | 2026-08-07T19:00:06.377Z | |
| 8370 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955 DEBG Aug 07 19:00:04.955Aug 07 19:00:04.955replacing 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 } }] |
| 8371 | 2026-08-07T19:00:06.377Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8372 | 2026-08-07T19:00:06.377Z | |
| 8373 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955INFO Aug 07 19:00:04.955 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8374 | 2026-08-07T19:00:06.377Z | 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 } }] |
| 8375 | 2026-08-07T19:00:06.377Z | 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 } }] |
| 8376 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955 |
| 8377 | 2026-08-07T19:00:06.377Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 8378 | 2026-08-07T19:00:06.377Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8379 | 2026-08-07T19:00:06.377Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955INFO Aug 07 19:00:04.955 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8380 | 2026-08-07T19:00:06.377Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 8381 | 2026-08-07T19:00:06.377Z | |
| 8382 | 2026-08-07T19:00:06.378Z | Aug 07 19:00:04.955 DEBG Aug 07 19:00:04.955replacing 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 07 19:00:04.955 |
| 8383 | 2026-08-07T19:00:06.378Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 8384 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8385 | 2026-08-07T19:00:06.383Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8386 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 |
| 8387 | 2026-08-07T19:00:06.383Z | |
| 8388 | 2026-08-07T19:00:06.383Z | 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 } }] |
| 8389 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 INFOAug 07 19:00:04.955 INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8390 | 2026-08-07T19:00:06.383Z | |
| 8391 | 2026-08-07T19:00:06.383Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 19:00:04.955Aug 07 19:00:04.955 |
| 8392 | 2026-08-07T19:00:06.383Z | DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 07 19:00:04.955 |
| 8393 | 2026-08-07T19:00:06.383Z | DEBG |
| 8394 | 2026-08-07T19:00:06.383Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955 |
| 8395 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.955 |
| 8396 | 2026-08-07T19:00:06.383Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8397 | 2026-08-07T19:00:06.383Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8398 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955DEBGAug 07 19:00:04.955 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 |
| 8399 | 2026-08-07T19:00:06.383Z | 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: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 } }] |
| 8400 | 2026-08-07T19:00:06.383Z | |
| 8401 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8402 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8403 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955DEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8404 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955 |
| 8405 | 2026-08-07T19:00:06.383Z | DEBG Aug 07 19:00:04.955replacing 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 } }] |
| 8406 | 2026-08-07T19:00:06.383Z | DEBGAug 07 19:00:04.955 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 |
| 8407 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 8408 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8409 | 2026-08-07T19:00:06.383Z | INFO Aug 07 19:00:04.955adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8410 | 2026-08-07T19:00:06.383Z | 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 } }] |
| 8411 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO 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 } }] |
| 8412 | 2026-08-07T19:00:06.383Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8413 | 2026-08-07T19:00:06.383Z | 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 } }] |
| 8414 | 2026-08-07T19:00:06.383Z | |
| 8415 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO |
| 8416 | 2026-08-07T19:00:06.383Z | 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 } }] |
| 8417 | 2026-08-07T19:00:06.383Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8418 | 2026-08-07T19:00:06.383Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955DEBGINFO 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 |
| 8419 | 2026-08-07T19:00:06.383Z | adding route 3fff:beef:5::/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 } }] |
| 8420 | 2026-08-07T19:00:06.384Z | Aug 07 19:00:04.955 |
| 8421 | 2026-08-07T19:00:06.384Z | DEBG Aug 07 19:00:04.955replacing 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 07 19:00:04.955Aug 07 19:00:04.955 |
| 8422 | 2026-08-07T19:00:06.384Z | DEBGINFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8423 | 2026-08-07T19:00:06.384Z | adding route 3fff:beef:10::/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 } }] |
| 8424 | 2026-08-07T19:00:06.384Z | |
| 8425 | 2026-08-07T19:00:06.384Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955 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 } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955 |
| 8426 | 2026-08-07T19:00:06.384Z | |
| 8427 | 2026-08-07T19:00:06.384Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8428 | 2026-08-07T19:00:06.384Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 INFO Aug 07 19:00:04.955INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8429 | 2026-08-07T19:00:06.384Z | DEBG |
| 8430 | 2026-08-07T19:00:06.384Z | adding route 3fff:beef:19::/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 } }] |
| 8431 | 2026-08-07T19:00:06.384Z | |
| 8432 | 2026-08-07T19:00:06.384Z | Aug 07 19:00:04.955 DEBGAug 07 19:00:04.955 Aug 07 19:00:04.955replacing 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 07 19:00:04.955DEBG |
| 8433 | 2026-08-07T19:00:06.384Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8434 | 2026-08-07T19:00:06.384Z | INFOAug 07 19:00:04.955replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 19:00:04.955INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8435 | 2026-08-07T19:00:06.384Z | |
| 8436 | 2026-08-07T19:00:06.384Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8437 | 2026-08-07T19:00:06.384Z | |
| 8438 | 2026-08-07T19:00:06.384Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 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 } }] |
| 8439 | 2026-08-07T19:00:06.384Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8440 | 2026-08-07T19:00:06.384Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 19:00:04.955reset freemap |
| 8441 | 2026-08-07T19:00:06.384Z | , unitDEBG: replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955freemap_route_ipv4 |
| 8442 | 2026-08-07T19:00:06.384Z | |
| 8443 | 2026-08-07T19:00:06.384Z | DEBG Aug 07 19:00:04.955Aug 07 19:00:04.955 INFO adding route 3fff:beef:1b::/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 } }] |
| 8444 | 2026-08-07T19:00:06.384Z | |
| 8445 | 2026-08-07T19:00:06.384Z | DEBG initted freemap. size: 64Aug 07 19:00:04.955Aug 07 19:00:04.955, 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 } }]INFO |
| 8446 | 2026-08-07T19:00:06.384Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8447 | 2026-08-07T19:00:06.384Z | |
| 8448 | 2026-08-07T19:00:06.384Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955INFODEBG 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 } }] |
| 8449 | 2026-08-07T19:00:06.385Z | reset freemap , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit |
| 8450 | 2026-08-07T19:00:06.385Z | :Aug 07 19:00:04.955 INFOfreemap_route_ipv6 |
| 8451 | 2026-08-07T19:00:06.385Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8452 | 2026-08-07T19:00:06.385Z | DEBGAug 07 19:00:04.955 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 07 19:00:04.955 |
| 8453 | 2026-08-07T19:00:06.385Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8454 | 2026-08-07T19:00:06.385Z | 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 07 19:00:04.955 |
| 8455 | 2026-08-07T19:00:06.385Z | INFO Aug 07 19:00:04.955adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8456 | 2026-08-07T19:00:06.385Z | INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8457 | 2026-08-07T19:00:06.385Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 19:00:04.955 |
| 8458 | 2026-08-07T19:00:06.385Z | DEBG Aug 07 19:00:04.955Aug 07 19:00:04.955replacing 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 } }] |
| 8459 | 2026-08-07T19:00:06.385Z | DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8460 | 2026-08-07T19:00:06.385Z | Aug 07 19:00:04.955adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8461 | 2026-08-07T19:00:06.385Z | INFO Aug 07 19:00:04.955adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8462 | 2026-08-07T19:00:06.385Z | Aug 07 19:00:04.955Aug 07 19:00:04.955DEBG Aug 07 19:00:04.955DEBGINFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8463 | 2026-08-07T19:00:06.385Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8464 | 2026-08-07T19:00:06.385Z | |
| 8465 | 2026-08-07T19:00:06.385Z | Aug 07 19:00:04.955Aug 07 19:00:04.955Aug 07 19:00:04.955 INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8466 | 2026-08-07T19:00:06.385Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8467 | 2026-08-07T19:00:06.385Z | 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:1f::/64 -> 2001:db8::55:ff |
| 8468 | 2026-08-07T19:00:06.385Z | |
| 8469 | 2026-08-07T19:00:06.385Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO Aug 07 19:00:04.955 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.955adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-07T19:00:06.385Z | INFO |
| 8471 | 2026-08-07T19:00:06.385Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8472 | 2026-08-07T19:00:06.385Z | DEBG Aug 07 19:00:04.955replacing 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 } }] |
| 8473 | 2026-08-07T19:00:06.385Z | DEBGAug 07 19:00:04.955 Aug 07 19:00:04.955 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 } }]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:dead::/64 -> 2001:db8::55:4Aug 07 19:00:04.955 |
| 8474 | 2026-08-07T19:00:06.385Z | |
| 8475 | 2026-08-07T19:00:06.385Z | INFO |
| 8476 | 2026-08-07T19:00:06.385Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8477 | 2026-08-07T19:00:06.385Z | Aug 07 19:00:04.955DEBGAug 07 19:00:04.955 INFO Aug 07 19:00:04.955INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 8478 | 2026-08-07T19:00:06.385Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8479 | 2026-08-07T19:00:06.385Z | 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 } }] |
| 8480 | 2026-08-07T19:00:06.385Z | |
| 8481 | 2026-08-07T19:00:06.385Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955 INFOAug 07 19:00:04.955DEBG DEBG adding route 3fff:beef::/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 } }] |
| 8482 | 2026-08-07T19:00:06.385Z | |
| 8483 | 2026-08-07T19:00:06.385Z | 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 } }] |
| 8484 | 2026-08-07T19:00:06.390Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8485 | 2026-08-07T19:00:06.390Z | DEBG Aug 07 19:00:04.955replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955Aug 07 19:00:04.955 |
| 8486 | 2026-08-07T19:00:06.390Z | INFO INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8487 | 2026-08-07T19:00:06.390Z | 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 } }] |
| 8488 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955 INFO |
| 8489 | 2026-08-07T19:00:06.390Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8490 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955 DEBGDEBGINFO Aug 07 19:00:04.955 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 adding route 3fff:beef:22::/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 } }] |
| 8491 | 2026-08-07T19:00:06.390Z | |
| 8492 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 8493 | 2026-08-07T19:00:06.390Z | |
| 8494 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 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:23::/64 -> 2001:db8::55:ff |
| 8495 | 2026-08-07T19:00:06.390Z | |
| 8496 | 2026-08-07T19:00:06.390Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8497 | 2026-08-07T19:00:06.390Z | INFO Aug 07 19:00:04.955adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8498 | 2026-08-07T19:00:06.390Z | 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 07 19:00:04.955 |
| 8499 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955DEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955 |
| 8500 | 2026-08-07T19:00:06.390Z | 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 } }] |
| 8501 | 2026-08-07T19:00:06.390Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8502 | 2026-08-07T19:00:06.390Z | INFOAug 07 19:00:04.955 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 07 19:00:04.955INFO |
| 8503 | 2026-08-07T19:00:06.390Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 8504 | 2026-08-07T19:00:06.390Z | 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 } }] |
| 8505 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8506 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955replacing 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 } }] |
| 8507 | 2026-08-07T19:00:06.390Z | INFOAug 07 19:00:04.955 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 8508 | 2026-08-07T19:00:06.390Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8509 | 2026-08-07T19:00:06.390Z | Aug 07 19:00:04.955 INFODEBG Aug 07 19:00:04.955adding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8510 | 2026-08-07T19:00:06.390Z | DEBG |
| 8511 | 2026-08-07T19:00:06.390Z | 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 } }] |
| 8512 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 INFODEBG 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:26::/64 -> 2001:db8::55:ff |
| 8513 | 2026-08-07T19:00:06.391Z | |
| 8514 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955 INFO Aug 07 19:00:04.955adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8515 | 2026-08-07T19:00:06.391Z | INFO DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8516 | 2026-08-07T19:00:06.391Z | |
| 8517 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955DEBGAug 07 19:00:04.955 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 8518 | 2026-08-07T19:00:06.391Z | |
| 8519 | 2026-08-07T19:00:06.391Z | 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 } }] |
| 8520 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955 |
| 8521 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 8522 | 2026-08-07T19:00:06.391Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 07 19:00:04.955 |
| 8523 | 2026-08-07T19:00:06.391Z | INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8524 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8525 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955DEBG 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 } }] Aug 07 19:00:04.955replacing 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 } }] |
| 8526 | 2026-08-07T19:00:06.391Z | INFO |
| 8527 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8528 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955 |
| 8529 | 2026-08-07T19:00:06.391Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8530 | 2026-08-07T19:00:06.391Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 19:00:04.955 |
| 8531 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955 Aug 07 19:00:04.955 DEBG DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/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 } }] |
| 8532 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955 |
| 8533 | 2026-08-07T19:00:06.391Z | |
| 8534 | 2026-08-07T19:00:06.391Z | DEBG Aug 07 19:00:04.955replacing 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 } }] |
| 8535 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.955Aug 07 19:00:04.955 INFO DEBGAug 07 19:00:04.955 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 } }]INFO |
| 8536 | 2026-08-07T19:00:06.391Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8537 | 2026-08-07T19:00:06.391Z | |
| 8538 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.956 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.956Aug 07 19:00:04.956 |
| 8539 | 2026-08-07T19:00:06.391Z | DEBG DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956replacing 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 } }] |
| 8540 | 2026-08-07T19:00:06.391Z | |
| 8541 | 2026-08-07T19:00:06.391Z | |
| 8542 | 2026-08-07T19:00:06.391Z | 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 } }] |
| 8543 | 2026-08-07T19:00:06.391Z | Aug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8544 | 2026-08-07T19:00:06.391Z | INFO adding route 3fff:beef:18::/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 } }] |
| 8545 | 2026-08-07T19:00:06.391Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8546 | 2026-08-07T19:00:06.391Z | |
| 8547 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGAug 07 19:00:04.956INFODEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 8548 | 2026-08-07T19:00:06.392Z | |
| 8549 | 2026-08-07T19:00:06.392Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8550 | 2026-08-07T19:00:06.392Z | 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 } }] |
| 8551 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8552 | 2026-08-07T19:00:06.392Z | INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8553 | 2026-08-07T19:00:06.392Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8554 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956 DEBGAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFODEBG 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: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 } }] |
| 8555 | 2026-08-07T19:00:06.392Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8556 | 2026-08-07T19:00:06.392Z | |
| 8557 | 2026-08-07T19:00:06.392Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8558 | 2026-08-07T19:00:06.392Z | INFOAug 07 19:00:04.956 Aug 07 19:00:04.956 Aug 07 19:00:04.956adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO |
| 8559 | 2026-08-07T19:00:06.392Z | DEBG adding route 3fff:beef:c::/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 } }] |
| 8560 | 2026-08-07T19:00:06.392Z | DEBG |
| 8561 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956 Aug 07 19:00:04.956 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 8562 | 2026-08-07T19:00:06.392Z | 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 07 19:00:04.956replacing 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 } }] |
| 8563 | 2026-08-07T19:00:06.392Z | |
| 8564 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 8565 | 2026-08-07T19:00:06.392Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8566 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8567 | 2026-08-07T19:00:06.392Z | 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 07 19:00:04.956 |
| 8568 | 2026-08-07T19:00:06.392Z | INFO Aug 07 19:00:04.956adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8569 | 2026-08-07T19:00:06.392Z | 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 07 19:00:04.956 |
| 8570 | 2026-08-07T19:00:06.392Z | 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 |
| 8571 | 2026-08-07T19:00:06.392Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956 |
| 8572 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956INFOAug 07 19:00:04.956 INFO Aug 07 19:00:04.956adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8573 | 2026-08-07T19:00:06.392Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8574 | 2026-08-07T19:00:06.392Z | |
| 8575 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956 DEBGINFO Aug 07 19:00:04.956adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff 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 |
| 8576 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956 |
| 8577 | 2026-08-07T19:00:06.392Z | 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 |
| 8578 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956replacing 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 07 19:00:04.956 |
| 8579 | 2026-08-07T19:00:06.392Z | INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8580 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956adding route 3fff:beef:f::/64 -> 2001:db8::55:ff INFO |
| 8581 | 2026-08-07T19:00:06.392Z | Aug 07 19:00:04.956 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8582 | 2026-08-07T19:00:06.392Z | DEBGDEBGAug 07 19:00:04.956 Aug 07 19:00:04.956 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 |
| 8583 | 2026-08-07T19:00:06.392Z | 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 |
| 8584 | 2026-08-07T19:00:06.397Z | 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: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 } }] |
| 8585 | 2026-08-07T19:00:06.397Z | |
| 8586 | 2026-08-07T19:00:06.397Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956Aug 07 19:00:04.956INFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8587 | 2026-08-07T19:00:06.397Z | |
| 8588 | 2026-08-07T19:00:06.397Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 07 19:00:04.956 |
| 8589 | 2026-08-07T19:00:06.397Z | INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8590 | 2026-08-07T19:00:06.397Z | 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 07 19:00:04.956 |
| 8591 | 2026-08-07T19:00:06.397Z | Aug 07 19:00:04.956 DEBGDEBGAug 07 19:00:04.956 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 19:00:04.956 |
| 8592 | 2026-08-07T19:00:06.397Z | 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 } }] |
| 8593 | 2026-08-07T19:00:06.397Z | DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8594 | 2026-08-07T19:00:06.397Z | |
| 8595 | 2026-08-07T19:00:06.397Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8596 | 2026-08-07T19:00:06.397Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 8597 | 2026-08-07T19:00:06.397Z | Aug 07 19:00:04.956adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8598 | 2026-08-07T19:00:06.397Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8599 | 2026-08-07T19:00:06.397Z | |
| 8600 | 2026-08-07T19:00:06.397Z | 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 } }]Aug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 INFODEBG INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8601 | 2026-08-07T19:00:06.397Z | 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 } }] |
| 8602 | 2026-08-07T19:00:06.397Z | |
| 8603 | 2026-08-07T19:00:06.397Z | |
| 8604 | 2026-08-07T19:00:06.397Z | Aug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 8605 | 2026-08-07T19:00:06.397Z | 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 } }]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 07 19:00:04.956 |
| 8606 | 2026-08-07T19:00:06.397Z | |
| 8607 | 2026-08-07T19:00:06.397Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 8608 | 2026-08-07T19:00:06.397Z | 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 07 19:00:04.956 |
| 8609 | 2026-08-07T19:00:06.397Z | Aug 07 19:00:04.956INFOAug 07 19:00:04.956 INFOAug 07 19:00:04.956 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8610 | 2026-08-07T19:00:06.397Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8611 | 2026-08-07T19:00:06.397Z | |
| 8612 | 2026-08-07T19:00:06.397Z | INFOAug 07 19:00:04.956 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGAug 07 19:00:04.956Aug 07 19:00:04.956 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 } }] |
| 8613 | 2026-08-07T19:00:06.397Z | DEBGINFO |
| 8614 | 2026-08-07T19:00:06.397Z | 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 } }] |
| 8615 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 INFO |
| 8616 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 19:00:04.956Aug 07 19:00:04.956 |
| 8617 | 2026-08-07T19:00:06.398Z | INFOAug 07 19:00:04.956 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8618 | 2026-08-07T19:00:06.398Z | DEBG Aug 07 19:00:04.956 Aug 07 19:00:04.956replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 8619 | 2026-08-07T19:00:06.398Z | |
| 8620 | 2026-08-07T19:00:06.398Z | 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 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 } }] |
| 8621 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956 |
| 8622 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956INFO Aug 07 19:00:04.956 Aug 07 19:00:04.956INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO INFO |
| 8623 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8624 | 2026-08-07T19:00:06.398Z | |
| 8625 | 2026-08-07T19:00:06.398Z | |
| 8626 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956 DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956 |
| 8627 | 2026-08-07T19:00:06.398Z | DEBGAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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:23::/64 -> 2001:db8::55:ff |
| 8628 | 2026-08-07T19:00:06.398Z | |
| 8629 | 2026-08-07T19:00:06.398Z | |
| 8630 | 2026-08-07T19:00:06.398Z | DEBG Aug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956replacing 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 } }] |
| 8631 | 2026-08-07T19:00:06.398Z | DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8632 | 2026-08-07T19:00:06.398Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8633 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8634 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956 DEBGAug 07 19:00:04.956 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 } }]INFO |
| 8635 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8636 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8637 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 8638 | 2026-08-07T19:00:06.398Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8639 | 2026-08-07T19:00:06.398Z | |
| 8640 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 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 } }]Aug 07 19:00:04.956 |
| 8641 | 2026-08-07T19:00:06.398Z | INFOAug 07 19:00:04.956 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8642 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }] |
| 8643 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 07 19:00:04.956replacing 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 } }] |
| 8644 | 2026-08-07T19:00:06.398Z | |
| 8645 | 2026-08-07T19:00:06.398Z | DEBG |
| 8646 | 2026-08-07T19:00:06.398Z | 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 } }] |
| 8647 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGINFOAug 07 19:00:04.956 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8648 | 2026-08-07T19:00:06.398Z | INFO 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 } }]INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8649 | 2026-08-07T19:00:06.398Z | |
| 8650 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8651 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956DEBG Aug 07 19:00:04.956 INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8652 | 2026-08-07T19:00:06.398Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 8653 | 2026-08-07T19:00:06.398Z | Aug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGDEBG 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 } }] replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8654 | 2026-08-07T19:00:06.399Z | |
| 8655 | 2026-08-07T19:00:06.399Z | |
| 8656 | 2026-08-07T19:00:06.399Z | 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 } }] |
| 8657 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFODEBG Aug 07 19:00:04.956adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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 } }] |
| 8658 | 2026-08-07T19:00:06.399Z | INFO |
| 8659 | 2026-08-07T19:00:06.399Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 19:00:04.956adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 DEBG |
| 8660 | 2026-08-07T19:00:06.399Z | |
| 8661 | 2026-08-07T19:00:06.399Z | INFO adding route 3fff:beef:28::/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 } }] |
| 8662 | 2026-08-07T19:00:06.399Z | |
| 8663 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956 DEBG Aug 07 19:00:04.956Aug 07 19:00:04.956replacing 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 } }] |
| 8664 | 2026-08-07T19:00:06.399Z | INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 07 19:00:04.956replacing 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 } }] |
| 8665 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956DEBG 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 |
| 8666 | 2026-08-07T19:00:06.399Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8667 | 2026-08-07T19:00:06.399Z | |
| 8668 | 2026-08-07T19:00:06.399Z | DEBGAug 07 19:00:04.956 Aug 07 19:00:04.956 Aug 07 19:00:04.956 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 } }]INFO |
| 8669 | 2026-08-07T19:00:06.399Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8670 | 2026-08-07T19:00:06.399Z | |
| 8671 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956replacing 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 |
| 8672 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8673 | 2026-08-07T19:00:06.399Z | DEBGAug 07 19:00:04.956 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956 |
| 8674 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956INFO 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 } }]DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8675 | 2026-08-07T19:00:06.399Z | |
| 8676 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956replacing 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 |
| 8677 | 2026-08-07T19:00:06.399Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8678 | 2026-08-07T19:00:06.399Z | Aug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGDEBG 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 } }] |
| 8679 | 2026-08-07T19:00:06.399Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8680 | 2026-08-07T19:00:06.399Z | 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 } }]INFOAug 07 19:00:04.956 |
| 8681 | 2026-08-07T19:00:06.399Z | INFOAug 07 19:00:04.956 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGAug 07 19:00:04.956 |
| 8682 | 2026-08-07T19:00:06.399Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8683 | 2026-08-07T19:00:06.399Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8684 | 2026-08-07T19:00:06.404Z | 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 07 19:00:04.956Aug 07 19:00:04.956 DEBG Aug 07 19:00:04.956DEBG |
| 8685 | 2026-08-07T19:00:06.404Z | 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 } }] |
| 8686 | 2026-08-07T19:00:06.404Z | 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 } }]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 } }] |
| 8687 | 2026-08-07T19:00:06.404Z | |
| 8688 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956 INFOAug 07 19:00:04.956 Aug 07 19:00:04.956INFOAug 07 19:00:04.956 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8689 | 2026-08-07T19:00:06.404Z | |
| 8690 | 2026-08-07T19:00:06.404Z | |
| 8691 | 2026-08-07T19:00:06.404Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8692 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956DEBG 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 |
| 8693 | 2026-08-07T19:00:06.404Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956 |
| 8694 | 2026-08-07T19:00:06.404Z | DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956 |
| 8695 | 2026-08-07T19:00:06.404Z | 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 } }] |
| 8696 | 2026-08-07T19:00:06.404Z | INFOAug 07 19:00:04.956 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.956 Aug 07 19:00:04.956adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 8697 | 2026-08-07T19:00:06.404Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8698 | 2026-08-07T19:00:06.404Z | |
| 8699 | 2026-08-07T19:00:06.404Z | INFO Aug 07 19:00:04.956adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8700 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956DEBG 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 } }]DEBG |
| 8701 | 2026-08-07T19:00:06.404Z | 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: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 } }] |
| 8702 | 2026-08-07T19:00:06.404Z | |
| 8703 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8704 | 2026-08-07T19:00:06.404Z | |
| 8705 | 2026-08-07T19:00:06.404Z | |
| 8706 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956 INFOAug 07 19:00:04.956Aug 07 19:00:04.956 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG |
| 8707 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956replacing 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 } }] |
| 8708 | 2026-08-07T19:00:06.404Z | DEBG Aug 07 19:00:04.956INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 07 19:00:04.956DEBG |
| 8709 | 2026-08-07T19:00:06.404Z | 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 } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8710 | 2026-08-07T19:00:06.404Z | |
| 8711 | 2026-08-07T19:00:06.404Z | 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 07 19:00:04.956 |
| 8712 | 2026-08-07T19:00:06.404Z | 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 } }]Aug 07 19:00:04.956Aug 07 19:00:04.956 |
| 8713 | 2026-08-07T19:00:06.404Z | INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 |
| 8714 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956 INFO |
| 8715 | 2026-08-07T19:00:06.404Z | Aug 07 19:00:04.956DEBG DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8716 | 2026-08-07T19:00:06.405Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8717 | 2026-08-07T19:00:06.405Z | |
| 8718 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956DEBG INFOINFOAug 07 19:00:04.956 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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 |
| 8719 | 2026-08-07T19:00:06.405Z | 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 } }] |
| 8720 | 2026-08-07T19:00:06.405Z | |
| 8721 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 8722 | 2026-08-07T19:00:06.405Z | INFO |
| 8723 | 2026-08-07T19:00:06.405Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8724 | 2026-08-07T19:00:06.405Z | |
| 8725 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957Aug 07 19:00:04.957 INFODEBG Aug 07 19:00:04.957 Aug 07 19:00:04.957replacing 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 |
| 8726 | 2026-08-07T19:00:06.405Z | 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 |
| 8727 | 2026-08-07T19:00:06.405Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8728 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957 |
| 8729 | 2026-08-07T19:00:06.405Z | INFOAug 07 19:00:04.957 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 8730 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8731 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957Aug 07 19:00:04.957 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: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 } }] |
| 8732 | 2026-08-07T19:00:06.405Z | |
| 8733 | 2026-08-07T19:00:06.405Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 07 19:00:04.957 |
| 8734 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957 DEBGINFO Aug 07 19:00:04.957replacing 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 07 19:00:04.957adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8735 | 2026-08-07T19:00:06.405Z | INFO |
| 8736 | 2026-08-07T19:00:06.405Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8737 | 2026-08-07T19:00:06.405Z | 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 } }] |
| 8738 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957Aug 07 19:00:04.957 Aug 07 19:00:04.957INFO INFODEBGAug 07 19:00:04.957 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8739 | 2026-08-07T19:00:06.405Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8740 | 2026-08-07T19:00:06.405Z | |
| 8741 | 2026-08-07T19:00:06.405Z | |
| 8742 | 2026-08-07T19:00:06.405Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8743 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957 INFOAug 07 19:00:04.957 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.957 |
| 8744 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8745 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957 DEBGDEBGDEBG 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: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 } }] |
| 8746 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957 |
| 8747 | 2026-08-07T19:00:06.405Z | 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 |
| 8748 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957 INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 19:00:04.957adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8749 | 2026-08-07T19:00:06.405Z | DEBG Aug 07 19:00:04.957 |
| 8750 | 2026-08-07T19:00:06.405Z | failed to allocate space for the new target listAug 07 19:00:04.957 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.957 |
| 8751 | 2026-08-07T19:00:06.405Z | INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8752 | 2026-08-07T19:00:06.405Z | |
| 8753 | 2026-08-07T19:00:06.405Z | Aug 07 19:00:04.957 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8754 | 2026-08-07T19:00:06.405Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 19:00:04.957 |
| 8755 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.957Aug 07 19:00:04.957 DEBGDEBG Aug 07 19:00:04.957replacing 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 } }] DEBGAug 07 19:00:04.957 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 |
| 8756 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.957 created new freemap, unit: freemap_route_ipv4 |
| 8757 | 2026-08-07T19:00:06.406Z | DEBG created new freemapAug 07 19:00:04.960, unit: freemap_route_ipv4INFOAug 07 19:00:04.957 |
| 8758 | 2026-08-07T19:00:06.406Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8759 | 2026-08-07T19:00:06.406Z | DEBG created new freemapAug 07 19:00:04.960, Aug 07 19:00:04.960unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8760 | 2026-08-07T19:00:06.406Z | DEBG |
| 8761 | 2026-08-07T19:00:06.406Z | created new freemapDEBG |
| 8762 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960 , INFOAug 07 19:00:04.960 DEBGAug 07 19:00:04.960adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8763 | 2026-08-07T19:00:06.406Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapunit , INFOunit: freemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 19:00:04.960 |
| 8764 | 2026-08-07T19:00:06.406Z | DEBG |
| 8765 | 2026-08-07T19:00:06.406Z | |
| 8766 | 2026-08-07T19:00:06.406Z | 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 } }]: |
| 8767 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960 freemap_route_ipv6Aug 07 19:00:04.960 |
| 8768 | 2026-08-07T19:00:06.406Z | DEBGAug 07 19:00:04.960Aug 07 19:00:04.960 INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8769 | 2026-08-07T19:00:06.406Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 8770 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8771 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960 initted freemap. size: 64Aug 07 19:00:04.960DEBG , DEBGunit :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 07 19:00:04.960 |
| 8772 | 2026-08-07T19:00:06.406Z | INFOfreemap_route_ipv4 initted freemap. size: 64DEBG , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit |
| 8773 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960replacing 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 } }] : |
| 8774 | 2026-08-07T19:00:06.406Z | |
| 8775 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960 freemap_route_ipv4INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8776 | 2026-08-07T19:00:06.406Z | |
| 8777 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960 reset freemap Aug 07 19:00:04.960, Aug 07 19:00:04.960unit :DEBGDEBGINFO 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:39::/64 -> 2001:db8::55:ff |
| 8778 | 2026-08-07T19:00:06.406Z | freemap_route_ipv4 |
| 8779 | 2026-08-07T19:00:06.406Z | 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 } }] |
| 8780 | 2026-08-07T19:00:06.406Z | |
| 8781 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960 Aug 07 19:00:04.960Aug 07 19:00:04.960 Aug 07 19:00:04.960 INFODEBG INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 8782 | 2026-08-07T19:00:06.406Z | Aug 07 19:00:04.960replacing 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 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 07 19:00:04.960initted freemap. size: 64 |
| 8783 | 2026-08-07T19:00:06.406Z | , reset freemapunit |
| 8784 | 2026-08-07T19:00:06.411Z | 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 } }]freemap_route_ipv6 |
| 8785 | 2026-08-07T19:00:06.411Z | |
| 8786 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960, unit Aug 07 19:00:04.960:INFOAug 07 19:00:04.960 Aug 07 19:00:04.960 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 8787 | 2026-08-07T19:00:06.411Z | INFO 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 } }] |
| 8788 | 2026-08-07T19:00:06.411Z | |
| 8789 | 2026-08-07T19:00:06.411Z | reset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, Aug 07 19:00:04.960 |
| 8790 | 2026-08-07T19:00:06.411Z | unitAug 07 19:00:04.960Aug 07 19:00:04.960 : Aug 07 19:00:04.960INFO 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 } }]freemap_route_ipv6 |
| 8791 | 2026-08-07T19:00:06.411Z | adding route 3fff:beef:2a::/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 } }]DEBG |
| 8792 | 2026-08-07T19:00:06.411Z | |
| 8793 | 2026-08-07T19:00:06.411Z | initted freemap. size: 64 |
| 8794 | 2026-08-07T19:00:06.411Z | , unitAug 07 19:00:04.960: Aug 07 19:00:04.960 Aug 07 19:00:04.960INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 8795 | 2026-08-07T19:00:06.411Z | INFO |
| 8796 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG |
| 8797 | 2026-08-07T19:00:06.411Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8798 | 2026-08-07T19:00:06.411Z | 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 07 19:00:04.960 |
| 8799 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960DEBG Aug 07 19:00:04.960DEBG reset freemap Aug 07 19:00:04.960, unitDEBG: Aug 07 19:00:04.960replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 8800 | 2026-08-07T19:00:06.411Z | |
| 8801 | 2026-08-07T19:00:06.411Z | INFO DEBG adding route 3fff:beef:2b::/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 } }] |
| 8802 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960 |
| 8803 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960freemap_route_ipv6Aug 07 19:00:04.960DEBG |
| 8804 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960 INFOfailed to allocate space for the new target list |
| 8805 | 2026-08-07T19:00:06.411Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO |
| 8806 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8807 | 2026-08-07T19:00:06.411Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 07 19:00:04.960 |
| 8808 | 2026-08-07T19:00:06.411Z | |
| 8809 | 2026-08-07T19:00:06.411Z | DEBGAug 07 19:00:04.960 Aug 07 19:00:04.960replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO Aug 07 19:00:04.960 |
| 8810 | 2026-08-07T19:00:06.411Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8811 | 2026-08-07T19:00:06.411Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8812 | 2026-08-07T19:00:06.411Z | |
| 8813 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960Aug 07 19:00:04.960 INFODEBG adding route 3fff:beef:3d::/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 } }] |
| 8814 | 2026-08-07T19:00:06.411Z | |
| 8815 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 07 19:00:04.960 |
| 8816 | 2026-08-07T19:00:06.411Z | Aug 07 19:00:04.960DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8817 | 2026-08-07T19:00:06.411Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 19:00:04.960Aug 07 19:00:04.960 |
| 8818 | 2026-08-07T19:00:06.411Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 19:00:04.960 |
| 8819 | 2026-08-07T19:00:06.412Z | |
| 8820 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 07 19:00:04.960Aug 07 19:00:04.960 |
| 8821 | 2026-08-07T19:00:06.412Z | INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8822 | 2026-08-07T19:00:06.412Z | |
| 8823 | 2026-08-07T19:00:06.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 } }]Aug 07 19:00:04.960 |
| 8824 | 2026-08-07T19:00:06.412Z | DEBG Aug 07 19:00:04.960replacing 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 } }] |
| 8825 | 2026-08-07T19:00:06.412Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8826 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960 INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8827 | 2026-08-07T19:00:06.412Z | 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 } }] |
| 8828 | 2026-08-07T19:00:06.412Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 8829 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960 Aug 07 19:00:04.960 replacing targets for 3fff:dead::/64 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 } }] INFODEBG |
| 8830 | 2026-08-07T19:00:06.412Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8831 | 2026-08-07T19:00:06.412Z | |
| 8832 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8833 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960Aug 07 19:00:04.960 DEBGERRO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8834 | 2026-08-07T19:00:06.412Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 8835 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 Aug 07 19:00:04.960 |
| 8836 | 2026-08-07T19:00:06.412Z | DEBG DEBGfailed to allocate space for the new target list Aug 07 19:00:04.960created new freemap |
| 8837 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960, INFOunitERRO:Aug 07 19:00:04.960 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 |
| 8838 | 2026-08-07T19:00:06.412Z | freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8839 | 2026-08-07T19:00:06.412Z | DEBG |
| 8840 | 2026-08-07T19:00:06.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 } }] |
| 8841 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960 initted freemap. size: 64DEBGAug 07 19:00:04.960, unitreplacing 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 |
| 8842 | 2026-08-07T19:00:06.412Z | freemap_route_ipv4failed to allocate space for the new target list |
| 8843 | 2026-08-07T19:00:06.412Z | test route::tests::grow_succeeds ... ok |
| 8844 | 2026-08-07T19:00:06.412Z | |
| 8845 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 Aug 07 19:00:04.960DEBG INFOreset freemap , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit |
| 8846 | 2026-08-07T19:00:06.412Z | : freemap_route_ipv4 |
| 8847 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 DEBG Aug 07 19:00:04.960replacing 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: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 |
| 8848 | 2026-08-07T19:00:06.412Z | |
| 8849 | 2026-08-07T19:00:06.412Z | initted freemap. size: 64, unitAug 07 19:00:04.960: INFOAug 07 19:00:04.960freemap_route_ipv6 |
| 8850 | 2026-08-07T19:00:06.412Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8851 | 2026-08-07T19:00:06.412Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8852 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960DEBG reset freemap , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8853 | 2026-08-07T19:00:06.412Z | :DEBG freemap_route_ipv6replacing 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 } }] |
| 8854 | 2026-08-07T19:00:06.412Z | |
| 8855 | 2026-08-07T19:00:06.412Z | Aug 07 19:00:04.960 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 19:00:04.960Aug 07 19:00:04.960 |
| 8856 | 2026-08-07T19:00:06.412Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8857 | 2026-08-07T19:00:06.412Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8858 | 2026-08-07T19:00:06.413Z | Aug 07 19:00:04.960Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960DEBG 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 } }] |
| 8859 | 2026-08-07T19:00:06.413Z | 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 } }] |
| 8860 | 2026-08-07T19:00:06.413Z | 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 07 19:00:04.960 |
| 8861 | 2026-08-07T19:00:06.413Z | INFOAug 07 19:00:04.960 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 19:00:04.960INFO |
| 8862 | 2026-08-07T19:00:06.413Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8863 | 2026-08-07T19:00:06.413Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 07 19:00:04.960 |
| 8864 | 2026-08-07T19:00:06.413Z | DEBGAug 07 19:00:04.960 Aug 07 19:00:04.960replacing 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 |
| 8865 | 2026-08-07T19:00:06.413Z | 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 } }] replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.961 |
| 8866 | 2026-08-07T19:00:06.413Z | DEBG created new freemap, Aug 07 19:00:04.961unitAug 07 19:00:04.967: INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8867 | 2026-08-07T19:00:06.413Z | |
| 8868 | 2026-08-07T19:00:06.413Z | created new freemap, unit:Aug 07 19:00:04.967 DEBGfreemap_route_ipv4 |
| 8869 | 2026-08-07T19:00:06.413Z | created new freemap, unit: Aug 07 19:00:04.967freemap_route_ipv6 |
| 8870 | 2026-08-07T19:00:06.413Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 19:00:04.967 |
| 8871 | 2026-08-07T19:00:06.413Z | Aug 07 19:00:04.961DEBGAug 07 19:00:04.967 created new freemapDEBG DEBG, initted freemap. size: 64unit, unit::created new freemap , freemap_route_ipv4unit |
| 8872 | 2026-08-07T19:00:06.413Z | Aug 07 19:00:04.967: freemap_route_ipv6 |
| 8873 | 2026-08-07T19:00:06.413Z | freemap_route_ipv4DEBG |
| 8874 | 2026-08-07T19:00:06.413Z | Aug 07 19:00:04.967Aug 07 19:00:04.967replacing 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 } }] |
| 8875 | 2026-08-07T19:00:06.413Z | DEBGDEBG reset freemap , Aug 07 19:00:04.967initted freemap. size: 64 unitAug 07 19:00:04.967DEBG, :INFO unitcreated new freemap:, unitadding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8876 | 2026-08-07T19:00:06.413Z | : |
| 8877 | 2026-08-07T19:00:06.413Z | freemap_route_ipv4freemap_route_ipv6 |
| 8878 | 2026-08-07T19:00:06.413Z | |
| 8879 | 2026-08-07T19:00:06.413Z | Aug 07 19:00:04.967Aug 07 19:00:04.967 DEBGAug 07 19:00:04.967DEBG 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 } }] Aug 07 19:00:04.967initted freemap. size: 64initted freemap. size: 64, , |
| 8880 | 2026-08-07T19:00:06.413Z | unitDEBG: unitfreemap_route_ipv6:Aug 07 19:00:04.967reset freemap |
| 8881 | 2026-08-07T19:00:06.413Z | INFO, freemap_route_ipv4 unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8882 | 2026-08-07T19:00:06.413Z | |
| 8883 | 2026-08-07T19:00:06.413Z | Aug 07 19:00:04.967: freemap_route_ipv4DEBGAug 07 19:00:04.967 |
| 8884 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967reset freemap , DEBGunit :replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8885 | 2026-08-07T19:00:06.418Z | freemap_route_ipv6reset freemap |
| 8886 | 2026-08-07T19:00:06.418Z | , Aug 07 19:00:04.967unit Aug 07 19:00:04.967INFO :DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8887 | 2026-08-07T19:00:06.418Z | initted freemap. size: 64Aug 07 19:00:04.967, freemap_route_ipv4INFO |
| 8888 | 2026-08-07T19:00:06.418Z | unit:Aug 07 19:00:04.967 adding route 172.16.0.0/32 -> 10.0.0.1 Aug 07 19:00:04.967DEBG |
| 8889 | 2026-08-07T19:00:06.418Z | DEBG freemap_route_ipv6initted freemap. size: 64 , unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8890 | 2026-08-07T19:00:06.418Z | |
| 8891 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967: freemap_route_ipv6 |
| 8892 | 2026-08-07T19:00:06.418Z | DEBG Aug 07 19:00:04.967Aug 07 19:00:04.967 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8893 | 2026-08-07T19:00:06.418Z | INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemap |
| 8894 | 2026-08-07T19:00:06.418Z | , Aug 07 19:00:04.967Aug 07 19:00:04.967 INFOunit DEBGadding route 172.17.0.0/32 -> 10.0.0.255Aug 07 19:00:04.967 |
| 8895 | 2026-08-07T19:00:06.418Z | : DEBGfreemap_route_ipv6 |
| 8896 | 2026-08-07T19:00:06.418Z | 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 } }] reset freemap |
| 8897 | 2026-08-07T19:00:06.418Z | , Aug 07 19:00:04.967unitAug 07 19:00:04.967 :INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 8898 | 2026-08-07T19:00:06.418Z | |
| 8899 | 2026-08-07T19:00:06.418Z | freemap_route_ipv6 |
| 8900 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967Aug 07 19:00:04.967 INFOAug 07 19:00:04.967 DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 07 19:00:04.967 |
| 8901 | 2026-08-07T19:00:06.418Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8902 | 2026-08-07T19:00:06.418Z | |
| 8903 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967 adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 8904 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967replacing 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 07 19:00:04.967 |
| 8905 | 2026-08-07T19:00:06.418Z | 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 } }]INFOAug 07 19:00:04.967Aug 07 19:00:04.967 |
| 8906 | 2026-08-07T19:00:06.418Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO DEBG |
| 8907 | 2026-08-07T19:00:06.418Z | 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 07 19:00:04.967 |
| 8908 | 2026-08-07T19:00:06.418Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8909 | 2026-08-07T19:00:06.418Z | DEBGAug 07 19:00:04.967 Aug 07 19:00:04.967replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8910 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8911 | 2026-08-07T19:00:06.418Z | INFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8912 | 2026-08-07T19:00:06.418Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 07 19:00:04.967 |
| 8913 | 2026-08-07T19:00:06.418Z | INFOAug 07 19:00:04.967 adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 8914 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8915 | 2026-08-07T19:00:06.418Z | DEBGAug 07 19:00:04.967 DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 19:00:04.967replacing 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 } }] |
| 8916 | 2026-08-07T19:00:06.418Z | DEBG |
| 8917 | 2026-08-07T19:00:06.418Z | 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 } }] |
| 8918 | 2026-08-07T19:00:06.418Z | Aug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967INFO Aug 07 19:00:04.967DEBG INFODEBGadding route 172.17.0.1/32 -> 10.0.0.255 failed to allocate space for the new target list |
| 8919 | 2026-08-07T19:00:06.418Z | 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 } }] |
| 8920 | 2026-08-07T19:00:06.419Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8921 | 2026-08-07T19:00:06.419Z | |
| 8922 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967 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 07 19:00:04.967Aug 07 19:00:04.967 |
| 8923 | 2026-08-07T19:00:06.419Z | 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.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 } }] |
| 8924 | 2026-08-07T19:00:06.419Z | |
| 8925 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8926 | 2026-08-07T19:00:06.419Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8927 | 2026-08-07T19:00:06.419Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 07 19:00:04.967 |
| 8928 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967 DEBGDEBG Aug 07 19:00:04.967 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 } }] |
| 8929 | 2026-08-07T19:00:06.419Z | 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 07 19:00:04.961 |
| 8930 | 2026-08-07T19:00:06.419Z | |
| 8931 | 2026-08-07T19:00:06.419Z | DEBG created new freemapAug 07 19:00:04.967, Aug 07 19:00:04.967Aug 07 19:00:04.967 unit : INFOINFOfreemap_route_ipv4 |
| 8932 | 2026-08-07T19:00:06.419Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 8933 | 2026-08-07T19:00:06.419Z | |
| 8934 | 2026-08-07T19:00:06.419Z | |
| 8935 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 07 19:00:04.967 |
| 8936 | 2026-08-07T19:00:06.419Z | |
| 8937 | 2026-08-07T19:00:06.419Z | DEBG DEBG created new freemapreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.967Aug 07 19:00:04.967 |
| 8938 | 2026-08-07T19:00:06.419Z | , INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4unit |
| 8939 | 2026-08-07T19:00:06.419Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 07 19:00:04.967: |
| 8940 | 2026-08-07T19:00:06.419Z | INFO freemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 07 19:00:04.967 |
| 8941 | 2026-08-07T19:00:06.419Z | |
| 8942 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967DEBG DEBGAug 07 19:00:04.967 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 } }]DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8943 | 2026-08-07T19:00:06.419Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8944 | 2026-08-07T19:00:06.419Z | 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 } }] |
| 8945 | 2026-08-07T19:00:06.419Z | |
| 8946 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967 DEBG Aug 07 19:00:04.967initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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-07T19:00:06.419Z | test route::tests::identity_replace_is_noop ... ok |
| 8948 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967Aug 07 19:00:04.967 INFOfreemap_route_ipv4INFO |
| 8949 | 2026-08-07T19:00:06.419Z | adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8950 | 2026-08-07T19:00:06.419Z | |
| 8951 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967Aug 07 19:00:04.967 DEBGDEBG reset freemapreplacing 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 07 19:00:04.967, |
| 8952 | 2026-08-07T19:00:06.419Z | unit Aug 07 19:00:04.961DEBG: 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 } }]freemap_route_ipv4DEBGAug 07 19:00:04.967 |
| 8953 | 2026-08-07T19:00:06.419Z | |
| 8954 | 2026-08-07T19:00:06.419Z | INFO created new freemapadding route 172.17.0.8/32 -> 10.0.0.255, |
| 8955 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967 unitDEBG: initted freemap. size: 64freemap_route_ipv4Aug 07 19:00:04.967Aug 07 19:00:04.967, unit |
| 8956 | 2026-08-07T19:00:06.419Z | :INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 8957 | 2026-08-07T19:00:06.419Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 8958 | 2026-08-07T19:00:06.419Z | |
| 8959 | 2026-08-07T19:00:06.419Z | Aug 07 19:00:04.967 Aug 07 19:00:04.967DEBG Aug 07 19:00:04.967DEBG DEBG created new freemapreset freemap, , unitreplacing 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 07 19:00:04.967 |
| 8960 | 2026-08-07T19:00:06.420Z | :unit : freemap_route_ipv6 INFOfreemap_route_ipv6 |
| 8961 | 2026-08-07T19:00:06.420Z | Aug 07 19:00:04.967 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8962 | 2026-08-07T19:00:06.420Z | |
| 8963 | 2026-08-07T19:00:06.420Z | Aug 07 19:00:04.967INFO Aug 07 19:00:04.967 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8964 | 2026-08-07T19:00:06.420Z | initted freemap. size: 64 , INFOunitAug 07 19:00:04.967: Aug 07 19:00:04.967DEBG freemap_route_ipv4replacing 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 } }] |
| 8965 | 2026-08-07T19:00:06.420Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8966 | 2026-08-07T19:00:06.420Z | 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 } }] |
| 8967 | 2026-08-07T19:00:06.420Z | |
| 8968 | 2026-08-07T19:00:06.420Z | Aug 07 19:00:04.967 Aug 07 19:00:04.967INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 19:00:04.967 |
| 8969 | 2026-08-07T19:00:06.420Z | Aug 07 19:00:04.967INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 8970 | 2026-08-07T19:00:06.420Z | reset freemapAug 07 19:00:04.967 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8971 | 2026-08-07T19:00:06.420Z | unit :Aug 07 19:00:04.967replacing 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 } }] freemap_route_ipv4 |
| 8972 | 2026-08-07T19:00:06.420Z | |
| 8973 | 2026-08-07T19:00:06.420Z | DEBG Aug 07 19:00:04.967Aug 07 19:00:04.967replacing 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 } }] |
| 8974 | 2026-08-07T19:00:06.420Z | DEBG Aug 07 19:00:04.967INFO Aug 07 19:00:04.967INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 8975 | 2026-08-07T19:00:06.420Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255:adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8976 | 2026-08-07T19:00:06.420Z | |
| 8977 | 2026-08-07T19:00:06.420Z | freemap_route_ipv6Aug 07 19:00:04.967 |
| 8978 | 2026-08-07T19:00:06.420Z | DEBGAug 07 19:00:04.967Aug 07 19:00:04.967 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8979 | 2026-08-07T19:00:06.420Z | |
| 8980 | 2026-08-07T19:00:06.420Z | 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 } }] |
| 8981 | 2026-08-07T19:00:06.420Z | Aug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967 Aug 07 19:00:04.967 INFO INFO DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8982 | 2026-08-07T19:00:06.420Z | adding route 172.17.0.12/32 -> 10.0.0.255reset freemap, Aug 07 19:00:04.968unit : Aug 07 19:00:04.968DEBGfreemap_route_ipv6 |
| 8983 | 2026-08-07T19:00:06.420Z | DEBGcreated new freemap , unitcreated new freemap:, Aug 07 19:00:04.975unit freemap_route_ipv4 |
| 8984 | 2026-08-07T19:00:06.424Z | :INFO adding route 172.16.0.0/32 -> 10.0.0.1 Aug 07 19:00:04.975freemap_route_ipv4 |
| 8985 | 2026-08-07T19:00:06.424Z | |
| 8986 | 2026-08-07T19:00:06.424Z | DEBG created new freemapreplacing 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 } }], |
| 8987 | 2026-08-07T19:00:06.424Z | |
| 8988 | 2026-08-07T19:00:06.425Z | unitAug 07 19:00:04.975 :Aug 07 19:00:04.975DEBG 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 } }]freemap_route_ipv6DEBGAug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.975 |
| 8989 | 2026-08-07T19:00:06.425Z | DEBG |
| 8990 | 2026-08-07T19:00:06.425Z | created new freemap , DEBGunit 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 07 19:00:04.975Aug 07 19:00:04.975 |
| 8991 | 2026-08-07T19:00:06.425Z | : INFOINFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 19:00:04.975 |
| 8992 | 2026-08-07T19:00:06.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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8993 | 2026-08-07T19:00:06.425Z | INFO |
| 8994 | 2026-08-07T19:00:06.425Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 07 19:00:04.975 |
| 8995 | 2026-08-07T19:00:06.425Z | |
| 8996 | 2026-08-07T19:00:06.425Z | DEBGAug 07 19:00:04.975initted freemap. size: 64Aug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975, DEBGINFO unitDEBG: adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4 |
| 8997 | 2026-08-07T19:00:06.425Z | DEBGinitted freemap. size: 64 |
| 8998 | 2026-08-07T19:00:06.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 } }] unitreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 07 19:00:04.975 |
| 8999 | 2026-08-07T19:00:06.425Z | Aug 07 19:00:04.975 |
| 9000 | 2026-08-07T19:00:06.425Z | freemap_route_ipv4 DEBG |
| 9001 | 2026-08-07T19:00:06.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:2, vlan_id: None } }, NextHop { asic_port_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 reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 07 19:00:04.975 |
| 9002 | 2026-08-07T19:00:06.425Z | Aug 07 19:00:04.975 , unitDEBG |
| 9003 | 2026-08-07T19:00:06.425Z | : reset freemapfreemap_route_ipv4 |
| 9004 | 2026-08-07T19:00:06.425Z | , Aug 07 19:00:04.975 INFODEBGAug 07 19:00:04.975 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9005 | 2026-08-07T19:00:06.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:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.975INFO |
| 9006 | 2026-08-07T19:00:06.425Z | unit: adding route 172.17.0.4/32 -> 10.0.0.255 Aug 07 19:00:04.975 DEBGDEBGAug 07 19:00:04.975 |
| 9007 | 2026-08-07T19:00:06.425Z | WARNAug 07 19:00:04.975freemap_route_ipv4 |
| 9008 | 2026-08-07T19:00:06.425Z | INFO Aug 07 19:00:04.975initted freemap. size: 64replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 9009 | 2026-08-07T19:00:06.425Z | Aug 07 19:00:04.975 |
| 9010 | 2026-08-07T19:00:06.425Z | unit |
| 9011 | 2026-08-07T19:00:06.425Z | DEBG DEBGinitted freemap. size: 64Aug 07 19:00:04.975: freemap_route_ipv6 INFO |
| 9012 | 2026-08-07T19:00:06.425Z | , adding route 172.17.0.15/32 -> 10.0.0.255unit |
| 9013 | 2026-08-07T19:00:06.425Z | :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 } }] |
| 9014 | 2026-08-07T19:00:06.425Z | freemap_route_ipv6Aug 07 19:00:04.975 |
| 9015 | 2026-08-07T19:00:06.425Z | DEBG Aug 07 19:00:04.975reset freemap , Aug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.975DEBG 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 } }] DEBGunit DEBGINFOreplacing 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 } }] : |
| 9016 | 2026-08-07T19:00:06.425Z | adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv6reset freemap |
| 9017 | 2026-08-07T19:00:06.425Z | |
| 9018 | 2026-08-07T19:00:06.425Z | , unit: |
| 9019 | 2026-08-07T19:00:06.425Z | Aug 07 19:00:04.975freemap_route_ipv6 |
| 9020 | 2026-08-07T19:00:06.425Z | Aug 07 19:00:04.975INFOAug 07 19:00:04.975Aug 07 19:00:04.975 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9021 | 2026-08-07T19:00:06.425Z | INFO 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 } }] |
| 9022 | 2026-08-07T19:00:06.425Z | INFOadding route 172.17.0.16/32 -> 10.0.0.255Aug 07 19:00:04.975 |
| 9023 | 2026-08-07T19:00:06.425Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 07 19:00:04.975DEBG Aug 07 19:00:04.975 |
| 9024 | 2026-08-07T19:00:06.425Z | Aug 07 19:00:04.975INFO DEBG adding route 172.17.0.6/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 } }] |
| 9025 | 2026-08-07T19:00:06.426Z | INFO |
| 9026 | 2026-08-07T19:00:06.426Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9027 | 2026-08-07T19:00:06.426Z | |
| 9028 | 2026-08-07T19:00:06.426Z | Aug 07 19:00:04.975 Aug 07 19:00:04.975Aug 07 19:00:04.975DEBG INFO Aug 07 19:00:04.975Aug 07 19:00:04.975 adding route 172.16.0.0/32 -> 10.0.0.2DEBG INFO 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 } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9029 | 2026-08-07T19:00:06.426Z | |
| 9030 | 2026-08-07T19:00:06.426Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9031 | 2026-08-07T19:00:06.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 } }] |
| 9032 | 2026-08-07T19:00:06.426Z | |
| 9033 | 2026-08-07T19:00:06.426Z | Aug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.975INFO DEBGINFOINFOadding route 172.17.0.0/32 -> 10.0.0.255 DEBG adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9034 | 2026-08-07T19:00:06.426Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9035 | 2026-08-07T19:00:06.426Z | |
| 9036 | 2026-08-07T19:00:06.426Z | |
| 9037 | 2026-08-07T19:00:06.426Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9038 | 2026-08-07T19:00:06.426Z | Aug 07 19:00:04.975 Aug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975DEBG INFODEBGDEBGAug 07 19:00:04.975 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.16.0.0/32 -> 10.0.0.3INFO |
| 9039 | 2026-08-07T19:00:06.426Z | |
| 9040 | 2026-08-07T19:00:06.426Z | 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.18/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 07 19:00:04.975Aug 07 19:00:04.975 |
| 9041 | 2026-08-07T19:00:06.426Z | |
| 9042 | 2026-08-07T19:00:06.426Z | INFO |
| 9043 | 2026-08-07T19:00:06.426Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9044 | 2026-08-07T19:00:06.426Z | DEBGAug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBG 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 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 9045 | 2026-08-07T19:00:06.426Z | |
| 9046 | 2026-08-07T19:00:06.426Z | |
| 9047 | 2026-08-07T19:00:06.426Z | |
| 9048 | 2026-08-07T19:00:06.426Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 07 19:00:04.975 |
| 9049 | 2026-08-07T19:00:06.426Z | Aug 07 19:00:04.975 Aug 07 19:00:04.975DEBG Aug 07 19:00:04.975 Aug 07 19:00:04.975 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG 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 } }] |
| 9050 | 2026-08-07T19:00:06.426Z | |
| 9051 | 2026-08-07T19:00:06.426Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 9052 | 2026-08-07T19:00:06.426Z | INFOAug 07 19:00:04.975 adding route 172.17.0.19/32 -> 10.0.0.255INFOreplacing 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 07 19:00:04.975adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9053 | 2026-08-07T19:00:06.426Z | |
| 9054 | 2026-08-07T19:00:06.426Z | Aug 07 19:00:04.975 INFODEBG |
| 9055 | 2026-08-07T19:00:06.426Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.9/32 -> 10.0.0.255 |
| 9056 | 2026-08-07T19:00:06.426Z | |
| 9057 | 2026-08-07T19:00:06.426Z | Aug 07 19:00:04.975Aug 07 19:00:04.975 INFOAug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.968 DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 9058 | 2026-08-07T19:00:06.426Z | 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 } }] created new freemap |
| 9059 | 2026-08-07T19:00:06.426Z | Aug 07 19:00:04.975replacing 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 } }], |
| 9060 | 2026-08-07T19:00:06.426Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 07 19:00:04.975DEBGunit Aug 07 19:00:04.975: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9061 | 2026-08-07T19:00:06.426Z | INFO |
| 9062 | 2026-08-07T19:00:06.427Z | INFOfreemap_route_ipv4 |
| 9063 | 2026-08-07T19:00:06.427Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9064 | 2026-08-07T19:00:06.427Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9065 | 2026-08-07T19:00:06.427Z | Aug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975DEBG Aug 07 19:00:04.975DEBG INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 9066 | 2026-08-07T19:00:06.427Z | |
| 9067 | 2026-08-07T19:00:06.427Z | 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.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 } }] |
| 9068 | 2026-08-07T19:00:06.427Z | |
| 9069 | 2026-08-07T19:00:06.427Z | Aug 07 19:00:04.975replacing 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 07 19:00:04.975 |
| 9070 | 2026-08-07T19:00:06.427Z | Aug 07 19:00:04.975Aug 07 19:00:04.975DEBGDEBG INFO DEBGAug 07 19:00:04.975 created new freemapadding route 172.17.0.11/32 -> 10.0.0.255 Aug 07 19:00:04.975replacing 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 } }] |
| 9071 | 2026-08-07T19:00:06.427Z | INFO INFO, unit |
| 9072 | 2026-08-07T19:00:06.427Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 07 19:00:04.975 |
| 9073 | 2026-08-07T19:00:06.427Z | 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.21/32 -> 10.0.0.255Aug 07 19:00:04.975 |
| 9074 | 2026-08-07T19:00:06.427Z | |
| 9075 | 2026-08-07T19:00:06.427Z | DEBG 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 } }] freemap_route_ipv6adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9076 | 2026-08-07T19:00:06.427Z | Aug 07 19:00:04.976 |
| 9077 | 2026-08-07T19:00:06.427Z | DEBG |
| 9078 | 2026-08-07T19:00:06.427Z | 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 07 19:00:04.976 |
| 9079 | 2026-08-07T19:00:06.427Z | Aug 07 19:00:04.976DEBGAug 07 19:00:04.976 Aug 07 19:00:04.976replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Aug 07 19:00:04.976Aug 07 19:00:04.976 adding route 172.17.0.12/32 -> 10.0.0.255DEBG DEBGcreated new freemap |
| 9080 | 2026-08-07T19:00:06.427Z | , unit: created new freemapfreemap_route_ipv4 |
| 9081 | 2026-08-07T19:00:06.428Z | INFO , adding route 172.17.0.1/32 -> 10.0.0.255unit |
| 9082 | 2026-08-07T19:00:06.428Z | Aug 07 19:00:04.982 |
| 9083 | 2026-08-07T19:00:06.428Z | Aug 07 19:00:04.982: DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:04.982Aug 07 19:00:04.982created new freemapAug 07 19:00:04.982, unit |
| 9084 | 2026-08-07T19:00:06.432Z | : DEBGINFOINFOfreemap_route_ipv6 |
| 9085 | 2026-08-07T19:00:06.432Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9086 | 2026-08-07T19:00:06.432Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9087 | 2026-08-07T19:00:06.432Z | Aug 07 19:00:04.982 |
| 9088 | 2026-08-07T19:00:06.432Z | Aug 07 19:00:04.982 INFOAug 07 19:00:04.982 Aug 07 19:00:04.982Aug 07 19:00:04.982 INFODEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9089 | 2026-08-07T19:00:06.432Z | |
| 9090 | 2026-08-07T19:00:06.432Z | initted freemap. size: 64DEBG, unit :replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:04.982replacing 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 } }] |
| 9091 | 2026-08-07T19:00:06.432Z | Aug 07 19:00:04.982 |
| 9092 | 2026-08-07T19:00:06.432Z | DEBGfreemap_route_ipv4 |
| 9093 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982DEBG INFOAug 07 19:00:04.982replacing 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.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 } }] |
| 9094 | 2026-08-07T19:00:06.433Z | INFO |
| 9095 | 2026-08-07T19:00:06.433Z | adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 19:00:04.982 |
| 9096 | 2026-08-07T19:00:06.433Z | |
| 9097 | 2026-08-07T19:00:06.433Z | DEBGAug 07 19:00:04.982 reset freemapINFO, unitAug 07 19:00:04.982:adding route 172.17.0.3/32 -> 10.0.0.255Aug 07 19:00:04.982 |
| 9098 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982INFODEBG 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 } }] |
| 9099 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982 DEBGadding route 172.17.0.14/32 -> 10.0.0.255 freemap_route_ipv4 DEBG |
| 9100 | 2026-08-07T19:00:06.433Z | |
| 9101 | 2026-08-07T19:00:06.433Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 07 19:00:04.982 |
| 9102 | 2026-08-07T19:00:06.433Z | INFOAug 07 19:00:04.982Aug 07 19:00:04.982 |
| 9103 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982DEBG initted freemap. size: 64INFO, adding route 172.17.0.4/32 -> 10.0.0.255DEBGunitadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9104 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982: 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 } }] |
| 9105 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982freemap_route_ipv6 |
| 9106 | 2026-08-07T19:00:06.433Z | DEBG |
| 9107 | 2026-08-07T19:00:06.433Z | INFOAug 07 19:00:04.982 adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:04.982Aug 07 19:00:04.982 |
| 9108 | 2026-08-07T19:00:06.433Z | DEBG |
| 9109 | 2026-08-07T19:00:06.433Z | 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.15/32 -> 10.0.0.255 |
| 9110 | 2026-08-07T19:00:06.433Z | DEBG |
| 9111 | 2026-08-07T19:00:06.433Z | reset freemapAug 07 19:00:04.982, unitINFOAug 07 19:00:04.982Aug 07 19:00:04.982Aug 07 19:00:04.982 :DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 9112 | 2026-08-07T19:00:06.433Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6INFOreplacing 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 } }] |
| 9113 | 2026-08-07T19:00:06.433Z | |
| 9114 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982 |
| 9115 | 2026-08-07T19:00:06.433Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9116 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982DEBGAug 07 19:00:04.982 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 } }] Aug 07 19:00:04.982 INFO |
| 9117 | 2026-08-07T19:00:06.433Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9118 | 2026-08-07T19:00:06.433Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 07 19:00:04.982 |
| 9119 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982Aug 07 19:00:04.982 adding route 172.17.0.16/32 -> 10.0.0.255DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9120 | 2026-08-07T19:00:06.433Z | |
| 9121 | 2026-08-07T19:00:06.433Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 07 19:00:04.982 |
| 9122 | 2026-08-07T19:00:06.433Z | |
| 9123 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982Aug 07 19:00:04.982 INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9124 | 2026-08-07T19:00:06.433Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9125 | 2026-08-07T19:00:06.433Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:04.982 |
| 9126 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982 DEBG Aug 07 19:00:04.982Aug 07 19:00:04.982replacing 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 07 19:00:04.982 |
| 9127 | 2026-08-07T19:00:06.433Z | DEBGINFO DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.8/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 } }] |
| 9128 | 2026-08-07T19:00:06.433Z | |
| 9129 | 2026-08-07T19:00:06.433Z | Aug 07 19:00:04.982 |
| 9130 | 2026-08-07T19:00:06.433Z | 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 } }] |
| 9131 | 2026-08-07T19:00:06.434Z | INFOAug 07 19:00:04.982 adding route 172.17.0.7/32 -> 10.0.0.255Aug 07 19:00:04.982 |
| 9132 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982INFOINFO Aug 07 19:00:04.982adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGAug 07 19:00:04.982 |
| 9133 | 2026-08-07T19:00:06.434Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9134 | 2026-08-07T19:00:06.434Z | DEBG |
| 9135 | 2026-08-07T19:00:06.434Z | 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 } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9136 | 2026-08-07T19:00:06.434Z | |
| 9137 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982 DEBG Aug 07 19:00:04.982replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.982 |
| 9138 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982 DEBGINFO Aug 07 19:00:04.982Aug 07 19:00:04.982INFO 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 } }] |
| 9139 | 2026-08-07T19:00:06.434Z | adding route 172.17.0.8/32 -> 10.0.0.255INFODEBG |
| 9140 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982 adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9141 | 2026-08-07T19:00:06.434Z | |
| 9142 | 2026-08-07T19:00:06.434Z | 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 } }] |
| 9143 | 2026-08-07T19:00:06.434Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9144 | 2026-08-07T19:00:06.434Z | INFOAug 07 19:00:04.982 Aug 07 19:00:04.982Aug 07 19:00:04.982Aug 07 19:00:04.982 adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9145 | 2026-08-07T19:00:06.434Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 9146 | 2026-08-07T19:00:06.434Z | DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9147 | 2026-08-07T19:00:06.434Z | |
| 9148 | 2026-08-07T19:00:06.434Z | 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 } }] |
| 9149 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982Aug 07 19:00:04.982Aug 07 19:00:04.982 INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 07 19:00:04.982 DEBGAug 07 19:00:04.982 |
| 9150 | 2026-08-07T19:00:06.434Z | 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 } }]INFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9151 | 2026-08-07T19:00:06.434Z | adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9152 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982 |
| 9153 | 2026-08-07T19:00:06.434Z | |
| 9154 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982 DEBGWARN 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 } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 07 19:00:04.982 |
| 9155 | 2026-08-07T19:00:06.434Z | |
| 9156 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982Aug 07 19:00:04.982 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 } }] |
| 9157 | 2026-08-07T19:00:06.434Z | INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 Aug 07 19:00:04.982Aug 07 19:00:04.982 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9158 | 2026-08-07T19:00:06.434Z | adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9159 | 2026-08-07T19:00:06.434Z | |
| 9160 | 2026-08-07T19:00:06.434Z | |
| 9161 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982 Aug 07 19:00:04.982DEBG DEBGAug 07 19:00:04.982Aug 07 19:00:04.982 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 } }]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 } }] |
| 9162 | 2026-08-07T19:00:06.434Z | 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 |
| 9163 | 2026-08-07T19:00:06.434Z | |
| 9164 | 2026-08-07T19:00:06.434Z | 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 } }] |
| 9165 | 2026-08-07T19:00:06.434Z | Aug 07 19:00:04.982 Aug 07 19:00:04.982INFO Aug 07 19:00:04.976INFOAug 07 19:00:04.982 DEBG adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 9166 | 2026-08-07T19:00:06.434Z | |
| 9167 | 2026-08-07T19:00:06.434Z | adding route 172.17.0.12/32 -> 10.0.0.255 Aug 07 19:00:04.982 |
| 9168 | 2026-08-07T19:00:06.435Z | Aug 07 19:00:04.982 Aug 07 19:00:04.982 INFO initted freemap. size: 64DEBGDEBG 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.20/32 -> 10.0.0.255, |
| 9169 | 2026-08-07T19:00:06.435Z | unitreplacing 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 } }] |
| 9170 | 2026-08-07T19:00:06.435Z | |
| 9171 | 2026-08-07T19:00:06.435Z | Aug 07 19:00:04.982:Aug 07 19:00:04.982 DEBG freemap_route_ipv4 |
| 9172 | 2026-08-07T19:00:06.435Z | DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:04.982 |
| 9173 | 2026-08-07T19:00:06.435Z | 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 |
| 9174 | 2026-08-07T19:00:06.435Z | Aug 07 19:00:04.982 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 07 19:00:04.982adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9175 | 2026-08-07T19:00:06.435Z | |
| 9176 | 2026-08-07T19:00:06.435Z | INFO Aug 07 19:00:04.982adding route 172.17.0.21/32 -> 10.0.0.255Aug 07 19:00:04.982 |
| 9177 | 2026-08-07T19:00:06.435Z | Aug 07 19:00:04.982INFO adding route 172.17.0.13/32 -> 10.0.0.255DEBGDEBG |
| 9178 | 2026-08-07T19:00:06.435Z | Aug 07 19:00:04.982Aug 07 19:00:04.982reset freemap , 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 } }]unitAug 07 19:00:04.982DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG: 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 } }] |
| 9179 | 2026-08-07T19:00:06.435Z | 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 } }] |
| 9180 | 2026-08-07T19:00:06.435Z | |
| 9181 | 2026-08-07T19:00:06.435Z | |
| 9182 | 2026-08-07T19:00:06.435Z | freemap_route_ipv4 |
| 9183 | 2026-08-07T19:00:06.435Z | Aug 07 19:00:04.982 Aug 07 19:00:04.982INFOAug 07 19:00:04.982 INFOadding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 19:00:04.982adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9184 | 2026-08-07T19:00:06.439Z | |
| 9185 | 2026-08-07T19:00:06.439Z | Aug 07 19:00:04.982 INFO DEBGINFOAug 07 19:00:04.982 initted freemap. size: 64Aug 07 19:00:04.982 , DEBGunit adding route 172.17.0.14/32 -> 10.0.0.255DEBGreplacing 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.13/32 -> 10.0.0.255: |
| 9186 | 2026-08-07T19:00:06.439Z | |
| 9187 | 2026-08-07T19:00:06.439Z | |
| 9188 | 2026-08-07T19:00:06.439Z | 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 } }] |
| 9189 | 2026-08-07T19:00:06.439Z | freemap_route_ipv6Aug 07 19:00:04.982Aug 07 19:00:04.982 |
| 9190 | 2026-08-07T19:00:06.439Z | DEBGDEBGAug 07 19:00:04.982 Aug 07 19:00:04.982DEBG INFOINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.982 |
| 9191 | 2026-08-07T19:00:06.439Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9192 | 2026-08-07T19:00:06.439Z | |
| 9193 | 2026-08-07T19:00:06.439Z | 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 } }]reset freemap, unitAug 07 19:00:04.983: DEBGAug 07 19:00:04.982 freemap_route_ipv6Aug 07 19:00:04.989INFO |
| 9194 | 2026-08-07T19:00:06.439Z | created new freemap , INFOunit : adding route 172.17.0.15/32 -> 10.0.0.255 freemap_route_ipv4 adding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9195 | 2026-08-07T19:00:06.439Z | |
| 9196 | 2026-08-07T19:00:06.439Z | |
| 9197 | 2026-08-07T19:00:06.439Z | |
| 9198 | 2026-08-07T19:00:06.439Z | Aug 07 19:00:04.989 INFOAug 07 19:00:04.989 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 07 19:00:04.989adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9199 | 2026-08-07T19:00:06.439Z | DEBG |
| 9200 | 2026-08-07T19:00:06.439Z | 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 07 19:00:04.982Aug 07 19:00:04.989Aug 07 19:00:04.989 |
| 9201 | 2026-08-07T19:00:06.439Z | DEBGINFO DEBG Aug 07 19:00:04.989replacing 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 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9202 | 2026-08-07T19:00:06.440Z | DEBG created new freemap |
| 9203 | 2026-08-07T19:00:06.440Z | , 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 } }]: |
| 9204 | 2026-08-07T19:00:06.440Z | freemap_route_ipv6Aug 07 19:00:04.989 |
| 9205 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989Aug 07 19:00:04.989 Aug 07 19:00:04.989 INFOINFOAug 07 19:00:04.989DEBG 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 } }] adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9206 | 2026-08-07T19:00:06.440Z | initted freemap. size: 64adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9207 | 2026-08-07T19:00:06.440Z | , unit: |
| 9208 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989freemap_route_ipv4INFO |
| 9209 | 2026-08-07T19:00:06.440Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:04.989replacing 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 } }] |
| 9210 | 2026-08-07T19:00:06.440Z | |
| 9211 | 2026-08-07T19:00:06.440Z | DEBG reset freemapAug 07 19:00:04.989, unitAug 07 19:00:04.989:Aug 07 19:00:04.989 DEBG INFODEBGfreemap_route_ipv4 |
| 9212 | 2026-08-07T19:00:06.440Z | adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 19:00:04.989 |
| 9213 | 2026-08-07T19:00:06.440Z | |
| 9214 | 2026-08-07T19:00:06.440Z | 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 07 19:00:04.989 |
| 9215 | 2026-08-07T19:00:06.440Z | DEBG INFOAug 07 19:00:04.989initted freemap. size: 64 , adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunitINFOAug 07 19:00:04.989 |
| 9216 | 2026-08-07T19:00:06.440Z | :adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9217 | 2026-08-07T19:00:06.440Z | DEBGAug 07 19:00:04.989 Aug 07 19:00:04.989INFO freemap_route_ipv6Aug 07 19:00:04.989DEBG |
| 9218 | 2026-08-07T19:00:06.440Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 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 } }] |
| 9219 | 2026-08-07T19:00:06.440Z | |
| 9220 | 2026-08-07T19:00:06.440Z | 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 } }] |
| 9221 | 2026-08-07T19:00:06.440Z | |
| 9222 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989 Aug 07 19:00:04.989DEBG Aug 07 19:00:04.989 INFOreset freemap Aug 07 19:00:04.989adding route 172.17.0.26/32 -> 10.0.0.255Aug 07 19:00:04.989, |
| 9223 | 2026-08-07T19:00:06.440Z | INFO DEBGunit : adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 07 19:00:04.989 |
| 9224 | 2026-08-07T19:00:06.440Z | freemap_route_ipv6 |
| 9225 | 2026-08-07T19:00:06.440Z | 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 } }] INFODEBG 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 } }] |
| 9226 | 2026-08-07T19:00:06.440Z | |
| 9227 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989 DEBG Aug 07 19:00:04.989Aug 07 19:00:04.989 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFOAug 07 19:00:04.989 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9228 | 2026-08-07T19:00:06.440Z | |
| 9229 | 2026-08-07T19:00:06.440Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9230 | 2026-08-07T19:00:06.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 } }] Aug 07 19:00:04.989Aug 07 19:00:04.989 |
| 9231 | 2026-08-07T19:00:06.440Z | DEBG Aug 07 19:00:04.989DEBGreplacing 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 } }] |
| 9232 | 2026-08-07T19:00:06.440Z | DEBGAug 07 19:00:04.989INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9233 | 2026-08-07T19:00:06.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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9234 | 2026-08-07T19:00:06.440Z | |
| 9235 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989adding route 172.17.0.18/32 -> 10.0.0.255 Aug 07 19:00:04.989INFO |
| 9236 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989 WARNadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9237 | 2026-08-07T19:00:06.440Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOAug 07 19:00:04.989 |
| 9238 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 9239 | 2026-08-07T19:00:06.440Z | Aug 07 19:00:04.989adding route 172.17.0.28/32 -> 10.0.0.255 DEBG |
| 9240 | 2026-08-07T19:00:06.441Z | 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 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 } }] |
| 9241 | 2026-08-07T19:00:06.441Z | |
| 9242 | 2026-08-07T19:00:06.441Z | Aug 07 19:00:04.989Aug 07 19:00:04.989 DEBGDEBG Aug 07 19:00:04.989replacing 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: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 } }] |
| 9243 | 2026-08-07T19:00:06.441Z | INFO |
| 9244 | 2026-08-07T19:00:06.441Z | Aug 07 19:00:04.989adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9245 | 2026-08-07T19:00:06.441Z | Aug 07 19:00:04.989INFO adding route 172.17.0.19/32 -> 10.0.0.255INFOAug 07 19:00:04.989 |
| 9246 | 2026-08-07T19:00:06.441Z | adding route 172.17.0.29/32 -> 10.0.0.255INFOAug 07 19:00:04.989 |
| 9247 | 2026-08-07T19:00:06.441Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9248 | 2026-08-07T19:00:06.441Z | DEBG Aug 07 19:00:04.989replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.989 |
| 9249 | 2026-08-07T19:00:06.441Z | 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 07 19:00:04.989 |
| 9250 | 2026-08-07T19:00:06.441Z | 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 07 19:00:04.989 |
| 9251 | 2026-08-07T19:00:06.441Z | DEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9252 | 2026-08-07T19:00:06.441Z | Aug 07 19:00:04.989adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 07 19:00:04.989 |
| 9253 | 2026-08-07T19:00:06.441Z | INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 Aug 07 19:00:04.989 |
| 9254 | 2026-08-07T19:00:06.441Z | adding route 172.17.0.20/32 -> 10.0.0.255 Aug 07 19:00:04.989 |
| 9255 | 2026-08-07T19:00:06.441Z | INFOAug 07 19:00:04.989DEBG Aug 07 19:00:04.989adding route 3fff:beef:1f::/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 } }] |
| 9256 | 2026-08-07T19:00:06.441Z | |
| 9257 | 2026-08-07T19:00:06.441Z | 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 |
| 9258 | 2026-08-07T19:00:06.441Z | Aug 07 19:00:04.989replacing 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 } }] |
| 9259 | 2026-08-07T19:00:06.441Z | Aug 07 19:00:04.989DEBG 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 } }] |
| 9260 | 2026-08-07T19:00:06.441Z | replacing targets for 3fff:dead::/64 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 07 19:00:04.989 |
| 9261 | 2026-08-07T19:00:06.441Z | INFO Aug 07 19:00:04.989adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9262 | 2026-08-07T19:00:06.441Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 07 19:00:04.989 |
| 9263 | 2026-08-07T19:00:06.441Z | DEBGAug 07 19:00:04.989 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 |
| 9264 | 2026-08-07T19:00:06.441Z | Aug 07 19:00:04.989adding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBG |
| 9265 | 2026-08-07T19:00:06.441Z | 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 07 19:00:04.989 |
| 9266 | 2026-08-07T19:00:06.441Z | INFO Aug 07 19:00:04.989adding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 19:00:04.989DEBG INFO |
| 9267 | 2026-08-07T19:00:06.441Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9268 | 2026-08-07T19:00:06.442Z | |
| 9269 | 2026-08-07T19:00:06.442Z | Aug 07 19:00:04.989Aug 07 19:00:04.989 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 19:00:04.989replacing 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 } }] |
| 9270 | 2026-08-07T19:00:06.442Z | |
| 9271 | 2026-08-07T19:00:06.442Z | 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 } }] |
| 9272 | 2026-08-07T19:00:06.442Z | |
| 9273 | 2026-08-07T19:00:06.442Z | Aug 07 19:00:04.989Aug 07 19:00:04.989 INFODEBGAug 07 19:00:04.989 Aug 07 19:00:04.989adding route 172.17.0.33/32 -> 10.0.0.255 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9274 | 2026-08-07T19:00:06.442Z | |
| 9275 | 2026-08-07T19:00:06.442Z | INFODEBG adding route 172.17.0.23/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 } }] |
| 9276 | 2026-08-07T19:00:06.442Z | |
| 9277 | 2026-08-07T19:00:06.442Z | Aug 07 19:00:04.989 Aug 07 19:00:04.989DEBG Aug 07 19:00:04.989 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 } }]Aug 07 19:00:04.989 |
| 9278 | 2026-08-07T19:00:06.442Z | DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 19:00:04.989INFO INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9279 | 2026-08-07T19:00:06.442Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9280 | 2026-08-07T19:00:06.442Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9281 | 2026-08-07T19:00:06.442Z | |
| 9282 | 2026-08-07T19:00:06.442Z | Aug 07 19:00:04.989Aug 07 19:00:04.989 INFODEBGAug 07 19:00:04.989 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 07 19:00:04.989adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9283 | 2026-08-07T19:00:06.442Z | |
| 9284 | 2026-08-07T19:00:06.447Z | 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 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 } }] |
| 9285 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.989 |
| 9286 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.989 INFODEBG Aug 07 19:00:04.989Aug 07 19:00:04.989 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 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 9287 | 2026-08-07T19:00:06.447Z | |
| 9288 | 2026-08-07T19:00:06.447Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9289 | 2026-08-07T19:00:06.447Z | |
| 9290 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.989 Aug 07 19:00:04.989INFO Aug 07 19:00:04.989adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 9291 | 2026-08-07T19:00:06.447Z | DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 19:00:04.989 |
| 9292 | 2026-08-07T19:00:06.447Z | 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 } }] |
| 9293 | 2026-08-07T19:00:06.447Z | DEBGAug 07 19:00:04.989 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9294 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.989 |
| 9295 | 2026-08-07T19:00:06.447Z | 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 } }]INFOAug 07 19:00:04.989 |
| 9296 | 2026-08-07T19:00:06.447Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFOAug 07 19:00:04.989 |
| 9297 | 2026-08-07T19:00:06.447Z | INFO Aug 07 19:00:04.989adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9298 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.989 |
| 9299 | 2026-08-07T19:00:06.447Z | INFO DEBG adding route 172.17.0.36/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 } }]Aug 07 19:00:04.989 DEBG Aug 07 19:00:04.990replacing 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 } }] |
| 9300 | 2026-08-07T19:00:06.447Z | DEBG Aug 07 19:00:04.989 |
| 9301 | 2026-08-07T19:00:06.447Z | created new freemap , INFOunit Aug 07 19:00:04.996adding route 172.17.0.26/32 -> 10.0.0.255 :INFO |
| 9302 | 2026-08-07T19:00:06.447Z | freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9303 | 2026-08-07T19:00:06.447Z | |
| 9304 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.996 Aug 07 19:00:04.996DEBG Aug 07 19:00:04.996Aug 07 19:00:04.996replacing 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 DEBG |
| 9305 | 2026-08-07T19:00:06.447Z | 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 } }] |
| 9306 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.996created new freemapreplacing 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 |
| 9307 | 2026-08-07T19:00:06.447Z | :INFO freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9308 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.996 Aug 07 19:00:04.996INFO |
| 9309 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.996adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9310 | 2026-08-07T19:00:06.447Z | DEBG initted freemap. size: 64INFO , adding route 172.17.0.37/32 -> 10.0.0.255unitAug 07 19:00:04.996Aug 07 19:00:04.996: |
| 9311 | 2026-08-07T19:00:06.447Z | freemap_route_ipv4 DEBG |
| 9312 | 2026-08-07T19:00:06.447Z | DEBG Aug 07 19:00:04.996replacing 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 } }] |
| 9313 | 2026-08-07T19:00:06.447Z | Aug 07 19:00:04.996DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 9314 | 2026-08-07T19:00:06.447Z | |
| 9315 | 2026-08-07T19:00:06.447Z | reset freemap, Aug 07 19:00:04.996Aug 07 19:00:04.996Aug 07 19:00:04.996 INFOINFO unit adding route 172.17.0.28/32 -> 10.0.0.255: |
| 9316 | 2026-08-07T19:00:06.447Z | INFOadding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv4 |
| 9317 | 2026-08-07T19:00:06.447Z | |
| 9318 | 2026-08-07T19:00:06.448Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 07 19:00:04.996 |
| 9319 | 2026-08-07T19:00:06.448Z | DEBGAug 07 19:00:04.996 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 07 19:00:04.996 |
| 9320 | 2026-08-07T19:00:06.448Z | DEBG DEBGAug 07 19:00:04.996Aug 07 19:00:04.996replacing 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 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 } }] |
| 9321 | 2026-08-07T19:00:06.448Z | INFO |
| 9322 | 2026-08-07T19:00:06.448Z | initted freemap. size: 64adding route 172.17.0.29/32 -> 10.0.0.255, |
| 9323 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996unitAug 07 19:00:04.996 :INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 freemap_route_ipv6adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9324 | 2026-08-07T19:00:06.448Z | |
| 9325 | 2026-08-07T19:00:06.448Z | |
| 9326 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996Aug 07 19:00:04.996 DEBGDEBGAug 07 19:00:04.996 Aug 07 19:00:04.996reset freemapreplacing 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 } }] DEBGDEBG |
| 9327 | 2026-08-07T19:00:06.448Z | 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 } }], |
| 9328 | 2026-08-07T19:00:06.448Z | unitreplacing 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 07 19:00:04.996 |
| 9329 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996 INFOINFO freemap_route_ipv6 |
| 9330 | 2026-08-07T19:00:06.448Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9331 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996 |
| 9332 | 2026-08-07T19:00:06.448Z | INFOAug 07 19:00:04.996 Aug 07 19:00:04.996DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Aug 07 19:00:04.996replacing 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 |
| 9333 | 2026-08-07T19:00:06.448Z | DEBG |
| 9334 | 2026-08-07T19:00:06.448Z | 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 07 19:00:04.996adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9335 | 2026-08-07T19:00:06.448Z | |
| 9336 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 9337 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:04.996INFO |
| 9338 | 2026-08-07T19:00:06.448Z | DEBGadding route 172.17.0.20/32 -> 10.0.0.255 Aug 07 19:00:04.996 |
| 9339 | 2026-08-07T19:00:06.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 } }]DEBG |
| 9340 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996 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 } }] |
| 9341 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996adding route 172.17.0.41/32 -> 10.0.0.255 Aug 07 19:00:04.996 |
| 9342 | 2026-08-07T19:00:06.448Z | DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9343 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996 |
| 9344 | 2026-08-07T19:00:06.448Z | INFO Aug 07 19:00:04.996Aug 07 19:00:04.996 Aug 07 19:00:04.996 INFOadding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 9345 | 2026-08-07T19:00:06.448Z | adding route 172.17.0.21/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 } }] |
| 9346 | 2026-08-07T19:00:06.448Z | |
| 9347 | 2026-08-07T19:00:06.448Z | DEBG Aug 07 19:00:04.996replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9348 | 2026-08-07T19:00:06.448Z | DEBGAug 07 19:00:04.996 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 } }] |
| 9349 | 2026-08-07T19:00:06.448Z | DEBGAug 07 19:00:04.996Aug 07 19:00:04.996 INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255Aug 07 19:00:04.996 |
| 9350 | 2026-08-07T19:00:06.448Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9351 | 2026-08-07T19:00:06.448Z | INFO |
| 9352 | 2026-08-07T19:00:06.448Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9353 | 2026-08-07T19:00:06.448Z | |
| 9354 | 2026-08-07T19:00:06.448Z | Aug 07 19:00:04.996 INFOAug 07 19:00:04.996 Aug 07 19:00:04.996adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 9355 | 2026-08-07T19:00:06.448Z | 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 } }]DEBG |
| 9356 | 2026-08-07T19:00:06.449Z | 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 07 19:00:04.996 |
| 9357 | 2026-08-07T19:00:06.449Z | Aug 07 19:00:04.996 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.996 INFO |
| 9358 | 2026-08-07T19:00:06.449Z | |
| 9359 | 2026-08-07T19:00:06.449Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9360 | 2026-08-07T19:00:06.449Z | Aug 07 19:00:05.003 INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9361 | 2026-08-07T19:00:06.449Z | DEBG Aug 07 19:00:05.003 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 |
| 9362 | 2026-08-07T19:00:06.449Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 19:00:05.003 |
| 9363 | 2026-08-07T19:00:06.449Z | DEBGAug 07 19:00:05.003 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9364 | 2026-08-07T19:00:06.449Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9365 | 2026-08-07T19:00:06.449Z | DEBGAug 07 19:00:05.003 Aug 07 19:00:04.996Aug 07 19:00:05.003 INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9366 | 2026-08-07T19:00:06.449Z | adding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9367 | 2026-08-07T19:00:06.449Z | 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 } }] |
| 9368 | 2026-08-07T19:00:06.449Z | |
| 9369 | 2026-08-07T19:00:06.449Z | Aug 07 19:00:05.003Aug 07 19:00:05.003 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:3, vlan_id: None } }]Aug 07 19:00:05.003 |
| 9370 | 2026-08-07T19:00:06.449Z | 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 } }]Aug 07 19:00:05.003 |
| 9371 | 2026-08-07T19:00:06.449Z | 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 |
| 9372 | 2026-08-07T19:00:06.449Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9373 | 2026-08-07T19:00:06.449Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9374 | 2026-08-07T19:00:06.449Z | Aug 07 19:00:04.990Aug 07 19:00:05.003Aug 07 19:00:05.003 DEBGINFO created new freemapAug 07 19:00:05.003DEBG , 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 } }]unit |
| 9375 | 2026-08-07T19:00:06.449Z | 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.35/32 -> 10.0.0.255 |
| 9376 | 2026-08-07T19:00:06.449Z | |
| 9377 | 2026-08-07T19:00:06.449Z | :Aug 07 19:00:05.003 INFOfreemap_route_ipv4 Aug 07 19:00:05.003adding route 172.17.0.26/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9378 | 2026-08-07T19:00:06.449Z | INFO |
| 9379 | 2026-08-07T19:00:06.449Z | adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 9380 | 2026-08-07T19:00:06.449Z | Aug 07 19:00:05.003replacing 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 07 19:00:05.003DEBG |
| 9381 | 2026-08-07T19:00:06.449Z | Aug 07 19:00:05.003 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 |
| 9382 | 2026-08-07T19:00:06.449Z | DEBG created new freemapreplacing 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 07 19:00:05.003, Aug 07 19:00:05.003 |
| 9383 | 2026-08-07T19:00:06.449Z | INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255unitadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9384 | 2026-08-07T19:00:06.453Z | |
| 9385 | 2026-08-07T19:00:06.454Z | : freemap_route_ipv6Aug 07 19:00:05.003 |
| 9386 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003 Aug 07 19:00:05.003INFO DEBGAug 07 19:00:05.003adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9387 | 2026-08-07T19:00:06.454Z | 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 } }] |
| 9388 | 2026-08-07T19:00:06.454Z | 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 } }]initted freemap. size: 64 |
| 9389 | 2026-08-07T19:00:06.454Z | , unitAug 07 19:00:05.003Aug 07 19:00:05.003 : INFO DEBGfreemap_route_ipv4 |
| 9390 | 2026-08-07T19:00:06.454Z | adding route 172.17.0.28/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 } }] |
| 9391 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003 |
| 9392 | 2026-08-07T19:00:06.454Z | |
| 9393 | 2026-08-07T19:00:06.454Z | INFOAug 07 19:00:05.003Aug 07 19:00:05.003 DEBGDEBGAug 07 19:00:05.003 reset freemapINFO , adding route 172.17.0.37/32 -> 10.0.0.255unitadding route 3fff:beef:25::/64 -> 2001:db8::55:ff: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 } }] |
| 9394 | 2026-08-07T19:00:06.454Z | freemap_route_ipv4 |
| 9395 | 2026-08-07T19:00:06.454Z | |
| 9396 | 2026-08-07T19:00:06.454Z | |
| 9397 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003 INFO Aug 07 19:00:05.003adding route 172.17.0.48/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9398 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003Aug 07 19:00:05.003 INFODEBG DEBGAug 07 19:00:05.003DEBGadding route 172.17.0.29/32 -> 10.0.0.255 initted freemap. size: 64replacing 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 } }] |
| 9399 | 2026-08-07T19:00:06.454Z | , |
| 9400 | 2026-08-07T19:00:06.454Z | unit: 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 07 19:00:05.003freemap_route_ipv6 |
| 9401 | 2026-08-07T19:00:06.454Z | |
| 9402 | 2026-08-07T19:00:06.454Z | DEBGAug 07 19:00:05.003DEBG INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9403 | 2026-08-07T19:00:06.454Z | 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 07 19:00:05.003 |
| 9404 | 2026-08-07T19:00:06.454Z | 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 |
| 9405 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003INFOadding route 172.17.0.38/32 -> 10.0.0.255 Aug 07 19:00:05.003 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 9406 | 2026-08-07T19:00:06.454Z | INFOreset freemap , adding route 172.17.0.49/32 -> 10.0.0.255unit |
| 9407 | 2026-08-07T19:00:06.454Z | DEBG: |
| 9408 | 2026-08-07T19:00:06.454Z | freemap_route_ipv6 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9409 | 2026-08-07T19:00:06.454Z | |
| 9410 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003Aug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003DEBGDEBGDEBG 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 } }] |
| 9411 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9412 | 2026-08-07T19:00:06.454Z | |
| 9413 | 2026-08-07T19:00:06.454Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 19:00:05.003 |
| 9414 | 2026-08-07T19:00:06.454Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 19:00:05.003 |
| 9415 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003 |
| 9416 | 2026-08-07T19:00:06.454Z | INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255Aug 07 19:00:05.003 adding route 172.17.0.31/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9417 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003DEBGDEBG |
| 9418 | 2026-08-07T19:00:06.454Z | 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 } }]DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 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 } }] |
| 9419 | 2026-08-07T19:00:06.454Z | |
| 9420 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003 |
| 9421 | 2026-08-07T19:00:06.454Z | Aug 07 19:00:05.003DEBG Aug 07 19:00:05.003DEBGreplacing 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 07 19:00:05.003INFOAug 07 19:00:05.003 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 } }] |
| 9422 | 2026-08-07T19:00:06.454Z | |
| 9423 | 2026-08-07T19:00:06.455Z | INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9424 | 2026-08-07T19:00:06.455Z | adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9425 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003Aug 07 19:00:05.003Aug 07 19:00:05.003 |
| 9426 | 2026-08-07T19:00:06.455Z | INFO INFODEBGAug 07 19:00:05.003 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9427 | 2026-08-07T19:00:06.455Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9428 | 2026-08-07T19:00:06.455Z | |
| 9429 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003 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 07 19:00:05.003DEBGAug 07 19:00:05.003 DEBGAug 07 19:00:05.003 INFO |
| 9430 | 2026-08-07T19:00:06.455Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9431 | 2026-08-07T19:00:06.455Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing 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 07 19:00:05.003replacing 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 } }] |
| 9432 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003INFO |
| 9433 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9434 | 2026-08-07T19:00:06.455Z | |
| 9435 | 2026-08-07T19:00:06.455Z | DEBG Aug 07 19:00:05.003INFOreplacing 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 } }] |
| 9436 | 2026-08-07T19:00:06.455Z | adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 9437 | 2026-08-07T19:00:06.455Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9438 | 2026-08-07T19:00:06.455Z | DEBGAug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003 INFO 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 } }] |
| 9439 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003replacing 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 } }] |
| 9440 | 2026-08-07T19:00:06.455Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9441 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFODEBG |
| 9442 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003 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 } }] Aug 07 19:00:05.003adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9443 | 2026-08-07T19:00:06.455Z | |
| 9444 | 2026-08-07T19:00:06.455Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9445 | 2026-08-07T19:00:06.455Z | DEBG Aug 07 19:00:05.003replacing 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 172.16.0.0/32 -> 10.0.0.4Aug 07 19:00:05.003 |
| 9446 | 2026-08-07T19:00:06.455Z | |
| 9447 | 2026-08-07T19:00:06.455Z | DEBGAug 07 19:00:05.003Aug 07 19:00:05.003 DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 07 19:00:05.003 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9448 | 2026-08-07T19:00:06.455Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9449 | 2026-08-07T19:00:06.455Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9450 | 2026-08-07T19:00:06.455Z | |
| 9451 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003Aug 07 19:00:05.003 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9452 | 2026-08-07T19:00:06.455Z | DEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 07 19:00:05.003 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 } }] |
| 9453 | 2026-08-07T19:00:06.455Z | DEBG |
| 9454 | 2026-08-07T19:00:06.455Z | 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 07 19:00:05.003 |
| 9455 | 2026-08-07T19:00:06.455Z | Aug 07 19:00:05.003Aug 07 19:00:05.003INFOAug 07 19:00:05.003 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 } }] DEBGAug 07 19:00:05.003INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 9456 | 2026-08-07T19:00:06.455Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9457 | 2026-08-07T19:00:06.455Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9458 | 2026-08-07T19:00:06.455Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9459 | 2026-08-07T19:00:06.455Z | |
| 9460 | 2026-08-07T19:00:06.456Z | Aug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003DEBGAug 07 19:00:05.003 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 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.55/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 } }] |
| 9461 | 2026-08-07T19:00:06.456Z | |
| 9462 | 2026-08-07T19:00:06.456Z | |
| 9463 | 2026-08-07T19:00:06.456Z | |
| 9464 | 2026-08-07T19:00:06.456Z | Aug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003INFO INFO Aug 07 19:00:05.003 adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 9465 | 2026-08-07T19:00:06.456Z | |
| 9466 | 2026-08-07T19:00:06.456Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9467 | 2026-08-07T19:00:06.456Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 07 19:00:05.003 |
| 9468 | 2026-08-07T19:00:06.456Z | Aug 07 19:00:05.003DEBG Aug 07 19:00:05.003 INFODEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9469 | 2026-08-07T19:00:06.456Z | Aug 07 19:00:05.003 |
| 9470 | 2026-08-07T19:00:06.456Z | DEBG created new freemapAug 07 19:00:05.009, unitINFO: Aug 07 19:00:05.009adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9471 | 2026-08-07T19:00:06.456Z | INFO |
| 9472 | 2026-08-07T19:00:06.456Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9473 | 2026-08-07T19:00:06.456Z | Aug 07 19:00:05.009Aug 07 19:00:05.003Aug 07 19:00:05.009 DEBG 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 } }]created new freemap |
| 9474 | 2026-08-07T19:00:06.456Z | , unitAug 07 19:00:05.009: DEBGfreemap_route_ipv6 |
| 9475 | 2026-08-07T19:00:06.456Z | 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 07 19:00:05.009 |
| 9476 | 2026-08-07T19:00:06.456Z | INFOAug 07 19:00:05.009Aug 07 19:00:04.989 Aug 07 19:00:05.009DEBG adding route 172.17.0.44/32 -> 10.0.0.255INFOinitted freemap. size: 64 |
| 9477 | 2026-08-07T19:00:06.456Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 9478 | 2026-08-07T19:00:06.456Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9479 | 2026-08-07T19:00:06.456Z | , Aug 07 19:00:05.009Aug 07 19:00:05.009created new freemap , DEBGDEBG unitreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: unit |
| 9480 | 2026-08-07T19:00:06.456Z | freemap_route_ipv4replacing 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 07 19:00:05.009 : |
| 9481 | 2026-08-07T19:00:06.456Z | INFO |
| 9482 | 2026-08-07T19:00:06.456Z | freemap_route_ipv6adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9483 | 2026-08-07T19:00:06.456Z | Aug 07 19:00:05.009 |
| 9484 | 2026-08-07T19:00:06.460Z | Aug 07 19:00:05.009 INFODEBG Aug 07 19:00:05.009Aug 07 19:00:05.009 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255reset freemapadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9485 | 2026-08-07T19:00:06.460Z | |
| 9486 | 2026-08-07T19:00:06.460Z | , 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 } }]unit |
| 9487 | 2026-08-07T19:00:06.460Z | :Aug 07 19:00:05.009 Aug 07 19:00:05.009freemap_route_ipv4 Aug 07 19:00:05.009 |
| 9488 | 2026-08-07T19:00:06.460Z | DEBG Aug 07 19:00:05.009DEBG initted freemap. size: 64 DEBG, Aug 07 19:00:05.009INFOunit DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff: |
| 9489 | 2026-08-07T19:00:06.460Z | initted freemap. size: 64 freemap_route_ipv4, |
| 9490 | 2026-08-07T19:00:06.460Z | unit: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 07 19:00:05.009 Aug 07 19:00:05.009 |
| 9491 | 2026-08-07T19:00:06.460Z | freemap_route_ipv6 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9492 | 2026-08-07T19:00:06.460Z | |
| 9493 | 2026-08-07T19:00:06.460Z | |
| 9494 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.009reset freemap, INFO unitadding route 172.17.0.40/32 -> 10.0.0.255: |
| 9495 | 2026-08-07T19:00:06.461Z | freemap_route_ipv4Aug 07 19:00:05.009 |
| 9496 | 2026-08-07T19:00:06.461Z | INFOAug 07 19:00:05.009 Aug 07 19:00:05.009adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9497 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.009DEBG 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 } }]Aug 07 19:00:05.010reset freemap |
| 9498 | 2026-08-07T19:00:06.461Z | , Aug 07 19:00:05.010DEBGunit DEBGinitted freemap. size: 64 , :unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6freemap_route_ipv6 |
| 9499 | 2026-08-07T19:00:06.461Z | |
| 9500 | 2026-08-07T19:00:06.461Z | |
| 9501 | 2026-08-07T19:00:06.461Z | INFOAug 07 19:00:05.010 adding route 172.17.0.46/32 -> 10.0.0.255 Aug 07 19:00:05.010 |
| 9502 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010Aug 07 19:00:05.010 INFOINFO DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 9503 | 2026-08-07T19:00:06.461Z | adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.41/32 -> 10.0.0.255reset freemap |
| 9504 | 2026-08-07T19:00:06.461Z | , Aug 07 19:00:05.010unit |
| 9505 | 2026-08-07T19:00:06.461Z | :DEBG freemap_route_ipv6replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9506 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010 |
| 9507 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010DEBG Aug 07 19:00:05.010replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 19:00:05.010 |
| 9508 | 2026-08-07T19:00:06.461Z | DEBG Aug 07 19:00:05.010Aug 07 19:00:05.010INFO INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 9509 | 2026-08-07T19:00:06.461Z | |
| 9510 | 2026-08-07T19:00:06.461Z | |
| 9511 | 2026-08-07T19:00:06.461Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff INFO |
| 9512 | 2026-08-07T19:00:06.461Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 07 19:00:05.010 |
| 9513 | 2026-08-07T19:00:06.461Z | INFO Aug 07 19:00:05.010adding route 172.17.0.42/32 -> 10.0.0.255Aug 07 19:00:05.010 |
| 9514 | 2026-08-07T19:00:06.461Z | DEBGAug 07 19:00:05.010 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 9515 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010 Aug 07 19:00:05.010adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9516 | 2026-08-07T19:00:06.461Z | 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 } }] |
| 9517 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010Aug 07 19:00:05.010 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 |
| 9518 | 2026-08-07T19:00:06.461Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:05.010 |
| 9519 | 2026-08-07T19:00:06.461Z | DEBGDEBGINFO Aug 07 19:00:05.010 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 19:00:05.010 |
| 9520 | 2026-08-07T19:00:06.461Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 9521 | 2026-08-07T19:00:06.461Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9522 | 2026-08-07T19:00:06.461Z | |
| 9523 | 2026-08-07T19:00:06.461Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 19:00:05.010 |
| 9524 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010DEBGAug 07 19:00:05.010 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 } }] |
| 9525 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010DEBG Aug 07 19:00:05.010 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 } }] |
| 9526 | 2026-08-07T19:00:06.461Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 9527 | 2026-08-07T19:00:06.461Z | Aug 07 19:00:05.010 Aug 07 19:00:05.010DEBG INFOadding route 172.17.0.48/32 -> 10.0.0.255 INFO |
| 9528 | 2026-08-07T19:00:06.461Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 07 19:00:05.010 |
| 9529 | 2026-08-07T19:00:06.461Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9530 | 2026-08-07T19:00:06.461Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 9531 | 2026-08-07T19:00:06.461Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9532 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010Aug 07 19:00:05.010Aug 07 19:00:05.010 Aug 07 19:00:05.010DEBGDEBG 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 } }]DEBGINFO |
| 9533 | 2026-08-07T19:00:06.462Z | adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 9534 | 2026-08-07T19:00:06.462Z | 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 } }] |
| 9535 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 |
| 9536 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 Aug 07 19:00:05.010INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 9537 | 2026-08-07T19:00:06.462Z | DEBG Aug 07 19:00:05.010replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9538 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 DEBGadding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 9539 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010replacing 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 } }] |
| 9540 | 2026-08-07T19:00:06.462Z | DEBG adding route 172.17.0.45/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.3, vlan_id: None } }] |
| 9541 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 Aug 07 19:00:05.010DEBG Aug 07 19:00:05.010 |
| 9542 | 2026-08-07T19:00:06.462Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9543 | 2026-08-07T19:00:06.462Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9544 | 2026-08-07T19:00:06.462Z | 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 07 19:00:05.010 |
| 9545 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010DEBG INFOAug 07 19:00:05.010replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 9546 | 2026-08-07T19:00:06.462Z | test route::tests::delete_targets_fragmented ... ok |
| 9547 | 2026-08-07T19:00:06.462Z | adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9548 | 2026-08-07T19:00:06.462Z | |
| 9549 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 INFO Aug 07 19:00:05.010adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 07 19:00:05.010 |
| 9550 | 2026-08-07T19:00:06.462Z | DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9551 | 2026-08-07T19:00:06.462Z | 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 07 19:00:05.010 |
| 9552 | 2026-08-07T19:00:06.462Z | DEBGAug 07 19:00:05.010 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 } }]INFOAug 07 19:00:05.010 |
| 9553 | 2026-08-07T19:00:06.462Z | adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 9554 | 2026-08-07T19:00:06.462Z | test route::tests::delete_target_full ... ok |
| 9555 | 2026-08-07T19:00:06.462Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 07 19:00:05.010 |
| 9556 | 2026-08-07T19:00:06.462Z | test route::tests::delete_target_fragmented ... ok |
| 9557 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010INFO DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9558 | 2026-08-07T19:00:06.462Z | test route::tests::same_size_non_subset_replace ... ok |
| 9559 | 2026-08-07T19:00:06.462Z | |
| 9560 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 DEBG Aug 07 19:00:05.010Aug 07 19:00:05.010 DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9561 | 2026-08-07T19:00:06.462Z | INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9562 | 2026-08-07T19:00:06.462Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9563 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 INFOAug 07 19:00:05.010Aug 07 19:00:05.010 INFODEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9564 | 2026-08-07T19:00:06.462Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9565 | 2026-08-07T19:00:06.462Z | 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 } }] |
| 9566 | 2026-08-07T19:00:06.462Z | Aug 07 19:00:05.010 DEBGAug 07 19:00:05.010 Aug 07 19:00:05.010DEBGreplacing 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 } }] |
| 9567 | 2026-08-07T19:00:06.462Z | 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 } }] |
| 9568 | 2026-08-07T19:00:06.462Z | INFO Aug 07 19:00:05.010Aug 07 19:00:05.010 adding route 172.17.0.49/32 -> 10.0.0.255 INFOINFO |
| 9569 | 2026-08-07T19:00:06.463Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9570 | 2026-08-07T19:00:06.463Z | |
| 9571 | 2026-08-07T19:00:06.463Z | Aug 07 19:00:05.010 DEBGAug 07 19:00:05.010 Aug 07 19:00:05.010 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9572 | 2026-08-07T19:00:06.463Z | DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9573 | 2026-08-07T19:00:06.463Z | 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 } }] |
| 9574 | 2026-08-07T19:00:06.463Z | Aug 07 19:00:05.010 INFOAug 07 19:00:05.010 Aug 07 19:00:05.010adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9575 | 2026-08-07T19:00:06.463Z | INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9576 | 2026-08-07T19:00:06.463Z | |
| 9577 | 2026-08-07T19:00:06.463Z | Aug 07 19:00:05.010 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 } }] |
| 9578 | 2026-08-07T19:00:06.463Z | Aug 07 19:00:05.010Aug 07 19:00:05.010 Aug 07 19:00:05.010DEBG 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 } }] DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9579 | 2026-08-07T19:00:06.463Z | |
| 9580 | 2026-08-07T19:00:06.463Z | 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 } }] |
| 9581 | 2026-08-07T19:00:06.463Z | Aug 07 19:00:05.010 Aug 07 19:00:05.010INFO Aug 07 19:00:05.010adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9582 | 2026-08-07T19:00:06.463Z | DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.010 |
| 9583 | 2026-08-07T19:00:06.463Z | |
| 9584 | 2026-08-07T19:00:06.467Z | 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 07 19:00:05.010 INFOAug 07 19:00:05.010 DEBG created new freemap , adding route 172.17.0.52/32 -> 10.0.0.255unit |
| 9585 | 2026-08-07T19:00:06.467Z | :Aug 07 19:00:05.017 freemap_route_ipv4DEBG |
| 9586 | 2026-08-07T19:00:06.467Z | 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 } }] |
| 9587 | 2026-08-07T19:00:06.467Z | Aug 07 19:00:05.017 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.017 |
| 9588 | 2026-08-07T19:00:06.467Z | INFO Aug 07 19:00:05.017adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9589 | 2026-08-07T19:00:06.467Z | DEBGAug 07 19:00:05.017 created new freemapINFO, Aug 07 19:00:05.017adding route 172.17.0.53/32 -> 10.0.0.255unit |
| 9590 | 2026-08-07T19:00:06.467Z | :DEBG freemap_route_ipv6replacing 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 } }] |
| 9591 | 2026-08-07T19:00:06.467Z | |
| 9592 | 2026-08-07T19:00:06.467Z | Aug 07 19:00:05.017 DEBG |
| 9593 | 2026-08-07T19:00:06.467Z | adding route 172.17.0.56/32 -> 10.0.0.255 Aug 07 19:00:05.017 |
| 9594 | 2026-08-07T19:00:06.467Z | Aug 07 19:00:05.017replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9595 | 2026-08-07T19:00:06.467Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 07 19:00:05.017 |
| 9596 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.017DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.017 INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9597 | 2026-08-07T19:00:06.468Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9598 | 2026-08-07T19:00:06.468Z | |
| 9599 | 2026-08-07T19:00:06.468Z | DEBGAug 07 19:00:05.018Aug 07 19:00:05.018 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 } }] |
| 9600 | 2026-08-07T19:00:06.468Z | adding route 172.17.0.57/32 -> 10.0.0.255 Aug 07 19:00:05.018 |
| 9601 | 2026-08-07T19:00:06.468Z | DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.018 |
| 9602 | 2026-08-07T19:00:06.468Z | 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 Aug 07 19:00:05.018replacing 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 } }] |
| 9603 | 2026-08-07T19:00:06.468Z | |
| 9604 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018 INFOINFOAug 07 19:00:05.018 INFOAug 07 19:00:05.018 adding route 172.17.0.58/32 -> 10.0.0.255INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9605 | 2026-08-07T19:00:06.468Z | |
| 9606 | 2026-08-07T19:00:06.468Z | adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9607 | 2026-08-07T19:00:06.468Z | |
| 9608 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 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.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 } }] |
| 9609 | 2026-08-07T19:00:06.468Z | |
| 9610 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 DEBGAug 07 19:00:05.018 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9611 | 2026-08-07T19:00:06.468Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 07 19:00:05.018 |
| 9612 | 2026-08-07T19:00:06.468Z | |
| 9613 | 2026-08-07T19:00:06.468Z | INFOAug 07 19:00:05.018 adding route 172.17.0.56/32 -> 10.0.0.255Aug 07 19:00:05.018INFO |
| 9614 | 2026-08-07T19:00:06.468Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 07 19:00:05.018 |
| 9615 | 2026-08-07T19:00:06.468Z | INFODEBGAug 07 19:00:05.018 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 |
| 9616 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018replacing 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 } }] |
| 9617 | 2026-08-07T19:00:06.468Z | 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 } }] |
| 9618 | 2026-08-07T19:00:06.468Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 07 19:00:05.018 |
| 9619 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9620 | 2026-08-07T19:00:06.468Z | INFO |
| 9621 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018adding route 172.17.0.59/32 -> 10.0.0.255Aug 07 19:00:05.018 |
| 9622 | 2026-08-07T19:00:06.468Z | DEBG 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 } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.018Aug 07 19:00:05.018 |
| 9623 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.010 DEBGDEBG 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 } }] |
| 9624 | 2026-08-07T19:00:06.468Z | replacing targets for 3fff:dead::/64 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 } }] |
| 9625 | 2026-08-07T19:00:06.468Z | 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 } }] |
| 9626 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018 |
| 9627 | 2026-08-07T19:00:06.468Z | INFOAug 07 19:00:05.018 adding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 9628 | 2026-08-07T19:00:06.468Z | Aug 07 19:00:05.018adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9629 | 2026-08-07T19:00:06.468Z | INFOAug 07 19:00:05.018 adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 9630 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9631 | 2026-08-07T19:00:06.469Z | DEBGAug 07 19:00:05.018Aug 07 19:00:05.018 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 |
| 9632 | 2026-08-07T19:00:06.469Z | 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 } }]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 } }] |
| 9633 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 |
| 9634 | 2026-08-07T19:00:06.469Z | DEBGINFO Aug 07 19:00:05.018adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9635 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018DEBG INFOfailed to allocate space for the new target list 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 } }] |
| 9636 | 2026-08-07T19:00:06.469Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9637 | 2026-08-07T19:00:06.469Z | |
| 9638 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 DEBG Aug 07 19:00:05.018Aug 07 19:00:05.018 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 |
| 9639 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 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 } }]INFO Aug 07 19:00:05.018 |
| 9640 | 2026-08-07T19:00:06.469Z | DEBGadding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 9641 | 2026-08-07T19:00:06.469Z | replacing targets for 172.16.0.0/32 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 } }]failed to allocate space for the new target list |
| 9642 | 2026-08-07T19:00:06.469Z | |
| 9643 | 2026-08-07T19:00:06.469Z | test route::tests::add_target_fails_full ... ok |
| 9644 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255Aug 07 19:00:05.018replacing 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 } }] |
| 9645 | 2026-08-07T19:00:06.469Z | |
| 9646 | 2026-08-07T19:00:06.469Z | 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 } }] |
| 9647 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 INFO Aug 07 19:00:05.018adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9648 | 2026-08-07T19:00:06.469Z | 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 } }] |
| 9649 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9650 | 2026-08-07T19:00:06.469Z | |
| 9651 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 Aug 07 19:00:05.018INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9652 | 2026-08-07T19:00:06.469Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9653 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 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 } }] |
| 9654 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9655 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 Aug 07 19:00:05.018DEBG 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 } }] |
| 9656 | 2026-08-07T19:00:06.469Z | initted freemap. size: 64, unitAug 07 19:00:05.018: INFOfreemap_route_ipv4 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9657 | 2026-08-07T19:00:06.469Z | |
| 9658 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 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 } }]reset freemap |
| 9659 | 2026-08-07T19:00:06.469Z | , unit: freemap_route_ipv4Aug 07 19:00:05.018 |
| 9660 | 2026-08-07T19:00:06.469Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9661 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 DEBG Aug 07 19:00:05.018initted freemap. size: 64 , DEBGunit :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 } }] |
| 9662 | 2026-08-07T19:00:06.469Z | freemap_route_ipv6 |
| 9663 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255reset freemap |
| 9664 | 2026-08-07T19:00:06.469Z | , unit: freemap_route_ipv6 |
| 9665 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.018 |
| 9666 | 2026-08-07T19:00:06.469Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9667 | 2026-08-07T19:00:06.469Z | Aug 07 19:00:05.018 INFO Aug 07 19:00:05.018adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9668 | 2026-08-07T19:00:06.470Z | 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 } }] |
| 9669 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 DEBG Aug 07 19:00:05.018replacing 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 } }] |
| 9670 | 2026-08-07T19:00:06.470Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9671 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 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 } }] |
| 9672 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018Aug 07 19:00:05.018 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9673 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 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 } }] |
| 9674 | 2026-08-07T19:00:06.470Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9675 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9676 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 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 } }] |
| 9677 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9678 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 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 } }] |
| 9679 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9680 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 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 } }] |
| 9681 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9682 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 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 } }] |
| 9683 | 2026-08-07T19:00:06.470Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9684 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 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 } }] |
| 9685 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9686 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 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 } }] |
| 9687 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9688 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 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 } }] |
| 9689 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9690 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 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 } }] |
| 9691 | 2026-08-07T19:00:06.474Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9692 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 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 } }] |
| 9693 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9694 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 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 } }] |
| 9695 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9696 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 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 } }] |
| 9697 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9698 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 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 } }] |
| 9699 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9700 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 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 } }] |
| 9701 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018 DEBG failed to allocate space for the new target list |
| 9702 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9703 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.018Aug 07 19:00:05.024 DEBGDEBG created new freemapfailed to allocate space for the new target list, |
| 9704 | 2026-08-07T19:00:06.475Z | unit: freemap_route_ipv4 |
| 9705 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 DEBG created new freemap, unit: freemap_route_ipv6 |
| 9706 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 9707 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 DEBG reset freemap, unit: freemap_route_ipv4 |
| 9708 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 9709 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 DEBG reset freemap, unit: freemap_route_ipv6 |
| 9710 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9711 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9712 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9713 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9714 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9715 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9716 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9717 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9718 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9719 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9720 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9721 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9722 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9723 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9724 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9725 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9726 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9727 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 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 } }] |
| 9728 | 2026-08-07T19:00:06.475Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9729 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9730 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9731 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9732 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9733 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9734 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9735 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9736 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9737 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9738 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9739 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9740 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9741 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9742 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9743 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9744 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9745 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9746 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9747 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9748 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9749 | 2026-08-07T19:00:06.476Z | test route::tests::delete_targets_full ... ok |
| 9750 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9751 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9752 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9753 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9754 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9755 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9756 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9757 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9758 | 2026-08-07T19:00:06.476Z | |
| 9759 | 2026-08-07T19:00:06.476Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 9760 | 2026-08-07T19:00:06.476Z | |
| 9761 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.024 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 } }] |
| 9762 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9763 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.032 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 } }] |
| 9764 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9765 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.032 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 } }] |
| 9766 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9767 | 2026-08-07T19:00:06.476Z | Aug 07 19:00:05.032 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 } }] |
| 9768 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9769 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9770 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9771 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9772 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9773 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9774 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9775 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9776 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9777 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9778 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9779 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9780 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9781 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9782 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9783 | 2026-08-07T19:00:06.477Z | Aug 07 19:00:05.032 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 } }] |
| 9784 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9785 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9786 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9787 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9788 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9789 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9790 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9791 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9792 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9793 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9794 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9795 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9796 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9797 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9798 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9799 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9800 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9801 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9802 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9803 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9804 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9805 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9806 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9807 | 2026-08-07T19:00:06.481Z | Aug 07 19:00:05.032 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 } }] |
| 9808 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9809 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9810 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9811 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9812 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9813 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9814 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9815 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9816 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9817 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9818 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9819 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9820 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9821 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9822 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9823 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9824 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9825 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9826 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9827 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9828 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9829 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9830 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9831 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9832 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9833 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9834 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9835 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9836 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9837 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9838 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9839 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9840 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9841 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9842 | 2026-08-07T19:00:06.482Z | |
| 9843 | 2026-08-07T19:00:06.482Z | running 0 tests |
| 9844 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9845 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 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 } }] |
| 9846 | 2026-08-07T19:00:06.482Z | Aug 07 19:00:05.032 DEBG failed to allocate space for the new target list |
| 9847 | 2026-08-07T19:00:06.483Z | |
| 9848 | 2026-08-07T19:00:06.483Z | Aug 07 19:00:05.032 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 } }] |
| 9849 | 2026-08-07T19:00:06.483Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9850 | 2026-08-07T19:00:06.483Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1) |
| 9851 | 2026-08-07T19:00:06.483Z | |
| 9852 | 2026-08-07T19:00:06.483Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 9853 | 2026-08-07T19:00:06.483Z | |
| 9854 | 2026-08-07T19:00:06.483Z | running 0 tests |
| 9855 | 2026-08-07T19:00:06.483Z | |
| 9856 | 2026-08-07T19:00:06.483Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9857 | 2026-08-07T19:00:06.483Z | |
| 9858 | 2026-08-07T19:00:06.483Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8) |
| 9859 | 2026-08-07T19:00:06.483Z | |
| 9860 | 2026-08-07T19:00:06.483Z | running 6 tests |
| 9861 | 2026-08-07T19:00:06.483Z | test tests::test_full_lot_id_neither_present ... ok |
| 9862 | 2026-08-07T19:00:06.483Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9863 | 2026-08-07T19:00:06.483Z | test tests::test_full_lot_id_both_present ... ok |
| 9864 | 2026-08-07T19:00:06.483Z | test tests::test_full_lot_id_lot_only ... ok |
| 9865 | 2026-08-07T19:00:06.483Z | test tests::test_port_id_cmp ... ok |
| 9866 | 2026-08-07T19:00:06.483Z | test tests::test_parse_client_port_id ... ok |
| 9867 | 2026-08-07T19:00:06.483Z | |
| 9868 | 2026-08-07T19:00:06.483Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9869 | 2026-08-07T19:00:06.483Z | |
| 9870 | 2026-08-07T19:00:06.483Z | Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff) |
| 9871 | 2026-08-07T19:00:06.487Z | |
| 9872 | 2026-08-07T19:00:06.487Z | running 6 tests |
| 9873 | 2026-08-07T19:00:09.490Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9874 | 2026-08-07T19:00:09.494Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9875 | 2026-08-07T19:00:09.494Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9876 | 2026-08-07T19:00:09.500Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9877 | 2026-08-07T19:00:09.831Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9878 | 2026-08-07T19:00:10.855Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9879 | 2026-08-07T19:00:10.855Z | |
| 9880 | 2026-08-07T19:00:10.855Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s |
| 9881 | 2026-08-07T19:00:10.855Z | |
| 9882 | 2026-08-07T19:00:10.861Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 9883 | 2026-08-07T19:00:10.867Z | |
| 9884 | 2026-08-07T19:00:10.867Z | running 0 tests |
| 9885 | 2026-08-07T19:00:10.867Z | |
| 9886 | 2026-08-07T19:00:10.870Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9887 | 2026-08-07T19:00:10.870Z | |
| 9888 | 2026-08-07T19:00:10.870Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 9889 | 2026-08-07T19:00:10.873Z | |
| 9890 | 2026-08-07T19:00:10.873Z | running 0 tests |
| 9891 | 2026-08-07T19:00:10.873Z | |
| 9892 | 2026-08-07T19:00:10.873Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9893 | 2026-08-07T19:00:10.874Z | |
| 9894 | 2026-08-07T19:00:10.874Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9895 | 2026-08-07T19:00:10.884Z | |
| 9896 | 2026-08-07T19:00:10.884Z | running 12 tests |
| 9897 | 2026-08-07T19:00:10.887Z | test icmp::test_v6_checksum ... ok |
| 9898 | 2026-08-07T19:00:10.887Z | test icmp::test_v4_checksum ... ok |
| 9899 | 2026-08-07T19:00:10.887Z | test ipv6::test_ipv6_parse ... ok |
| 9900 | 2026-08-07T19:00:10.887Z | test pbuf::test_byte ... ok |
| 9901 | 2026-08-07T19:00:10.887Z | test lldp::test_lldp_parse ... ok |
| 9902 | 2026-08-07T19:00:10.887Z | test pbuf::test_nibble ... ok |
| 9903 | 2026-08-07T19:00:10.887Z | test pbuf::test_short ... ok |
| 9904 | 2026-08-07T19:00:10.887Z | test pbuf::test_overflow ... ok |
| 9905 | 2026-08-07T19:00:10.888Z | test pbuf::test_twelve ... ok |
| 9906 | 2026-08-07T19:00:10.888Z | test pbuf::test_word ... ok |
| 9907 | 2026-08-07T19:00:10.888Z | test tcp::test_checksum_ack_data ... ok |
| 9908 | 2026-08-07T19:00:10.888Z | test tcp::test_checksum_syn_nodata ... ok |
| 9909 | 2026-08-07T19:00:10.888Z | |
| 9910 | 2026-08-07T19:00:10.888Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9911 | 2026-08-07T19:00:10.888Z | |
| 9912 | 2026-08-07T19:00:10.888Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9913 | 2026-08-07T19:00:10.891Z | |
| 9914 | 2026-08-07T19:00:10.891Z | running 0 tests |
| 9915 | 2026-08-07T19:00:10.891Z | |
| 9916 | 2026-08-07T19:00:10.891Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9917 | 2026-08-07T19:00:10.891Z | |
| 9918 | 2026-08-07T19:00:10.895Z | Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb) |
| 9919 | 2026-08-07T19:00:10.902Z | |
| 9920 | 2026-08-07T19:00:10.902Z | running 5 tests |
| 9921 | 2026-08-07T19:00:10.905Z | test switchport::test::test_compute_lanes ... ok |
| 9922 | 2026-08-07T19:00:10.909Z | test switchport::test::port_id_ordering ... ok |
| 9923 | 2026-08-07T19:00:10.909Z | test link::test_filter ... ok |
| 9924 | 2026-08-07T19:00:10.909Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9925 | 2026-08-07T19:00:10.909Z | Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes Lane 2Yes |
| 9926 | 2026-08-07T19:00:10.909Z | Lane 3 Rx Loss-of-signal: Yes |
| 9927 | 2026-08-07T19:00:10.909Z | Yes Yes Yes State: Activated |
| 9928 | 2026-08-07T19:00:10.909Z | Activated Rx CDR Enabled: YesActivated ActivatedYes |
| 9929 | 2026-08-07T19:00:10.909Z | Rx Output Enabled: falseYes falseYes |
| 9930 | 2026-08-07T19:00:10.909Z | Tx Enabled: Yesfalse false |
| 9931 | 2026-08-07T19:00:10.909Z | Yes Yes Rx Output Status: valid Yes |
| 9932 | 2026-08-07T19:00:10.909Z | valid Tx Loss-of-lock: No valid validNo |
| 9933 | 2026-08-07T19:00:10.909Z | Rx Loss-of-lock: trueNo trueNo |
| 9934 | 2026-08-07T19:00:10.909Z | true Tx Loss-of-signal: Notrue |
| 9935 | 2026-08-07T19:00:10.909Z | Rx Loss-of-signal: falseNo false No falseNo |
| 9936 | 2026-08-07T19:00:10.909Z | false |
| 9937 | 2026-08-07T19:00:10.909Z | Tx CDR Enabled: NoRx Auto-squelch Disable: true No trueNo trueNo |
| 9938 | 2026-08-07T19:00:10.909Z | true |
| 9939 | 2026-08-07T19:00:10.909Z | Tx Adaptive EQ Fault: No Tx Output Enabled: true trueNo trueNo trueNo |
| 9940 | 2026-08-07T19:00:10.909Z | |
| 9941 | 2026-08-07T19:00:10.909Z | Tx Output Status: invalid Tx Fault: Yes invalid Yes invalid Yesinvalid |
| 9942 | 2026-08-07T19:00:10.909Z | Yes Tx Loss-of-lock: false |
| 9943 | 2026-08-07T19:00:10.909Z | false false false |
| 9944 | 2026-08-07T19:00:10.909Z | Tx Loss-of-signal: true true true true |
| 9945 | 2026-08-07T19:00:10.910Z | Tx Auto-squelch Disable: false false false false |
| 9946 | 2026-08-07T19:00:10.910Z | Tx Adaptive EQ Fail: true true true true |
| 9947 | 2026-08-07T19:00:10.910Z | Tx Failure: false false false false |
| 9948 | 2026-08-07T19:00:10.910Z | Tx Force Squelch: true true true true |
| 9949 | 2026-08-07T19:00:10.910Z | Tx Input Polarity: normal normal normal normal |
| 9950 | 2026-08-07T19:00:10.910Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9951 | 2026-08-07T19:00:10.910Z | test switchport::test::test_print_sff_datapath ... ok |
| 9952 | 2026-08-07T19:00:10.910Z | |
| 9953 | 2026-08-07T19:00:10.913Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9954 | 2026-08-07T19:00:10.913Z | |
| 9955 | 2026-08-07T19:00:10.913Z | Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e) |
| 9956 | 2026-08-07T19:00:10.916Z | |
| 9957 | 2026-08-07T19:00:10.916Z | running 1 test |
| 9958 | 2026-08-07T19:00:10.916Z | test test_p4_counter_list ... ignored |
| 9959 | 2026-08-07T19:00:10.916Z | |
| 9960 | 2026-08-07T19:00:10.920Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9961 | 2026-08-07T19:00:10.920Z | |
| 9962 | 2026-08-07T19:00:10.920Z | Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c) |
| 9963 | 2026-08-07T19:00:10.923Z | |
| 9964 | 2026-08-07T19:00:10.923Z | running 5 tests |
| 9965 | 2026-08-07T19:00:10.923Z | test test_an ... ignored |
| 9966 | 2026-08-07T19:00:10.923Z | test test_enable ... ignored |
| 9967 | 2026-08-07T19:00:10.923Z | test test_ip_addresses ... ignored |
| 9968 | 2026-08-07T19:00:10.923Z | test test_kr ... ignored |
| 9969 | 2026-08-07T19:00:10.923Z | test test_mac ... ignored |
| 9970 | 2026-08-07T19:00:10.923Z | |
| 9971 | 2026-08-07T19:00:10.923Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9972 | 2026-08-07T19:00:10.923Z | |
| 9973 | 2026-08-07T19:00:10.923Z | Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f) |
| 9974 | 2026-08-07T19:00:10.923Z | |
| 9975 | 2026-08-07T19:00:10.923Z | running 3 tests |
| 9976 | 2026-08-07T19:00:10.927Z | test linklocal::test_parse_ipadm ... ok |
| 9977 | 2026-08-07T19:00:10.927Z | test tfport::test_parse_tfport ... ok |
| 9978 | 2026-08-07T19:00:10.927Z | test config::tests::test_updates ... ok |
| 9979 | 2026-08-07T19:00:10.927Z | |
| 9980 | 2026-08-07T19:00:10.927Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9981 | 2026-08-07T19:00:10.927Z | |
| 9982 | 2026-08-07T19:00:10.927Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9983 | 2026-08-07T19:00:10.930Z | |
| 9984 | 2026-08-07T19:00:10.931Z | running 0 tests |
| 9985 | 2026-08-07T19:00:10.931Z | |
| 9986 | 2026-08-07T19:00:10.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9987 | 2026-08-07T19:00:10.931Z | |
| 9988 | 2026-08-07T19:00:10.931Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9989 | 2026-08-07T19:00:10.934Z | |
| 9990 | 2026-08-07T19:00:10.934Z | running 0 tests |
| 9991 | 2026-08-07T19:00:10.934Z | |
| 9992 | 2026-08-07T19:00:10.934Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9993 | 2026-08-07T19:00:10.934Z | |
| 9994 | 2026-08-07T19:00:10.938Z | Doc-tests aal |
| 9995 | 2026-08-07T19:00:11.132Z | |
| 9996 | 2026-08-07T19:00:11.132Z | running 0 tests |
| 9997 | 2026-08-07T19:00:11.132Z | |
| 9998 | 2026-08-07T19:00:11.135Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9999 | 2026-08-07T19:00:11.135Z | |
| 10000 | 2026-08-07T19:00:11.150Z | Doc-tests aal_macros |
| 10001 | 2026-08-07T19:00:11.228Z | |
| 10002 | 2026-08-07T19:00:11.228Z | running 0 tests |
| 10003 | 2026-08-07T19:00:11.228Z | |
| 10004 | 2026-08-07T19:00:11.228Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10005 | 2026-08-07T19:00:11.228Z | |
| 10006 | 2026-08-07T19:00:11.239Z | Doc-tests common |
| 10007 | 2026-08-07T19:00:11.486Z | |
| 10008 | 2026-08-07T19:00:11.486Z | running 0 tests |
| 10009 | 2026-08-07T19:00:11.486Z | |
| 10010 | 2026-08-07T19:00:11.486Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10011 | 2026-08-07T19:00:11.486Z | |
| 10012 | 2026-08-07T19:00:11.508Z | Doc-tests dpd_api |
| 10013 | 2026-08-07T19:00:12.381Z | |
| 10014 | 2026-08-07T19:00:12.381Z | running 2 tests |
| 10015 | 2026-08-07T19:00:12.381Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10016 | 2026-08-07T19:00:12.381Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10017 | 2026-08-07T19:00:12.381Z | |
| 10018 | 2026-08-07T19:00:12.381Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-08-07T19:00:12.381Z | |
| 10020 | 2026-08-07T19:00:12.416Z | Doc-tests dpd_client |
| 10021 | 2026-08-07T19:00:13.722Z | |
| 10022 | 2026-08-07T19:00:13.722Z | running 0 tests |
| 10023 | 2026-08-07T19:00:13.723Z | |
| 10024 | 2026-08-07T19:00:13.723Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-08-07T19:00:13.723Z | |
| 10026 | 2026-08-07T19:00:13.771Z | Doc-tests dpd_types |
| 10027 | 2026-08-07T19:00:13.988Z | |
| 10028 | 2026-08-07T19:00:13.988Z | running 0 tests |
| 10029 | 2026-08-07T19:00:13.988Z | |
| 10030 | 2026-08-07T19:00:13.988Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10031 | 2026-08-07T19:00:13.988Z | |
| 10032 | 2026-08-07T19:00:14.016Z | Doc-tests dpd_types_versions |
| 10033 | 2026-08-07T19:00:15.247Z | |
| 10034 | 2026-08-07T19:00:15.247Z | running 1 test |
| 10035 | 2026-08-07T19:00:15.247Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10036 | 2026-08-07T19:00:15.247Z | |
| 10037 | 2026-08-07T19:00:15.248Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-07T19:00:15.248Z | |
| 10039 | 2026-08-07T19:00:15.293Z | Doc-tests packet |
| 10040 | 2026-08-07T19:00:15.407Z | |
| 10041 | 2026-08-07T19:00:15.407Z | running 0 tests |
| 10042 | 2026-08-07T19:00:15.407Z | |
| 10043 | 2026-08-07T19:00:15.408Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-07T19:00:15.408Z | |
| 10045 | 2026-08-07T19:00:15.425Z | Doc-tests pcap |
| 10046 | 2026-08-07T19:00:15.478Z | |
| 10047 | 2026-08-07T19:00:15.478Z | running 0 tests |
| 10048 | 2026-08-07T19:00:15.478Z | |
| 10049 | 2026-08-07T19:00:15.479Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10050 | 2026-08-07T19:00:15.479Z | |
| 10051 | 2026-08-07T19:00:15.530Z | process exited: duration 602327 ms, exit code 0 |
| |
| 10052 | 2026-08-07T19:00:15.536Z | found 0 output files |