|
|
|
| 1 | 2026-08-26T00:29:45.762Z | job assigned to worker 01M0XQGVZ5AQW6ZX1V1TAEE7N5 [factory aws, i-008c2660e53cadd1a] (queued for 47 s) |
| |
| 2 | 2026-08-26T00:29:52.523Z | starting task 0: "setup" |
| 3 | 2026-08-26T00:29:52.536Z | ++ uname -s |
| 4 | 2026-08-26T00:29:52.537Z | + kern=SunOS |
| 5 | 2026-08-26T00:29:52.537Z | + build_user=build |
| 6 | 2026-08-26T00:29:52.537Z | + build_uid=12345 |
| 7 | 2026-08-26T00:29:52.537Z | + work_dir=/work |
| 8 | 2026-08-26T00:29:52.537Z | + input_dir=/input |
| 9 | 2026-08-26T00:29:52.537Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T00:29:52.537Z | + case "$kern" in |
| 11 | 2026-08-26T00:29:52.537Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T00:29:52.537Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T00:29:54.575Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T00:29:54.740Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T00:29:54.761Z | + home_fs=zfs |
| 16 | 2026-08-26T00:29:54.761Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T00:29:54.761Z | + mkdir -p /home/build |
| 18 | 2026-08-26T00:29:54.761Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T00:29:56.650Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T00:29:56.653Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-08-26T00:29:56.660Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T00:29:56.664Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-26T00:29:56.664Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-26T00:29:56.664Z | * rust toolchain profile = "default" |
| 25 | 2026-08-26T00:29:56.664Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-26T00:29:56.664Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T00:29:56.664Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-26T00:29:56.668Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T00:29:56.668Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-26T00:29:56.724Z | info: downloading installer |
| 31 | 2026-08-26T00:29:58.144Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T00:29:58.144Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T00:29:58.144Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T00:29:58.144Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T00:29:58.158Z | info: profile set to default |
| 36 | 2026-08-26T00:29:58.158Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T00:29:58.162Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-26T00:29:58.307Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-26T00:29:58.310Z | info: downloading 6 components |
| 40 | 2026-08-26T00:30:11.652Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-26T00:30:11.652Z | |
| 42 | 2026-08-26T00:30:11.685Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-26T00:30:11.685Z | |
| 44 | 2026-08-26T00:30:11.685Z | |
| 45 | 2026-08-26T00:30:11.685Z | Rust is installed now. Great! |
| 46 | 2026-08-26T00:30:11.686Z | |
| 47 | 2026-08-26T00:30:11.699Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T00:30:11.699Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T00:30:11.699Z | |
| 50 | 2026-08-26T00:30:11.699Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T00:30:11.699Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T00:30:11.699Z | |
| 53 | 2026-08-26T00:30:11.699Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T00:30:11.699Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T00:30:11.699Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T00:30:11.699Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T00:30:11.699Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T00:30:11.699Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T00:30:11.699Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T00:30:11.699Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T00:30:11.699Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T00:30:11.761Z | + rustup --version |
| 63 | 2026-08-26T00:30:11.770Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T00:30:11.775Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T00:30:11.793Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-26T00:30:11.797Z | + cargo --version |
| 67 | 2026-08-26T00:30:11.808Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-26T00:30:11.810Z | + rustc --version |
| 69 | 2026-08-26T00:30:11.831Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-26T00:30:11.836Z | process exited: duration 15172 ms, exit code 0 |
| |
| 71 | 2026-08-26T00:30:11.843Z | starting task 2: "authentication" |
| 72 | 2026-08-26T00:30:11.860Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-26T00:30:11.867Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T00:30:11.870Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-26T00:30:11.873Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-26T00:30:11.901Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-26T00:30:12.793Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-26T00:30:12.793Z | + git fetch origin 99f690f8971bcc430d26062dbdc5f0560f627358 |
| 79 | 2026-08-26T00:30:13.048Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-26T00:30:13.048Z | * branch 99f690f8971bcc430d26062dbdc5f0560f627358 -> FETCH_HEAD |
| 81 | 2026-08-26T00:30:13.057Z | + [[ -n adamlouis/swadm-speed ]] |
| 82 | 2026-08-26T00:30:13.061Z | ++ git branch --show-current |
| 83 | 2026-08-26T00:30:13.061Z | + current=main |
| 84 | 2026-08-26T00:30:13.061Z | + [[ main != adamlouis/swadm-speed ]] |
| 85 | 2026-08-26T00:30:13.061Z | + git branch -f adamlouis/swadm-speed 99f690f8971bcc430d26062dbdc5f0560f627358 |
| 86 | 2026-08-26T00:30:13.065Z | + git checkout -f adamlouis/swadm-speed |
| 87 | 2026-08-26T00:30:13.080Z | Switched to branch 'adamlouis/swadm-speed' |
| 88 | 2026-08-26T00:30:13.084Z | + git reset --hard 99f690f8971bcc430d26062dbdc5f0560f627358 |
| 89 | 2026-08-26T00:30:13.098Z | HEAD is now at 99f690f swadm: add long --speed to swadm link create |
| 90 | 2026-08-26T00:30:13.102Z | process exited: duration 1232 ms, exit code 0 |
| |
| 91 | 2026-08-26T00:30:13.109Z | starting task 4: "build" |
| 92 | 2026-08-26T00:30:13.113Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-26T00:30:13.113Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-26T00:30:13.113Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-26T00:30:13.113Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-26T00:30:13.113Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-26T00:30:13.116Z | +++ uname -s |
| 98 | 2026-08-26T00:30:13.116Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-26T00:30:13.116Z | ++ SERIES=illumos |
| 100 | 2026-08-26T00:30:13.116Z | +++ uname -s |
| 101 | 2026-08-26T00:30:13.116Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-26T00:30:13.116Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-26T00:30:13.116Z | ++ rustup show active-toolchain |
| 104 | 2026-08-26T00:30:13.123Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-26T00:30:13.128Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-26T00:30:13.128Z | ++ banner 'sde setup' |
| 107 | 2026-08-26T00:30:13.128Z | |
| 108 | 2026-08-26T00:30:13.128Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-26T00:30:13.128Z | # # # # # # # # # # # |
| 110 | 2026-08-26T00:30:13.128Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-26T00:30:13.128Z | # # # # # # # # # ##### |
| 112 | 2026-08-26T00:30:13.128Z | # # # # # # # # # # # # |
| 113 | 2026-08-26T00:30:13.128Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-26T00:30:13.128Z | |
| 115 | 2026-08-26T00:30:13.128Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-26T00:30:13.128Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-26T00:30:13.128Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-26T00:30:13.128Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-26T00:30:13.128Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-26T00:30:13.131Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-26T00:30:13.131Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-26T00:30:14.075Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 80.56M 0 0
100 76.03M 100 76.03M 0 0 80.55M 0 0
100 76.03M 100 76.03M 0 0 80.55M 0 0 |
| 123 | 2026-08-26T00:30:14.080Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-26T00:30:14.127Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-26T00:30:14.133Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-26T00:30:14.133Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-26T00:30:15.629Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-26T00:30:16.021Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-26T00:30:16.080Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-26T00:30:18.592Z | Planning: Solver setup ... Done |
| 131 | 2026-08-26T00:30:18.662Z | Planning: Running solver ... Done |
| 132 | 2026-08-26T00:30:18.712Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-26T00:30:18.715Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-26T00:30:18.719Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-26T00:30:18.733Z | Planning: Package planning ... Done |
| 136 | 2026-08-26T00:30:18.736Z | Planning: Merging actions ... Done |
| 137 | 2026-08-26T00:30:18.905Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-26T00:30:18.908Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-26T00:30:19.724Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-26T00:30:19.728Z | Planning: Planning completed in 3.64 seconds |
| 141 | 2026-08-26T00:30:19.732Z | Packages to install: 1 |
| 142 | 2026-08-26T00:30:19.735Z | Create boot environment: No |
| 143 | 2026-08-26T00:30:19.735Z | Create backup boot environment: No |
| 144 | 2026-08-26T00:30:19.757Z | |
| 145 | 2026-08-26T00:30:19.757Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-26T00:30:19.893Z | Download: Completed 75.30 MB in 0.13 seconds (557M/s) |
| 147 | 2026-08-26T00:30:20.056Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-26T00:30:21.022Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-08-26T00:30:21.026Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-26T00:30:21.067Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-26T00:30:21.163Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-26T00:30:23.740Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-26T00:30:23.812Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-26T00:30:23.815Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-26T00:30:24.060Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-26T00:30:24.225Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-26T00:30:24.225Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-26T00:30:24.225Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-26T00:30:24.225Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-26T00:30:24.225Z | ++ banner packages |
| 161 | 2026-08-26T00:30:24.228Z | |
| 162 | 2026-08-26T00:30:24.228Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-26T00:30:24.228Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-26T00:30:24.228Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-26T00:30:24.228Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-26T00:30:24.228Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-26T00:30:24.228Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-26T00:30:24.228Z | |
| 169 | 2026-08-26T00:30:24.228Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-26T00:30:24.498Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-26T00:30:24.502Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-26T00:30:26.756Z | Planning: Solver setup ... Done |
| 173 | 2026-08-26T00:30:26.826Z | Planning: Running solver ... Done |
| 174 | 2026-08-26T00:30:26.872Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-26T00:30:26.876Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-26T00:30:26.876Z | Planning: Planning completed in 2.37 seconds |
| 177 | 2026-08-26T00:30:26.891Z | No updates necessary for this image. |
| 178 | 2026-08-26T00:30:27.030Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-26T00:30:27.245Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-26T00:30:27.356Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-26T00:30:27.359Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-26T00:30:27.520Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-26T00:30:27.524Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-26T00:30:27.545Z | Mediators to change: 2 |
| 185 | 2026-08-26T00:30:27.545Z | Create boot environment: No |
| 186 | 2026-08-26T00:30:27.545Z | Create backup boot environment: No |
| 187 | 2026-08-26T00:30:27.602Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-26T00:30:27.602Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-26T00:30:27.654Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-26T00:30:29.682Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-26T00:30:29.749Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-26T00:30:29.753Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-26T00:30:29.854Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-26T00:30:29.926Z | ++ cargo --version |
| 195 | 2026-08-26T00:30:29.936Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-26T00:30:29.939Z | ++ rustc --version |
| 197 | 2026-08-26T00:30:29.959Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-26T00:30:29.962Z | + banner copyrights |
| 199 | 2026-08-26T00:30:29.965Z | |
| 200 | 2026-08-26T00:30:29.965Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-26T00:30:29.966Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-26T00:30:29.966Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-26T00:30:29.966Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-26T00:30:29.966Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-26T00:30:29.966Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-26T00:30:29.966Z | |
| 207 | 2026-08-26T00:30:29.966Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-26T00:30:30.256Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-26T00:30:31.154Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-26T00:30:31.566Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 211 | 2026-08-26T00:30:31.623Z | packet/src/eth.rs: Copyright with wrong year |
| 212 | 2026-08-26T00:30:31.716Z | pcap/build.rs: Copyright with wrong year |
| 213 | 2026-08-26T00:30:31.890Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 214 | 2026-08-26T00:30:32.125Z | + banner clippy |
| 215 | 2026-08-26T00:30:32.131Z | |
| 216 | 2026-08-26T00:30:32.131Z | #### # # ##### ##### # # |
| 217 | 2026-08-26T00:30:32.131Z | # # # # # # # # # # |
| 218 | 2026-08-26T00:30:32.131Z | # # # # # # # # |
| 219 | 2026-08-26T00:30:32.131Z | # # # ##### ##### # |
| 220 | 2026-08-26T00:30:32.131Z | # # # # # # # |
| 221 | 2026-08-26T00:30:32.131Z | #### ###### # # # # |
| 222 | 2026-08-26T00:30:32.131Z | |
| 223 | 2026-08-26T00:30:32.131Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 224 | 2026-08-26T00:30:32.131Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 225 | 2026-08-26T00:30:32.280Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 226 | 2026-08-26T00:30:45.860Z | Updating crates.io index |
| 227 | 2026-08-26T00:30:45.896Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 228 | 2026-08-26T00:30:46.427Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 229 | 2026-08-26T00:30:47.208Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 230 | 2026-08-26T00:30:47.562Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 231 | 2026-08-26T00:30:47.890Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 232 | 2026-08-26T00:30:49.152Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 233 | 2026-08-26T00:30:49.600Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 234 | 2026-08-26T00:30:49.926Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 235 | 2026-08-26T00:30:50.339Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 236 | 2026-08-26T00:30:50.912Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-08-26T00:30:51.366Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 238 | 2026-08-26T00:30:52.405Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 239 | 2026-08-26T00:30:52.947Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-08-26T00:30:53.310Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 241 | 2026-08-26T00:30:53.601Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 242 | 2026-08-26T00:30:54.031Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 243 | 2026-08-26T00:30:54.943Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 244 | 2026-08-26T00:30:55.566Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-08-26T00:30:56.187Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-08-26T00:30:56.615Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-08-26T00:30:56.935Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-08-26T00:30:58.251Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-08-26T00:30:58.836Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-08-26T00:30:59.454Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-26T00:31:00.896Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-26T00:31:01.567Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-26T00:31:01.901Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-08-26T00:31:02.509Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-08-26T00:31:04.474Z | Downloading crates ... |
| 256 | 2026-08-26T00:31:04.541Z | Downloaded anstyle v1.0.14 |
| 257 | 2026-08-26T00:31:04.550Z | Downloaded atomicwrites v0.4.4 |
| 258 | 2026-08-26T00:31:04.553Z | Downloaded cstr-argument v0.1.2 |
| 259 | 2026-08-26T00:31:04.557Z | Downloaded cfg-if v1.0.4 |
| 260 | 2026-08-26T00:31:04.557Z | Downloaded arrayref v0.3.9 |
| 261 | 2026-08-26T00:31:04.561Z | Downloaded adler2 v2.0.1 |
| 262 | 2026-08-26T00:31:04.568Z | Downloaded data-encoding v2.9.0 |
| 263 | 2026-08-26T00:31:04.572Z | Downloaded arrayvec v0.7.6 |
| 264 | 2026-08-26T00:31:04.577Z | Downloaded fixedbitset v0.5.7 |
| 265 | 2026-08-26T00:31:04.577Z | Downloaded bitflags v1.3.2 |
| 266 | 2026-08-26T00:31:04.580Z | Downloaded compression-core v0.4.32 |
| 267 | 2026-08-26T00:31:04.580Z | Downloaded clang-sys v1.8.1 |
| 268 | 2026-08-26T00:31:04.588Z | Downloaded bit-set v0.8.0 |
| 269 | 2026-08-26T00:31:04.592Z | Downloaded bitflags v2.11.1 |
| 270 | 2026-08-26T00:31:04.597Z | Downloaded dof v0.3.0 |
| 271 | 2026-08-26T00:31:04.600Z | Downloaded backoff v0.4.0 |
| 272 | 2026-08-26T00:31:04.600Z | Downloaded bit-vec v0.8.0 |
| 273 | 2026-08-26T00:31:04.606Z | Downloaded autocfg v1.5.0 |
| 274 | 2026-08-26T00:31:04.609Z | Downloaded hostname v0.3.1 |
| 275 | 2026-08-26T00:31:04.609Z | Downloaded atomic-waker v1.1.2 |
| 276 | 2026-08-26T00:31:04.609Z | Downloaded async-stream-impl v0.3.6 |
| 277 | 2026-08-26T00:31:04.613Z | Downloaded async-compression v0.4.33 |
| 278 | 2026-08-26T00:31:04.616Z | Downloaded glob v0.3.3 |
| 279 | 2026-08-26T00:31:04.620Z | Downloaded async-recursion v1.1.1 |
| 280 | 2026-08-26T00:31:04.623Z | Downloaded hash32 v0.3.1 |
| 281 | 2026-08-26T00:31:04.626Z | Downloaded block-buffer v0.12.0 |
| 282 | 2026-08-26T00:31:04.626Z | Downloaded base16ct v0.2.0 |
| 283 | 2026-08-26T00:31:04.629Z | Downloaded ff v0.13.1 |
| 284 | 2026-08-26T00:31:04.629Z | Downloaded futures-core v0.3.32 |
| 285 | 2026-08-26T00:31:04.632Z | Downloaded fixedbitset v0.4.2 |
| 286 | 2026-08-26T00:31:04.635Z | Downloaded futures-io v0.3.32 |
| 287 | 2026-08-26T00:31:04.635Z | Downloaded errno v0.3.14 |
| 288 | 2026-08-26T00:31:04.638Z | Downloaded hex v0.4.3 |
| 289 | 2026-08-26T00:31:04.642Z | Downloaded fnv v1.0.7 |
| 290 | 2026-08-26T00:31:04.642Z | Downloaded cobs v0.3.0 |
| 291 | 2026-08-26T00:31:04.645Z | Downloaded cargo-platform v0.1.9 |
| 292 | 2026-08-26T00:31:04.648Z | Downloaded form_urlencoded v1.2.2 |
| 293 | 2026-08-26T00:31:04.648Z | Downloaded enum-as-inner v0.6.1 |
| 294 | 2026-08-26T00:31:04.653Z | Downloaded hostname v0.4.2 |
| 295 | 2026-08-26T00:31:04.653Z | Downloaded group v0.13.0 |
| 296 | 2026-08-26T00:31:04.656Z | Downloaded httpdate v1.0.3 |
| 297 | 2026-08-26T00:31:04.656Z | Downloaded defmt-macros v1.0.1 |
| 298 | 2026-08-26T00:31:04.659Z | Downloaded bcs v0.1.6 |
| 299 | 2026-08-26T00:31:04.663Z | Downloaded equivalent v1.0.2 |
| 300 | 2026-08-26T00:31:04.663Z | Downloaded dyn-clone v1.0.20 |
| 301 | 2026-08-26T00:31:04.666Z | Downloaded futures-sink v0.3.32 |
| 302 | 2026-08-26T00:31:04.666Z | Downloaded darling_macro v0.21.3 |
| 303 | 2026-08-26T00:31:04.668Z | Downloaded heck v0.5.0 |
| 304 | 2026-08-26T00:31:04.669Z | Downloaded futures-macro v0.3.32 |
| 305 | 2026-08-26T00:31:04.673Z | Downloaded fastrand v2.3.0 |
| 306 | 2026-08-26T00:31:04.676Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 307 | 2026-08-26T00:31:04.676Z | Downloaded foreign-types-shared v0.1.1 |
| 308 | 2026-08-26T00:31:04.676Z | Downloaded crc8 v0.1.1 |
| 309 | 2026-08-26T00:31:04.682Z | Downloaded debug-ignore v1.0.5 |
| 310 | 2026-08-26T00:31:04.682Z | Downloaded block-buffer v0.10.4 |
| 311 | 2026-08-26T00:31:04.686Z | Downloaded heck v0.4.1 |
| 312 | 2026-08-26T00:31:04.686Z | Downloaded futures-task v0.3.32 |
| 313 | 2026-08-26T00:31:04.686Z | Downloaded crypto-common v0.1.6 |
| 314 | 2026-08-26T00:31:04.690Z | Downloaded float-ord v0.3.2 |
| 315 | 2026-08-26T00:31:04.690Z | Downloaded crossbeam-deque v0.8.6 |
| 316 | 2026-08-26T00:31:04.693Z | Downloaded base64ct v1.8.0 |
| 317 | 2026-08-26T00:31:04.693Z | Downloaded cargo_metadata v0.18.1 |
| 318 | 2026-08-26T00:31:04.696Z | Downloaded embedded-io v0.6.1 |
| 319 | 2026-08-26T00:31:04.696Z | Downloaded hubpack_derive v0.1.1 |
| 320 | 2026-08-26T00:31:04.699Z | Downloaded cpufeatures v0.2.17 |
| 321 | 2026-08-26T00:31:04.699Z | Downloaded git-stub v1.0.0 |
| 322 | 2026-08-26T00:31:04.703Z | Downloaded convert_case v0.4.0 |
| 323 | 2026-08-26T00:31:04.703Z | Downloaded ciborium-ll v0.2.2 |
| 324 | 2026-08-26T00:31:04.707Z | Downloaded hyper-tls v0.6.0 |
| 325 | 2026-08-26T00:31:04.712Z | Downloaded hubpack v0.1.2 |
| 326 | 2026-08-26T00:31:04.712Z | Downloaded foreign-types-macros v0.2.3 |
| 327 | 2026-08-26T00:31:04.712Z | Downloaded camino-tempfile v1.4.1 |
| 328 | 2026-08-26T00:31:04.715Z | Downloaded csv-core v0.1.12 |
| 329 | 2026-08-26T00:31:04.715Z | Downloaded foreign-types-shared v0.3.1 |
| 330 | 2026-08-26T00:31:04.718Z | Downloaded generic-array v0.14.7 |
| 331 | 2026-08-26T00:31:04.718Z | Downloaded ident_case v1.0.1 |
| 332 | 2026-08-26T00:31:04.721Z | Downloaded indent_write v2.2.0 |
| 333 | 2026-08-26T00:31:04.721Z | Downloaded highway v1.3.0 |
| 334 | 2026-08-26T00:31:04.724Z | Downloaded instant v0.1.13 |
| 335 | 2026-08-26T00:31:04.727Z | Downloaded is_ci v1.2.0 |
| 336 | 2026-08-26T00:31:04.727Z | Downloaded is_terminal_polyfill v1.70.1 |
| 337 | 2026-08-26T00:31:04.730Z | Downloaded is-terminal v0.4.16 |
| 338 | 2026-08-26T00:31:04.730Z | Downloaded inout v0.1.4 |
| 339 | 2026-08-26T00:31:04.734Z | Downloaded internet-checksum v0.2.1 |
| 340 | 2026-08-26T00:31:04.734Z | Downloaded idna_adapter v1.2.1 |
| 341 | 2026-08-26T00:31:04.737Z | Downloaded kstat-rs v0.2.4 |
| 342 | 2026-08-26T00:31:04.737Z | Downloaded compression-codecs v0.4.32 |
| 343 | 2026-08-26T00:31:04.740Z | Downloaded digest v0.11.3 |
| 344 | 2026-08-26T00:31:04.743Z | Downloaded lazy_static v1.5.0 |
| 345 | 2026-08-26T00:31:04.743Z | Downloaded libscf-sys v1.2.0 |
| 346 | 2026-08-26T00:31:04.746Z | Downloaded displaydoc v0.2.5 |
| 347 | 2026-08-26T00:31:04.749Z | Downloaded critical-section v1.2.0 |
| 348 | 2026-08-26T00:31:04.749Z | Downloaded chacha20 v0.9.1 |
| 349 | 2026-08-26T00:31:04.752Z | Downloaded darling v0.21.3 |
| 350 | 2026-08-26T00:31:04.755Z | Downloaded keccak v0.1.6 |
| 351 | 2026-08-26T00:31:04.758Z | Downloaded linked-hash-map v0.5.6 |
| 352 | 2026-08-26T00:31:04.758Z | Downloaded git-stub-vcs v0.1.0 |
| 353 | 2026-08-26T00:31:04.761Z | Downloaded globset v0.4.16 |
| 354 | 2026-08-26T00:31:04.765Z | Downloaded find-msvc-tools v0.1.9 |
| 355 | 2026-08-26T00:31:04.765Z | Downloaded daft v0.1.5 |
| 356 | 2026-08-26T00:31:04.768Z | Downloaded cexpr v0.6.0 |
| 357 | 2026-08-26T00:31:04.768Z | Downloaded defmt v0.3.100 |
| 358 | 2026-08-26T00:31:04.773Z | Downloaded memoffset v0.9.1 |
| 359 | 2026-08-26T00:31:04.776Z | Downloaded mime v0.3.17 |
| 360 | 2026-08-26T00:31:04.776Z | Downloaded lru-slab v0.1.2 |
| 361 | 2026-08-26T00:31:04.776Z | Downloaded foldhash v0.1.5 |
| 362 | 2026-08-26T00:31:04.776Z | Downloaded crossbeam-epoch v0.9.18 |
| 363 | 2026-08-26T00:31:04.779Z | Downloaded managed v0.8.0 |
| 364 | 2026-08-26T00:31:04.783Z | Downloaded match_cfg v0.1.0 |
| 365 | 2026-08-26T00:31:04.783Z | Downloaded fs_extra v1.3.0 |
| 366 | 2026-08-26T00:31:04.786Z | Downloaded crc32fast v1.5.0 |
| 367 | 2026-08-26T00:31:04.786Z | Downloaded ingot-types v0.1.2 |
| 368 | 2026-08-26T00:31:04.789Z | Downloaded derive-where v1.6.0 |
| 369 | 2026-08-26T00:31:04.792Z | Downloaded newtype_derive v0.1.6 |
| 370 | 2026-08-26T00:31:04.795Z | Downloaded newtype-uuid-macros v0.1.0 |
| 371 | 2026-08-26T00:31:04.795Z | Downloaded num-iter v0.1.45 |
| 372 | 2026-08-26T00:31:04.798Z | Downloaded num-derive v0.4.2 |
| 373 | 2026-08-26T00:31:04.801Z | Downloaded jobserver v0.1.34 |
| 374 | 2026-08-26T00:31:04.801Z | Downloaded ipnetwork v0.21.1 |
| 375 | 2026-08-26T00:31:04.804Z | Downloaded blake2 v0.10.6 |
| 376 | 2026-08-26T00:31:04.807Z | Downloaded num v0.4.3 |
| 377 | 2026-08-26T00:31:04.807Z | Downloaded crossbeam-utils v0.8.21 |
| 378 | 2026-08-26T00:31:04.810Z | Downloaded cipher v0.4.4 |
| 379 | 2026-08-26T00:31:04.813Z | Downloaded clap_derive v4.6.1 |
| 380 | 2026-08-26T00:31:04.813Z | Downloaded openssl-probe v0.1.6 |
| 381 | 2026-08-26T00:31:04.817Z | Downloaded olpc-cjson v0.1.4 |
| 382 | 2026-08-26T00:31:04.817Z | Downloaded num_enum_derive v0.5.11 |
| 383 | 2026-08-26T00:31:04.820Z | Downloaded num_threads v0.1.7 |
| 384 | 2026-08-26T00:31:04.820Z | Downloaded num-conv v0.2.1 |
| 385 | 2026-08-26T00:31:04.823Z | Downloaded erased-serde v0.3.31 |
| 386 | 2026-08-26T00:31:04.823Z | Downloaded allocator-api2 v0.2.21 |
| 387 | 2026-08-26T00:31:04.827Z | Downloaded omicron-workspace-hack v0.1.0 |
| 388 | 2026-08-26T00:31:04.828Z | Downloaded linear-map v1.2.0 |
| 389 | 2026-08-26T00:31:04.830Z | Downloaded openssl-macros v0.1.1 |
| 390 | 2026-08-26T00:31:04.830Z | Downloaded iana-time-zone v0.1.64 |
| 391 | 2026-08-26T00:31:04.833Z | Downloaded hyper-rustls v0.27.7 |
| 392 | 2026-08-26T00:31:04.833Z | Downloaded libloading v0.8.9 |
| 393 | 2026-08-26T00:31:04.836Z | Downloaded cancel-safe-futures v0.1.5 |
| 394 | 2026-08-26T00:31:04.839Z | Downloaded futures-channel v0.3.32 |
| 395 | 2026-08-26T00:31:04.842Z | Downloaded parse-display v0.10.0 |
| 396 | 2026-08-26T00:31:04.842Z | Downloaded libsw v3.5.0 |
| 397 | 2026-08-26T00:31:04.845Z | Downloaded http-body-util v0.1.3 |
| 398 | 2026-08-26T00:31:04.845Z | Downloaded hmac v0.12.1 |
| 399 | 2026-08-26T00:31:04.849Z | Downloaded opaque-debug v0.3.1 |
| 400 | 2026-08-26T00:31:04.849Z | Downloaded httparse v1.10.1 |
| 401 | 2026-08-26T00:31:04.853Z | Downloaded ingot-macros v0.1.1 |
| 402 | 2026-08-26T00:31:04.856Z | Downloaded lock_api v0.4.14 |
| 403 | 2026-08-26T00:31:04.856Z | Downloaded libsw-core v0.3.2 |
| 404 | 2026-08-26T00:31:04.856Z | Downloaded native-tls v0.2.14 |
| 405 | 2026-08-26T00:31:04.859Z | Downloaded percent-encoding v2.3.2 |
| 406 | 2026-08-26T00:31:04.859Z | Downloaded phf_shared v0.12.1 |
| 407 | 2026-08-26T00:31:04.862Z | Downloaded newline-converter v0.3.0 |
| 408 | 2026-08-26T00:31:04.862Z | Downloaded pretty-hex v0.4.1 |
| 409 | 2026-08-26T00:31:04.866Z | Downloaded cookie v0.18.1 |
| 410 | 2026-08-26T00:31:04.866Z | Downloaded console v0.15.11 |
| 411 | 2026-08-26T00:31:04.872Z | Downloaded derive-ex v0.1.8 |
| 412 | 2026-08-26T00:31:04.872Z | Downloaded plain v0.2.3 |
| 413 | 2026-08-26T00:31:04.875Z | Downloaded camino v1.2.3 |
| 414 | 2026-08-26T00:31:04.875Z | Downloaded clap v4.6.1 |
| 415 | 2026-08-26T00:31:04.879Z | Downloaded proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-26T00:31:04.882Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 417 | 2026-08-26T00:31:04.882Z | Downloaded ipnet v2.11.0 |
| 418 | 2026-08-26T00:31:04.885Z | Downloaded num-rational v0.4.2 |
| 419 | 2026-08-26T00:31:04.885Z | Downloaded multer v3.1.0 |
| 420 | 2026-08-26T00:31:04.888Z | Downloaded hybrid-array v0.4.12 |
| 421 | 2026-08-26T00:31:04.891Z | Downloaded num_enum_derive v0.7.5 |
| 422 | 2026-08-26T00:31:04.891Z | Downloaded num_enum v0.7.5 |
| 423 | 2026-08-26T00:31:04.895Z | Downloaded progenitor-client v0.10.0 |
| 424 | 2026-08-26T00:31:04.898Z | Downloaded proc-macro-crate v1.3.1 |
| 425 | 2026-08-26T00:31:04.898Z | Downloaded progenitor-client v0.14.0 |
| 426 | 2026-08-26T00:31:04.901Z | Downloaded progenitor-client v0.11.1 |
| 427 | 2026-08-26T00:31:04.901Z | Downloaded memmap2 v0.9.8 |
| 428 | 2026-08-26T00:31:04.904Z | Downloaded progenitor-macro v0.10.0 |
| 429 | 2026-08-26T00:31:04.904Z | Downloaded powerfmt v0.2.0 |
| 430 | 2026-08-26T00:31:04.907Z | Downloaded quick-error v1.2.3 |
| 431 | 2026-08-26T00:31:04.907Z | Downloaded getrandom v0.3.3 |
| 432 | 2026-08-26T00:31:04.910Z | Downloaded num_enum v0.5.11 |
| 433 | 2026-08-26T00:31:04.913Z | Downloaded rand_chacha v0.3.1 |
| 434 | 2026-08-26T00:31:04.916Z | Downloaded getrandom v0.2.16 |
| 435 | 2026-08-26T00:31:04.920Z | Downloaded dropshot_endpoint v0.17.1 |
| 436 | 2026-08-26T00:31:04.924Z | Downloaded litemap v0.8.0 |
| 437 | 2026-08-26T00:31:04.925Z | Downloaded pem v3.0.5 |
| 438 | 2026-08-26T00:31:04.928Z | Downloaded drift v0.2.0 |
| 439 | 2026-08-26T00:31:04.931Z | Downloaded indexmap v1.9.3 |
| 440 | 2026-08-26T00:31:04.934Z | Downloaded half v2.7.1 |
| 441 | 2026-08-26T00:31:04.938Z | Downloaded ref-cast v1.0.25 |
| 442 | 2026-08-26T00:31:04.941Z | Downloaded oxnet v0.1.6 |
| 443 | 2026-08-26T00:31:04.941Z | Downloaded oxide-tokio-rt v0.1.2 |
| 444 | 2026-08-26T00:31:04.944Z | Downloaded rustc_version v0.4.1 |
| 445 | 2026-08-26T00:31:04.944Z | Downloaded rustc_version v0.1.7 |
| 446 | 2026-08-26T00:31:04.947Z | Downloaded hickory-resolver v0.25.2 |
| 447 | 2026-08-26T00:31:04.950Z | Downloaded const-oid v0.10.2 |
| 448 | 2026-08-26T00:31:04.950Z | Downloaded const_format v0.2.34 |
| 449 | 2026-08-26T00:31:04.953Z | Downloaded phf v0.12.1 |
| 450 | 2026-08-26T00:31:04.956Z | Downloaded pest_generator v2.8.2 |
| 451 | 2026-08-26T00:31:04.956Z | Downloaded chacha20poly1305 v0.10.1 |
| 452 | 2026-08-26T00:31:04.959Z | Downloaded bytes v1.12.0 |
| 453 | 2026-08-26T00:31:04.962Z | Downloaded proc-macro-error v1.0.4 |
| 454 | 2026-08-26T00:31:04.965Z | Downloaded progenitor v0.11.1 |
| 455 | 2026-08-26T00:31:04.969Z | Downloaded progenitor v0.14.0 |
| 456 | 2026-08-26T00:31:04.969Z | Downloaded once_cell v1.21.3 |
| 457 | 2026-08-26T00:31:04.972Z | Downloaded proc-macro-error2 v2.0.1 |
| 458 | 2026-08-26T00:31:04.975Z | Downloaded rustc-hash v2.1.1 |
| 459 | 2026-08-26T00:31:04.975Z | Downloaded scopeguard v1.2.0 |
| 460 | 2026-08-26T00:31:04.978Z | Downloaded pin-project-lite v0.2.16 |
| 461 | 2026-08-26T00:31:04.982Z | Downloaded progenitor v0.10.0 |
| 462 | 2026-08-26T00:31:04.982Z | Downloaded ppv-lite86 v0.2.21 |
| 463 | 2026-08-26T00:31:04.985Z | Downloaded num-complex v0.4.6 |
| 464 | 2026-08-26T00:31:04.985Z | Downloaded rand_xorshift v0.4.0 |
| 465 | 2026-08-26T00:31:04.989Z | Downloaded same-file v1.0.6 |
| 466 | 2026-08-26T00:31:04.989Z | Downloaded progenitor-macro v0.11.1 |
| 467 | 2026-08-26T00:31:04.989Z | Downloaded rand_core v0.6.4 |
| 468 | 2026-08-26T00:31:04.992Z | Downloaded rand_chacha v0.9.0 |
| 469 | 2026-08-26T00:31:04.992Z | Downloaded quote v1.0.45 |
| 470 | 2026-08-26T00:31:04.995Z | Downloaded rand_core v0.9.3 |
| 471 | 2026-08-26T00:31:04.995Z | Downloaded heapless v0.8.0 |
| 472 | 2026-08-26T00:31:05.000Z | Downloaded scroll_derive v0.13.1 |
| 473 | 2026-08-26T00:31:05.004Z | Downloaded icu_normalizer_data v2.0.0 |
| 474 | 2026-08-26T00:31:05.004Z | Downloaded parking_lot v0.12.5 |
| 475 | 2026-08-26T00:31:05.004Z | Downloaded futures v0.3.32 |
| 476 | 2026-08-26T00:31:05.007Z | Downloaded pest_derive v2.8.2 |
| 477 | 2026-08-26T00:31:05.011Z | Downloaded scroll_derive v0.12.1 |
| 478 | 2026-08-26T00:31:05.011Z | Downloaded derive_more v0.99.20 |
| 479 | 2026-08-26T00:31:05.015Z | Downloaded paste v1.0.15 |
| 480 | 2026-08-26T00:31:05.018Z | Downloaded serde-big-array v0.5.1 |
| 481 | 2026-08-26T00:31:05.018Z | Downloaded serde_spanned v1.1.1 |
| 482 | 2026-08-26T00:31:05.021Z | Downloaded resolv-conf v0.7.5 |
| 483 | 2026-08-26T00:31:05.021Z | Downloaded crypto-bigint v0.5.5 |
| 484 | 2026-08-26T00:31:05.024Z | Downloaded serde_repr v0.1.20 |
| 485 | 2026-08-26T00:31:05.027Z | Downloaded cc v1.2.64 |
| 486 | 2026-08-26T00:31:05.032Z | Downloaded serde_plain v1.0.2 |
| 487 | 2026-08-26T00:31:05.032Z | Downloaded secrecy v0.10.3 |
| 488 | 2026-08-26T00:31:05.035Z | Downloaded owo-colors v4.3.0 |
| 489 | 2026-08-26T00:31:05.035Z | Downloaded serde_urlencoded v0.7.1 |
| 490 | 2026-08-26T00:31:05.035Z | Downloaded pest_meta v2.8.2 |
| 491 | 2026-08-26T00:31:05.038Z | Downloaded parking_lot_core v0.9.12 |
| 492 | 2026-08-26T00:31:05.038Z | Downloaded ref-cast-impl v1.0.25 |
| 493 | 2026-08-26T00:31:05.041Z | Downloaded serde_spanned v0.6.9 |
| 494 | 2026-08-26T00:31:05.041Z | Downloaded sha1 v0.11.0 |
| 495 | 2026-08-26T00:31:05.044Z | Downloaded rusty-fork v0.3.0 |
| 496 | 2026-08-26T00:31:05.044Z | Downloaded sigpipe v0.1.3 |
| 497 | 2026-08-26T00:31:05.047Z | Downloaded signal-hook-tokio v0.4.0 |
| 498 | 2026-08-26T00:31:05.047Z | Downloaded slog-bunyan v2.5.0 |
| 499 | 2026-08-26T00:31:05.047Z | Downloaded siphasher v1.0.1 |
| 500 | 2026-08-26T00:31:05.050Z | Downloaded rustversion v1.0.22 |
| 501 | 2026-08-26T00:31:05.050Z | Downloaded sha1 v0.10.6 |
| 502 | 2026-08-26T00:31:05.053Z | Downloaded rustls-pemfile v2.2.0 |
| 503 | 2026-08-26T00:31:05.053Z | Downloaded schemars_derive v0.8.22 |
| 504 | 2026-08-26T00:31:05.056Z | Downloaded icu_collections v2.0.0 |
| 505 | 2026-08-26T00:31:05.059Z | Downloaded postcard v1.1.3 |
| 506 | 2026-08-26T00:31:05.064Z | Downloaded poly1305 v0.8.0 |
| 507 | 2026-08-26T00:31:05.067Z | Downloaded quinn-udp v0.5.14 |
| 508 | 2026-08-26T00:31:05.067Z | Downloaded papergrid v0.18.0 |
| 509 | 2026-08-26T00:31:05.070Z | Downloaded smawk v0.3.2 |
| 510 | 2026-08-26T00:31:05.070Z | Downloaded omicron-zone-package v0.12.2 |
| 511 | 2026-08-26T00:31:05.073Z | Downloaded structmeta v0.3.0 |
| 512 | 2026-08-26T00:31:05.073Z | Downloaded strum v0.26.3 |
| 513 | 2026-08-26T00:31:05.075Z | Downloaded structmeta-derive v0.3.0 |
| 514 | 2026-08-26T00:31:05.076Z | Downloaded strsim v0.11.1 |
| 515 | 2026-08-26T00:31:05.076Z | Downloaded stable_deref_trait v1.2.0 |
| 516 | 2026-08-26T00:31:05.083Z | Downloaded scroll v0.13.0 |
| 517 | 2026-08-26T00:31:05.083Z | Downloaded num-traits v0.2.19 |
| 518 | 2026-08-26T00:31:05.088Z | Downloaded hickory-resolver v0.24.4 |
| 519 | 2026-08-26T00:31:05.088Z | Downloaded scroll v0.12.0 |
| 520 | 2026-08-26T00:31:05.088Z | Downloaded pin-project v1.1.10 |
| 521 | 2026-08-26T00:31:05.094Z | Downloaded strum v0.27.2 |
| 522 | 2026-08-26T00:31:05.097Z | Downloaded pin-project-internal v1.1.10 |
| 523 | 2026-08-26T00:31:05.097Z | Downloaded flate2 v1.1.2 |
| 524 | 2026-08-26T00:31:05.097Z | Downloaded icu_properties v2.0.1 |
| 525 | 2026-08-26T00:31:05.100Z | Downloaded icu_locale_core v2.0.0 |
| 526 | 2026-08-26T00:31:05.105Z | Downloaded subtle v2.6.1 |
| 527 | 2026-08-26T00:31:05.108Z | Downloaded serde_derive_internals v0.29.1 |
| 528 | 2026-08-26T00:31:05.108Z | Downloaded strum v0.28.0 |
| 529 | 2026-08-26T00:31:05.108Z | Downloaded sync_wrapper v1.0.2 |
| 530 | 2026-08-26T00:31:05.108Z | Downloaded miniz_oxide v0.8.9 |
| 531 | 2026-08-26T00:31:05.114Z | Downloaded hashbrown v0.17.1 |
| 532 | 2026-08-26T00:31:05.114Z | Downloaded serde_path_to_error v0.1.20 |
| 533 | 2026-08-26T00:31:05.119Z | Downloaded pkg-config v0.3.32 |
| 534 | 2026-08-26T00:31:05.120Z | Downloaded slog-async v2.8.0 |
| 535 | 2026-08-26T00:31:05.120Z | Downloaded slab v0.4.11 |
| 536 | 2026-08-26T00:31:05.123Z | Downloaded shlex v2.0.1 |
| 537 | 2026-08-26T00:31:05.123Z | Downloaded signal-hook-registry v1.4.6 |
| 538 | 2026-08-26T00:31:05.123Z | Downloaded shlex v1.3.0 |
| 539 | 2026-08-26T00:31:05.123Z | Downloaded tagptr v0.2.0 |
| 540 | 2026-08-26T00:31:05.123Z | Downloaded tabwriter v1.4.1 |
| 541 | 2026-08-26T00:31:05.126Z | Downloaded supports-color v3.0.2 |
| 542 | 2026-08-26T00:31:05.126Z | Downloaded hyper-util v0.1.20 |
| 543 | 2026-08-26T00:31:05.130Z | Downloaded termtree v0.5.1 |
| 544 | 2026-08-26T00:31:05.133Z | Downloaded snafu-derive v0.8.9 |
| 545 | 2026-08-26T00:31:05.133Z | Downloaded terminal_size v0.4.3 |
| 546 | 2026-08-26T00:31:05.133Z | Downloaded take_mut v0.2.2 |
| 547 | 2026-08-26T00:31:05.133Z | Downloaded ryu v1.0.20 |
| 548 | 2026-08-26T00:31:05.137Z | Downloaded papergrid v0.11.0 |
| 549 | 2026-08-26T00:31:05.144Z | Downloaded swrite v0.1.0 |
| 550 | 2026-08-26T00:31:05.144Z | Downloaded slog-term v2.9.2 |
| 551 | 2026-08-26T00:31:05.148Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 552 | 2026-08-26T00:31:05.148Z | Downloaded progenitor-impl v0.10.0 |
| 553 | 2026-08-26T00:31:05.148Z | Downloaded jiff-static v0.2.15 |
| 554 | 2026-08-26T00:31:05.148Z | Downloaded serde_tokenstream v0.2.3 |
| 555 | 2026-08-26T00:31:05.148Z | Downloaded log v0.4.29 |
| 556 | 2026-08-26T00:31:05.152Z | Downloaded semver v0.1.20 |
| 557 | 2026-08-26T00:31:05.152Z | Downloaded search_path v0.1.4 |
| 558 | 2026-08-26T00:31:05.152Z | Downloaded smf v0.2.3 |
| 559 | 2026-08-26T00:31:05.156Z | Downloaded slog-dtrace v0.3.0 |
| 560 | 2026-08-26T00:31:05.156Z | Downloaded slog-json v2.6.1 |
| 561 | 2026-08-26T00:31:05.156Z | Downloaded elliptic-curve v0.13.8 |
| 562 | 2026-08-26T00:31:05.160Z | Downloaded testing_table v0.3.0 |
| 563 | 2026-08-26T00:31:05.160Z | Downloaded semver v1.0.28 |
| 564 | 2026-08-26T00:31:05.160Z | Downloaded time-core v0.1.8 |
| 565 | 2026-08-26T00:31:05.163Z | Downloaded thread-id v4.2.2 |
| 566 | 2026-08-26T00:31:05.163Z | Downloaded tokio-macros v2.7.0 |
| 567 | 2026-08-26T00:31:05.163Z | Downloaded num-integer v0.1.46 |
| 568 | 2026-08-26T00:31:05.163Z | Downloaded darling_core v0.21.3 |
| 569 | 2026-08-26T00:31:05.167Z | Downloaded static_assertions v1.1.0 |
| 570 | 2026-08-26T00:31:05.170Z | Downloaded prettyplease v0.2.37 |
| 571 | 2026-08-26T00:31:05.170Z | Downloaded hashbrown v0.12.3 |
| 572 | 2026-08-26T00:31:05.174Z | Downloaded tinyvec_macros v0.1.1 |
| 573 | 2026-08-26T00:31:05.174Z | Downloaded expectorate v1.2.0 |
| 574 | 2026-08-26T00:31:05.177Z | Downloaded password-hash v0.5.0 |
| 575 | 2026-08-26T00:31:05.177Z | Downloaded parse-display-derive v0.10.0 |
| 576 | 2026-08-26T00:31:05.183Z | Downloaded icu_provider v2.0.0 |
| 577 | 2026-08-26T00:31:05.183Z | Downloaded thread-id v5.0.0 |
| 578 | 2026-08-26T00:31:05.183Z | Downloaded openssl-sys v0.9.117 |
| 579 | 2026-08-26T00:31:05.190Z | Downloaded strum_macros v0.27.2 |
| 580 | 2026-08-26T00:31:05.190Z | Downloaded sha2 v0.10.9 |
| 581 | 2026-08-26T00:31:05.195Z | Downloaded toml_datetime v0.6.11 |
| 582 | 2026-08-26T00:31:05.195Z | Downloaded proc-macro2 v1.0.106 |
| 583 | 2026-08-26T00:31:05.195Z | Downloaded icu_normalizer v2.0.0 |
| 584 | 2026-08-26T00:31:05.195Z | Downloaded tabled_derive v0.7.0 |
| 585 | 2026-08-26T00:31:05.195Z | Downloaded signal-hook v0.4.4 |
| 586 | 2026-08-26T00:31:05.200Z | Downloaded strum_macros v0.26.4 |
| 587 | 2026-08-26T00:31:05.200Z | Downloaded tower-service v0.3.3 |
| 588 | 2026-08-26T00:31:05.200Z | Downloaded memchr v2.7.5 |
| 589 | 2026-08-26T00:31:05.203Z | Downloaded progenitor-impl v0.14.0 |
| 590 | 2026-08-26T00:31:05.203Z | Downloaded aho-corasick v1.1.3 |
| 591 | 2026-08-26T00:31:05.207Z | Downloaded tower-layer v0.3.3 |
| 592 | 2026-08-26T00:31:05.207Z | Downloaded try-lock v0.2.5 |
| 593 | 2026-08-26T00:31:05.207Z | Downloaded strum_macros v0.28.0 |
| 594 | 2026-08-26T00:31:05.210Z | Downloaded smallvec v1.15.1 |
| 595 | 2026-08-26T00:31:05.210Z | Downloaded schemars v0.8.22 |
| 596 | 2026-08-26T00:31:05.218Z | Downloaded typify-macro v0.4.3 |
| 597 | 2026-08-26T00:31:05.222Z | Downloaded crossbeam-channel v0.5.15 |
| 598 | 2026-08-26T00:31:05.222Z | Downloaded spin v0.9.8 |
| 599 | 2026-08-26T00:31:05.222Z | Downloaded toml_write v0.1.2 |
| 600 | 2026-08-26T00:31:05.225Z | Downloaded thiserror v1.0.69 |
| 601 | 2026-08-26T00:31:05.225Z | Downloaded progenitor-impl v0.11.1 |
| 602 | 2026-08-26T00:31:05.228Z | Downloaded synstructure v0.13.2 |
| 603 | 2026-08-26T00:31:05.228Z | Downloaded rustls-pki-types v1.12.0 |
| 604 | 2026-08-26T00:31:05.232Z | Downloaded indexmap v2.14.0 |
| 605 | 2026-08-26T00:31:05.236Z | Downloaded unarray v0.1.4 |
| 606 | 2026-08-26T00:31:05.236Z | Downloaded thiserror-no-std v2.0.2 |
| 607 | 2026-08-26T00:31:05.236Z | Downloaded thiserror-impl v1.0.69 |
| 608 | 2026-08-26T00:31:05.239Z | Downloaded thiserror-impl v2.0.18 |
| 609 | 2026-08-26T00:31:05.239Z | Downloaded typify-macro v0.6.2 |
| 610 | 2026-08-26T00:31:05.239Z | Downloaded serde_core v1.0.228 |
| 611 | 2026-08-26T00:31:05.243Z | Downloaded unicode-xid v0.2.6 |
| 612 | 2026-08-26T00:31:05.243Z | Downloaded tokio-native-tls v0.3.1 |
| 613 | 2026-08-26T00:31:05.269Z | Downloaded universal-hash v0.5.1 |
| 614 | 2026-08-26T00:31:05.269Z | Downloaded unicode-linebreak v0.1.5 |
| 615 | 2026-08-26T00:31:05.269Z | Downloaded dropshot_endpoint v0.16.7 |
| 616 | 2026-08-26T00:31:05.269Z | Downloaded progenitor-macro v0.14.0 |
| 617 | 2026-08-26T00:31:05.269Z | Downloaded tokio-rustls v0.25.0 |
| 618 | 2026-08-26T00:31:05.269Z | Downloaded tinystr v0.8.1 |
| 619 | 2026-08-26T00:31:05.269Z | Downloaded newtype-uuid v1.3.2 |
| 620 | 2026-08-26T00:31:05.269Z | Downloaded http v1.4.2 |
| 621 | 2026-08-26T00:31:05.269Z | Downloaded base64 v0.22.1 |
| 622 | 2026-08-26T00:31:05.269Z | Downloaded tokio-dtrace v0.1.1 |
| 623 | 2026-08-26T00:31:05.269Z | Downloaded ingot v0.1.1 |
| 624 | 2026-08-26T00:31:05.269Z | Downloaded potential_utf v0.1.3 |
| 625 | 2026-08-26T00:31:05.269Z | Downloaded getrandom v0.4.2 |
| 626 | 2026-08-26T00:31:05.269Z | Downloaded usdt v0.6.0 |
| 627 | 2026-08-26T00:31:05.269Z | Downloaded time-macros v0.2.27 |
| 628 | 2026-08-26T00:31:05.269Z | Downloaded untrusted v0.9.0 |
| 629 | 2026-08-26T00:31:05.278Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 630 | 2026-08-26T00:31:05.278Z | Downloaded rayon-core v1.13.0 |
| 631 | 2026-08-26T00:31:05.278Z | Downloaded usdt v0.5.0 |
| 632 | 2026-08-26T00:31:05.278Z | Downloaded colored v3.1.1 |
| 633 | 2026-08-26T00:31:05.278Z | Downloaded usdt-macro v0.5.0 |
| 634 | 2026-08-26T00:31:05.278Z | Downloaded usdt-attr-macro v0.6.0 |
| 635 | 2026-08-26T00:31:05.278Z | Downloaded untrusted v0.7.1 |
| 636 | 2026-08-26T00:31:05.278Z | Downloaded ciborium v0.2.2 |
| 637 | 2026-08-26T00:31:05.278Z | Downloaded usdt-macro v0.6.0 |
| 638 | 2026-08-26T00:31:05.286Z | Downloaded topological-sort v0.2.2 |
| 639 | 2026-08-26T00:31:05.286Z | Downloaded bytecount v0.6.9 |
| 640 | 2026-08-26T00:31:05.286Z | Downloaded usdt-attr-macro v0.5.0 |
| 641 | 2026-08-26T00:31:05.286Z | Downloaded utf8_iter v1.0.4 |
| 642 | 2026-08-26T00:31:05.286Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 643 | 2026-08-26T00:31:05.286Z | Downloaded serde_derive v1.0.228 |
| 644 | 2026-08-26T00:31:05.286Z | Downloaded macaddr v1.0.1 |
| 645 | 2026-08-26T00:31:05.287Z | Downloaded const_format_proc_macros v0.2.34 |
| 646 | 2026-08-26T00:31:05.292Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 647 | 2026-08-26T00:31:05.292Z | Downloaded cmake v0.1.54 |
| 648 | 2026-08-26T00:31:05.292Z | Downloaded similar v2.7.0 |
| 649 | 2026-08-26T00:31:05.292Z | Downloaded utf8parse v0.2.2 |
| 650 | 2026-08-26T00:31:05.292Z | Downloaded serde_with_macros v3.14.1 |
| 651 | 2026-08-26T00:31:05.292Z | Downloaded rand v0.8.5 |
| 652 | 2026-08-26T00:31:05.304Z | Downloaded waitgroup v0.1.2 |
| 653 | 2026-08-26T00:31:05.304Z | Downloaded version_check v0.9.5 |
| 654 | 2026-08-26T00:31:05.304Z | Downloaded xattr v1.6.1 |
| 655 | 2026-08-26T00:31:05.304Z | Downloaded serde_yaml v0.9.34+deprecated |
| 656 | 2026-08-26T00:31:05.308Z | Downloaded tempfile v3.27.0 |
| 657 | 2026-08-26T00:31:05.308Z | Downloaded wait-timeout v0.2.1 |
| 658 | 2026-08-26T00:31:05.308Z | Downloaded lru-cache v0.1.2 |
| 659 | 2026-08-26T00:31:05.308Z | Downloaded memmap v0.7.0 |
| 660 | 2026-08-26T00:31:05.308Z | Downloaded minimal-lexical v0.2.1 |
| 661 | 2026-08-26T00:31:05.308Z | Downloaded futures-executor v0.3.32 |
| 662 | 2026-08-26T00:31:05.308Z | Downloaded scuffle v0.1.0 |
| 663 | 2026-08-26T00:31:05.308Z | Downloaded quinn v0.11.9 |
| 664 | 2026-08-26T00:31:05.313Z | Downloaded qorb v0.4.1 |
| 665 | 2026-08-26T00:31:05.313Z | Downloaded thread_local v1.1.9 |
| 666 | 2026-08-26T00:31:05.313Z | Downloaded term v1.2.0 |
| 667 | 2026-08-26T00:31:05.317Z | Downloaded thiserror v2.0.18 |
| 668 | 2026-08-26T00:31:05.317Z | Downloaded socket2 v0.6.4 |
| 669 | 2026-08-26T00:31:05.320Z | Downloaded yoke-derive v0.8.0 |
| 670 | 2026-08-26T00:31:05.320Z | Downloaded fs-err v3.1.2 |
| 671 | 2026-08-26T00:31:05.320Z | Downloaded either v1.15.0 |
| 672 | 2026-08-26T00:31:05.323Z | Downloaded digest v0.10.7 |
| 673 | 2026-08-26T00:31:05.323Z | Downloaded deranged v0.5.3 |
| 674 | 2026-08-26T00:31:05.323Z | Downloaded itoa v1.0.15 |
| 675 | 2026-08-26T00:31:05.327Z | Downloaded humantime v2.3.0 |
| 676 | 2026-08-26T00:31:05.327Z | Downloaded foreign-types v0.3.2 |
| 677 | 2026-08-26T00:31:05.328Z | Downloaded foldhash v0.2.0 |
| 678 | 2026-08-26T00:31:05.330Z | Downloaded filetime v0.2.26 |
| 679 | 2026-08-26T00:31:05.331Z | Downloaded dtrace-parser v0.3.0 |
| 680 | 2026-08-26T00:31:05.331Z | Downloaded foreign-types v0.5.0 |
| 681 | 2026-08-26T00:31:05.331Z | Downloaded daft-derive v0.1.5 |
| 682 | 2026-08-26T00:31:05.339Z | Downloaded byteorder v1.5.0 |
| 683 | 2026-08-26T00:31:05.339Z | Downloaded http-body v1.0.1 |
| 684 | 2026-08-26T00:31:05.339Z | Downloaded gethostname v0.5.0 |
| 685 | 2026-08-26T00:31:05.339Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 686 | 2026-08-26T00:31:05.342Z | Downloaded cpufeatures v0.3.0 |
| 687 | 2026-08-26T00:31:05.342Z | Downloaded colorchoice v1.0.4 |
| 688 | 2026-08-26T00:31:05.342Z | Downloaded dunce v1.0.5 |
| 689 | 2026-08-26T00:31:05.342Z | Downloaded anstyle-parse v1.0.0 |
| 690 | 2026-08-26T00:31:05.342Z | Downloaded zeroize_derive v1.4.3 |
| 691 | 2026-08-26T00:31:05.342Z | Downloaded want v0.3.1 |
| 692 | 2026-08-26T00:31:05.342Z | Downloaded tokio-stream v0.1.17 |
| 693 | 2026-08-26T00:31:05.346Z | Downloaded toml v0.8.23 |
| 694 | 2026-08-26T00:31:05.346Z | Downloaded crypto-common v0.2.2 |
| 695 | 2026-08-26T00:31:05.346Z | Downloaded ciborium-io v0.2.2 |
| 696 | 2026-08-26T00:31:05.346Z | Downloaded dtrace-parser v0.2.0 |
| 697 | 2026-08-26T00:31:05.349Z | Downloaded defmt-parser v1.0.0 |
| 698 | 2026-08-26T00:31:05.349Z | Downloaded constant_time_eq v0.3.1 |
| 699 | 2026-08-26T00:31:05.349Z | Downloaded cfg_aliases v0.2.1 |
| 700 | 2026-08-26T00:31:05.349Z | Downloaded usdt-impl v0.6.0 |
| 701 | 2026-08-26T00:31:05.353Z | Downloaded socket2 v0.5.10 |
| 702 | 2026-08-26T00:31:05.353Z | Downloaded mio v1.2.1 |
| 703 | 2026-08-26T00:31:05.359Z | Downloaded defmt v1.0.1 |
| 704 | 2026-08-26T00:31:05.359Z | Downloaded clap_lex v1.1.0 |
| 705 | 2026-08-26T00:31:05.364Z | Downloaded crucible-workspace-hack v0.1.0 |
| 706 | 2026-08-26T00:31:05.364Z | Downloaded zone v0.3.1 |
| 707 | 2026-08-26T00:31:05.364Z | Downloaded vsss-rs v3.3.4 |
| 708 | 2026-08-26T00:31:05.364Z | Downloaded zone_cfg_derive v0.3.1 |
| 709 | 2026-08-26T00:31:05.364Z | Downloaded zerofrom v0.1.6 |
| 710 | 2026-08-26T00:31:05.364Z | Downloaded snafu v0.8.9 |
| 711 | 2026-08-26T00:31:05.368Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 712 | 2026-08-26T00:31:05.368Z | Downloaded textwrap v0.16.2 |
| 713 | 2026-08-26T00:31:05.368Z | Downloaded test-strategy v0.4.3 |
| 714 | 2026-08-26T00:31:05.371Z | Downloaded tracing-attributes v0.1.30 |
| 715 | 2026-08-26T00:31:05.371Z | Downloaded slog v2.8.2 |
| 716 | 2026-08-26T00:31:05.376Z | Downloaded walkdir v2.5.0 |
| 717 | 2026-08-26T00:31:05.376Z | Downloaded serde v1.0.228 |
| 718 | 2026-08-26T00:31:05.379Z | Downloaded iddqd v0.3.18 |
| 719 | 2026-08-26T00:31:05.382Z | Downloaded yoke v0.8.0 |
| 720 | 2026-08-26T00:31:05.382Z | Downloaded rustls-webpki v0.103.6 |
| 721 | 2026-08-26T00:31:05.386Z | Downloaded tinyvec v1.10.0 |
| 722 | 2026-08-26T00:31:05.386Z | Downloaded curl v0.4.50 |
| 723 | 2026-08-26T00:31:05.389Z | Downloaded writeable v0.6.1 |
| 724 | 2026-08-26T00:31:05.389Z | Downloaded whoami v1.6.1 |
| 725 | 2026-08-26T00:31:05.389Z | Downloaded hashbrown v0.15.5 |
| 726 | 2026-08-26T00:31:05.393Z | Downloaded argon2 v0.5.3 |
| 727 | 2026-08-26T00:31:05.393Z | Downloaded embedded-io v0.4.0 |
| 728 | 2026-08-26T00:31:05.396Z | Downloaded dropshot-api-manager v0.7.2 |
| 729 | 2026-08-26T00:31:05.400Z | Downloaded async-stream v0.3.6 |
| 730 | 2026-08-26T00:31:05.400Z | Downloaded zeroize v1.8.1 |
| 731 | 2026-08-26T00:31:05.400Z | Downloaded aead v0.5.2 |
| 732 | 2026-08-26T00:31:05.404Z | Downloaded anstyle-query v1.1.4 |
| 733 | 2026-08-26T00:31:05.404Z | Downloaded dof v0.4.0 |
| 734 | 2026-08-26T00:31:05.404Z | Downloaded anyhow v1.0.102 |
| 735 | 2026-08-26T00:31:05.404Z | Downloaded usdt-impl v0.5.0 |
| 736 | 2026-08-26T00:31:05.412Z | Downloaded anstream v1.0.0 |
| 737 | 2026-08-26T00:31:05.412Z | Downloaded tokio-rustls v0.26.4 |
| 738 | 2026-08-26T00:31:05.412Z | Downloaded toml v0.7.8 |
| 739 | 2026-08-26T00:31:05.416Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 740 | 2026-08-26T00:31:05.416Z | Downloaded async-trait v0.1.89 |
| 741 | 2026-08-26T00:31:05.416Z | Downloaded zerovec-derive v0.11.1 |
| 742 | 2026-08-26T00:31:05.419Z | Downloaded zerofrom-derive v0.1.6 |
| 743 | 2026-08-26T00:31:05.423Z | Downloaded tar v0.4.45 |
| 744 | 2026-08-26T00:31:05.427Z | Downloaded zmij v1.0.17 |
| 745 | 2026-08-26T00:31:05.430Z | Downloaded schemars v1.2.0 |
| 746 | 2026-08-26T00:31:05.435Z | Downloaded typify v0.4.3 |
| 747 | 2026-08-26T00:31:05.438Z | Downloaded schemars v0.9.0 |
| 748 | 2026-08-26T00:31:05.444Z | Downloaded steno v0.4.1 |
| 749 | 2026-08-26T00:31:05.447Z | Downloaded icu_properties_data v2.0.1 |
| 750 | 2026-08-26T00:31:05.451Z | Downloaded zerocopy-derive v0.7.35 |
| 751 | 2026-08-26T00:31:05.456Z | Downloaded unicode-ident v1.0.24 |
| 752 | 2026-08-26T00:31:05.459Z | Downloaded clap_builder v4.6.0 |
| 753 | 2026-08-26T00:31:05.459Z | Downloaded ucd-trie v0.1.7 |
| 754 | 2026-08-26T00:31:05.459Z | Downloaded hyper v1.10.1 |
| 755 | 2026-08-26T00:31:05.465Z | Downloaded unsafe-libyaml v0.2.11 |
| 756 | 2026-08-26T00:31:05.471Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 757 | 2026-08-26T00:31:05.471Z | Downloaded uuid v1.23.3 |
| 758 | 2026-08-26T00:31:05.474Z | Downloaded itertools v0.14.0 |
| 759 | 2026-08-26T00:31:05.474Z | Downloaded itertools v0.15.0 |
| 760 | 2026-08-26T00:31:05.477Z | Downloaded libm v0.2.15 |
| 761 | 2026-08-26T00:31:05.483Z | Downloaded itertools v0.12.1 |
| 762 | 2026-08-26T00:31:05.486Z | Downloaded tracing-core v0.1.34 |
| 763 | 2026-08-26T00:31:05.492Z | Downloaded futures-util v0.3.32 |
| 764 | 2026-08-26T00:31:05.496Z | Downloaded typify v0.6.2 |
| 765 | 2026-08-26T00:31:05.502Z | Downloaded hashbrown v0.16.1 |
| 766 | 2026-08-26T00:31:05.502Z | Downloaded iri-string v0.7.8 |
| 767 | 2026-08-26T00:31:05.505Z | Downloaded idna v1.1.0 |
| 768 | 2026-08-26T00:31:05.505Z | Downloaded pest v2.8.2 |
| 769 | 2026-08-26T00:31:05.508Z | Downloaded rand v0.9.3 |
| 770 | 2026-08-26T00:31:05.511Z | Downloaded tracing v0.1.41 |
| 771 | 2026-08-26T00:31:05.511Z | Downloaded nom v7.1.3 |
| 772 | 2026-08-26T00:31:05.521Z | Downloaded toml_edit v0.22.27 |
| 773 | 2026-08-26T00:31:05.530Z | Downloaded toml_edit v0.19.15 |
| 774 | 2026-08-26T00:31:05.533Z | Downloaded vergen v8.3.2 |
| 775 | 2026-08-26T00:31:05.536Z | Downloaded iddqd v0.4.5 |
| 776 | 2026-08-26T00:31:05.540Z | Downloaded url v2.5.7 |
| 777 | 2026-08-26T00:31:05.543Z | Downloaded h2 v0.4.14 |
| 778 | 2026-08-26T00:31:05.555Z | Downloaded bindgen v0.72.1 |
| 779 | 2026-08-26T00:31:05.564Z | Downloaded zerotrie v0.2.2 |
| 780 | 2026-08-26T00:31:05.575Z | Downloaded hkdf v0.12.4 |
| 781 | 2026-08-26T00:31:05.586Z | Downloaded blake3 v1.8.2 |
| 782 | 2026-08-26T00:31:05.590Z | Downloaded zerocopy-derive v0.8.27 |
| 783 | 2026-08-26T00:31:05.595Z | Downloaded reqwest v0.12.23 |
| 784 | 2026-08-26T00:31:05.598Z | Downloaded regex v1.12.4 |
| 785 | 2026-08-26T00:31:05.602Z | Downloaded typenum v1.20.1 |
| 786 | 2026-08-26T00:31:05.611Z | Downloaded goblin v0.8.2 |
| 787 | 2026-08-26T00:31:05.614Z | Downloaded serde_json v1.0.150 |
| 788 | 2026-08-26T00:31:05.617Z | Downloaded aws-lc-rs v1.16.2 |
| 789 | 2026-08-26T00:31:05.622Z | Downloaded reqwest v0.13.2 |
| 790 | 2026-08-26T00:31:05.625Z | Downloaded unicode-segmentation v1.12.0 |
| 791 | 2026-08-26T00:31:05.628Z | Downloaded tokio-util v0.7.16 |
| 792 | 2026-08-26T00:31:05.631Z | Downloaded tower v0.5.2 |
| 793 | 2026-08-26T00:31:05.635Z | Downloaded typed-path v0.9.3 |
| 794 | 2026-08-26T00:31:05.638Z | Downloaded rayon v1.11.0 |
| 795 | 2026-08-26T00:31:05.643Z | Downloaded portable-atomic v1.11.1 |
| 796 | 2026-08-26T00:31:05.647Z | Downloaded git2 v0.19.0 |
| 797 | 2026-08-26T00:31:05.651Z | Downloaded unicode-normalization v0.1.24 |
| 798 | 2026-08-26T00:31:05.655Z | Downloaded proptest v1.8.0 |
| 799 | 2026-08-26T00:31:05.660Z | Downloaded tower-http v0.6.8 |
| 800 | 2026-08-26T00:31:05.665Z | Downloaded goblin v0.10.1 |
| 801 | 2026-08-26T00:31:05.670Z | Downloaded chrono v0.4.45 |
| 802 | 2026-08-26T00:31:05.684Z | Downloaded tough v0.20.0 |
| 803 | 2026-08-26T00:31:05.704Z | Downloaded serde_with v3.14.1 |
| 804 | 2026-08-26T00:31:05.723Z | Downloaded rustls-webpki v0.102.8 |
| 805 | 2026-08-26T00:31:05.733Z | Downloaded zerovec v0.11.4 |
| 806 | 2026-08-26T00:31:05.737Z | Downloaded curve25519-dalek v4.1.3 |
| 807 | 2026-08-26T00:31:05.746Z | Downloaded zerocopy v0.7.35 |
| 808 | 2026-08-26T00:31:05.761Z | Downloaded winnow v0.5.40 |
| 809 | 2026-08-26T00:31:05.765Z | Downloaded winnow v0.7.14 |
| 810 | 2026-08-26T00:31:05.770Z | Downloaded tabled v0.15.0 |
| 811 | 2026-08-26T00:31:05.779Z | Downloaded tabled v0.21.0 |
| 812 | 2026-08-26T00:31:05.787Z | Downloaded quinn-proto v0.11.14 |
| 813 | 2026-08-26T00:31:05.791Z | Downloaded syn v1.0.109 |
| 814 | 2026-08-26T00:31:05.796Z | Downloaded moka v0.12.11 |
| 815 | 2026-08-26T00:31:05.801Z | Downloaded bstr v1.12.0 |
| 816 | 2026-08-26T00:31:05.810Z | Downloaded winnow v1.0.3 |
| 817 | 2026-08-26T00:31:05.817Z | Downloaded time v0.3.47 |
| 818 | 2026-08-26T00:31:05.832Z | Downloaded dropshot v0.16.7 |
| 819 | 2026-08-26T00:31:05.844Z | Downloaded vcpkg v0.2.15 |
| 820 | 2026-08-26T00:31:05.867Z | Downloaded zerocopy v0.8.27 |
| 821 | 2026-08-26T00:31:05.879Z | Downloaded regress v0.10.5 |
| 822 | 2026-08-26T00:31:05.884Z | Downloaded syn v2.0.118 |
| 823 | 2026-08-26T00:31:05.891Z | Downloaded webpki-roots v1.0.2 |
| 824 | 2026-08-26T00:31:05.894Z | Downloaded openssl v0.10.81 |
| 825 | 2026-08-26T00:31:05.900Z | Downloaded smoltcp v0.11.0 |
| 826 | 2026-08-26T00:31:05.908Z | Downloaded hickory-proto v0.24.4 |
| 827 | 2026-08-26T00:31:05.916Z | Downloaded unicode-width v0.1.14 |
| 828 | 2026-08-26T00:31:05.920Z | Downloaded rustls v0.22.4 |
| 829 | 2026-08-26T00:31:05.927Z | Downloaded regress v0.11.1 |
| 830 | 2026-08-26T00:31:05.932Z | Downloaded hickory-proto v0.25.2 |
| 831 | 2026-08-26T00:31:05.942Z | Downloaded rustls v0.23.40 |
| 832 | 2026-08-26T00:31:05.949Z | Downloaded openapiv3 v2.2.0 |
| 833 | 2026-08-26T00:31:05.957Z | Downloaded rustix v1.1.4 |
| 834 | 2026-08-26T00:31:05.971Z | Downloaded rustix v0.38.44 |
| 835 | 2026-08-26T00:31:05.983Z | Downloaded regex-syntax v0.8.11 |
| 836 | 2026-08-26T00:31:05.988Z | Downloaded dropshot v0.17.1 |
| 837 | 2026-08-26T00:31:06.002Z | Downloaded nix v0.31.3 |
| 838 | 2026-08-26T00:31:06.008Z | Downloaded unicode-width v0.2.1 |
| 839 | 2026-08-26T00:31:06.012Z | Downloaded nix v0.30.1 |
| 840 | 2026-08-26T00:31:06.027Z | Downloaded typify-impl v0.4.3 |
| 841 | 2026-08-26T00:31:06.038Z | Downloaded typify-impl v0.6.2 |
| 842 | 2026-08-26T00:31:06.057Z | Downloaded regex-automata v0.4.13 |
| 843 | 2026-08-26T00:31:06.096Z | Downloaded encoding_rs v0.8.35 |
| 844 | 2026-08-26T00:31:06.110Z | Downloaded petgraph v0.8.2 |
| 845 | 2026-08-26T00:31:06.125Z | Downloaded petgraph v0.6.5 |
| 846 | 2026-08-26T00:31:06.134Z | Downloaded sha3 v0.10.8 |
| 847 | 2026-08-26T00:31:06.137Z | Downloaded libz-sys v1.1.22 |
| 848 | 2026-08-26T00:31:06.149Z | Downloaded chrono-tz v0.10.4 |
| 849 | 2026-08-26T00:31:06.161Z | Downloaded jiff v0.2.15 |
| 850 | 2026-08-26T00:31:06.191Z | Downloaded csv v1.4.0 |
| 851 | 2026-08-26T00:31:06.205Z | Downloaded libc v0.2.186 |
| 852 | 2026-08-26T00:31:06.237Z | Downloaded tokio v1.52.3 |
| 853 | 2026-08-26T00:31:06.389Z | Downloaded ring v0.17.14 |
| 854 | 2026-08-26T00:31:06.451Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 855 | 2026-08-26T00:31:06.497Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 856 | 2026-08-26T00:31:06.998Z | Downloaded aws-lc-sys v0.39.1 |
| 857 | 2026-08-26T00:31:07.319Z | Compiling proc-macro2 v1.0.106 |
| 858 | 2026-08-26T00:31:07.319Z | Compiling quote v1.0.45 |
| 859 | 2026-08-26T00:31:07.320Z | Compiling unicode-ident v1.0.24 |
| 860 | 2026-08-26T00:31:07.320Z | Compiling serde_core v1.0.228 |
| 861 | 2026-08-26T00:31:07.323Z | Compiling serde v1.0.228 |
| 862 | 2026-08-26T00:31:07.323Z | Compiling libc v0.2.186 |
| 863 | 2026-08-26T00:31:07.323Z | Checking cfg-if v1.0.4 |
| 864 | 2026-08-26T00:31:07.592Z | Compiling zmij v1.0.17 |
| 865 | 2026-08-26T00:31:07.638Z | Compiling autocfg v1.5.0 |
| 866 | 2026-08-26T00:31:07.964Z | Compiling memchr v2.7.5 |
| 867 | 2026-08-26T00:31:07.992Z | Compiling libm v0.2.15 |
| 868 | 2026-08-26T00:31:08.329Z | Compiling getrandom v0.4.2 |
| 869 | 2026-08-26T00:31:08.384Z | Compiling jobserver v0.1.34 |
| 870 | 2026-08-26T00:31:08.440Z | Compiling shlex v2.0.1 |
| 871 | 2026-08-26T00:31:08.474Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-08-26T00:31:08.604Z | Compiling version_check v0.9.5 |
| 873 | 2026-08-26T00:31:08.621Z | Compiling cc v1.2.64 |
| 874 | 2026-08-26T00:31:08.689Z | Compiling syn v2.0.118 |
| 875 | 2026-08-26T00:31:08.729Z | Compiling thiserror v2.0.18 |
| 876 | 2026-08-26T00:31:08.735Z | Checking smallvec v1.15.1 |
| 877 | 2026-08-26T00:31:08.760Z | Checking itoa v1.0.15 |
| 878 | 2026-08-26T00:31:08.876Z | Compiling icu_properties_data v2.0.1 |
| 879 | 2026-08-26T00:31:08.892Z | Compiling icu_normalizer_data v2.0.0 |
| 880 | 2026-08-26T00:31:09.036Z | Compiling parking_lot_core v0.9.12 |
| 881 | 2026-08-26T00:31:09.132Z | Checking stable_deref_trait v1.2.0 |
| 882 | 2026-08-26T00:31:09.150Z | Compiling serde_json v1.0.150 |
| 883 | 2026-08-26T00:31:09.374Z | Compiling heck v0.5.0 |
| 884 | 2026-08-26T00:31:09.414Z | Checking litemap v0.8.0 |
| 885 | 2026-08-26T00:31:09.497Z | Checking writeable v0.6.1 |
| 886 | 2026-08-26T00:31:09.564Z | Compiling num-traits v0.2.19 |
| 887 | 2026-08-26T00:31:09.581Z | Checking percent-encoding v2.3.2 |
| 888 | 2026-08-26T00:31:09.821Z | Checking form_urlencoded v1.2.2 |
| 889 | 2026-08-26T00:31:09.965Z | Checking utf8_iter v1.0.4 |
| 890 | 2026-08-26T00:31:10.023Z | Compiling zerocopy v0.8.27 |
| 891 | 2026-08-26T00:31:10.042Z | Checking pin-project-lite v0.2.16 |
| 892 | 2026-08-26T00:31:10.066Z | Compiling log v0.4.29 |
| 893 | 2026-08-26T00:31:10.088Z | Compiling equivalent v1.0.2 |
| 894 | 2026-08-26T00:31:10.103Z | Compiling semver v1.0.28 |
| 895 | 2026-08-26T00:31:10.133Z | Checking iana-time-zone v0.1.64 |
| 896 | 2026-08-26T00:31:10.178Z | Compiling rustversion v1.0.22 |
| 897 | 2026-08-26T00:31:10.241Z | Checking getrandom v0.2.16 |
| 898 | 2026-08-26T00:31:10.246Z | Checking socket2 v0.6.4 |
| 899 | 2026-08-26T00:31:10.385Z | Checking uuid v1.23.3 |
| 900 | 2026-08-26T00:31:10.406Z | Checking scopeguard v1.2.0 |
| 901 | 2026-08-26T00:31:10.520Z | Checking lock_api v0.4.14 |
| 902 | 2026-08-26T00:31:10.654Z | Checking bitflags v2.11.1 |
| 903 | 2026-08-26T00:31:10.680Z | Checking signal-hook-registry v1.4.6 |
| 904 | 2026-08-26T00:31:10.698Z | Checking mio v1.2.1 |
| 905 | 2026-08-26T00:31:10.730Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-26T00:31:10.826Z | Compiling schemars v0.8.22 |
| 907 | 2026-08-26T00:31:10.855Z | Checking dyn-clone v1.0.20 |
| 908 | 2026-08-26T00:31:10.984Z | Compiling portable-atomic v1.11.1 |
| 909 | 2026-08-26T00:31:11.006Z | Checking futures-core v0.3.32 |
| 910 | 2026-08-26T00:31:11.106Z | Compiling ring v0.17.14 |
| 911 | 2026-08-26T00:31:11.143Z | Checking critical-section v1.2.0 |
| 912 | 2026-08-26T00:31:11.176Z | Compiling hashbrown v0.17.1 |
| 913 | 2026-08-26T00:31:11.242Z | Compiling httparse v1.10.1 |
| 914 | 2026-08-26T00:31:11.301Z | Checking subtle v2.6.1 |
| 915 | 2026-08-26T00:31:11.370Z | Compiling regex-syntax v0.8.11 |
| 916 | 2026-08-26T00:31:11.456Z | Checking futures-sink v0.3.32 |
| 917 | 2026-08-26T00:31:11.592Z | Compiling synstructure v0.13.2 |
| 918 | 2026-08-26T00:31:11.653Z | Compiling serde_derive_internals v0.29.1 |
| 919 | 2026-08-26T00:31:11.912Z | Checking once_cell v1.21.3 |
| 920 | 2026-08-26T00:31:11.956Z | Compiling indexmap v2.14.0 |
| 921 | 2026-08-26T00:31:12.297Z | Checking slab v0.4.11 |
| 922 | 2026-08-26T00:31:12.360Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-26T00:31:12.418Z | Compiling thiserror v1.0.69 |
| 924 | 2026-08-26T00:31:12.454Z | Compiling rustix v1.1.4 |
| 925 | 2026-08-26T00:31:12.531Z | Checking rand_core v0.6.4 |
| 926 | 2026-08-26T00:31:12.598Z | Checking typenum v1.20.1 |
| 927 | 2026-08-26T00:31:12.834Z | Compiling serde_derive v1.0.228 |
| 928 | 2026-08-26T00:31:12.898Z | Compiling zerofrom-derive v0.1.6 |
| 929 | 2026-08-26T00:31:13.051Z | Compiling yoke-derive v0.8.0 |
| 930 | 2026-08-26T00:31:13.160Z | Compiling zerovec-derive v0.11.1 |
| 931 | 2026-08-26T00:31:13.365Z | Compiling displaydoc v0.2.5 |
| 932 | 2026-08-26T00:31:13.491Z | Compiling thiserror-impl v2.0.18 |
| 933 | 2026-08-26T00:31:13.797Z | Compiling schemars_derive v0.8.22 |
| 934 | 2026-08-26T00:31:14.044Z | Compiling tokio-macros v2.7.0 |
| 935 | 2026-08-26T00:31:14.096Z | Compiling zerocopy-derive v0.8.27 |
| 936 | 2026-08-26T00:31:14.113Z | Checking zerofrom v0.1.6 |
| 937 | 2026-08-26T00:31:14.226Z | Compiling futures-macro v0.3.32 |
| 938 | 2026-08-26T00:31:14.243Z | Checking yoke v0.8.0 |
| 939 | 2026-08-26T00:31:14.417Z | Checking zerovec v0.11.4 |
| 940 | 2026-08-26T00:31:14.724Z | Checking zerotrie v0.2.2 |
| 941 | 2026-08-26T00:31:15.000Z | Compiling zeroize_derive v1.4.3 |
| 942 | 2026-08-26T00:31:15.017Z | Compiling regex-automata v0.4.13 |
| 943 | 2026-08-26T00:31:15.034Z | Compiling thiserror-impl v1.0.69 |
| 944 | 2026-08-26T00:31:15.132Z | Checking tinystr v0.8.1 |
| 945 | 2026-08-26T00:31:15.301Z | Checking potential_utf v0.1.3 |
| 946 | 2026-08-26T00:31:15.319Z | Checking icu_locale_core v2.0.0 |
| 947 | 2026-08-26T00:31:15.431Z | Checking icu_collections v2.0.0 |
| 948 | 2026-08-26T00:31:15.648Z | Checking zeroize v1.8.1 |
| 949 | 2026-08-26T00:31:15.770Z | Checking icu_provider v2.0.0 |
| 950 | 2026-08-26T00:31:15.800Z | Checking futures-channel v0.3.32 |
| 951 | 2026-08-26T00:31:15.926Z | Checking bytes v1.12.0 |
| 952 | 2026-08-26T00:31:15.956Z | Checking chrono v0.4.45 |
| 953 | 2026-08-26T00:31:15.991Z | Compiling ucd-trie v0.1.7 |
| 954 | 2026-08-26T00:31:16.012Z | Checking icu_normalizer v2.0.0 |
| 955 | 2026-08-26T00:31:16.098Z | Checking icu_properties v2.0.1 |
| 956 | 2026-08-26T00:31:16.222Z | Compiling serde_tokenstream v0.2.3 |
| 957 | 2026-08-26T00:31:16.359Z | Checking tokio v1.52.3 |
| 958 | 2026-08-26T00:31:16.496Z | Compiling pest v2.8.2 |
| 959 | 2026-08-26T00:31:16.728Z | Compiling regex v1.12.4 |
| 960 | 2026-08-26T00:31:16.788Z | Checking futures-io v0.3.32 |
| 961 | 2026-08-26T00:31:16.894Z | Checking idna_adapter v1.2.1 |
| 962 | 2026-08-26T00:31:16.909Z | Checking futures-task v0.3.32 |
| 963 | 2026-08-26T00:31:17.028Z | Checking idna v1.1.0 |
| 964 | 2026-08-26T00:31:17.047Z | Compiling pkg-config v0.3.32 |
| 965 | 2026-08-26T00:31:17.062Z | Checking futures-util v0.3.32 |
| 966 | 2026-08-26T00:31:17.120Z | Compiling anyhow v1.0.102 |
| 967 | 2026-08-26T00:31:17.267Z | Checking url v2.5.7 |
| 968 | 2026-08-26T00:31:17.553Z | Compiling pest_meta v2.8.2 |
| 969 | 2026-08-26T00:31:17.576Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-26T00:31:17.693Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-26T00:31:17.726Z | Compiling generic-array v0.14.7 |
| 972 | 2026-08-26T00:31:17.954Z | Compiling fnv v1.0.7 |
| 973 | 2026-08-26T00:31:17.981Z | Compiling vcpkg v0.2.15 |
| 974 | 2026-08-26T00:31:18.053Z | Compiling foldhash v0.2.0 |
| 975 | 2026-08-26T00:31:18.252Z | Compiling pest_generator v2.8.2 |
| 976 | 2026-08-26T00:31:18.321Z | Compiling allocator-api2 v0.2.21 |
| 977 | 2026-08-26T00:31:18.597Z | Compiling hashbrown v0.16.1 |
| 978 | 2026-08-26T00:31:18.642Z | Checking http v1.4.2 |
| 979 | 2026-08-26T00:31:18.747Z | Checking tracing v0.1.41 |
| 980 | 2026-08-26T00:31:18.861Z | Compiling getrandom v0.3.3 |
| 981 | 2026-08-26T00:31:18.878Z | Compiling pest_derive v2.8.2 |
| 982 | 2026-08-26T00:31:19.064Z | Compiling byteorder v1.5.0 |
| 983 | 2026-08-26T00:31:19.202Z | Compiling camino v1.2.3 |
| 984 | 2026-08-26T00:31:19.220Z | Checking crypto-common v0.1.6 |
| 985 | 2026-08-26T00:31:19.290Z | Checking errno v0.3.14 |
| 986 | 2026-08-26T00:31:19.341Z | Checking ipnet v2.11.0 |
| 987 | 2026-08-26T00:31:19.370Z | Compiling time-core v0.1.8 |
| 988 | 2026-08-26T00:31:19.408Z | Compiling num-conv v0.2.1 |
| 989 | 2026-08-26T00:31:19.469Z | Checking base64 v0.22.1 |
| 990 | 2026-08-26T00:31:19.516Z | Checking tokio-util v0.7.16 |
| 991 | 2026-08-26T00:31:19.555Z | Compiling time-macros v0.2.27 |
| 992 | 2026-08-26T00:31:19.558Z | Compiling scroll_derive v0.13.1 |
| 993 | 2026-08-26T00:31:19.589Z | Compiling paste v1.0.15 |
| 994 | 2026-08-26T00:31:19.708Z | Checking http-body v1.0.1 |
| 995 | 2026-08-26T00:31:19.729Z | Checking rustls-pki-types v1.12.0 |
| 996 | 2026-08-26T00:31:19.891Z | Checking atomic-waker v1.1.2 |
| 997 | 2026-08-26T00:31:20.186Z | Checking tower-layer v0.3.3 |
| 998 | 2026-08-26T00:31:20.293Z | Checking try-lock v0.2.5 |
| 999 | 2026-08-26T00:31:20.342Z | Checking tower-service v0.3.3 |
| 1000 | 2026-08-26T00:31:20.397Z | Checking untrusted v0.9.0 |
| 1001 | 2026-08-26T00:31:20.434Z | Checking want v0.3.1 |
| 1002 | 2026-08-26T00:31:20.451Z | Checking h2 v0.4.14 |
| 1003 | 2026-08-26T00:31:20.501Z | Checking ryu v1.0.20 |
| 1004 | 2026-08-26T00:31:20.557Z | Checking httpdate v1.0.3 |
| 1005 | 2026-08-26T00:31:20.579Z | Compiling openssl-sys v0.9.117 |
| 1006 | 2026-08-26T00:31:20.611Z | Compiling async-trait v0.1.89 |
| 1007 | 2026-08-26T00:31:20.639Z | Compiling cmake v0.1.54 |
| 1008 | 2026-08-26T00:31:20.704Z | Checking socket2 v0.5.10 |
| 1009 | 2026-08-26T00:31:20.926Z | Checking pretty-hex v0.4.1 |
| 1010 | 2026-08-26T00:31:20.945Z | Compiling fs_extra v1.3.0 |
| 1011 | 2026-08-26T00:31:20.985Z | Compiling dunce v1.0.5 |
| 1012 | 2026-08-26T00:31:21.048Z | Compiling crossbeam-utils v0.8.21 |
| 1013 | 2026-08-26T00:31:21.088Z | Compiling strsim v0.11.1 |
| 1014 | 2026-08-26T00:31:21.201Z | Compiling aws-lc-sys v0.39.1 |
| 1015 | 2026-08-26T00:31:21.219Z | Compiling scroll v0.13.0 |
| 1016 | 2026-08-26T00:31:21.380Z | Compiling regress v0.10.5 |
| 1017 | 2026-08-26T00:31:21.397Z | Checking block-buffer v0.10.4 |
| 1018 | 2026-08-26T00:31:21.400Z | Checking ppv-lite86 v0.2.21 |
| 1019 | 2026-08-26T00:31:21.522Z | Compiling slog v2.8.2 |
| 1020 | 2026-08-26T00:31:21.540Z | Compiling usdt-impl v0.6.0 |
| 1021 | 2026-08-26T00:31:21.565Z | Compiling plain v0.2.3 |
| 1022 | 2026-08-26T00:31:21.679Z | Compiling goblin v0.10.1 |
| 1023 | 2026-08-26T00:31:21.712Z | Checking digest v0.10.7 |
| 1024 | 2026-08-26T00:31:21.800Z | Checking http-body-util v0.1.3 |
| 1025 | 2026-08-26T00:31:21.819Z | Checking ipnetwork v0.21.1 |
| 1026 | 2026-08-26T00:31:21.902Z | Checking erased-serde v0.3.31 |
| 1027 | 2026-08-26T00:31:22.012Z | Compiling omicron-workspace-hack v0.1.0 |
| 1028 | 2026-08-26T00:31:22.030Z | Compiling ident_case v1.0.1 |
| 1029 | 2026-08-26T00:31:22.257Z | Compiling darling_core v0.21.3 |
| 1030 | 2026-08-26T00:31:22.295Z | Checking hyper v1.10.1 |
| 1031 | 2026-08-26T00:31:22.317Z | Checking serde_urlencoded v0.7.1 |
| 1032 | 2026-08-26T00:31:22.420Z | Compiling dtrace-parser v0.3.0 |
| 1033 | 2026-08-26T00:31:22.517Z | Compiling openapiv3 v2.2.0 |
| 1034 | 2026-08-26T00:31:22.530Z | Compiling daft-derive v0.1.5 |
| 1035 | 2026-08-26T00:31:23.019Z | Compiling typify-impl v0.4.3 |
| 1036 | 2026-08-26T00:31:23.167Z | Checking hyper-util v0.1.20 |
| 1037 | 2026-08-26T00:31:23.230Z | Compiling thread-id v5.0.0 |
| 1038 | 2026-08-26T00:31:23.318Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-08-26T00:31:24.204Z | Checking encoding_rs v0.8.35 |
| 1040 | 2026-08-26T00:31:24.318Z | Compiling dof v0.4.0 |
| 1041 | 2026-08-26T00:31:24.335Z | Compiling darling_macro v0.21.3 |
| 1042 | 2026-08-26T00:31:24.936Z | Compiling darling v0.21.3 |
| 1043 | 2026-08-26T00:31:25.022Z | Checking cpufeatures v0.2.17 |
| 1044 | 2026-08-26T00:31:25.079Z | Compiling slog-async v2.8.0 |
| 1045 | 2026-08-26T00:31:25.097Z | Checking untrusted v0.7.1 |
| 1046 | 2026-08-26T00:31:25.161Z | Checking mime v0.3.17 |
| 1047 | 2026-08-26T00:31:25.207Z | Checking rand_core v0.9.3 |
| 1048 | 2026-08-26T00:31:25.279Z | Checking oxnet v0.1.6 |
| 1049 | 2026-08-26T00:31:25.377Z | Compiling structmeta-derive v0.3.0 |
| 1050 | 2026-08-26T00:31:25.403Z | Compiling usdt-attr-macro v0.6.0 |
| 1051 | 2026-08-26T00:31:25.421Z | Compiling usdt-macro v0.6.0 |
| 1052 | 2026-08-26T00:31:25.527Z | Compiling multer v3.1.0 |
| 1053 | 2026-08-26T00:31:25.735Z | Compiling unsafe-libyaml v0.2.11 |
| 1054 | 2026-08-26T00:31:25.752Z | Compiling rustls v0.22.4 |
| 1055 | 2026-08-26T00:31:25.768Z | Compiling rustls v0.23.40 |
| 1056 | 2026-08-26T00:31:26.203Z | Compiling async-stream-impl v0.3.6 |
| 1057 | 2026-08-26T00:31:26.237Z | Compiling serde_yaml v0.9.34+deprecated |
| 1058 | 2026-08-26T00:31:26.252Z | Checking sync_wrapper v1.0.2 |
| 1059 | 2026-08-26T00:31:26.393Z | Checking hex v0.4.3 |
| 1060 | 2026-08-26T00:31:26.396Z | Compiling structmeta v0.3.0 |
| 1061 | 2026-08-26T00:31:26.396Z | Compiling typify-macro v0.4.3 |
| 1062 | 2026-08-26T00:31:26.622Z | Checking fastrand v2.3.0 |
| 1063 | 2026-08-26T00:31:26.795Z | Compiling openssl v0.10.81 |
| 1064 | 2026-08-26T00:31:26.813Z | Checking foreign-types-shared v0.1.1 |
| 1065 | 2026-08-26T00:31:26.816Z | Checking tempfile v3.27.0 |
| 1066 | 2026-08-26T00:31:26.896Z | Checking foreign-types v0.3.2 |
| 1067 | 2026-08-26T00:31:26.968Z | Checking tower v0.5.2 |
| 1068 | 2026-08-26T00:31:27.020Z | Checking rand_chacha v0.9.0 |
| 1069 | 2026-08-26T00:31:27.079Z | Checking futures-executor v0.3.32 |
| 1070 | 2026-08-26T00:31:27.202Z | Compiling strum_macros v0.26.4 |
| 1071 | 2026-08-26T00:31:27.222Z | Compiling openssl-macros v0.1.1 |
| 1072 | 2026-08-26T00:31:27.285Z | Checking powerfmt v0.2.0 |
| 1073 | 2026-08-26T00:31:27.340Z | Checking openssl-probe v0.1.6 |
| 1074 | 2026-08-26T00:31:27.433Z | Compiling native-tls v0.2.14 |
| 1075 | 2026-08-26T00:31:27.449Z | Checking iri-string v0.7.8 |
| 1076 | 2026-08-26T00:31:27.452Z | Checking deranged v0.5.3 |
| 1077 | 2026-08-26T00:31:27.706Z | Checking futures v0.3.32 |
| 1078 | 2026-08-26T00:31:27.786Z | Checking rand v0.9.3 |
| 1079 | 2026-08-26T00:31:27.904Z | Compiling typify v0.4.3 |
| 1080 | 2026-08-26T00:31:27.998Z | Compiling newtype-uuid-macros v0.1.0 |
| 1081 | 2026-08-26T00:31:28.228Z | Compiling ref-cast v1.0.25 |
| 1082 | 2026-08-26T00:31:28.435Z | Checking tower-http v0.6.8 |
| 1083 | 2026-08-26T00:31:28.477Z | Checking num_threads v0.1.7 |
| 1084 | 2026-08-26T00:31:28.584Z | Compiling ref-cast-impl v1.0.25 |
| 1085 | 2026-08-26T00:31:28.601Z | Checking time v0.3.47 |
| 1086 | 2026-08-26T00:31:28.694Z | Compiling dropshot v0.16.7 |
| 1087 | 2026-08-26T00:31:28.739Z | Checking memmap2 v0.9.8 |
| 1088 | 2026-08-26T00:31:28.783Z | Checking unicode-width v0.2.1 |
| 1089 | 2026-08-26T00:31:28.966Z | Compiling derive-ex v0.1.8 |
| 1090 | 2026-08-26T00:31:29.024Z | Checking crossbeam-channel v0.5.15 |
| 1091 | 2026-08-26T00:31:29.157Z | Checking webpki-roots v1.0.2 |
| 1092 | 2026-08-26T00:31:29.172Z | Compiling dropshot_endpoint v0.16.7 |
| 1093 | 2026-08-26T00:31:29.274Z | Compiling strum_macros v0.27.2 |
| 1094 | 2026-08-26T00:31:29.336Z | Checking winnow v0.7.14 |
| 1095 | 2026-08-26T00:31:29.694Z | Compiling progenitor-impl v0.11.1 |
| 1096 | 2026-08-26T00:31:29.939Z | Checking tokio-native-tls v0.3.1 |
| 1097 | 2026-08-26T00:31:30.103Z | Checking hyper-tls v0.6.0 |
| 1098 | 2026-08-26T00:31:30.554Z | Checking newtype-uuid v1.3.2 |
| 1099 | 2026-08-26T00:31:30.571Z | Compiling test-strategy v0.4.3 |
| 1100 | 2026-08-26T00:31:30.680Z | Checking thread_local v1.1.9 |
| 1101 | 2026-08-26T00:31:30.742Z | Checking winnow v1.0.3 |
| 1102 | 2026-08-26T00:31:30.811Z | Checking daft v0.1.5 |
| 1103 | 2026-08-26T00:31:30.842Z | Compiling serde_with_macros v3.14.1 |
| 1104 | 2026-08-26T00:31:31.030Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1105 | 2026-08-26T00:31:31.046Z | Checking serde_spanned v1.1.1 |
| 1106 | 2026-08-26T00:31:31.095Z | Checking is-terminal v0.4.16 |
| 1107 | 2026-08-26T00:31:31.177Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1108 | 2026-08-26T00:31:31.194Z | Checking match_cfg v0.1.0 |
| 1109 | 2026-08-26T00:31:31.265Z | Checking either v1.15.0 |
| 1110 | 2026-08-26T00:31:31.352Z | Checking take_mut v0.2.2 |
| 1111 | 2026-08-26T00:31:31.370Z | Checking term v1.2.0 |
| 1112 | 2026-08-26T00:31:31.452Z | Checking debug-ignore v1.0.5 |
| 1113 | 2026-08-26T00:31:31.552Z | Checking hostname v0.3.1 |
| 1114 | 2026-08-26T00:31:31.590Z | Checking slog-term v2.9.2 |
| 1115 | 2026-08-26T00:31:31.636Z | Checking slog-json v2.6.1 |
| 1116 | 2026-08-26T00:31:31.788Z | Compiling syn v1.0.109 |
| 1117 | 2026-08-26T00:31:31.846Z | Checking spin v0.9.8 |
| 1118 | 2026-08-26T00:31:31.846Z | Compiling progenitor-macro v0.11.1 |
| 1119 | 2026-08-26T00:31:31.897Z | Checking slog-bunyan v2.5.0 |
| 1120 | 2026-08-26T00:31:31.921Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-26T00:31:31.938Z | Checking usdt v0.6.0 |
| 1122 | 2026-08-26T00:31:32.006Z | Compiling parse-display-derive v0.10.0 |
| 1123 | 2026-08-26T00:31:32.089Z | Checking rustls-webpki v0.102.8 |
| 1124 | 2026-08-26T00:31:32.123Z | Checking rustls-pemfile v2.2.0 |
| 1125 | 2026-08-26T00:31:32.155Z | Checking waitgroup v0.1.2 |
| 1126 | 2026-08-26T00:31:32.170Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1127 | 2026-08-26T00:31:32.253Z | Checking serde_path_to_error v0.1.20 |
| 1128 | 2026-08-26T00:31:32.269Z | Checking hostname v0.4.2 |
| 1129 | 2026-08-26T00:31:32.367Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1130 | 2026-08-26T00:31:32.517Z | Checking strum v0.26.3 |
| 1131 | 2026-08-26T00:31:32.606Z | Checking rand_chacha v0.3.1 |
| 1132 | 2026-08-26T00:31:32.628Z | Checking macaddr v1.0.1 |
| 1133 | 2026-08-26T00:31:32.676Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-26T00:31:32.799Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-26T00:31:32.814Z | Checking quick-error v1.2.3 |
| 1136 | 2026-08-26T00:31:32.870Z | Checking lazy_static v1.5.0 |
| 1137 | 2026-08-26T00:31:32.916Z | Checking bit-vec v0.8.0 |
| 1138 | 2026-08-26T00:31:32.934Z | Checking rusty-fork v0.3.0 |
| 1139 | 2026-08-26T00:31:32.968Z | Checking toml v0.9.12+spec-1.1.0 |
| 1140 | 2026-08-26T00:31:33.097Z | Checking rand v0.8.5 |
| 1141 | 2026-08-26T00:31:33.114Z | Checking bit-set v0.8.0 |
| 1142 | 2026-08-26T00:31:33.261Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-26T00:31:33.506Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-08-26T00:31:33.526Z | Checking sha1 v0.10.6 |
| 1145 | 2026-08-26T00:31:33.609Z | Checking unarray v0.1.4 |
| 1146 | 2026-08-26T00:31:33.703Z | Checking strum v0.27.2 |
| 1147 | 2026-08-26T00:31:33.719Z | Checking proptest v1.8.0 |
| 1148 | 2026-08-26T00:31:33.828Z | Checking tabwriter v1.4.1 |
| 1149 | 2026-08-26T00:31:33.831Z | Checking tokio-rustls v0.25.0 |
| 1150 | 2026-08-26T00:31:33.910Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1151 | 2026-08-26T00:31:33.969Z | Checking colored v3.1.1 |
| 1152 | 2026-08-26T00:31:34.057Z | Checking serde_with v3.14.1 |
| 1153 | 2026-08-26T00:31:34.463Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1154 | 2026-08-26T00:31:34.690Z | Checking instant v0.1.13 |
| 1155 | 2026-08-26T00:31:34.784Z | Checking rustc-hash v2.1.1 |
| 1156 | 2026-08-26T00:31:35.086Z | Checking iddqd v0.3.18 |
| 1157 | 2026-08-26T00:31:35.108Z | Checking backoff v0.4.0 |
| 1158 | 2026-08-26T00:31:35.282Z | Checking parse-display v0.10.0 |
| 1159 | 2026-08-26T00:31:35.356Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1160 | 2026-08-26T00:31:35.373Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1161 | 2026-08-26T00:31:35.427Z | Checking itertools v0.14.0 |
| 1162 | 2026-08-26T00:31:35.480Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1163 | 2026-08-26T00:31:35.888Z | Compiling toml_datetime v0.6.11 |
| 1164 | 2026-08-26T00:31:35.904Z | Compiling clap_derive v4.6.1 |
| 1165 | 2026-08-26T00:31:35.954Z | Checking utf8parse v0.2.2 |
| 1166 | 2026-08-26T00:31:36.051Z | Checking anstyle-parse v1.0.0 |
| 1167 | 2026-08-26T00:31:36.201Z | Checking terminal_size v0.4.3 |
| 1168 | 2026-08-26T00:31:36.401Z | Checking anstyle v1.0.14 |
| 1169 | 2026-08-26T00:31:36.418Z | Checking colorchoice v1.0.4 |
| 1170 | 2026-08-26T00:31:36.438Z | Checking is_terminal_polyfill v1.70.1 |
| 1171 | 2026-08-26T00:31:36.517Z | Checking anstyle-query v1.1.4 |
| 1172 | 2026-08-26T00:31:36.608Z | Checking anstream v1.0.0 |
| 1173 | 2026-08-26T00:31:36.863Z | Checking clap_lex v1.1.0 |
| 1174 | 2026-08-26T00:31:37.089Z | Checking clap_builder v4.6.0 |
| 1175 | 2026-08-26T00:31:38.291Z | Checking clap v4.6.1 |
| 1176 | 2026-08-26T00:31:39.255Z | Compiling num-derive v0.4.2 |
| 1177 | 2026-08-26T00:31:39.894Z | Compiling rustls-webpki v0.103.6 |
| 1178 | 2026-08-26T00:31:40.434Z | Compiling prettyplease v0.2.37 |
| 1179 | 2026-08-26T00:31:41.987Z | Checking crossbeam-epoch v0.9.18 |
| 1180 | 2026-08-26T00:31:42.207Z | Compiling winnow v0.5.40 |
| 1181 | 2026-08-26T00:31:42.211Z | Compiling cfg_aliases v0.2.1 |
| 1182 | 2026-08-26T00:31:43.088Z | Checking serde_spanned v0.6.9 |
| 1183 | 2026-08-26T00:31:43.217Z | Compiling tokio-rustls v0.26.4 |
| 1184 | 2026-08-26T00:31:43.457Z | Compiling toml_edit v0.19.15 |
| 1185 | 2026-08-26T00:31:43.474Z | Compiling memoffset v0.9.1 |
| 1186 | 2026-08-26T00:31:43.607Z | Compiling rayon-core v1.13.0 |
| 1187 | 2026-08-26T00:31:44.591Z | Compiling proc-macro-crate v1.3.1 |
| 1188 | 2026-08-26T00:31:44.882Z | Compiling zerocopy-derive v0.7.35 |
| 1189 | 2026-08-26T00:31:45.210Z | Compiling crc32fast v1.5.0 |
| 1190 | 2026-08-26T00:31:45.379Z | Compiling hyper-rustls v0.27.7 |
| 1191 | 2026-08-26T00:31:45.574Z | Compiling reqwest v0.12.23 |
| 1192 | 2026-08-26T00:31:46.118Z | Checking crossbeam-deque v0.8.6 |
| 1193 | 2026-08-26T00:31:46.432Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1194 | 2026-08-26T00:31:46.629Z | Checking adler2 v2.0.1 |
| 1195 | 2026-08-26T00:31:46.722Z | Compiling progenitor-client v0.11.1 |
| 1196 | 2026-08-26T00:31:47.282Z | Compiling progenitor v0.11.1 |
| 1197 | 2026-08-26T00:31:47.588Z | Checking miniz_oxide v0.8.9 |
| 1198 | 2026-08-26T00:31:48.499Z | Compiling num-integer v0.1.46 |
| 1199 | 2026-08-26T00:31:48.573Z | Compiling proc-macro-error-attr v1.0.4 |
| 1200 | 2026-08-26T00:31:48.798Z | Compiling heapless v0.8.0 |
| 1201 | 2026-08-26T00:31:48.801Z | Compiling heck v0.4.1 |
| 1202 | 2026-08-26T00:31:49.005Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1203 | 2026-08-26T00:31:49.150Z | Checking flate2 v1.1.2 |
| 1204 | 2026-08-26T00:31:49.263Z | Compiling progenitor-client v0.10.0 |
| 1205 | 2026-08-26T00:31:49.650Z | Compiling ingot-macros v0.1.1 |
| 1206 | 2026-08-26T00:31:50.170Z | Checking hash32 v0.3.1 |
| 1207 | 2026-08-26T00:31:50.298Z | Checking hybrid-array v0.4.12 |
| 1208 | 2026-08-26T00:31:50.349Z | Compiling proc-macro-error v1.0.4 |
| 1209 | 2026-08-26T00:31:50.526Z | Checking toml_write v0.1.2 |
| 1210 | 2026-08-26T00:31:50.699Z | Compiling smoltcp v0.11.0 |
| 1211 | 2026-08-26T00:31:50.761Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1212 | 2026-08-26T00:31:51.007Z | Checking toml_edit v0.22.27 |
| 1213 | 2026-08-26T00:31:51.305Z | Checking num-rational v0.4.2 |
| 1214 | 2026-08-26T00:31:51.474Z | Checking num-iter v0.1.45 |
| 1215 | 2026-08-26T00:31:51.591Z | Compiling zerocopy v0.7.35 |
| 1216 | 2026-08-26T00:31:51.713Z | Compiling num_enum_derive v0.7.5 |
| 1217 | 2026-08-26T00:31:52.074Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1218 | 2026-08-26T00:31:52.147Z | Compiling hubpack_derive v0.1.1 |
| 1219 | 2026-08-26T00:31:52.219Z | Checking cobs v0.3.0 |
| 1220 | 2026-08-26T00:31:52.273Z | Checking ingot-types v0.1.2 |
| 1221 | 2026-08-26T00:31:52.307Z | Compiling scroll_derive v0.12.1 |
| 1222 | 2026-08-26T00:31:52.362Z | Compiling foreign-types-macros v0.2.3 |
| 1223 | 2026-08-26T00:31:52.496Z | Compiling num-complex v0.4.6 |
| 1224 | 2026-08-26T00:31:52.649Z | Compiling usdt-impl v0.5.0 |
| 1225 | 2026-08-26T00:31:52.743Z | Checking managed v0.8.0 |
| 1226 | 2026-08-26T00:31:52.898Z | Checking foreign-types-shared v0.3.1 |
| 1227 | 2026-08-26T00:31:52.925Z | Checking bitflags v1.3.2 |
| 1228 | 2026-08-26T00:31:52.943Z | Compiling crucible-workspace-hack v0.1.0 |
| 1229 | 2026-08-26T00:31:53.002Z | Checking foreign-types v0.5.0 |
| 1230 | 2026-08-26T00:31:53.005Z | Checking scroll v0.12.0 |
| 1231 | 2026-08-26T00:31:53.084Z | Checking num v0.4.3 |
| 1232 | 2026-08-26T00:31:53.249Z | Checking num_enum v0.7.5 |
| 1233 | 2026-08-26T00:31:53.273Z | Checking hubpack v0.1.2 |
| 1234 | 2026-08-26T00:31:53.290Z | Checking ingot v0.1.1 |
| 1235 | 2026-08-26T00:31:53.359Z | Checking postcard v1.1.3 |
| 1236 | 2026-08-26T00:31:53.438Z | Compiling dof v0.3.0 |
| 1237 | 2026-08-26T00:31:53.634Z | Checking toml v0.8.23 |
| 1238 | 2026-08-26T00:31:54.049Z | Checking block-buffer v0.12.0 |
| 1239 | 2026-08-26T00:31:54.066Z | Checking crypto-common v0.2.2 |
| 1240 | 2026-08-26T00:31:54.190Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1241 | 2026-08-26T00:31:54.253Z | Compiling dtrace-parser v0.2.0 |
| 1242 | 2026-08-26T00:31:54.524Z | Checking camino-tempfile v1.4.1 |
| 1243 | 2026-08-26T00:31:54.668Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1244 | 2026-08-26T00:31:54.685Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1245 | 2026-08-26T00:31:54.685Z | Checking cstr-argument v0.1.2 |
| 1246 | 2026-08-26T00:31:54.865Z | Compiling thread-id v4.2.2 |
| 1247 | 2026-08-26T00:31:54.882Z | Checking float-ord v0.3.2 |
| 1248 | 2026-08-26T00:31:54.911Z | Checking const-oid v0.10.2 |
| 1249 | 2026-08-26T00:31:54.930Z | Compiling minimal-lexical v0.2.1 |
| 1250 | 2026-08-26T00:31:54.952Z | Checking static_assertions v1.1.0 |
| 1251 | 2026-08-26T00:31:54.985Z | Checking compression-core v0.4.32 |
| 1252 | 2026-08-26T00:31:55.071Z | Checking digest v0.11.3 |
| 1253 | 2026-08-26T00:31:55.114Z | Checking compression-codecs v0.4.32 |
| 1254 | 2026-08-26T00:31:55.146Z | Compiling nom v7.1.3 |
| 1255 | 2026-08-26T00:31:55.274Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1256 | 2026-08-26T00:31:55.291Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1257 | 2026-08-26T00:31:55.410Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1258 | 2026-08-26T00:31:55.520Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1259 | 2026-08-26T00:31:55.670Z | Checking goblin v0.8.2 |
| 1260 | 2026-08-26T00:31:55.716Z | Checking rayon v1.11.0 |
| 1261 | 2026-08-26T00:31:56.008Z | Compiling num_enum_derive v0.5.11 |
| 1262 | 2026-08-26T00:31:56.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1263 | 2026-08-26T00:31:56.260Z | Compiling rustc_version v0.4.1 |
| 1264 | 2026-08-26T00:31:56.422Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1265 | 2026-08-26T00:31:56.533Z | Compiling dropshot v0.17.1 |
| 1266 | 2026-08-26T00:31:56.616Z | Compiling rustix v0.38.44 |
| 1267 | 2026-08-26T00:31:56.779Z | Compiling convert_case v0.4.0 |
| 1268 | 2026-08-26T00:31:56.796Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1269 | 2026-08-26T00:31:56.975Z | Checking cpufeatures v0.3.0 |
| 1270 | 2026-08-26T00:31:56.975Z | Checking tinyvec_macros v0.1.1 |
| 1271 | 2026-08-26T00:31:57.032Z | Checking num_enum v0.5.11 |
| 1272 | 2026-08-26T00:31:57.052Z | Checking sha1 v0.11.0 |
| 1273 | 2026-08-26T00:31:57.068Z | Checking tinyvec v1.10.0 |
| 1274 | 2026-08-26T00:31:57.084Z | Compiling derive_more v0.99.20 |
| 1275 | 2026-08-26T00:31:57.227Z | Checking toml v1.1.2+spec-1.1.0 |
| 1276 | 2026-08-26T00:31:57.260Z | Checking async-compression v0.4.33 |
| 1277 | 2026-08-26T00:31:57.373Z | Compiling nix v0.30.1 |
| 1278 | 2026-08-26T00:31:57.499Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-08-26T00:31:57.754Z | Checking libscf-sys v1.2.0 |
| 1280 | 2026-08-26T00:31:57.877Z | Compiling libz-sys v1.1.22 |
| 1281 | 2026-08-26T00:31:57.894Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1282 | 2026-08-26T00:31:58.000Z | Compiling dropshot_endpoint v0.17.1 |
| 1283 | 2026-08-26T00:31:58.019Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1284 | 2026-08-26T00:31:58.117Z | Checking bytecount v0.6.9 |
| 1285 | 2026-08-26T00:31:58.363Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1286 | 2026-08-26T00:31:58.507Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1287 | 2026-08-26T00:31:58.969Z | Compiling usdt-attr-macro v0.5.0 |
| 1288 | 2026-08-26T00:31:59.116Z | Compiling usdt-macro v0.5.0 |
| 1289 | 2026-08-26T00:31:59.229Z | Compiling zone_cfg_derive v0.3.1 |
| 1290 | 2026-08-26T00:31:59.258Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1291 | 2026-08-26T00:31:59.361Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-26T00:31:59.429Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-08-26T00:31:59.593Z | Checking itertools v0.12.1 |
| 1294 | 2026-08-26T00:31:59.681Z | Checking memmap v0.7.0 |
| 1295 | 2026-08-26T00:31:59.780Z | Checking sigpipe v0.1.3 |
| 1296 | 2026-08-26T00:31:59.857Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1297 | 2026-08-26T00:31:59.882Z | Checking glob v0.3.3 |
| 1298 | 2026-08-26T00:31:59.899Z | Checking jiff v0.2.15 |
| 1299 | 2026-08-26T00:32:00.038Z | Checking usdt v0.5.0 |
| 1300 | 2026-08-26T00:32:00.065Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1301 | 2026-08-26T00:32:00.101Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1302 | 2026-08-26T00:32:00.216Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1303 | 2026-08-26T00:32:00.297Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1304 | 2026-08-26T00:32:00.328Z | Checking smf v0.2.3 |
| 1305 | 2026-08-26T00:32:00.409Z | Checking secrecy v0.10.3 |
| 1306 | 2026-08-26T00:32:00.513Z | Checking bstr v1.12.0 |
| 1307 | 2026-08-26T00:32:00.530Z | Checking whoami v1.6.1 |
| 1308 | 2026-08-26T00:32:00.534Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1309 | 2026-08-26T00:32:00.610Z | Checking zone v0.3.1 |
| 1310 | 2026-08-26T00:32:00.700Z | Compiling curve25519-dalek v4.1.3 |
| 1311 | 2026-08-26T00:32:00.848Z | Checking hmac v0.12.1 |
| 1312 | 2026-08-26T00:32:00.885Z | Compiling clang-sys v1.8.1 |
| 1313 | 2026-08-26T00:32:00.949Z | Checking inout v0.1.4 |
| 1314 | 2026-08-26T00:32:00.977Z | Compiling enum-as-inner v0.6.1 |
| 1315 | 2026-08-26T00:32:00.980Z | Checking ff v0.13.1 |
| 1316 | 2026-08-26T00:32:01.046Z | Compiling semver v0.1.20 |
| 1317 | 2026-08-26T00:32:01.082Z | Checking data-encoding v2.9.0 |
| 1318 | 2026-08-26T00:32:01.115Z | Checking group v0.13.0 |
| 1319 | 2026-08-26T00:32:01.226Z | Compiling rustc_version v0.1.7 |
| 1320 | 2026-08-26T00:32:01.273Z | Checking cipher v0.4.4 |
| 1321 | 2026-08-26T00:32:01.348Z | Checking hkdf v0.12.4 |
| 1322 | 2026-08-26T00:32:01.372Z | Checking atomicwrites v0.4.4 |
| 1323 | 2026-08-26T00:32:01.420Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1324 | 2026-08-26T00:32:01.462Z | Checking universal-hash v0.5.1 |
| 1325 | 2026-08-26T00:32:01.479Z | Compiling regress v0.11.1 |
| 1326 | 2026-08-26T00:32:01.495Z | Checking crypto-bigint v0.5.5 |
| 1327 | 2026-08-26T00:32:01.510Z | Checking half v2.7.1 |
| 1328 | 2026-08-26T00:32:01.580Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1329 | 2026-08-26T00:32:01.749Z | Checking ciborium-io v0.2.2 |
| 1330 | 2026-08-26T00:32:01.845Z | Checking base64ct v1.8.0 |
| 1331 | 2026-08-26T00:32:02.078Z | Checking base16ct v0.2.0 |
| 1332 | 2026-08-26T00:32:02.200Z | Checking indent_write v2.2.0 |
| 1333 | 2026-08-26T00:32:02.232Z | Checking opaque-debug v0.3.1 |
| 1334 | 2026-08-26T00:32:02.291Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1335 | 2026-08-26T00:32:02.308Z | Checking poly1305 v0.8.0 |
| 1336 | 2026-08-26T00:32:02.449Z | Checking password-hash v0.5.0 |
| 1337 | 2026-08-26T00:32:02.467Z | Checking thiserror-no-std v2.0.2 |
| 1338 | 2026-08-26T00:32:02.497Z | Checking elliptic-curve v0.13.8 |
| 1339 | 2026-08-26T00:32:02.534Z | Checking ciborium-ll v0.2.2 |
| 1340 | 2026-08-26T00:32:02.555Z | Checking chacha20 v0.9.1 |
| 1341 | 2026-08-26T00:32:02.672Z | Compiling newtype_derive v0.1.6 |
| 1342 | 2026-08-26T00:32:02.705Z | Checking similar v2.7.0 |
| 1343 | 2026-08-26T00:32:02.763Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1344 | 2026-08-26T00:32:02.768Z | Compiling nix v0.31.3 |
| 1345 | 2026-08-26T00:32:02.899Z | Checking blake2 v0.10.6 |
| 1346 | 2026-08-26T00:32:02.988Z | Compiling typify-impl v0.6.2 |
| 1347 | 2026-08-26T00:32:03.005Z | Checking aead v0.5.2 |
| 1348 | 2026-08-26T00:32:03.038Z | Compiling libloading v0.8.9 |
| 1349 | 2026-08-26T00:32:03.116Z | Checking keccak v0.1.6 |
| 1350 | 2026-08-26T00:32:03.141Z | Checking resolv-conf v0.7.5 |
| 1351 | 2026-08-26T00:32:03.145Z | Compiling bindgen v0.72.1 |
| 1352 | 2026-08-26T00:32:03.230Z | Compiling owo-colors v4.3.0 |
| 1353 | 2026-08-26T00:32:03.270Z | Checking linked-hash-map v0.5.6 |
| 1354 | 2026-08-26T00:32:03.325Z | Checking sha3 v0.10.8 |
| 1355 | 2026-08-26T00:32:03.437Z | Checking lru-cache v0.1.2 |
| 1356 | 2026-08-26T00:32:03.517Z | Checking chacha20poly1305 v0.10.1 |
| 1357 | 2026-08-26T00:32:03.596Z | Checking argon2 v0.5.3 |
| 1358 | 2026-08-26T00:32:03.614Z | Checking vsss-rs v3.3.4 |
| 1359 | 2026-08-26T00:32:03.699Z | Checking ciborium v0.2.2 |
| 1360 | 2026-08-26T00:32:03.898Z | Checking hickory-proto v0.24.4 |
| 1361 | 2026-08-26T00:32:04.059Z | Checking tokio-dtrace v0.1.1 |
| 1362 | 2026-08-26T00:32:04.108Z | Checking papergrid v0.18.0 |
| 1363 | 2026-08-26T00:32:04.172Z | Compiling cexpr v0.6.0 |
| 1364 | 2026-08-26T00:32:04.234Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1365 | 2026-08-26T00:32:04.538Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1366 | 2026-08-26T00:32:04.733Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1367 | 2026-08-26T00:32:04.889Z | Checking serde-big-array v0.5.1 |
| 1368 | 2026-08-26T00:32:05.019Z | Compiling derive-where v1.6.0 |
| 1369 | 2026-08-26T00:32:05.036Z | Compiling serde_repr v0.1.20 |
| 1370 | 2026-08-26T00:32:05.380Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1371 | 2026-08-26T00:32:05.427Z | Checking siphasher v1.0.1 |
| 1372 | 2026-08-26T00:32:05.592Z | Checking unicode-segmentation v1.12.0 |
| 1373 | 2026-08-26T00:32:05.612Z | Checking same-file v1.0.6 |
| 1374 | 2026-08-26T00:32:05.628Z | Compiling shlex v1.3.0 |
| 1375 | 2026-08-26T00:32:05.702Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1376 | 2026-08-26T00:32:05.739Z | Checking walkdir v2.5.0 |
| 1377 | 2026-08-26T00:32:05.903Z | Checking phf_shared v0.12.1 |
| 1378 | 2026-08-26T00:32:05.937Z | Checking newline-converter v0.3.0 |
| 1379 | 2026-08-26T00:32:06.046Z | Checking hickory-resolver v0.24.4 |
| 1380 | 2026-08-26T00:32:06.049Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1381 | 2026-08-26T00:32:06.267Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-26T00:32:06.409Z | Compiling typify-macro v0.6.2 |
| 1383 | 2026-08-26T00:32:06.482Z | Checking tabled v0.21.0 |
| 1384 | 2026-08-26T00:32:06.721Z | Checking oxide-tokio-rt v0.1.2 |
| 1385 | 2026-08-26T00:32:06.865Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1386 | 2026-08-26T00:32:07.480Z | Checking itertools v0.15.0 |
| 1387 | 2026-08-26T00:32:07.605Z | Checking console v0.15.11 |
| 1388 | 2026-08-26T00:32:07.623Z | Compiling progenitor-impl v0.10.0 |
| 1389 | 2026-08-26T00:32:07.778Z | Checking tokio-stream v0.1.17 |
| 1390 | 2026-08-26T00:32:07.875Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-26T00:32:07.895Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-26T00:32:07.929Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-26T00:32:08.105Z | Checking swrite v0.1.0 |
| 1394 | 2026-08-26T00:32:08.124Z | Checking unicode-linebreak v0.1.5 |
| 1395 | 2026-08-26T00:32:08.140Z | Compiling unicode-xid v0.2.6 |
| 1396 | 2026-08-26T00:32:08.198Z | Checking foldhash v0.1.5 |
| 1397 | 2026-08-26T00:32:08.263Z | Checking unicode-width v0.1.14 |
| 1398 | 2026-08-26T00:32:08.335Z | Checking smawk v0.3.2 |
| 1399 | 2026-08-26T00:32:08.353Z | Compiling cancel-safe-futures v0.1.5 |
| 1400 | 2026-08-26T00:32:08.470Z | Compiling chrono-tz v0.10.4 |
| 1401 | 2026-08-26T00:32:08.507Z | Checking textwrap v0.16.2 |
| 1402 | 2026-08-26T00:32:08.616Z | Checking hashbrown v0.15.5 |
| 1403 | 2026-08-26T00:32:08.718Z | Compiling const_format_proc_macros v0.2.34 |
| 1404 | 2026-08-26T00:32:08.738Z | Checking qorb v0.4.1 |
| 1405 | 2026-08-26T00:32:09.072Z | Checking pin-project v1.1.10 |
| 1406 | 2026-08-26T00:32:09.227Z | Checking csv v1.4.0 |
| 1407 | 2026-08-26T00:32:09.292Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1408 | 2026-08-26T00:32:09.494Z | Checking expectorate v1.2.0 |
| 1409 | 2026-08-26T00:32:09.584Z | Checking phf v0.12.1 |
| 1410 | 2026-08-26T00:32:09.625Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-08-26T00:32:09.650Z | Compiling progenitor-macro v0.10.0 |
| 1412 | 2026-08-26T00:32:09.701Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-26T00:32:09.727Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-26T00:32:10.388Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-26T00:32:10.553Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-26T00:32:10.770Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-26T00:32:10.921Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-26T00:32:10.981Z | Checking highway v1.3.0 |
| 1419 | 2026-08-26T00:32:10.984Z | Compiling moka v0.12.11 |
| 1420 | 2026-08-26T00:32:11.153Z | Checking fixedbitset v0.4.2 |
| 1421 | 2026-08-26T00:32:11.230Z | Checking fixedbitset v0.5.7 |
| 1422 | 2026-08-26T00:32:11.311Z | Checking petgraph v0.6.5 |
| 1423 | 2026-08-26T00:32:11.440Z | Checking petgraph v0.8.2 |
| 1424 | 2026-08-26T00:32:11.473Z | Checking snafu v0.8.9 |
| 1425 | 2026-08-26T00:32:11.714Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1426 | 2026-08-26T00:32:11.880Z | Checking libsw v3.5.0 |
| 1427 | 2026-08-26T00:32:12.054Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-26T00:32:12.447Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-08-26T00:32:12.532Z | Checking const_format v0.2.34 |
| 1430 | 2026-08-26T00:32:12.786Z | Checking papergrid v0.11.0 |
| 1431 | 2026-08-26T00:32:12.836Z | Compiling typify v0.6.2 |
| 1432 | 2026-08-26T00:32:12.934Z | Checking globset v0.4.16 |
| 1433 | 2026-08-26T00:32:12.952Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-26T00:32:12.991Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-26T00:32:13.172Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-08-26T00:32:13.190Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-26T00:32:13.387Z | Checking reqwest v0.13.2 |
| 1438 | 2026-08-26T00:32:13.424Z | Checking bcs v0.1.6 |
| 1439 | 2026-08-26T00:32:13.524Z | Checking pem v3.0.5 |
| 1440 | 2026-08-26T00:32:13.656Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-08-26T00:32:13.687Z | Checking humantime v2.3.0 |
| 1442 | 2026-08-26T00:32:13.775Z | Checking progenitor v0.10.0 |
| 1443 | 2026-08-26T00:32:13.801Z | Checking tagptr v0.2.0 |
| 1444 | 2026-08-26T00:32:13.866Z | Compiling signal-hook v0.4.4 |
| 1445 | 2026-08-26T00:32:13.906Z | Checking typed-path v0.9.3 |
| 1446 | 2026-08-26T00:32:13.926Z | Checking linear-map v1.2.0 |
| 1447 | 2026-08-26T00:32:13.940Z | Checking termtree v0.5.1 |
| 1448 | 2026-08-26T00:32:14.073Z | Checking crc8 v0.1.1 |
| 1449 | 2026-08-26T00:32:14.090Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-26T00:32:14.121Z | Checking tabled v0.15.0 |
| 1451 | 2026-08-26T00:32:14.166Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-08-26T00:32:14.655Z | Checking tough v0.20.0 |
| 1453 | 2026-08-26T00:32:14.745Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-08-26T00:32:15.287Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1455 | 2026-08-26T00:32:15.436Z | Checking steno v0.4.1 |
| 1456 | 2026-08-26T00:32:15.682Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-26T00:32:16.292Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-26T00:32:16.402Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-26T00:32:16.430Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-26T00:32:16.609Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-26T00:32:16.635Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-26T00:32:16.871Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-26T00:32:16.897Z | Checking progenitor-client v0.14.0 |
| 1464 | 2026-08-26T00:32:16.942Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-26T00:32:17.108Z | Checking sha2 v0.10.9 |
| 1466 | 2026-08-26T00:32:17.125Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-08-26T00:32:17.239Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-26T00:32:17.865Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1469 | 2026-08-26T00:32:17.910Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-08-26T00:32:18.017Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-26T00:32:18.442Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-26T00:32:18.856Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-26T00:32:19.076Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-26T00:32:19.278Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1475 | 2026-08-26T00:32:19.303Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1476 | 2026-08-26T00:32:19.518Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-26T00:32:19.565Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-26T00:32:19.980Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-26T00:32:20.073Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-26T00:32:20.318Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-26T00:32:20.481Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1482 | 2026-08-26T00:32:20.614Z | Checking git-stub v1.0.0 |
| 1483 | 2026-08-26T00:32:20.765Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-08-26T00:32:20.783Z | Compiling strum_macros v0.28.0 |
| 1485 | 2026-08-26T00:32:20.996Z | Checking progenitor v0.14.0 |
| 1486 | 2026-08-26T00:32:21.014Z | Checking filetime v0.2.26 |
| 1487 | 2026-08-26T00:32:21.125Z | Checking constant_time_eq v0.3.1 |
| 1488 | 2026-08-26T00:32:21.152Z | Checking arrayvec v0.7.6 |
| 1489 | 2026-08-26T00:32:21.224Z | Compiling curl v0.4.50 |
| 1490 | 2026-08-26T00:32:21.334Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1491 | 2026-08-26T00:32:21.351Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1492 | 2026-08-26T00:32:21.435Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-08-26T00:32:21.469Z | Checking arrayref v0.3.9 |
| 1494 | 2026-08-26T00:32:21.548Z | Checking xattr v1.6.1 |
| 1495 | 2026-08-26T00:32:21.564Z | Checking is_ci v1.2.0 |
| 1496 | 2026-08-26T00:32:21.665Z | Checking supports-color v3.0.2 |
| 1497 | 2026-08-26T00:32:21.682Z | Checking tar v0.4.45 |
| 1498 | 2026-08-26T00:32:22.071Z | Checking git-stub-vcs v0.1.0 |
| 1499 | 2026-08-26T00:32:22.256Z | Checking toml v0.7.8 |
| 1500 | 2026-08-26T00:32:22.445Z | Checking drift v0.2.0 |
| 1501 | 2026-08-26T00:32:22.529Z | Checking strum v0.28.0 |
| 1502 | 2026-08-26T00:32:22.559Z | Checking kstat-rs v0.2.4 |
| 1503 | 2026-08-26T00:32:22.645Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1504 | 2026-08-26T00:32:22.741Z | Checking topological-sort v0.2.2 |
| 1505 | 2026-08-26T00:32:22.744Z | Checking dropshot-api-manager v0.7.2 |
| 1506 | 2026-08-26T00:32:22.878Z | Checking omicron-zone-package v0.12.2 |
| 1507 | 2026-08-26T00:32:23.040Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1508 | 2026-08-26T00:32:23.405Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1509 | 2026-08-26T00:32:23.644Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1510 | 2026-08-26T00:32:23.673Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1511 | 2026-08-26T00:32:24.095Z | Checking signal-hook-tokio v0.4.0 |
| 1512 | 2026-08-26T00:32:24.225Z | Checking scuffle v0.1.0 |
| 1513 | 2026-08-26T00:32:24.333Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1514 | 2026-08-26T00:32:24.423Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1515 | 2026-08-26T00:32:24.624Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1516 | 2026-08-26T00:32:24.759Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1517 | 2026-08-26T00:32:25.091Z | Checking iddqd v0.4.5 |
| 1518 | 2026-08-26T00:32:25.409Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1519 | 2026-08-26T00:32:25.601Z | Checking search_path v0.1.4 |
| 1520 | 2026-08-26T00:32:25.621Z | Checking internet-checksum v0.2.1 |
| 1521 | 2026-08-26T00:32:25.727Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1522 | 2026-08-26T00:32:25.727Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1523 | 2026-08-26T00:32:25.731Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1524 | 2026-08-26T00:32:25.775Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-26T00:32:26.630Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-08-26T00:32:26.880Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-26T00:32:27.014Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1528 | 2026-08-26T00:32:27.517Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1529 | 2026-08-26T00:32:28.308Z | Compiling git2 v0.19.0 |
| 1530 | 2026-08-26T00:32:30.560Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-26T00:32:32.263Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1532 | 2026-08-26T00:32:38.461Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-26T00:32:39.715Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1534 | 2026-08-26T00:32:44.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1535 | 2026-08-26T00:32:44.978Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1536 | 2026-08-26T00:32:44.978Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1537 | 2026-08-26T00:32:45.469Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1538 | 2026-08-26T00:32:45.472Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1539 | 2026-08-26T00:32:45.545Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1540 | 2026-08-26T00:32:45.545Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1541 | 2026-08-26T00:32:52.721Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1542 | 2026-08-26T00:32:52.724Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1543 | 2026-08-26T00:32:55.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s |
| 1544 | 2026-08-26T00:32:55.533Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1545 | 2026-08-26T00:32:55.533Z | + cargo clippy --features softnpu -- --deny warnings |
| 1546 | 2026-08-26T00:32:55.830Z | Downloading crates ... |
| 1547 | 2026-08-26T00:32:55.960Z | Downloaded erased-serde v0.4.8 |
| 1548 | 2026-08-26T00:32:55.963Z | Downloaded typeid v1.0.3 |
| 1549 | 2026-08-26T00:32:55.972Z | Downloaded tap v1.0.1 |
| 1550 | 2026-08-26T00:32:55.975Z | Downloaded radium v0.7.0 |
| 1551 | 2026-08-26T00:32:55.975Z | Downloaded bitstruct_derive v0.1.0 |
| 1552 | 2026-08-26T00:32:55.975Z | Downloaded serde_arrays v0.1.0 |
| 1553 | 2026-08-26T00:32:55.975Z | Downloaded ascii v1.1.0 |
| 1554 | 2026-08-26T00:32:55.979Z | Downloaded bitstruct v0.1.1 |
| 1555 | 2026-08-26T00:32:55.982Z | Downloaded funty v2.0.0 |
| 1556 | 2026-08-26T00:32:55.982Z | Downloaded wyz v0.5.1 |
| 1557 | 2026-08-26T00:32:55.982Z | Downloaded libloading v0.7.4 |
| 1558 | 2026-08-26T00:32:55.985Z | Downloaded num-bigint v0.4.6 |
| 1559 | 2026-08-26T00:32:55.994Z | Downloaded bitvec v1.0.1 |
| 1560 | 2026-08-26T00:32:56.113Z | Checking num-integer v0.1.46 |
| 1561 | 2026-08-26T00:32:56.116Z | Checking num-complex v0.4.6 |
| 1562 | 2026-08-26T00:32:56.200Z | Compiling radium v0.7.0 |
| 1563 | 2026-08-26T00:32:56.207Z | Checking tap v1.0.1 |
| 1564 | 2026-08-26T00:32:56.213Z | Checking funty v2.0.0 |
| 1565 | 2026-08-26T00:32:56.219Z | Compiling typeid v1.0.3 |
| 1566 | 2026-08-26T00:32:56.222Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1567 | 2026-08-26T00:32:56.234Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-08-26T00:32:56.288Z | Checking wyz v0.5.1 |
| 1569 | 2026-08-26T00:32:56.384Z | Checking num-bigint v0.4.6 |
| 1570 | 2026-08-26T00:32:56.388Z | Checking num-iter v0.1.45 |
| 1571 | 2026-08-26T00:32:56.434Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-08-26T00:32:56.449Z | Compiling erased-serde v0.4.8 |
| 1573 | 2026-08-26T00:32:56.500Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-26T00:32:56.504Z | Compiling bitstruct_derive v0.1.0 |
| 1575 | 2026-08-26T00:32:56.531Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-08-26T00:32:56.580Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-26T00:32:56.606Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-26T00:32:56.624Z | Checking bitvec v1.0.1 |
| 1579 | 2026-08-26T00:32:56.634Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-08-26T00:32:56.637Z | Checking ascii v1.1.0 |
| 1581 | 2026-08-26T00:32:56.698Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1582 | 2026-08-26T00:32:56.715Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1583 | 2026-08-26T00:32:56.808Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-26T00:32:56.820Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1585 | 2026-08-26T00:32:56.829Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1586 | 2026-08-26T00:32:56.852Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1587 | 2026-08-26T00:32:57.090Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1588 | 2026-08-26T00:32:57.121Z | Checking serde_arrays v0.1.0 |
| 1589 | 2026-08-26T00:32:57.137Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-08-26T00:32:57.204Z | Checking num-rational v0.4.2 |
| 1591 | 2026-08-26T00:32:57.213Z | Checking libloading v0.7.4 |
| 1592 | 2026-08-26T00:32:57.222Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1593 | 2026-08-26T00:32:57.462Z | Checking num v0.4.3 |
| 1594 | 2026-08-26T00:32:57.527Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1595 | 2026-08-26T00:32:58.080Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1596 | 2026-08-26T00:32:58.353Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1597 | 2026-08-26T00:32:58.353Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1598 | 2026-08-26T00:32:58.540Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1599 | 2026-08-26T00:32:58.720Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-26T00:32:58.720Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-26T00:32:59.171Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-08-26T00:32:59.380Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-26T00:32:59.383Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-26T00:32:59.383Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1605 | 2026-08-26T00:32:59.383Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1606 | 2026-08-26T00:33:00.175Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-26T00:33:00.989Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-26T00:33:05.064Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1609 | 2026-08-26T00:33:05.180Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1610 | 2026-08-26T00:33:11.486Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1611 | 2026-08-26T00:33:12.737Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1612 | 2026-08-26T00:33:13.260Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1613 | 2026-08-26T00:33:17.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.03s |
| 1614 | 2026-08-26T00:33:17.770Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1615 | 2026-08-26T00:33:17.770Z | + cargo clippy --features chaos -- --deny warnings |
| 1616 | 2026-08-26T00:33:18.231Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1617 | 2026-08-26T00:33:18.234Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1618 | 2026-08-26T00:33:18.234Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1619 | 2026-08-26T00:33:25.484Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1620 | 2026-08-26T00:33:25.488Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1621 | 2026-08-26T00:33:28.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s |
| 1622 | 2026-08-26T00:33:28.227Z | + banner fmt |
| 1623 | 2026-08-26T00:33:28.230Z | |
| 1624 | 2026-08-26T00:33:28.230Z | ###### # # ##### |
| 1625 | 2026-08-26T00:33:28.230Z | # ## ## # |
| 1626 | 2026-08-26T00:33:28.230Z | ##### # ## # # |
| 1627 | 2026-08-26T00:33:28.231Z | # # # # |
| 1628 | 2026-08-26T00:33:28.231Z | # # # # |
| 1629 | 2026-08-26T00:33:28.231Z | # # # # |
| 1630 | 2026-08-26T00:33:28.231Z | |
| 1631 | 2026-08-26T00:33:28.231Z | + cargo fmt -- --check |
| 1632 | 2026-08-26T00:33:28.675Z | + banner test |
| 1633 | 2026-08-26T00:33:28.678Z | |
| 1634 | 2026-08-26T00:33:28.678Z | ##### ###### #### ##### |
| 1635 | 2026-08-26T00:33:28.678Z | # # # # |
| 1636 | 2026-08-26T00:33:28.678Z | # ##### #### # |
| 1637 | 2026-08-26T00:33:28.678Z | # # # # |
| 1638 | 2026-08-26T00:33:28.678Z | # # # # # |
| 1639 | 2026-08-26T00:33:28.678Z | # ###### #### # |
| 1640 | 2026-08-26T00:33:28.678Z | |
| 1641 | 2026-08-26T00:33:28.678Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1642 | 2026-08-26T00:33:28.678Z | + RUST_BACKTRACE=full |
| 1643 | 2026-08-26T00:33:28.678Z | + cargo test --features tofino_stub --no-fail-fast |
| 1644 | 2026-08-26T00:33:29.512Z | Compiling unicode-ident v1.0.24 |
| 1645 | 2026-08-26T00:33:29.512Z | Compiling cfg-if v1.0.4 |
| 1646 | 2026-08-26T00:33:29.622Z | Compiling memchr v2.7.5 |
| 1647 | 2026-08-26T00:33:29.628Z | Compiling serde_core v1.0.228 |
| 1648 | 2026-08-26T00:33:29.635Z | Compiling itoa v1.0.15 |
| 1649 | 2026-08-26T00:33:29.637Z | Compiling libc v0.2.186 |
| 1650 | 2026-08-26T00:33:29.650Z | Compiling zmij v1.0.17 |
| 1651 | 2026-08-26T00:33:29.674Z | Compiling libm v0.2.15 |
| 1652 | 2026-08-26T00:33:29.722Z | Compiling proc-macro2 v1.0.106 |
| 1653 | 2026-08-26T00:33:29.753Z | Compiling equivalent v1.0.2 |
| 1654 | 2026-08-26T00:33:29.866Z | Compiling heck v0.5.0 |
| 1655 | 2026-08-26T00:33:29.930Z | Compiling log v0.4.29 |
| 1656 | 2026-08-26T00:33:30.115Z | Compiling quote v1.0.45 |
| 1657 | 2026-08-26T00:33:30.168Z | Compiling iana-time-zone v0.1.64 |
| 1658 | 2026-08-26T00:33:30.181Z | Compiling smallvec v1.15.1 |
| 1659 | 2026-08-26T00:33:30.299Z | Compiling syn v2.0.118 |
| 1660 | 2026-08-26T00:33:30.392Z | Compiling dyn-clone v1.0.20 |
| 1661 | 2026-08-26T00:33:30.414Z | Compiling hashbrown v0.17.1 |
| 1662 | 2026-08-26T00:33:30.441Z | Compiling fnv v1.0.7 |
| 1663 | 2026-08-26T00:33:30.461Z | Compiling stable_deref_trait v1.2.0 |
| 1664 | 2026-08-26T00:33:30.539Z | Compiling regex-syntax v0.8.11 |
| 1665 | 2026-08-26T00:33:30.542Z | Compiling pin-project-lite v0.2.16 |
| 1666 | 2026-08-26T00:33:30.561Z | Compiling percent-encoding v2.3.2 |
| 1667 | 2026-08-26T00:33:30.646Z | Compiling writeable v0.6.1 |
| 1668 | 2026-08-26T00:33:30.755Z | Compiling litemap v0.8.0 |
| 1669 | 2026-08-26T00:33:30.793Z | Compiling num-traits v0.2.19 |
| 1670 | 2026-08-26T00:33:30.950Z | Compiling icu_properties_data v2.0.1 |
| 1671 | 2026-08-26T00:33:30.967Z | Compiling icu_normalizer_data v2.0.0 |
| 1672 | 2026-08-26T00:33:30.970Z | Compiling form_urlencoded v1.2.2 |
| 1673 | 2026-08-26T00:33:31.043Z | Compiling utf8_iter v1.0.4 |
| 1674 | 2026-08-26T00:33:31.079Z | Compiling getrandom v0.4.2 |
| 1675 | 2026-08-26T00:33:31.154Z | Compiling aho-corasick v1.1.3 |
| 1676 | 2026-08-26T00:33:31.187Z | Compiling scopeguard v1.2.0 |
| 1677 | 2026-08-26T00:33:31.226Z | Compiling ucd-trie v0.1.7 |
| 1678 | 2026-08-26T00:33:31.298Z | Compiling semver v1.0.28 |
| 1679 | 2026-08-26T00:33:31.384Z | Compiling serde_json v1.0.150 |
| 1680 | 2026-08-26T00:33:31.443Z | Compiling indexmap v2.14.0 |
| 1681 | 2026-08-26T00:33:31.522Z | Compiling byteorder v1.5.0 |
| 1682 | 2026-08-26T00:33:31.642Z | Compiling lock_api v0.4.14 |
| 1683 | 2026-08-26T00:33:31.745Z | Compiling uuid v1.23.3 |
| 1684 | 2026-08-26T00:33:31.869Z | Compiling allocator-api2 v0.2.21 |
| 1685 | 2026-08-26T00:33:31.932Z | Compiling futures-core v0.3.32 |
| 1686 | 2026-08-26T00:33:32.050Z | Compiling regex-automata v0.4.13 |
| 1687 | 2026-08-26T00:33:32.084Z | Compiling foldhash v0.2.0 |
| 1688 | 2026-08-26T00:33:32.188Z | Compiling ryu v1.0.20 |
| 1689 | 2026-08-26T00:33:32.289Z | Compiling hashbrown v0.16.1 |
| 1690 | 2026-08-26T00:33:32.373Z | Compiling pretty-hex v0.4.1 |
| 1691 | 2026-08-26T00:33:32.511Z | Compiling strsim v0.11.1 |
| 1692 | 2026-08-26T00:33:32.555Z | Compiling plain v0.2.3 |
| 1693 | 2026-08-26T00:33:32.671Z | Compiling futures-sink v0.3.32 |
| 1694 | 2026-08-26T00:33:32.779Z | Compiling num-conv v0.2.1 |
| 1695 | 2026-08-26T00:33:32.814Z | Compiling time-core v0.1.8 |
| 1696 | 2026-08-26T00:33:32.865Z | Compiling slab v0.4.11 |
| 1697 | 2026-08-26T00:33:32.928Z | Compiling futures-channel v0.3.32 |
| 1698 | 2026-08-26T00:33:32.960Z | Compiling time-macros v0.2.27 |
| 1699 | 2026-08-26T00:33:33.036Z | Compiling synstructure v0.13.2 |
| 1700 | 2026-08-26T00:33:33.146Z | Compiling serde_derive_internals v0.29.1 |
| 1701 | 2026-08-26T00:33:33.337Z | Compiling futures-io v0.3.32 |
| 1702 | 2026-08-26T00:33:33.430Z | Compiling futures-task v0.3.32 |
| 1703 | 2026-08-26T00:33:33.513Z | Compiling regress v0.10.5 |
| 1704 | 2026-08-26T00:33:33.525Z | Compiling darling_core v0.21.3 |
| 1705 | 2026-08-26T00:33:33.709Z | Compiling regex v1.12.4 |
| 1706 | 2026-08-26T00:33:33.731Z | Compiling thread-id v5.0.0 |
| 1707 | 2026-08-26T00:33:33.816Z | Compiling getrandom v0.2.16 |
| 1708 | 2026-08-26T00:33:33.877Z | Compiling socket2 v0.6.4 |
| 1709 | 2026-08-26T00:33:33.999Z | Compiling parking_lot_core v0.9.12 |
| 1710 | 2026-08-26T00:33:34.166Z | Compiling bitflags v2.11.1 |
| 1711 | 2026-08-26T00:33:34.267Z | Compiling serde_derive v1.0.228 |
| 1712 | 2026-08-26T00:33:34.292Z | Compiling zerofrom-derive v0.1.6 |
| 1713 | 2026-08-26T00:33:34.319Z | Compiling yoke-derive v0.8.0 |
| 1714 | 2026-08-26T00:33:34.363Z | Compiling zerovec-derive v0.11.1 |
| 1715 | 2026-08-26T00:33:34.410Z | Compiling displaydoc v0.2.5 |
| 1716 | 2026-08-26T00:33:34.610Z | Compiling thiserror-impl v2.0.18 |
| 1717 | 2026-08-26T00:33:35.211Z | Compiling schemars_derive v0.8.22 |
| 1718 | 2026-08-26T00:33:35.382Z | Compiling tokio-macros v2.7.0 |
| 1719 | 2026-08-26T00:33:35.495Z | Compiling zeroize_derive v1.4.3 |
| 1720 | 2026-08-26T00:33:35.536Z | Compiling zerocopy-derive v0.8.27 |
| 1721 | 2026-08-26T00:33:35.655Z | Compiling futures-macro v0.3.32 |
| 1722 | 2026-08-26T00:33:35.888Z | Compiling thiserror v2.0.18 |
| 1723 | 2026-08-26T00:33:35.997Z | Compiling zerofrom v0.1.6 |
| 1724 | 2026-08-26T00:33:36.129Z | Compiling yoke v0.8.0 |
| 1725 | 2026-08-26T00:33:36.141Z | Compiling tracing-attributes v0.1.30 |
| 1726 | 2026-08-26T00:33:36.190Z | Compiling thiserror-impl v1.0.69 |
| 1727 | 2026-08-26T00:33:36.323Z | Compiling zerovec v0.11.4 |
| 1728 | 2026-08-26T00:33:36.442Z | Compiling zerotrie v0.2.2 |
| 1729 | 2026-08-26T00:33:36.501Z | Compiling pest v2.8.2 |
| 1730 | 2026-08-26T00:33:36.775Z | Compiling scroll_derive v0.13.1 |
| 1731 | 2026-08-26T00:33:36.820Z | Compiling zerocopy v0.8.27 |
| 1732 | 2026-08-26T00:33:37.003Z | Compiling serde v1.0.228 |
| 1733 | 2026-08-26T00:33:37.377Z | Compiling tinystr v0.8.1 |
| 1734 | 2026-08-26T00:33:37.381Z | Compiling potential_utf v0.1.3 |
| 1735 | 2026-08-26T00:33:37.413Z | Compiling async-trait v0.1.89 |
| 1736 | 2026-08-26T00:33:37.520Z | Compiling bytes v1.12.0 |
| 1737 | 2026-08-26T00:33:37.557Z | Compiling serde_tokenstream v0.2.3 |
| 1738 | 2026-08-26T00:33:37.585Z | Compiling icu_locale_core v2.0.0 |
| 1739 | 2026-08-26T00:33:37.610Z | Compiling icu_collections v2.0.0 |
| 1740 | 2026-08-26T00:33:37.667Z | Compiling chrono v0.4.45 |
| 1741 | 2026-08-26T00:33:37.788Z | Compiling pest_meta v2.8.2 |
| 1742 | 2026-08-26T00:33:37.839Z | Compiling scroll v0.13.0 |
| 1743 | 2026-08-26T00:33:38.102Z | Compiling icu_provider v2.0.0 |
| 1744 | 2026-08-26T00:33:38.129Z | Compiling http v1.4.2 |
| 1745 | 2026-08-26T00:33:38.152Z | Compiling goblin v0.10.1 |
| 1746 | 2026-08-26T00:33:38.269Z | Compiling daft-derive v0.1.5 |
| 1747 | 2026-08-26T00:33:38.397Z | Compiling icu_properties v2.0.1 |
| 1748 | 2026-08-26T00:33:38.413Z | Compiling icu_normalizer v2.0.0 |
| 1749 | 2026-08-26T00:33:38.429Z | Compiling pest_generator v2.8.2 |
| 1750 | 2026-08-26T00:33:39.015Z | Compiling schemars v0.8.22 |
| 1751 | 2026-08-26T00:33:39.046Z | Compiling darling_macro v0.21.3 |
| 1752 | 2026-08-26T00:33:39.092Z | Compiling pest_derive v2.8.2 |
| 1753 | 2026-08-26T00:33:39.105Z | Compiling openssl-macros v0.1.1 |
| 1754 | 2026-08-26T00:33:39.158Z | Compiling openapiv3 v2.2.0 |
| 1755 | 2026-08-26T00:33:39.577Z | Compiling idna_adapter v1.2.1 |
| 1756 | 2026-08-26T00:33:39.623Z | Compiling darling v0.21.3 |
| 1757 | 2026-08-26T00:33:39.642Z | Compiling structmeta-derive v0.3.0 |
| 1758 | 2026-08-26T00:33:39.655Z | Compiling dtrace-parser v0.3.0 |
| 1759 | 2026-08-26T00:33:39.703Z | Compiling idna v1.1.0 |
| 1760 | 2026-08-26T00:33:39.719Z | Compiling typify-impl v0.4.3 |
| 1761 | 2026-08-26T00:33:40.168Z | Compiling url v2.5.7 |
| 1762 | 2026-08-26T00:33:40.552Z | Compiling async-stream-impl v0.3.6 |
| 1763 | 2026-08-26T00:33:40.583Z | Compiling newtype-uuid-macros v0.1.0 |
| 1764 | 2026-08-26T00:33:40.755Z | Compiling structmeta v0.3.0 |
| 1765 | 2026-08-26T00:33:40.800Z | Compiling serde_yaml v0.9.34+deprecated |
| 1766 | 2026-08-26T00:33:40.960Z | Compiling dof v0.4.0 |
| 1767 | 2026-08-26T00:33:41.059Z | Compiling zeroize v1.8.1 |
| 1768 | 2026-08-26T00:33:41.183Z | Compiling strum_macros v0.26.4 |
| 1769 | 2026-08-26T00:33:41.201Z | Compiling parking_lot v0.12.5 |
| 1770 | 2026-08-26T00:33:41.269Z | Compiling signal-hook-registry v1.4.6 |
| 1771 | 2026-08-26T00:33:41.402Z | Compiling untrusted v0.9.0 |
| 1772 | 2026-08-26T00:33:41.528Z | Compiling usdt-impl v0.6.0 |
| 1773 | 2026-08-26T00:33:41.613Z | Compiling thiserror v1.0.69 |
| 1774 | 2026-08-26T00:33:41.661Z | Compiling mio v1.2.1 |
| 1775 | 2026-08-26T00:33:41.720Z | Compiling omicron-workspace-hack v0.1.0 |
| 1776 | 2026-08-26T00:33:41.796Z | Compiling base64 v0.22.1 |
| 1777 | 2026-08-26T00:33:42.069Z | Compiling tokio v1.52.3 |
| 1778 | 2026-08-26T00:33:42.133Z | Compiling http-body v1.0.1 |
| 1779 | 2026-08-26T00:33:42.166Z | Compiling dropshot_endpoint v0.16.7 |
| 1780 | 2026-08-26T00:33:42.236Z | Compiling ref-cast-impl v1.0.25 |
| 1781 | 2026-08-26T00:33:42.289Z | Compiling atomic-waker v1.1.2 |
| 1782 | 2026-08-26T00:33:42.500Z | Compiling ipnet v2.11.0 |
| 1783 | 2026-08-26T00:33:42.837Z | Compiling derive-ex v0.1.8 |
| 1784 | 2026-08-26T00:33:42.851Z | Compiling strum_macros v0.27.2 |
| 1785 | 2026-08-26T00:33:42.973Z | Compiling usdt-macro v0.6.0 |
| 1786 | 2026-08-26T00:33:43.044Z | Compiling usdt-attr-macro v0.6.0 |
| 1787 | 2026-08-26T00:33:43.547Z | Compiling httparse v1.10.1 |
| 1788 | 2026-08-26T00:33:43.824Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-26T00:33:43.863Z | Compiling tower-layer v0.3.3 |
| 1790 | 2026-08-26T00:33:44.029Z | Compiling tower-service v0.3.3 |
| 1791 | 2026-08-26T00:33:44.128Z | Compiling try-lock v0.2.5 |
| 1792 | 2026-08-26T00:33:44.220Z | Compiling critical-section v1.2.0 |
| 1793 | 2026-08-26T00:33:44.234Z | Compiling want v0.3.1 |
| 1794 | 2026-08-26T00:33:44.331Z | Compiling once_cell v1.21.3 |
| 1795 | 2026-08-26T00:33:44.343Z | Compiling httpdate v1.0.3 |
| 1796 | 2026-08-26T00:33:44.402Z | Compiling test-strategy v0.4.3 |
| 1797 | 2026-08-26T00:33:44.414Z | Compiling serde_with_macros v3.14.1 |
| 1798 | 2026-08-26T00:33:44.573Z | Compiling ppv-lite86 v0.2.21 |
| 1799 | 2026-08-26T00:33:44.694Z | Compiling erased-serde v0.3.31 |
| 1800 | 2026-08-26T00:33:44.920Z | Compiling subtle v2.6.1 |
| 1801 | 2026-08-26T00:33:45.095Z | Compiling parse-display-derive v0.10.0 |
| 1802 | 2026-08-26T00:33:45.258Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1803 | 2026-08-26T00:33:45.853Z | Compiling http-body-util v0.1.3 |
| 1804 | 2026-08-26T00:33:45.912Z | Compiling anyhow v1.0.102 |
| 1805 | 2026-08-26T00:33:45.943Z | Compiling typify-macro v0.4.3 |
| 1806 | 2026-08-26T00:33:46.105Z | Compiling serde_urlencoded v0.7.1 |
| 1807 | 2026-08-26T00:33:46.119Z | Compiling rand_core v0.6.4 |
| 1808 | 2026-08-26T00:33:46.359Z | Compiling typenum v1.20.1 |
| 1809 | 2026-08-26T00:33:46.601Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1810 | 2026-08-26T00:33:46.944Z | Compiling futures-util v0.3.32 |
| 1811 | 2026-08-26T00:33:47.169Z | Compiling sync_wrapper v1.0.2 |
| 1812 | 2026-08-26T00:33:47.296Z | Compiling powerfmt v0.2.0 |
| 1813 | 2026-08-26T00:33:47.430Z | Compiling deranged v0.5.3 |
| 1814 | 2026-08-26T00:33:47.501Z | Compiling num_threads v0.1.7 |
| 1815 | 2026-08-26T00:33:47.556Z | Compiling tracing-core v0.1.34 |
| 1816 | 2026-08-26T00:33:47.601Z | Compiling camino v1.2.3 |
| 1817 | 2026-08-26T00:33:47.886Z | Compiling iri-string v0.7.8 |
| 1818 | 2026-08-26T00:33:47.983Z | Compiling typify v0.4.3 |
| 1819 | 2026-08-26T00:33:48.019Z | Compiling tracing v0.1.41 |
| 1820 | 2026-08-26T00:33:48.077Z | Compiling progenitor-impl v0.11.1 |
| 1821 | 2026-08-26T00:33:48.245Z | Compiling encoding_rs v0.8.35 |
| 1822 | 2026-08-26T00:33:48.485Z | Compiling cpufeatures v0.2.17 |
| 1823 | 2026-08-26T00:33:48.559Z | Compiling fastrand v2.3.0 |
| 1824 | 2026-08-26T00:33:48.572Z | Compiling mime v0.3.17 |
| 1825 | 2026-08-26T00:33:48.685Z | Compiling generic-array v0.14.7 |
| 1826 | 2026-08-26T00:33:48.845Z | Compiling hex v0.4.3 |
| 1827 | 2026-08-26T00:33:49.169Z | Compiling crypto-common v0.1.6 |
| 1828 | 2026-08-26T00:33:49.180Z | Compiling errno v0.3.14 |
| 1829 | 2026-08-26T00:33:49.301Z | Compiling tokio-util v0.7.16 |
| 1830 | 2026-08-26T00:33:49.484Z | Compiling thread_local v1.1.9 |
| 1831 | 2026-08-26T00:33:49.514Z | Compiling unicode-width v0.2.1 |
| 1832 | 2026-08-26T00:33:49.681Z | Compiling syn v1.0.109 |
| 1833 | 2026-08-26T00:33:49.747Z | Compiling rustls-pki-types v1.12.0 |
| 1834 | 2026-08-26T00:33:49.797Z | Compiling winnow v0.7.14 |
| 1835 | 2026-08-26T00:33:50.050Z | Compiling match_cfg v0.1.0 |
| 1836 | 2026-08-26T00:33:50.125Z | Compiling rustix v1.1.4 |
| 1837 | 2026-08-26T00:33:50.601Z | Compiling take_mut v0.2.2 |
| 1838 | 2026-08-26T00:33:50.642Z | Compiling term v1.2.0 |
| 1839 | 2026-08-26T00:33:50.713Z | Compiling winnow v1.0.3 |
| 1840 | 2026-08-26T00:33:51.073Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1841 | 2026-08-26T00:33:51.225Z | Compiling h2 v0.4.14 |
| 1842 | 2026-08-26T00:33:51.329Z | Compiling ring v0.17.14 |
| 1843 | 2026-08-26T00:33:51.559Z | Compiling serde_spanned v1.1.1 |
| 1844 | 2026-08-26T00:33:51.590Z | Compiling progenitor-macro v0.11.1 |
| 1845 | 2026-08-26T00:33:51.715Z | Compiling spin v0.9.8 |
| 1846 | 2026-08-26T00:33:51.833Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1847 | 2026-08-26T00:33:51.927Z | Compiling debug-ignore v1.0.5 |
| 1848 | 2026-08-26T00:33:52.048Z | Compiling socket2 v0.5.10 |
| 1849 | 2026-08-26T00:33:52.276Z | Compiling quick-error v1.2.3 |
| 1850 | 2026-08-26T00:33:52.545Z | Compiling block-buffer v0.10.4 |
| 1851 | 2026-08-26T00:33:52.700Z | Compiling waitgroup v0.1.2 |
| 1852 | 2026-08-26T00:33:52.844Z | Compiling async-stream v0.3.6 |
| 1853 | 2026-08-26T00:33:53.023Z | Compiling serde_path_to_error v0.1.20 |
| 1854 | 2026-08-26T00:33:53.100Z | Compiling bit-vec v0.8.0 |
| 1855 | 2026-08-26T00:33:53.324Z | Compiling hyper v1.10.1 |
| 1856 | 2026-08-26T00:33:53.337Z | Compiling lazy_static v1.5.0 |
| 1857 | 2026-08-26T00:33:53.372Z | Compiling bit-set v0.8.0 |
| 1858 | 2026-08-26T00:33:53.437Z | Compiling digest v0.10.7 |
| 1859 | 2026-08-26T00:33:53.500Z | Compiling strum v0.26.3 |
| 1860 | 2026-08-26T00:33:53.536Z | Compiling ipnetwork v0.21.1 |
| 1861 | 2026-08-26T00:33:53.627Z | Compiling crossbeam-utils v0.8.21 |
| 1862 | 2026-08-26T00:33:53.650Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1863 | 2026-08-26T00:33:53.766Z | Compiling unarray v0.1.4 |
| 1864 | 2026-08-26T00:33:53.976Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1865 | 2026-08-26T00:33:54.068Z | Compiling slog v2.8.2 |
| 1866 | 2026-08-26T00:33:54.107Z | Compiling macaddr v1.0.1 |
| 1867 | 2026-08-26T00:33:54.131Z | Compiling tabwriter v1.4.1 |
| 1868 | 2026-08-26T00:33:54.331Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1869 | 2026-08-26T00:33:54.354Z | Compiling ref-cast v1.0.25 |
| 1870 | 2026-08-26T00:33:54.371Z | Compiling colored v3.1.1 |
| 1871 | 2026-08-26T00:33:54.457Z | Compiling hyper-util v0.1.20 |
| 1872 | 2026-08-26T00:33:54.514Z | Compiling strum v0.27.2 |
| 1873 | 2026-08-26T00:33:54.558Z | Compiling aws-lc-sys v0.39.1 |
| 1874 | 2026-08-26T00:33:54.638Z | Compiling getrandom v0.3.3 |
| 1875 | 2026-08-26T00:33:54.826Z | Compiling untrusted v0.7.1 |
| 1876 | 2026-08-26T00:33:54.964Z | Compiling rand_core v0.9.3 |
| 1877 | 2026-08-26T00:33:55.076Z | Compiling oxnet v0.1.6 |
| 1878 | 2026-08-26T00:33:55.188Z | Compiling aws-lc-rs v1.16.2 |
| 1879 | 2026-08-26T00:33:55.241Z | Compiling openssl-sys v0.9.117 |
| 1880 | 2026-08-26T00:33:55.653Z | Compiling instant v0.1.13 |
| 1881 | 2026-08-26T00:33:55.690Z | Compiling foreign-types-shared v0.1.1 |
| 1882 | 2026-08-26T00:33:55.768Z | Compiling foreign-types v0.3.2 |
| 1883 | 2026-08-26T00:33:55.781Z | Compiling rand_chacha v0.9.0 |
| 1884 | 2026-08-26T00:33:55.847Z | Compiling tempfile v3.27.0 |
| 1885 | 2026-08-26T00:33:56.214Z | Compiling rustls-webpki v0.103.6 |
| 1886 | 2026-08-26T00:33:56.267Z | Compiling tower v0.5.2 |
| 1887 | 2026-08-26T00:33:56.271Z | Compiling futures-executor v0.3.32 |
| 1888 | 2026-08-26T00:33:56.670Z | Compiling openssl-probe v0.1.6 |
| 1889 | 2026-08-26T00:33:56.714Z | Compiling rustls v0.23.40 |
| 1890 | 2026-08-26T00:33:56.759Z | Compiling tower-http v0.6.8 |
| 1891 | 2026-08-26T00:33:56.857Z | Compiling futures v0.3.32 |
| 1892 | 2026-08-26T00:33:56.944Z | Compiling rand v0.9.3 |
| 1893 | 2026-08-26T00:33:57.173Z | Compiling openssl v0.10.81 |
| 1894 | 2026-08-26T00:33:57.188Z | Compiling toml_datetime v0.6.11 |
| 1895 | 2026-08-26T00:33:57.359Z | Compiling time v0.3.47 |
| 1896 | 2026-08-26T00:33:57.538Z | Compiling clap_derive v4.6.1 |
| 1897 | 2026-08-26T00:33:57.601Z | Compiling memmap2 v0.9.8 |
| 1898 | 2026-08-26T00:33:58.169Z | Compiling crossbeam-channel v0.5.15 |
| 1899 | 2026-08-26T00:33:58.633Z | Compiling webpki-roots v1.0.2 |
| 1900 | 2026-08-26T00:33:58.736Z | Compiling newtype-uuid v1.3.2 |
| 1901 | 2026-08-26T00:33:59.011Z | Compiling daft v0.1.5 |
| 1902 | 2026-08-26T00:33:59.202Z | Compiling is-terminal v0.4.16 |
| 1903 | 2026-08-26T00:33:59.282Z | Compiling either v1.15.0 |
| 1904 | 2026-08-26T00:33:59.316Z | Compiling slog-term v2.9.2 |
| 1905 | 2026-08-26T00:33:59.497Z | Compiling native-tls v0.2.14 |
| 1906 | 2026-08-26T00:33:59.812Z | Compiling tokio-rustls v0.26.4 |
| 1907 | 2026-08-26T00:33:59.904Z | Compiling tokio-native-tls v0.3.1 |
| 1908 | 2026-08-26T00:34:00.019Z | Compiling usdt v0.6.0 |
| 1909 | 2026-08-26T00:34:00.019Z | Compiling slog-json v2.6.1 |
| 1910 | 2026-08-26T00:34:00.043Z | Compiling hyper-tls v0.6.0 |
| 1911 | 2026-08-26T00:34:00.078Z | Compiling hyper-rustls v0.27.7 |
| 1912 | 2026-08-26T00:34:00.098Z | Compiling slog-async v2.8.0 |
| 1913 | 2026-08-26T00:34:00.169Z | Compiling hostname v0.3.1 |
| 1914 | 2026-08-26T00:34:00.277Z | Compiling reqwest v0.12.23 |
| 1915 | 2026-08-26T00:34:00.312Z | Compiling slog-bunyan v2.5.0 |
| 1916 | 2026-08-26T00:34:00.394Z | Compiling rustls-webpki v0.102.8 |
| 1917 | 2026-08-26T00:34:00.410Z | Compiling multer v3.1.0 |
| 1918 | 2026-08-26T00:34:00.519Z | Compiling rustls-pemfile v2.2.0 |
| 1919 | 2026-08-26T00:34:00.652Z | Compiling hostname v0.4.2 |
| 1920 | 2026-08-26T00:34:00.801Z | Compiling rustls v0.22.4 |
| 1921 | 2026-08-26T00:34:00.920Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1922 | 2026-08-26T00:34:01.297Z | Compiling rand_chacha v0.3.1 |
| 1923 | 2026-08-26T00:34:01.494Z | Compiling wait-timeout v0.2.1 |
| 1924 | 2026-08-26T00:34:01.794Z | Compiling rusty-fork v0.3.0 |
| 1925 | 2026-08-26T00:34:01.806Z | Compiling rand v0.8.5 |
| 1926 | 2026-08-26T00:34:01.915Z | Compiling rand_xorshift v0.4.0 |
| 1927 | 2026-08-26T00:34:02.148Z | Compiling sha1 v0.10.6 |
| 1928 | 2026-08-26T00:34:02.378Z | Compiling proptest v1.8.0 |
| 1929 | 2026-08-26T00:34:02.725Z | Compiling tokio-rustls v0.25.0 |
| 1930 | 2026-08-26T00:34:02.959Z | Compiling dropshot v0.16.7 |
| 1931 | 2026-08-26T00:34:03.176Z | Compiling itertools v0.14.0 |
| 1932 | 2026-08-26T00:34:04.422Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1933 | 2026-08-26T00:34:04.791Z | Compiling progenitor-client v0.11.1 |
| 1934 | 2026-08-26T00:34:04.841Z | Compiling progenitor-client v0.10.0 |
| 1935 | 2026-08-26T00:34:05.123Z | Compiling serde_with v3.14.1 |
| 1936 | 2026-08-26T00:34:05.144Z | Compiling num-derive v0.4.2 |
| 1937 | 2026-08-26T00:34:05.577Z | Compiling progenitor v0.11.1 |
| 1938 | 2026-08-26T00:34:05.738Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1939 | 2026-08-26T00:34:06.092Z | Compiling rustc-hash v2.1.1 |
| 1940 | 2026-08-26T00:34:06.124Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1941 | 2026-08-26T00:34:06.221Z | Compiling iddqd v0.3.18 |
| 1942 | 2026-08-26T00:34:06.235Z | Compiling backoff v0.4.0 |
| 1943 | 2026-08-26T00:34:06.644Z | Compiling parse-display v0.10.0 |
| 1944 | 2026-08-26T00:34:06.804Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1945 | 2026-08-26T00:34:06.940Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1946 | 2026-08-26T00:34:06.989Z | Compiling anstyle v1.0.14 |
| 1947 | 2026-08-26T00:34:07.221Z | Compiling utf8parse v0.2.2 |
| 1948 | 2026-08-26T00:34:07.591Z | Compiling anstyle-parse v1.0.0 |
| 1949 | 2026-08-26T00:34:07.786Z | Compiling is_terminal_polyfill v1.70.1 |
| 1950 | 2026-08-26T00:34:07.816Z | Compiling colorchoice v1.0.4 |
| 1951 | 2026-08-26T00:34:07.829Z | Compiling anstyle-query v1.1.4 |
| 1952 | 2026-08-26T00:34:07.883Z | Compiling clap_lex v1.1.0 |
| 1953 | 2026-08-26T00:34:07.927Z | Compiling anstream v1.0.0 |
| 1954 | 2026-08-26T00:34:08.997Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1955 | 2026-08-26T00:34:11.336Z | Compiling winnow v0.5.40 |
| 1956 | 2026-08-26T00:34:16.398Z | Compiling terminal_size v0.4.3 |
| 1957 | 2026-08-26T00:34:17.697Z | Compiling clap_builder v4.6.0 |
| 1958 | 2026-08-26T00:34:17.940Z | Compiling toml_edit v0.19.15 |
| 1959 | 2026-08-26T00:34:18.356Z | Compiling dropshot_endpoint v0.17.1 |
| 1960 | 2026-08-26T00:34:19.909Z | Compiling clap v4.6.1 |
| 1961 | 2026-08-26T00:34:19.921Z | Compiling proc-macro-crate v1.3.1 |
| 1962 | 2026-08-26T00:34:26.045Z | Compiling serde_spanned v0.6.9 |
| 1963 | 2026-08-26T00:34:26.161Z | Compiling adler2 v2.0.1 |
| 1964 | 2026-08-26T00:34:26.304Z | Compiling miniz_oxide v0.8.9 |
| 1965 | 2026-08-26T00:34:26.631Z | Compiling prettyplease v0.2.37 |
| 1966 | 2026-08-26T00:34:26.718Z | Compiling crc32fast v1.5.0 |
| 1967 | 2026-08-26T00:34:26.871Z | Compiling zerocopy-derive v0.7.35 |
| 1968 | 2026-08-26T00:34:26.909Z | Compiling flate2 v1.1.2 |
| 1969 | 2026-08-26T00:34:26.988Z | Compiling ingot-macros v0.1.1 |
| 1970 | 2026-08-26T00:34:26.992Z | Compiling hubpack_derive v0.1.1 |
| 1971 | 2026-08-26T00:34:27.320Z | Compiling hybrid-array v0.4.12 |
| 1972 | 2026-08-26T00:34:29.161Z | Compiling scroll_derive v0.12.1 |
| 1973 | 2026-08-26T00:34:30.232Z | Compiling block-buffer v0.12.0 |
| 1974 | 2026-08-26T00:34:30.245Z | Compiling crypto-common v0.2.2 |
| 1975 | 2026-08-26T00:34:30.785Z | Compiling compression-core v0.4.32 |
| 1976 | 2026-08-26T00:34:30.797Z | Compiling const-oid v0.10.2 |
| 1977 | 2026-08-26T00:34:30.869Z | Compiling toml_write v0.1.2 |
| 1978 | 2026-08-26T00:34:30.912Z | Compiling compression-codecs v0.4.32 |
| 1979 | 2026-08-26T00:34:30.943Z | Compiling digest v0.11.3 |
| 1980 | 2026-08-26T00:34:31.072Z | Compiling toml_edit v0.22.27 |
| 1981 | 2026-08-26T00:34:31.941Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-08-26T00:34:32.272Z | Compiling num_enum_derive v0.7.5 |
| 1983 | 2026-08-26T00:34:33.326Z | Compiling foreign-types-macros v0.2.3 |
| 1984 | 2026-08-26T00:34:33.330Z | Compiling num-integer v0.1.46 |
| 1985 | 2026-08-26T00:34:33.351Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1986 | 2026-08-26T00:34:33.656Z | Compiling float-ord v0.3.2 |
| 1987 | 2026-08-26T00:34:33.661Z | Compiling cpufeatures v0.3.0 |
| 1988 | 2026-08-26T00:34:33.741Z | Compiling sha1 v0.11.0 |
| 1989 | 2026-08-26T00:34:33.766Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1990 | 2026-08-26T00:34:34.001Z | Compiling toml v0.8.23 |
| 1991 | 2026-08-26T00:34:34.469Z | Compiling async-compression v0.4.33 |
| 1992 | 2026-08-26T00:34:35.373Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-26T00:34:35.439Z | Compiling dropshot v0.17.1 |
| 1994 | 2026-08-26T00:34:35.832Z | Compiling proc-macro-error-attr v1.0.4 |
| 1995 | 2026-08-26T00:34:35.862Z | Compiling num-rational v0.4.2 |
| 1996 | 2026-08-26T00:34:36.163Z | Compiling num-iter v0.1.45 |
| 1997 | 2026-08-26T00:34:36.292Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1998 | 2026-08-26T00:34:36.420Z | Compiling dtrace-parser v0.2.0 |
| 1999 | 2026-08-26T00:34:36.498Z | Compiling num-complex v0.4.6 |
| 2000 | 2026-08-26T00:34:36.806Z | Compiling proc-macro-error v1.0.4 |
| 2001 | 2026-08-26T00:34:36.886Z | Compiling num v0.4.3 |
| 2002 | 2026-08-26T00:34:36.969Z | Compiling dof v0.3.0 |
| 2003 | 2026-08-26T00:34:37.074Z | Compiling num_enum_derive v0.5.11 |
| 2004 | 2026-08-26T00:34:37.330Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2005 | 2026-08-26T00:34:37.864Z | Compiling thread-id v4.2.2 |
| 2006 | 2026-08-26T00:34:37.959Z | Compiling usdt-impl v0.5.0 |
| 2007 | 2026-08-26T00:34:38.458Z | Compiling derive_more v0.99.20 |
| 2008 | 2026-08-26T00:34:38.470Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2009 | 2026-08-26T00:34:38.529Z | Compiling minimal-lexical v0.2.1 |
| 2010 | 2026-08-26T00:34:38.910Z | Compiling nom v7.1.3 |
| 2011 | 2026-08-26T00:34:39.442Z | Compiling usdt-macro v0.5.0 |
| 2012 | 2026-08-26T00:34:40.169Z | Compiling usdt-attr-macro v0.5.0 |
| 2013 | 2026-08-26T00:34:40.273Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2014 | 2026-08-26T00:34:40.553Z | Compiling zone_cfg_derive v0.3.1 |
| 2015 | 2026-08-26T00:34:40.799Z | Compiling libscf-sys v1.2.0 |
| 2016 | 2026-08-26T00:34:40.878Z | Compiling memoffset v0.9.1 |
| 2017 | 2026-08-26T00:34:40.968Z | Compiling rustc_version v0.4.1 |
| 2018 | 2026-08-26T00:34:41.003Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2019 | 2026-08-26T00:34:41.107Z | Compiling crossbeam-epoch v0.9.18 |
| 2020 | 2026-08-26T00:34:41.390Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2021 | 2026-08-26T00:34:41.393Z | Compiling enum-as-inner v0.6.1 |
| 2022 | 2026-08-26T00:34:41.447Z | Compiling regress v0.11.1 |
| 2023 | 2026-08-26T00:34:41.744Z | Compiling curve25519-dalek v4.1.3 |
| 2024 | 2026-08-26T00:34:41.883Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2025 | 2026-08-26T00:34:41.964Z | Compiling hubpack v0.1.2 |
| 2026 | 2026-08-26T00:34:41.980Z | Compiling static_assertions v1.1.0 |
| 2027 | 2026-08-26T00:34:42.057Z | Compiling crossbeam-deque v0.8.6 |
| 2028 | 2026-08-26T00:34:42.189Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2029 | 2026-08-26T00:34:42.253Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2030 | 2026-08-26T00:34:43.377Z | Compiling typify-impl v0.6.2 |
| 2031 | 2026-08-26T00:34:43.523Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2032 | 2026-08-26T00:34:43.917Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2033 | 2026-08-26T00:34:44.181Z | Compiling rayon-core v1.13.0 |
| 2034 | 2026-08-26T00:34:44.685Z | Compiling clang-sys v1.8.1 |
| 2035 | 2026-08-26T00:34:45.032Z | Compiling bytecount v0.6.9 |
| 2036 | 2026-08-26T00:34:45.200Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2037 | 2026-08-26T00:34:45.212Z | Compiling scroll v0.12.0 |
| 2038 | 2026-08-26T00:34:45.546Z | Compiling hash32 v0.3.1 |
| 2039 | 2026-08-26T00:34:45.628Z | Compiling goblin v0.8.2 |
| 2040 | 2026-08-26T00:34:45.707Z | Compiling heapless v0.8.0 |
| 2041 | 2026-08-26T00:34:45.720Z | Compiling ingot-types v0.1.2 |
| 2042 | 2026-08-26T00:34:46.001Z | Compiling cobs v0.3.0 |
| 2043 | 2026-08-26T00:34:46.126Z | Compiling libloading v0.8.9 |
| 2044 | 2026-08-26T00:34:46.142Z | Compiling managed v0.8.0 |
| 2045 | 2026-08-26T00:34:46.210Z | Compiling foreign-types-shared v0.3.1 |
| 2046 | 2026-08-26T00:34:46.310Z | Compiling bitflags v1.3.2 |
| 2047 | 2026-08-26T00:34:46.323Z | Compiling bindgen v0.72.1 |
| 2048 | 2026-08-26T00:34:46.323Z | Compiling foreign-types v0.5.0 |
| 2049 | 2026-08-26T00:34:46.366Z | Compiling postcard v1.1.3 |
| 2050 | 2026-08-26T00:34:46.390Z | Compiling smoltcp v0.11.0 |
| 2051 | 2026-08-26T00:34:46.406Z | Compiling ingot v0.1.1 |
| 2052 | 2026-08-26T00:34:46.849Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2053 | 2026-08-26T00:34:46.862Z | Compiling cexpr v0.6.0 |
| 2054 | 2026-08-26T00:34:47.134Z | Compiling num_enum v0.7.5 |
| 2055 | 2026-08-26T00:34:47.257Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2056 | 2026-08-26T00:34:47.644Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2057 | 2026-08-26T00:34:47.765Z | Compiling camino-tempfile v1.4.1 |
| 2058 | 2026-08-26T00:34:48.012Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2059 | 2026-08-26T00:34:48.025Z | Compiling serde_repr v0.1.20 |
| 2060 | 2026-08-26T00:34:48.294Z | Compiling derive-where v1.6.0 |
| 2061 | 2026-08-26T00:34:48.403Z | Compiling cstr-argument v0.1.2 |
| 2062 | 2026-08-26T00:34:48.848Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2063 | 2026-08-26T00:34:49.275Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2064 | 2026-08-26T00:34:49.692Z | Compiling typify-macro v0.6.2 |
| 2065 | 2026-08-26T00:34:49.961Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-26T00:34:50.152Z | Compiling rayon v1.11.0 |
| 2067 | 2026-08-26T00:34:50.444Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2068 | 2026-08-26T00:34:50.575Z | Compiling crucible-workspace-hack v0.1.0 |
| 2069 | 2026-08-26T00:34:51.264Z | Compiling memmap v0.7.0 |
| 2070 | 2026-08-26T00:34:51.455Z | Compiling tinyvec_macros v0.1.1 |
| 2071 | 2026-08-26T00:34:51.526Z | Compiling tinyvec v1.10.0 |
| 2072 | 2026-08-26T00:34:51.585Z | Compiling usdt v0.5.0 |
| 2073 | 2026-08-26T00:34:51.835Z | Compiling typify v0.6.2 |
| 2074 | 2026-08-26T00:34:51.885Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-08-26T00:34:51.931Z | Compiling num_enum v0.5.11 |
| 2076 | 2026-08-26T00:34:52.610Z | Compiling pin-project-internal v1.1.10 |
| 2077 | 2026-08-26T00:34:53.329Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2078 | 2026-08-26T00:34:53.561Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2079 | 2026-08-26T00:34:53.602Z | Compiling progenitor-impl v0.14.0 |
| 2080 | 2026-08-26T00:34:53.729Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2081 | 2026-08-26T00:34:53.894Z | Compiling papergrid v0.18.0 |
| 2082 | 2026-08-26T00:34:53.907Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2083 | 2026-08-26T00:34:54.147Z | Compiling rustix v0.38.44 |
| 2084 | 2026-08-26T00:34:54.800Z | Compiling itertools v0.12.1 |
| 2085 | 2026-08-26T00:34:54.969Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2086 | 2026-08-26T00:34:55.028Z | Compiling progenitor-impl v0.10.0 |
| 2087 | 2026-08-26T00:34:55.175Z | Compiling sigpipe v0.1.3 |
| 2088 | 2026-08-26T00:34:55.188Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2089 | 2026-08-26T00:34:55.281Z | Compiling jiff v0.2.15 |
| 2090 | 2026-08-26T00:34:55.463Z | Compiling const_format_proc_macros v0.2.34 |
| 2091 | 2026-08-26T00:34:55.859Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2092 | 2026-08-26T00:34:55.920Z | Compiling tabled v0.21.0 |
| 2093 | 2026-08-26T00:34:56.054Z | Compiling zone v0.3.1 |
| 2094 | 2026-08-26T00:34:56.125Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2095 | 2026-08-26T00:34:56.599Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2096 | 2026-08-26T00:34:57.176Z | Compiling progenitor-macro v0.14.0 |
| 2097 | 2026-08-26T00:34:57.463Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2098 | 2026-08-26T00:34:57.735Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2099 | 2026-08-26T00:34:57.739Z | Compiling nix v0.31.3 |
| 2100 | 2026-08-26T00:34:58.147Z | Compiling nix v0.30.1 |
| 2101 | 2026-08-26T00:34:58.475Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2102 | 2026-08-26T00:34:58.505Z | Compiling progenitor-macro v0.10.0 |
| 2103 | 2026-08-26T00:34:58.554Z | Compiling snafu-derive v0.8.9 |
| 2104 | 2026-08-26T00:34:58.937Z | Compiling itertools v0.15.0 |
| 2105 | 2026-08-26T00:34:59.205Z | Compiling smf v0.2.3 |
| 2106 | 2026-08-26T00:34:59.437Z | Compiling secrecy v0.10.3 |
| 2107 | 2026-08-26T00:34:59.919Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-08-26T00:35:00.088Z | Compiling bstr v1.12.0 |
| 2109 | 2026-08-26T00:35:00.424Z | Compiling whoami v1.6.1 |
| 2110 | 2026-08-26T00:35:00.598Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2111 | 2026-08-26T00:35:00.741Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2112 | 2026-08-26T00:35:02.802Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2113 | 2026-08-26T00:35:03.390Z | Compiling hmac v0.12.1 |
| 2114 | 2026-08-26T00:35:03.543Z | Compiling inout v0.1.4 |
| 2115 | 2026-08-26T00:35:03.583Z | Compiling ff v0.13.1 |
| 2116 | 2026-08-26T00:35:03.709Z | Compiling data-encoding v2.9.0 |
| 2117 | 2026-08-26T00:35:03.723Z | Compiling crc8 v0.1.1 |
| 2118 | 2026-08-26T00:35:03.844Z | Compiling group v0.13.0 |
| 2119 | 2026-08-26T00:35:03.988Z | Compiling cipher v0.4.4 |
| 2120 | 2026-08-26T00:35:04.001Z | Compiling hkdf v0.12.4 |
| 2121 | 2026-08-26T00:35:04.046Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-08-26T00:35:04.698Z | Compiling atomicwrites v0.4.4 |
| 2123 | 2026-08-26T00:35:04.719Z | Compiling tokio-dtrace v0.1.1 |
| 2124 | 2026-08-26T00:35:04.832Z | Compiling tabled_derive v0.7.0 |
| 2125 | 2026-08-26T00:35:05.186Z | Compiling reqwest v0.13.2 |
| 2126 | 2026-08-26T00:35:05.217Z | Compiling universal-hash v0.5.1 |
| 2127 | 2026-08-26T00:35:05.258Z | Compiling crypto-bigint v0.5.5 |
| 2128 | 2026-08-26T00:35:05.357Z | Compiling half v2.7.1 |
| 2129 | 2026-08-26T00:35:05.376Z | Compiling indent_write v2.2.0 |
| 2130 | 2026-08-26T00:35:05.646Z | Compiling ciborium-io v0.2.2 |
| 2131 | 2026-08-26T00:35:05.752Z | Compiling base16ct v0.2.0 |
| 2132 | 2026-08-26T00:35:05.851Z | Compiling opaque-debug v0.3.1 |
| 2133 | 2026-08-26T00:35:05.926Z | Compiling base64ct v1.8.0 |
| 2134 | 2026-08-26T00:35:05.938Z | Compiling poly1305 v0.8.0 |
| 2135 | 2026-08-26T00:35:06.241Z | Compiling password-hash v0.5.0 |
| 2136 | 2026-08-26T00:35:06.358Z | Compiling elliptic-curve v0.13.8 |
| 2137 | 2026-08-26T00:35:06.506Z | Compiling progenitor-client v0.14.0 |
| 2138 | 2026-08-26T00:35:06.645Z | Compiling ciborium-ll v0.2.2 |
| 2139 | 2026-08-26T00:35:07.270Z | Compiling oxide-tokio-rt v0.1.2 |
| 2140 | 2026-08-26T00:35:07.480Z | Compiling chacha20 v0.9.1 |
| 2141 | 2026-08-26T00:35:07.714Z | Compiling similar v2.7.0 |
| 2142 | 2026-08-26T00:35:07.876Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2143 | 2026-08-26T00:35:08.307Z | Compiling thiserror-no-std v2.0.2 |
| 2144 | 2026-08-26T00:35:08.949Z | Compiling blake2 v0.10.6 |
| 2145 | 2026-08-26T00:35:09.013Z | Compiling aead v0.5.2 |
| 2146 | 2026-08-26T00:35:09.173Z | Compiling strum_macros v0.28.0 |
| 2147 | 2026-08-26T00:35:09.449Z | Compiling linked-hash-map v0.5.6 |
| 2148 | 2026-08-26T00:35:09.635Z | Compiling resolv-conf v0.7.5 |
| 2149 | 2026-08-26T00:35:09.658Z | Compiling keccak v0.1.6 |
| 2150 | 2026-08-26T00:35:09.959Z | Compiling sha3 v0.10.8 |
| 2151 | 2026-08-26T00:35:10.057Z | Compiling lru-cache v0.1.2 |
| 2152 | 2026-08-26T00:35:10.188Z | Compiling argon2 v0.5.3 |
| 2153 | 2026-08-26T00:35:10.192Z | Compiling vsss-rs v3.3.4 |
| 2154 | 2026-08-26T00:35:10.273Z | Compiling chacha20poly1305 v0.10.1 |
| 2155 | 2026-08-26T00:35:10.416Z | Compiling progenitor v0.14.0 |
| 2156 | 2026-08-26T00:35:10.439Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2157 | 2026-08-26T00:35:10.582Z | Compiling ciborium v0.2.2 |
| 2158 | 2026-08-26T00:35:10.723Z | Compiling hickory-proto v0.24.4 |
| 2159 | 2026-08-26T00:35:11.056Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2160 | 2026-08-26T00:35:11.174Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2161 | 2026-08-26T00:35:11.811Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2162 | 2026-08-26T00:35:11.837Z | Compiling serde-big-array v0.5.1 |
| 2163 | 2026-08-26T00:35:11.986Z | Compiling siphasher v1.0.1 |
| 2164 | 2026-08-26T00:35:12.186Z | Compiling unicode-segmentation v1.12.0 |
| 2165 | 2026-08-26T00:35:12.233Z | Compiling same-file v1.0.6 |
| 2166 | 2026-08-26T00:35:12.409Z | Compiling walkdir v2.5.0 |
| 2167 | 2026-08-26T00:35:12.502Z | Compiling newline-converter v0.3.0 |
| 2168 | 2026-08-26T00:35:12.526Z | Compiling hickory-resolver v0.24.4 |
| 2169 | 2026-08-26T00:35:12.593Z | Compiling phf_shared v0.12.1 |
| 2170 | 2026-08-26T00:35:12.620Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2171 | 2026-08-26T00:35:12.771Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2172 | 2026-08-26T00:35:13.314Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2173 | 2026-08-26T00:35:14.036Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2174 | 2026-08-26T00:35:14.642Z | Compiling newtype_derive v0.1.6 |
| 2175 | 2026-08-26T00:35:14.684Z | Compiling owo-colors v4.3.0 |
| 2176 | 2026-08-26T00:35:15.086Z | Compiling tokio-stream v0.1.17 |
| 2177 | 2026-08-26T00:35:15.089Z | Compiling console v0.15.11 |
| 2178 | 2026-08-26T00:35:15.124Z | Compiling csv-core v0.1.12 |
| 2179 | 2026-08-26T00:35:15.260Z | Compiling unicode-width v0.1.14 |
| 2180 | 2026-08-26T00:35:15.399Z | Compiling termtree v0.5.1 |
| 2181 | 2026-08-26T00:35:15.523Z | Compiling unicode-linebreak v0.1.5 |
| 2182 | 2026-08-26T00:35:15.543Z | Compiling smawk v0.3.2 |
| 2183 | 2026-08-26T00:35:15.556Z | Compiling swrite v0.1.0 |
| 2184 | 2026-08-26T00:35:15.667Z | Compiling humantime v2.3.0 |
| 2185 | 2026-08-26T00:35:15.757Z | Compiling foldhash v0.1.5 |
| 2186 | 2026-08-26T00:35:15.761Z | Compiling textwrap v0.16.2 |
| 2187 | 2026-08-26T00:35:15.783Z | Compiling qorb v0.4.1 |
| 2188 | 2026-08-26T00:35:15.952Z | Compiling hashbrown v0.15.5 |
| 2189 | 2026-08-26T00:35:15.965Z | Compiling expectorate v1.2.0 |
| 2190 | 2026-08-26T00:35:15.968Z | Compiling csv v1.4.0 |
| 2191 | 2026-08-26T00:35:16.230Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2192 | 2026-08-26T00:35:16.515Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2193 | 2026-08-26T00:35:18.031Z | Compiling phf v0.12.1 |
| 2194 | 2026-08-26T00:35:18.186Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2195 | 2026-08-26T00:35:18.452Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2196 | 2026-08-26T00:35:18.478Z | Compiling pin-project v1.1.10 |
| 2197 | 2026-08-26T00:35:18.586Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2198 | 2026-08-26T00:35:19.135Z | Compiling libz-sys v1.1.22 |
| 2199 | 2026-08-26T00:35:19.193Z | Compiling unicode-normalization v0.1.24 |
| 2200 | 2026-08-26T00:35:19.826Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2201 | 2026-08-26T00:35:20.321Z | Compiling libsw-core v0.3.2 |
| 2202 | 2026-08-26T00:35:20.736Z | Compiling fixedbitset v0.5.7 |
| 2203 | 2026-08-26T00:35:20.850Z | Compiling highway v1.3.0 |
| 2204 | 2026-08-26T00:35:21.088Z | Compiling fixedbitset v0.4.2 |
| 2205 | 2026-08-26T00:35:21.254Z | Compiling petgraph v0.6.5 |
| 2206 | 2026-08-26T00:35:21.346Z | Compiling progenitor v0.10.0 |
| 2207 | 2026-08-26T00:35:21.376Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2208 | 2026-08-26T00:35:22.577Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-08-26T00:35:23.317Z | Compiling petgraph v0.8.2 |
| 2210 | 2026-08-26T00:35:23.417Z | Compiling libsw v3.5.0 |
| 2211 | 2026-08-26T00:35:23.567Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-26T00:35:24.851Z | Compiling olpc-cjson v0.1.4 |
| 2213 | 2026-08-26T00:35:25.206Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2214 | 2026-08-26T00:35:25.658Z | Compiling snafu v0.8.9 |
| 2215 | 2026-08-26T00:35:25.974Z | Compiling chrono-tz v0.10.4 |
| 2216 | 2026-08-26T00:35:26.050Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-08-26T00:35:26.252Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-08-26T00:35:26.266Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-08-26T00:35:27.050Z | Compiling papergrid v0.11.0 |
| 2220 | 2026-08-26T00:35:27.127Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-26T00:35:27.417Z | Compiling strum v0.28.0 |
| 2222 | 2026-08-26T00:35:27.557Z | Compiling globset v0.4.16 |
| 2223 | 2026-08-26T00:35:27.698Z | Compiling const_format v0.2.34 |
| 2224 | 2026-08-26T00:35:27.759Z | Compiling slog-dtrace v0.3.0 |
| 2225 | 2026-08-26T00:35:28.034Z | Compiling cancel-safe-futures v0.1.5 |
| 2226 | 2026-08-26T00:35:28.091Z | Compiling gethostname v0.5.0 |
| 2227 | 2026-08-26T00:35:28.362Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2228 | 2026-08-26T00:35:29.167Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2229 | 2026-08-26T00:35:29.273Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2230 | 2026-08-26T00:35:29.352Z | Compiling pem v3.0.5 |
| 2231 | 2026-08-26T00:35:29.651Z | Compiling bcs v0.1.6 |
| 2232 | 2026-08-26T00:35:29.736Z | Compiling cargo-platform v0.1.9 |
| 2233 | 2026-08-26T00:35:29.750Z | Compiling serde_plain v1.0.2 |
| 2234 | 2026-08-26T00:35:30.015Z | Compiling typed-path v0.9.3 |
| 2235 | 2026-08-26T00:35:30.027Z | Compiling tagptr v0.2.0 |
| 2236 | 2026-08-26T00:35:30.328Z | Compiling linear-map v1.2.0 |
| 2237 | 2026-08-26T00:35:30.531Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2238 | 2026-08-26T00:35:31.366Z | Compiling tough v0.20.0 |
| 2239 | 2026-08-26T00:35:31.905Z | Compiling moka v0.12.11 |
| 2240 | 2026-08-26T00:35:32.329Z | Compiling cargo_metadata v0.18.1 |
| 2241 | 2026-08-26T00:35:32.606Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-26T00:35:33.429Z | Compiling tabled v0.15.0 |
| 2243 | 2026-08-26T00:35:33.442Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2244 | 2026-08-26T00:35:33.855Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-26T00:35:34.357Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-26T00:35:34.361Z | Compiling git2 v0.19.0 |
| 2247 | 2026-08-26T00:35:36.084Z | Compiling steno v0.4.1 |
| 2248 | 2026-08-26T00:35:36.824Z | Compiling hickory-proto v0.25.2 |
| 2249 | 2026-08-26T00:35:37.047Z | Compiling cookie v0.18.1 |
| 2250 | 2026-08-26T00:35:40.067Z | Compiling hickory-resolver v0.25.2 |
| 2251 | 2026-08-26T00:35:40.082Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2252 | 2026-08-26T00:35:41.224Z | Compiling vergen v8.3.2 |
| 2253 | 2026-08-26T00:35:42.740Z | Compiling signal-hook v0.4.4 |
| 2254 | 2026-08-26T00:35:43.409Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2255 | 2026-08-26T00:35:43.518Z | Compiling mockall_derive v0.14.0 |
| 2256 | 2026-08-26T00:35:43.755Z | Compiling predicates-core v1.0.9 |
| 2257 | 2026-08-26T00:35:44.040Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2258 | 2026-08-26T00:35:44.103Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2259 | 2026-08-26T00:35:44.444Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2260 | 2026-08-26T00:35:44.590Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2261 | 2026-08-26T00:35:44.785Z | Compiling sha2 v0.10.9 |
| 2262 | 2026-08-26T00:35:45.378Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2263 | 2026-08-26T00:35:46.193Z | Compiling diff v0.1.13 |
| 2264 | 2026-08-26T00:35:46.236Z | Compiling yansi v1.0.1 |
| 2265 | 2026-08-26T00:35:46.340Z | Compiling mockall v0.14.0 |
| 2266 | 2026-08-26T00:35:46.566Z | Compiling pretty_assertions v1.4.1 |
| 2267 | 2026-08-26T00:35:46.662Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2268 | 2026-08-26T00:35:47.178Z | Compiling predicates-tree v1.0.12 |
| 2269 | 2026-08-26T00:35:47.450Z | Compiling predicates v3.1.3 |
| 2270 | 2026-08-26T00:35:47.737Z | Compiling fs-err v3.1.2 |
| 2271 | 2026-08-26T00:35:48.785Z | Compiling git-stub v1.0.0 |
| 2272 | 2026-08-26T00:35:49.002Z | Compiling filetime v0.2.26 |
| 2273 | 2026-08-26T00:35:49.072Z | Compiling is_ci v1.2.0 |
| 2274 | 2026-08-26T00:35:49.193Z | Compiling arrayref v0.3.9 |
| 2275 | 2026-08-26T00:35:49.230Z | Compiling arrayvec v0.7.6 |
| 2276 | 2026-08-26T00:35:49.277Z | Compiling downcast v0.11.0 |
| 2277 | 2026-08-26T00:35:49.430Z | Compiling constant_time_eq v0.3.1 |
| 2278 | 2026-08-26T00:35:49.442Z | Compiling xattr v1.6.1 |
| 2279 | 2026-08-26T00:35:49.554Z | Compiling fragile v2.0.1 |
| 2280 | 2026-08-26T00:35:49.624Z | Compiling tar v0.4.45 |
| 2281 | 2026-08-26T00:35:49.904Z | Compiling blake3 v1.8.2 |
| 2282 | 2026-08-26T00:35:50.510Z | Compiling toml v0.7.8 |
| 2283 | 2026-08-26T00:35:50.696Z | Compiling supports-color v3.0.2 |
| 2284 | 2026-08-26T00:35:50.760Z | Compiling git-stub-vcs v0.1.0 |
| 2285 | 2026-08-26T00:35:51.152Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2286 | 2026-08-26T00:35:51.298Z | Compiling signal-hook-tokio v0.4.0 |
| 2287 | 2026-08-26T00:35:51.584Z | Compiling scuffle v0.1.0 |
| 2288 | 2026-08-26T00:35:52.531Z | Compiling drift v0.2.0 |
| 2289 | 2026-08-26T00:35:52.731Z | Compiling kstat-rs v0.2.4 |
| 2290 | 2026-08-26T00:35:53.052Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2291 | 2026-08-26T00:35:53.234Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2292 | 2026-08-26T00:35:53.442Z | Compiling hex-literal v1.1.0 |
| 2293 | 2026-08-26T00:35:53.551Z | Compiling topological-sort v0.2.2 |
| 2294 | 2026-08-26T00:35:53.640Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2295 | 2026-08-26T00:35:53.712Z | Compiling omicron-zone-package v0.12.2 |
| 2296 | 2026-08-26T00:35:53.953Z | Compiling dropshot-api-manager v0.7.2 |
| 2297 | 2026-08-26T00:35:55.169Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2298 | 2026-08-26T00:35:55.734Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-08-26T00:35:56.612Z | Compiling curl v0.4.50 |
| 2300 | 2026-08-26T00:35:56.923Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2301 | 2026-08-26T00:35:57.273Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-26T00:35:57.441Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2303 | 2026-08-26T00:35:57.690Z | Compiling iddqd v0.4.5 |
| 2304 | 2026-08-26T00:35:57.784Z | Compiling search_path v0.1.4 |
| 2305 | 2026-08-26T00:35:58.166Z | Compiling internet-checksum v0.2.1 |
| 2306 | 2026-08-26T00:35:58.188Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2307 | 2026-08-26T00:35:58.315Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2308 | 2026-08-26T00:36:01.202Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2309 | 2026-08-26T00:36:01.815Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2310 | 2026-08-26T00:36:49.433Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s |
| 2311 | 2026-08-26T00:36:49.560Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 2312 | 2026-08-26T00:36:49.564Z | |
| 2313 | 2026-08-26T00:36:49.564Z | running 0 tests |
| 2314 | 2026-08-26T00:36:49.564Z | |
| 2315 | 2026-08-26T00:36:49.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2316 | 2026-08-26T00:36:49.564Z | |
| 2317 | 2026-08-26T00:36:49.564Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2318 | 2026-08-26T00:36:49.568Z | |
| 2319 | 2026-08-26T00:36:49.568Z | running 0 tests |
| 2320 | 2026-08-26T00:36:49.568Z | |
| 2321 | 2026-08-26T00:36:49.568Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2322 | 2026-08-26T00:36:49.568Z | |
| 2323 | 2026-08-26T00:36:49.571Z | Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b) |
| 2324 | 2026-08-26T00:36:49.571Z | |
| 2325 | 2026-08-26T00:36:49.571Z | running 0 tests |
| 2326 | 2026-08-26T00:36:49.571Z | |
| 2327 | 2026-08-26T00:36:49.571Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2328 | 2026-08-26T00:36:49.571Z | |
| 2329 | 2026-08-26T00:36:49.571Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 2330 | 2026-08-26T00:36:49.576Z | |
| 2331 | 2026-08-26T00:36:49.576Z | running 4 tests |
| 2332 | 2026-08-26T00:36:49.579Z | test nat::tests::test_vni ... ok |
| 2333 | 2026-08-26T00:36:49.579Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2334 | 2026-08-26T00:36:49.579Z | test test_purge ... ok |
| 2335 | 2026-08-26T00:36:49.582Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2336 | 2026-08-26T00:36:49.582Z | |
| 2337 | 2026-08-26T00:36:49.582Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2338 | 2026-08-26T00:36:49.582Z | |
| 2339 | 2026-08-26T00:36:49.582Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 2340 | 2026-08-26T00:36:49.585Z | |
| 2341 | 2026-08-26T00:36:49.585Z | running 1 test |
| 2342 | 2026-08-26T00:36:49.589Z | ------- |
| 2343 | 2026-08-26T00:36:49.589Z | Generating OpenAPI documents from API definitions ... |
| 2344 | 2026-08-26T00:36:49.726Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2345 | 2026-08-26T00:36:49.800Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2346 | 2026-08-26T00:36:50.838Z | ------- |
| 2347 | 2026-08-26T00:36:50.838Z | Checking 13 OpenAPI documents... |
| 2348 | 2026-08-26T00:36:50.838Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2349 | 2026-08-26T00:36:50.838Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2350 | 2026-08-26T00:36:50.838Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2351 | 2026-08-26T00:36:50.838Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2352 | 2026-08-26T00:36:50.838Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2353 | 2026-08-26T00:36:50.838Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2354 | 2026-08-26T00:36:50.841Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2355 | 2026-08-26T00:36:50.841Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2356 | 2026-08-26T00:36:50.841Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-08-26T00:36:50.841Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-08-26T00:36:50.841Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-08-26T00:36:50.841Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-08-26T00:36:50.841Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-08-26T00:36:50.841Z | Fresh dpd "latest" symlink |
| 2362 | 2026-08-26T00:36:50.841Z | ------- |
| 2363 | 2026-08-26T00:36:50.841Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2364 | 2026-08-26T00:36:50.909Z | test test::test_apis_up_to_date ... ok |
| 2365 | 2026-08-26T00:36:50.909Z | |
| 2366 | 2026-08-26T00:36:50.909Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 2367 | 2026-08-26T00:36:50.909Z | |
| 2368 | 2026-08-26T00:36:50.966Z | Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c) |
| 2369 | 2026-08-26T00:36:50.972Z | |
| 2370 | 2026-08-26T00:36:50.972Z | running 34 tests |
| 2371 | 2026-08-26T00:36:50.975Z | test freemap::test_ordering ... ok |
| 2372 | 2026-08-26T00:36:50.975Z | test config::tests::test_updates ... ok |
| 2373 | 2026-08-26T00:36:50.975Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2374 | 2026-08-26T00:36:50.975Z | test freemap::test_split ... ok |
| 2375 | 2026-08-26T00:36:50.975Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2376 | 2026-08-26T00:36:50.976Z | test macaddrs::tests::test_mac_offset ... ok |
| 2377 | 2026-08-26T00:36:50.981Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2378 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.277 DEBG created new freemapAug 26 00:36:49.277, unitDEBG: created new freemapfreemap_test, unit |
| 2379 | 2026-08-26T00:36:50.981Z | : freemap_test |
| 2380 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.277Aug 26 00:36:49.277 DEBGDEBG initted freemap. size: 128created new freemap, unit, Aug 26 00:36:49.277: Aug 26 00:36:49.277DEBG unitcreated new freemap:, DEBGunit freemap_test :initted freemap. size: 128freemap_test |
| 2381 | 2026-08-26T00:36:50.981Z | |
| 2382 | 2026-08-26T00:36:50.981Z | freemap_test, |
| 2383 | 2026-08-26T00:36:50.981Z | unit:Aug 26 00:36:49.277 freemap_testAug 26 00:36:49.277Aug 26 00:36:49.277 |
| 2384 | 2026-08-26T00:36:50.981Z | DEBG DEBGinitted freemap. size: 128 , unitAug 26 00:36:49.277reset freemap: , DEBGfreemap_testunit DEBG |
| 2385 | 2026-08-26T00:36:50.981Z | reset freemapinitted freemap. size: 128:, unitAug 26 00:36:49.277, freemap_testunit:: freemap_test |
| 2386 | 2026-08-26T00:36:50.981Z | freemap_test |
| 2387 | 2026-08-26T00:36:50.981Z | DEBG |
| 2388 | 2026-08-26T00:36:50.981Z | reset freemap, unit:Aug 26 00:36:49.277 freemap_testDEBG |
| 2389 | 2026-08-26T00:36:50.981Z | reset freemap, unit: freemap_test |
| 2390 | 2026-08-26T00:36:50.981Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2391 | 2026-08-26T00:36:50.981Z | test nat::test_mapping ... ok |
| 2392 | 2026-08-26T00:36:50.981Z | test freemap::test_exhaustion ... ok |
| 2393 | 2026-08-26T00:36:50.981Z | test freemap::test_basic ... ok |
| 2394 | 2026-08-26T00:36:50.981Z | test freemap::test_free ... ok |
| 2395 | 2026-08-26T00:36:50.981Z | test freemap::test_reclaim ... ok |
| 2396 | 2026-08-26T00:36:50.981Z | test port_map::tests::test_backplane_group ... ok |
| 2397 | 2026-08-26T00:36:50.981Z | test port_map::tests::test_port_map ... ok |
| 2398 | 2026-08-26T00:36:50.981Z | test port_map::tests::dump_map ... ok |
| 2399 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.278 DEBG created new freemap, unit: freemap_test |
| 2400 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.278 DEBG initted freemap. size: 8, unit: freemap_test |
| 2401 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.278 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-26T00:36:50.981Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2403 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.278 DEBG created new freemap, unit: freemap_test |
| 2404 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.278 DEBG initted freemap. size: 128, unit: freemap_test |
| 2405 | 2026-08-26T00:36:50.981Z | Aug 26 00:36:49.278 DEBG reset freemap, unit: freemap_test |
| 2406 | 2026-08-26T00:36:50.981Z | test freemap::test_span ... ok |
| 2407 | 2026-08-26T00:36:50.981Z | test api_server::tests::test_build_info ... ok |
| 2408 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2409 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2410 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2411 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2412 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2413 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2414 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2415 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 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 } }] |
| 2416 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2417 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2418 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2419 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 2420 | 2026-08-26T00:36:50.982Z | |
| 2421 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 2422 | 2026-08-26T00:36:50.982Z | |
| 2423 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 2424 | 2026-08-26T00:36:50.982Z | |
| 2425 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 2426 | 2026-08-26T00:36:50.982Z | |
| 2427 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGINFO initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 2428 | 2026-08-26T00:36:50.982Z | unit: Aug 26 00:36:49.279freemap_route_ipv6 |
| 2429 | 2026-08-26T00:36:50.982Z | 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 } }] |
| 2430 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 DEBG Aug 26 00:36:49.279reset freemap , INFOunit :adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2431 | 2026-08-26T00:36:50.982Z | freemap_route_ipv6 |
| 2432 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 Aug 26 00:36:49.279DEBG INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2433 | 2026-08-26T00:36:50.982Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2434 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 Aug 26 00:36:49.279INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2435 | 2026-08-26T00:36:50.982Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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-26T00:36:50.982Z | Aug 26 00:36:49.279 Aug 26 00:36:49.279DEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2437 | 2026-08-26T00:36:50.982Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2438 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279 Aug 26 00:36:49.279INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2439 | 2026-08-26T00:36:50.982Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2440 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 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:dead::/64 -> 2001:db8::55:3 |
| 2441 | 2026-08-26T00:36:50.982Z | |
| 2442 | 2026-08-26T00:36:50.982Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2443 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 2444 | 2026-08-26T00:36:50.982Z | |
| 2445 | 2026-08-26T00:36:50.982Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 2446 | 2026-08-26T00:36:50.982Z | |
| 2447 | 2026-08-26T00:36:50.983Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2448 | 2026-08-26T00:36:50.983Z | |
| 2449 | 2026-08-26T00:36:50.983Z | DEBGAug 26 00:36:49.279Aug 26 00:36:49.279 DEBG INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2450 | 2026-08-26T00:36:50.983Z | adding route 3fff:beef::/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 } }] |
| 2451 | 2026-08-26T00:36:50.983Z | |
| 2452 | 2026-08-26T00:36:50.983Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2453 | 2026-08-26T00:36:50.983Z | |
| 2454 | 2026-08-26T00:36:50.983Z | Aug 26 00:36:49.279 INFOAug 26 00:36:49.279Aug 26 00:36:49.279 INFOAug 26 00:36:49.279adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 2455 | 2026-08-26T00:36:50.983Z | DEBG |
| 2456 | 2026-08-26T00:36:50.983Z | created new freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2457 | 2026-08-26T00:36:50.983Z | , unit:Aug 26 00:36:49.279 Aug 26 00:36:49.279 DEBGDEBGfreemap_route_ipv4 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: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 26 00:36:49.279 |
| 2458 | 2026-08-26T00:36:50.983Z | |
| 2459 | 2026-08-26T00:36:50.983Z | |
| 2460 | 2026-08-26T00:36:50.983Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 00:36:49.279 |
| 2461 | 2026-08-26T00:36:50.983Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG Aug 26 00:36:49.279adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2462 | 2026-08-26T00:36:50.983Z | |
| 2463 | 2026-08-26T00:36:50.983Z | created new freemap , Aug 26 00:36:49.279unitDEBG: Aug 26 00:36:49.279 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 } }]DEBGfreemap_route_ipv6 |
| 2464 | 2026-08-26T00:36:50.983Z | |
| 2465 | 2026-08-26T00:36:50.983Z | 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 26 00:36:49.279replacing 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 } }] |
| 2466 | 2026-08-26T00:36:50.983Z | INFO Aug 26 00:36:49.279 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2467 | 2026-08-26T00:36:50.983Z | DEBG |
| 2468 | 2026-08-26T00:36:50.983Z | initted freemap. size: 64Aug 26 00:36:49.279, Aug 26 00:36:49.279 unitINFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2469 | 2026-08-26T00:36:50.983Z | |
| 2470 | 2026-08-26T00:36:50.983Z | Aug 26 00:36:49.279 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 2471 | 2026-08-26T00:36:50.983Z | Aug 26 00:36:49.279Aug 26 00:36:49.279replacing 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 } }] |
| 2472 | 2026-08-26T00:36:50.983Z | DEBGAug 26 00:36:49.279 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 |
| 2473 | 2026-08-26T00:36:50.983Z | Aug 26 00:36:49.279 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 } }] INFOreset freemap Aug 26 00:36:49.279, adding route 3fff:beef:8::/64 -> 2001:db8::55:ff unit |
| 2474 | 2026-08-26T00:36:50.983Z | : INFO |
| 2475 | 2026-08-26T00:36:50.983Z | freemap_route_ipv4adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2476 | 2026-08-26T00:36:50.983Z | |
| 2477 | 2026-08-26T00:36:50.987Z | Aug 26 00:36:49.279 DEBG Aug 26 00:36:49.279Aug 26 00:36:49.279Aug 26 00:36:49.279 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 } }] DEBGDEBG INFO |
| 2478 | 2026-08-26T00:36:50.987Z | 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 } }] initted freemap. size: 64 , adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunitAug 26 00:36:49.279: |
| 2479 | 2026-08-26T00:36:50.987Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2480 | 2026-08-26T00:36:50.987Z | |
| 2481 | 2026-08-26T00:36:50.987Z | freemap_route_ipv6Aug 26 00:36:49.279 |
| 2482 | 2026-08-26T00:36:50.987Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2483 | 2026-08-26T00:36:50.987Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGAug 26 00:36:49.279DEBG Aug 26 00:36:49.279 reset freemap , 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 } }] |
| 2484 | 2026-08-26T00:36:50.988Z | freemap_route_ipv6DEBG |
| 2485 | 2026-08-26T00:36:50.988Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.279 |
| 2486 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279INFO INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2487 | 2026-08-26T00:36:50.988Z | |
| 2488 | 2026-08-26T00:36:50.988Z | |
| 2489 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279 Aug 26 00:36:49.279INFOAug 26 00:36:49.279 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 2490 | 2026-08-26T00:36:50.988Z | INFOAug 26 00:36:49.279 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 } }] |
| 2491 | 2026-08-26T00:36:50.988Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 2492 | 2026-08-26T00:36:50.988Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2493 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279 INFOAug 26 00:36:49.279 Aug 26 00:36:49.279DEBG Aug 26 00:36:49.279INFOadding route 3fff:beef:6::/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 } }] |
| 2494 | 2026-08-26T00:36:50.988Z | |
| 2495 | 2026-08-26T00:36:50.988Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 2496 | 2026-08-26T00:36:50.988Z | 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 26 00:36:49.279Aug 26 00:36:49.279 |
| 2497 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 2498 | 2026-08-26T00:36:50.988Z | 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 } }] |
| 2499 | 2026-08-26T00:36:50.988Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:36:49.279 |
| 2500 | 2026-08-26T00:36:50.988Z | DEBGAug 26 00:36:49.279 Aug 26 00:36:49.279INFOreplacing 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 } }] |
| 2501 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 2502 | 2026-08-26T00:36:50.988Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2503 | 2026-08-26T00:36:50.988Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:36:49.279 |
| 2504 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBGDEBG Aug 26 00:36:49.279 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff: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 } }] |
| 2505 | 2026-08-26T00:36:50.988Z | |
| 2506 | 2026-08-26T00:36:50.988Z | DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 26 00:36:49.279 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 } }] |
| 2507 | 2026-08-26T00:36:50.988Z | INFOAug 26 00:36:49.279 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2508 | 2026-08-26T00:36:50.988Z | INFO |
| 2509 | 2026-08-26T00:36:50.988Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:36:49.279 |
| 2510 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 2511 | 2026-08-26T00:36:50.988Z | DEBG |
| 2512 | 2026-08-26T00:36:50.988Z | 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 } }] |
| 2513 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279Aug 26 00:36:49.279 DEBGAug 26 00:36:49.279INFOAug 26 00:36:49.279 DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2514 | 2026-08-26T00:36:50.988Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 2515 | 2026-08-26T00:36:50.988Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 26 00:36:49.280Aug 26 00:36:49.280 |
| 2516 | 2026-08-26T00:36:50.988Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2517 | 2026-08-26T00:36:50.988Z | 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 } }] |
| 2518 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.280Aug 26 00:36:49.280INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2519 | 2026-08-26T00:36:50.988Z | DEBGINFO Aug 26 00:36:49.280replacing 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 } }] |
| 2520 | 2026-08-26T00:36:50.988Z | INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 26 00:36:49.280adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2521 | 2026-08-26T00:36:50.988Z | |
| 2522 | 2026-08-26T00:36:50.988Z | 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 } }] |
| 2523 | 2026-08-26T00:36:50.988Z | Aug 26 00:36:49.279Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBG DEBGAug 26 00:36:49.280created new freemap Aug 26 00:36:49.280 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 } }]DEBGINFO |
| 2524 | 2026-08-26T00:36:50.989Z | 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 } }] |
| 2525 | 2026-08-26T00:36:50.989Z | , adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit |
| 2526 | 2026-08-26T00:36:50.989Z | : INFO freemap_route_ipv4Aug 26 00:36:49.280adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 26 00:36:49.280 |
| 2527 | 2026-08-26T00:36:50.989Z | INFO |
| 2528 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 2529 | 2026-08-26T00:36:50.989Z | INFOAug 26 00:36:49.280replacing 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 26 00:36:49.280Aug 26 00:36:49.280 |
| 2530 | 2026-08-26T00:36:50.989Z | DEBG created new freemap , DEBG Aug 26 00:36:49.280DEBG 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 } }] |
| 2531 | 2026-08-26T00:36:50.989Z | INFO unitreplacing 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 26 00:36:49.280adding route 3fff:beef:e::/64 -> 2001:db8::55:ff :INFO |
| 2532 | 2026-08-26T00:36:50.989Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 2533 | 2026-08-26T00:36:50.989Z | |
| 2534 | 2026-08-26T00:36:50.989Z | |
| 2535 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:36:49.280 Aug 26 00:36:49.280Aug 26 00:36:49.280adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2536 | 2026-08-26T00:36:50.989Z | DEBG |
| 2537 | 2026-08-26T00:36:50.989Z | 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 } }]DEBGDEBG |
| 2538 | 2026-08-26T00:36:50.989Z | initted freemap. size: 64Aug 26 00:36:49.280replacing 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 26 00:36:49.280 |
| 2539 | 2026-08-26T00:36:50.989Z | , DEBG Aug 26 00:36:49.280replacing 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 } }]unit |
| 2540 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 INFO:INFO Aug 26 00:36:49.280 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 } }]freemap_route_ipv4adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2541 | 2026-08-26T00:36:50.989Z | |
| 2542 | 2026-08-26T00:36:50.989Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2543 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 |
| 2544 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280DEBGINFOAug 26 00:36:49.280 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff reset freemapDEBG, Aug 26 00:36:49.280unit :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 } }] |
| 2545 | 2026-08-26T00:36:50.989Z | freemap_route_ipv4 |
| 2546 | 2026-08-26T00:36:50.989Z | INFO Aug 26 00:36:49.280adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2547 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 DEBGINFODEBG Aug 26 00:36:49.280initted freemap. size: 64 , 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 } }] |
| 2548 | 2026-08-26T00:36:50.989Z | freemap_route_ipv6 |
| 2549 | 2026-08-26T00:36:50.989Z | 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:4::/64 -> 2001:db8::55:ff |
| 2550 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 |
| 2551 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 INFODEBG Aug 26 00:36:49.280Aug 26 00:36:49.280adding route 3fff:beef:e::/64 -> 2001:db8::55:ff reset freemapINFO |
| 2552 | 2026-08-26T00:36:50.989Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 2553 | 2026-08-26T00:36:50.989Z | 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 26 00:36:49.280 |
| 2554 | 2026-08-26T00:36:50.989Z | unit : DEBGfreemap_route_ipv6 |
| 2555 | 2026-08-26T00:36:50.989Z | 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 } }] |
| 2556 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2557 | 2026-08-26T00:36:50.989Z | |
| 2558 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.280 |
| 2559 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280replacing 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 |
| 2560 | 2026-08-26T00:36:50.989Z | 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 } }] |
| 2561 | 2026-08-26T00:36:50.989Z | 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 } }] |
| 2562 | 2026-08-26T00:36:50.989Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280Aug 26 00:36:49.280INFO DEBGAug 26 00:36:49.280 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 } }]INFODEBG |
| 2563 | 2026-08-26T00:36:50.989Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2564 | 2026-08-26T00:36:50.990Z | |
| 2565 | 2026-08-26T00:36:50.990Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2566 | 2026-08-26T00:36:50.990Z | Aug 26 00:36:49.280 INFOAug 26 00:36:49.280 Aug 26 00:36:49.280 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2567 | 2026-08-26T00:36:50.990Z | 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 } }]DEBG |
| 2568 | 2026-08-26T00:36:50.990Z | Aug 26 00:36:49.280replacing 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 } }] |
| 2569 | 2026-08-26T00:36:50.990Z | 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 } }] |
| 2570 | 2026-08-26T00:36:50.990Z | |
| 2571 | 2026-08-26T00:36:50.990Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 2572 | 2026-08-26T00:36:50.990Z | Aug 26 00:36:49.280adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2573 | 2026-08-26T00:36:50.990Z | INFO Aug 26 00:36:49.280adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2574 | 2026-08-26T00:36:50.990Z | DEBGAug 26 00:36:49.280 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2575 | 2026-08-26T00:36:50.990Z | 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 } }] |
| 2576 | 2026-08-26T00:36:50.990Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGAug 26 00:36:49.280 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 } }]INFOINFO |
| 2577 | 2026-08-26T00:36:50.994Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2578 | 2026-08-26T00:36:50.994Z | |
| 2579 | 2026-08-26T00:36:50.994Z | Aug 26 00:36:49.280 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 26 00:36:49.280 |
| 2580 | 2026-08-26T00:36:50.994Z | DEBGAug 26 00:36:49.280 Aug 26 00:36:49.280 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 |
| 2581 | 2026-08-26T00:36:50.994Z | DEBG Aug 26 00:36:49.280replacing 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 } }] |
| 2582 | 2026-08-26T00:36:50.994Z | DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.280 |
| 2583 | 2026-08-26T00:36:50.994Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2584 | 2026-08-26T00:36:50.994Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 INFOINFO Aug 26 00:36:49.280adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2585 | 2026-08-26T00:36:50.994Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2586 | 2026-08-26T00:36:50.994Z | 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 } }] |
| 2587 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280 DEBGAug 26 00:36:49.280 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 26 00:36:49.280 |
| 2588 | 2026-08-26T00:36:50.995Z | DEBG INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2589 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2590 | 2026-08-26T00:36:50.995Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:36:49.280 |
| 2591 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 00:36:49.280 |
| 2592 | 2026-08-26T00:36:50.995Z | 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 } }]Aug 26 00:36:49.280 |
| 2593 | 2026-08-26T00:36:50.995Z | 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: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 } }] |
| 2594 | 2026-08-26T00:36:50.995Z | |
| 2595 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:36:49.280Aug 26 00:36:49.280 |
| 2596 | 2026-08-26T00:36:50.995Z | INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2597 | 2026-08-26T00:36:50.995Z | |
| 2598 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280 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 } }]Aug 26 00:36:49.280 |
| 2599 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280 DEBG 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 } }] Aug 26 00:36:49.280replacing 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 } }] |
| 2600 | 2026-08-26T00:36:50.995Z | INFO |
| 2601 | 2026-08-26T00:36:50.995Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2602 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2603 | 2026-08-26T00:36:50.995Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2604 | 2026-08-26T00:36:50.995Z | 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 } }] |
| 2605 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBGDEBG 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 } }] |
| 2606 | 2026-08-26T00:36:50.995Z | adding route 3fff:beef:d::/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 } }] |
| 2607 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280 |
| 2608 | 2026-08-26T00:36:50.995Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2609 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.280 |
| 2610 | 2026-08-26T00:36:50.995Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2611 | 2026-08-26T00:36:50.995Z | 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 } }] |
| 2612 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO Aug 26 00:36:49.280replacing 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 } }] INFO |
| 2613 | 2026-08-26T00:36:50.995Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2614 | 2026-08-26T00:36:50.995Z | |
| 2615 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 2616 | 2026-08-26T00:36:50.995Z | |
| 2617 | 2026-08-26T00:36:50.995Z | 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 } }] |
| 2618 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2619 | 2026-08-26T00:36:50.995Z | 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 } }] |
| 2620 | 2026-08-26T00:36:50.995Z | |
| 2621 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGDEBGAug 26 00:36:49.280 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2622 | 2026-08-26T00:36:50.995Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2623 | 2026-08-26T00:36:50.995Z | |
| 2624 | 2026-08-26T00:36:50.995Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 2625 | 2026-08-26T00:36:50.995Z | 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 } }] |
| 2626 | 2026-08-26T00:36:50.995Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2627 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBG adding route 3fff:beef:1a::/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 } }]DEBG |
| 2628 | 2026-08-26T00:36:50.996Z | |
| 2629 | 2026-08-26T00:36:50.996Z | 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 } }] |
| 2630 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 INFOAug 26 00:36:49.280DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2631 | 2026-08-26T00:36:50.996Z | |
| 2632 | 2026-08-26T00:36:50.996Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2633 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBG DEBGINFO 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: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:1b::/64 -> 2001:db8::55:ff |
| 2634 | 2026-08-26T00:36:50.996Z | |
| 2635 | 2026-08-26T00:36:50.996Z | |
| 2636 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-26T00:36:50.996Z | 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 } }] |
| 2638 | 2026-08-26T00:36:50.996Z | |
| 2639 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2640 | 2026-08-26T00:36:50.996Z | |
| 2641 | 2026-08-26T00:36:50.996Z | 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 } }] |
| 2642 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280 INFO DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2643 | 2026-08-26T00:36:50.996Z | |
| 2644 | 2026-08-26T00:36:50.996Z | |
| 2645 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGDEBG 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 } }] |
| 2646 | 2026-08-26T00:36:50.996Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2647 | 2026-08-26T00:36:50.996Z | 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 } }] |
| 2648 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBGAug 26 00:36:49.280 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 |
| 2649 | 2026-08-26T00:36:50.996Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2650 | 2026-08-26T00:36:50.996Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2651 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBGINFO 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 } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2652 | 2026-08-26T00:36:50.996Z | |
| 2653 | 2026-08-26T00:36:50.996Z | 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 26 00:36:49.280Aug 26 00:36:49.280 INFO |
| 2654 | 2026-08-26T00:36:50.996Z | DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2655 | 2026-08-26T00:36:50.996Z | 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 } }] |
| 2656 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 2657 | 2026-08-26T00:36:50.996Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2658 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280 |
| 2659 | 2026-08-26T00:36:50.996Z | 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 } }] |
| 2660 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBG adding route 3fff:beef:16::/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 } }] |
| 2661 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280 |
| 2662 | 2026-08-26T00:36:50.996Z | INFO Aug 26 00:36:49.280adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2663 | 2026-08-26T00:36:50.996Z | DEBGAug 26 00:36:49.280 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 |
| 2664 | 2026-08-26T00:36:50.996Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2665 | 2026-08-26T00:36:50.996Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBGAug 26 00:36:49.280 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 |
| 2666 | 2026-08-26T00:36:50.996Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2667 | 2026-08-26T00:36:50.997Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2668 | 2026-08-26T00:36:50.997Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 INFOAug 26 00:36:49.280INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2669 | 2026-08-26T00:36:50.997Z | |
| 2670 | 2026-08-26T00:36:50.997Z | 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 } }] |
| 2671 | 2026-08-26T00:36:50.997Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGDEBG Aug 26 00:36:49.280 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2672 | 2026-08-26T00:36:50.997Z | |
| 2673 | 2026-08-26T00:36:50.997Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:36:49.280 |
| 2674 | 2026-08-26T00:36:50.997Z | Aug 26 00:36:49.280INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2675 | 2026-08-26T00:36:50.997Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:36:49.280 |
| 2676 | 2026-08-26T00:36:50.997Z | DEBGAug 26 00:36:49.280 Aug 26 00:36:49.280replacing 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 } }] |
| 2677 | 2026-08-26T00:36:51.002Z | 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: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 } }] |
| 2678 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280 |
| 2679 | 2026-08-26T00:36:51.002Z | INFO Aug 26 00:36:49.280adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2680 | 2026-08-26T00:36:51.002Z | INFO Aug 26 00:36:49.280Aug 26 00:36:49.280adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2681 | 2026-08-26T00:36:51.002Z | 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 } }]INFO |
| 2682 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.280 |
| 2683 | 2026-08-26T00:36:51.002Z | 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 |
| 2684 | 2026-08-26T00:36:51.002Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2685 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO Aug 26 00:36:49.280adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2686 | 2026-08-26T00:36:51.002Z | 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 } }] |
| 2687 | 2026-08-26T00:36:51.002Z | 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 } }] |
| 2688 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFOINFO adding route 3fff:beef:25::/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 } }] |
| 2689 | 2026-08-26T00:36:51.002Z | |
| 2690 | 2026-08-26T00:36:51.002Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2691 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBG DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2692 | 2026-08-26T00:36:51.002Z | INFO |
| 2693 | 2026-08-26T00:36:51.002Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2694 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2695 | 2026-08-26T00:36:51.002Z | |
| 2696 | 2026-08-26T00:36:51.002Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2697 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBG INFODEBG 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: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 } }] |
| 2698 | 2026-08-26T00:36:51.002Z | |
| 2699 | 2026-08-26T00:36:51.002Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2700 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFOAug 26 00:36:49.280adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-26T00:36:51.002Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2702 | 2026-08-26T00:36:51.002Z | DEBGAug 26 00:36:49.281 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2703 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.281replacing 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 } }] |
| 2704 | 2026-08-26T00:36:51.002Z | 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 } }] |
| 2705 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFOINFO Aug 26 00:36:49.281adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2706 | 2026-08-26T00:36:51.002Z | INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2707 | 2026-08-26T00:36:51.002Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-26T00:36:51.002Z | Aug 26 00:36:49.281 DEBGAug 26 00:36:49.281 Aug 26 00:36:49.281replacing 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 } }] |
| 2709 | 2026-08-26T00:36:51.002Z | DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2710 | 2026-08-26T00:36:51.002Z | |
| 2711 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281 INFO Aug 26 00:36:49.281Aug 26 00:36:49.281 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2712 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2713 | 2026-08-26T00:36:51.003Z | 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 } }] |
| 2714 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2715 | 2026-08-26T00:36:51.003Z | |
| 2716 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2a::/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 } }] |
| 2717 | 2026-08-26T00:36:51.003Z | |
| 2718 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2719 | 2026-08-26T00:36:51.003Z | |
| 2720 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2721 | 2026-08-26T00:36:51.003Z | |
| 2722 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2723 | 2026-08-26T00:36:51.003Z | |
| 2724 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2725 | 2026-08-26T00:36:51.003Z | |
| 2726 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:23::/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 } }] |
| 2727 | 2026-08-26T00:36:51.003Z | |
| 2728 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 2729 | 2026-08-26T00:36:51.003Z | |
| 2730 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 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 } }] |
| 2731 | 2026-08-26T00:36:51.003Z | |
| 2732 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 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 |
| 2733 | 2026-08-26T00:36:51.003Z | |
| 2734 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 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 } }] |
| 2735 | 2026-08-26T00:36:51.003Z | |
| 2736 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2737 | 2026-08-26T00:36:51.003Z | |
| 2738 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 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:26::/64 -> 2001:db8::55:ff |
| 2739 | 2026-08-26T00:36:51.003Z | |
| 2740 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 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 } }] |
| 2741 | 2026-08-26T00:36:51.003Z | |
| 2742 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2743 | 2026-08-26T00:36:51.003Z | |
| 2744 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2745 | 2026-08-26T00:36:51.003Z | |
| 2746 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2747 | 2026-08-26T00:36:51.003Z | |
| 2748 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:32::/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 } }] |
| 2749 | 2026-08-26T00:36:51.003Z | |
| 2750 | 2026-08-26T00:36:51.003Z | 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 } }] |
| 2751 | 2026-08-26T00:36:51.003Z | Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO DEBGAug 26 00:36:49.281adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2752 | 2026-08-26T00:36:51.004Z | INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2753 | 2026-08-26T00:36:51.004Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 26 00:36:49.281 |
| 2754 | 2026-08-26T00:36:51.004Z | 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 } }]Aug 26 00:36:49.281 |
| 2755 | 2026-08-26T00:36:51.004Z | Aug 26 00:36:49.281 DEBG Aug 26 00:36:49.281 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 |
| 2756 | 2026-08-26T00:36:51.004Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2757 | 2026-08-26T00:36:51.004Z | |
| 2758 | 2026-08-26T00:36:51.004Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFODEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2759 | 2026-08-26T00:36:51.004Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2760 | 2026-08-26T00:36:51.004Z | 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 } }] |
| 2761 | 2026-08-26T00:36:51.004Z | Aug 26 00:36:49.281 INFOAug 26 00:36:49.281 Aug 26 00:36:49.281adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2762 | 2026-08-26T00:36:51.004Z | INFO 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 } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2763 | 2026-08-26T00:36:51.004Z | Aug 26 00:36:49.281 |
| 2764 | 2026-08-26T00:36:51.004Z | DEBG Aug 26 00:36:49.281replacing 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 } }] |
| 2765 | 2026-08-26T00:36:51.004Z | INFOAug 26 00:36:49.281 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.281 |
| 2766 | 2026-08-26T00:36:51.004Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2767 | 2026-08-26T00:36:51.004Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2768 | 2026-08-26T00:36:51.004Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281 DEBG INFODEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2769 | 2026-08-26T00:36:51.004Z | 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 } }] |
| 2770 | 2026-08-26T00:36:51.004Z | |
| 2771 | 2026-08-26T00:36:51.004Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 26 00:36:49.281adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2772 | 2026-08-26T00:36:51.004Z | |
| 2773 | 2026-08-26T00:36:51.004Z | 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 } }]Aug 26 00:36:49.281Aug 26 00:36:49.281DEBG |
| 2774 | 2026-08-26T00:36:51.004Z | DEBGcreated new freemap replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.281 |
| 2775 | 2026-08-26T00:36:51.004Z | DEBG, INFOunitreplacing 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 } }]: |
| 2776 | 2026-08-26T00:36:51.004Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2777 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281 |
| 2778 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281 INFOINFO Aug 26 00:36:49.281adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2779 | 2026-08-26T00:36:51.009Z | |
| 2780 | 2026-08-26T00:36:51.009Z | 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 } }] |
| 2781 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281 DEBG 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: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 } }]created new freemap |
| 2782 | 2026-08-26T00:36:51.009Z | |
| 2783 | 2026-08-26T00:36:51.009Z | , Aug 26 00:36:49.281Aug 26 00:36:49.281Aug 26 00:36:49.281unit INFOINFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2784 | 2026-08-26T00:36:51.009Z | |
| 2785 | 2026-08-26T00:36:51.009Z | : freemap_route_ipv6 |
| 2786 | 2026-08-26T00:36:51.009Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:36:49.281Aug 26 00:36:49.281 DEBG Aug 26 00:36:49.281replacing 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 } }] DEBGDEBG |
| 2787 | 2026-08-26T00:36:51.009Z | 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 } }] |
| 2788 | 2026-08-26T00:36:51.009Z | |
| 2789 | 2026-08-26T00:36:51.009Z | initted freemap. size: 64, unit: freemap_route_ipv4Aug 26 00:36:49.281 |
| 2790 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281 INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2791 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281Aug 26 00:36:49.281adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2792 | 2026-08-26T00:36:51.009Z | DEBGDEBG Aug 26 00:36:49.281reset 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 } }], Aug 26 00:36:49.281 |
| 2793 | 2026-08-26T00:36:51.009Z | DEBG unitDEBGreplacing 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 } }] |
| 2794 | 2026-08-26T00:36:51.009Z | 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 } }]: |
| 2795 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281freemap_route_ipv4 |
| 2796 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2797 | 2026-08-26T00:36:51.009Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 00:36:49.281Aug 26 00:36:49.281Aug 26 00:36:49.281 INFO |
| 2798 | 2026-08-26T00:36:51.009Z | DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2799 | 2026-08-26T00:36:51.009Z | 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 |
| 2800 | 2026-08-26T00:36:51.009Z | initted freemap. size: 64Aug 26 00:36:49.281, Aug 26 00:36:49.281unit :INFO Aug 26 00:36:49.281 DEBGfreemap_route_ipv6 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2801 | 2026-08-26T00:36:51.009Z | |
| 2802 | 2026-08-26T00:36:51.009Z | 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 |
| 2803 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281replacing 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 26 00:36:49.281DEBG |
| 2804 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281replacing 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 } }] |
| 2805 | 2026-08-26T00:36:51.009Z | DEBG INFOreset freemapAug 26 00:36:49.281, Aug 26 00:36:49.281 unitadding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO: |
| 2806 | 2026-08-26T00:36:51.009Z | freemap_route_ipv6INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2807 | 2026-08-26T00:36:51.009Z | |
| 2808 | 2026-08-26T00:36:51.009Z | Aug 26 00:36:49.281adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 00:36:49.281 |
| 2809 | 2026-08-26T00:36:51.010Z | DEBGAug 26 00:36:49.281 INFO Aug 26 00:36:49.281adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 2810 | 2026-08-26T00:36:51.010Z | |
| 2811 | 2026-08-26T00:36:51.010Z | 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 } }]DEBG |
| 2812 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281replacing 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 26 00:36:49.281 DEBG |
| 2813 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 2814 | 2026-08-26T00:36:51.010Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 26 00:36:49.281 |
| 2815 | 2026-08-26T00:36:51.010Z | |
| 2816 | 2026-08-26T00:36:51.010Z | INFO Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGDEBGAug 26 00:36:49.281adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2817 | 2026-08-26T00:36:51.010Z | 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: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 } }] |
| 2818 | 2026-08-26T00:36:51.010Z | DEBG |
| 2819 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.281 |
| 2820 | 2026-08-26T00:36:51.010Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 2821 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281 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 } }] |
| 2822 | 2026-08-26T00:36:51.010Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 26 00:36:49.281 |
| 2823 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.281 |
| 2824 | 2026-08-26T00:36:51.010Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 2825 | 2026-08-26T00:36:51.010Z | 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 26 00:36:49.281 |
| 2826 | 2026-08-26T00:36:51.010Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2827 | 2026-08-26T00:36:51.010Z | |
| 2828 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGDEBG 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 } }] |
| 2829 | 2026-08-26T00:36:51.010Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:18::/64 -> 2001:db8::55:ff |
| 2830 | 2026-08-26T00:36:51.010Z | |
| 2831 | 2026-08-26T00:36:51.010Z | |
| 2832 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281Aug 26 00:36:49.281Aug 26 00:36:49.281 INFO Aug 26 00:36:49.281adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 2833 | 2026-08-26T00:36:51.010Z | 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 } }] |
| 2834 | 2026-08-26T00:36:51.010Z | INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:36:49.281 |
| 2835 | 2026-08-26T00:36:51.010Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG Aug 26 00:36:49.281replacing 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 } }] |
| 2836 | 2026-08-26T00:36:51.010Z | INFOAug 26 00:36:49.281 |
| 2837 | 2026-08-26T00:36:51.010Z | DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2838 | 2026-08-26T00:36:51.010Z | test route::tests::grow_succeeds ... ok |
| 2839 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281 INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2840 | 2026-08-26T00:36:51.010Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:36:49.281 |
| 2841 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281 DEBGDEBG Aug 26 00:36:49.281 Aug 26 00:36:49.281replacing 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 |
| 2842 | 2026-08-26T00:36:51.010Z | INFO 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:2a::/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 } }] |
| 2843 | 2026-08-26T00:36:51.010Z | |
| 2844 | 2026-08-26T00:36:51.010Z | |
| 2845 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2846 | 2026-08-26T00:36:51.010Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2847 | 2026-08-26T00:36:51.010Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 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: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 } }] |
| 2848 | 2026-08-26T00:36:51.011Z | |
| 2849 | 2026-08-26T00:36:51.011Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2850 | 2026-08-26T00:36:51.011Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:36:49.281INFO |
| 2851 | 2026-08-26T00:36:51.011Z | Aug 26 00:36:49.281adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2852 | 2026-08-26T00:36:51.011Z | DEBGAug 26 00:36:49.281DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2853 | 2026-08-26T00:36:51.011Z | 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 } }] |
| 2854 | 2026-08-26T00:36:51.011Z | created new freemapAug 26 00:36:49.281, Aug 26 00:36:49.281DEBG unitINFOAug 26 00:36:49.281 adding route 3fff:beef:3e::/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 } }] |
| 2855 | 2026-08-26T00:36:51.011Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2856 | 2026-08-26T00:36:51.011Z | :Aug 26 00:36:49.281 |
| 2857 | 2026-08-26T00:36:51.011Z | freemap_route_ipv4 DEBG |
| 2858 | 2026-08-26T00:36:51.011Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.281 |
| 2859 | 2026-08-26T00:36:51.011Z | Aug 26 00:36:49.281DEBG INFO Aug 26 00:36:49.281replacing 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 26 00:36:49.281 |
| 2860 | 2026-08-26T00:36:51.011Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFO |
| 2861 | 2026-08-26T00:36:51.011Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 2862 | 2026-08-26T00:36:51.011Z | DEBGAug 26 00:36:49.281Aug 26 00:36:49.281 INFO Aug 26 00:36:49.281adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 2863 | 2026-08-26T00:36:51.011Z | 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 } }] |
| 2864 | 2026-08-26T00:36:51.011Z | 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 } }] Aug 26 00:36:49.281created new freemap |
| 2865 | 2026-08-26T00:36:51.011Z | DEBG Aug 26 00:36:49.281replacing 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 } }] |
| 2866 | 2026-08-26T00:36:51.011Z | INFO Aug 26 00:36:49.281adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, unitDEBG:Aug 26 00:36:49.281 failed to allocate space for the new target listINFO |
| 2867 | 2026-08-26T00:36:51.011Z | |
| 2868 | 2026-08-26T00:36:51.011Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2869 | 2026-08-26T00:36:51.011Z | |
| 2870 | 2026-08-26T00:36:51.011Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGAug 26 00:36:49.281Aug 26 00:36:49.281 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 } }] initted freemap. size: 64replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], replacing targets for 3fff:beef: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 } }]unit |
| 2871 | 2026-08-26T00:36:51.011Z | : |
| 2872 | 2026-08-26T00:36:51.011Z | |
| 2873 | 2026-08-26T00:36:51.011Z | freemap_route_ipv4 |
| 2874 | 2026-08-26T00:36:51.011Z | Aug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO DEBGDEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2875 | 2026-08-26T00:36:51.011Z | Aug 26 00:36:49.281failed to allocate space for the new target list |
| 2876 | 2026-08-26T00:36:51.011Z | INFOAug 26 00:36:49.282reset freemap , unitDEBG: replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2877 | 2026-08-26T00:36:51.016Z | freemap_route_ipv4 |
| 2878 | 2026-08-26T00:36:51.016Z | |
| 2879 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282 Aug 26 00:36:49.282INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 26 00:36:49.282replacing 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 } }] |
| 2880 | 2026-08-26T00:36:51.016Z | |
| 2881 | 2026-08-26T00:36:51.016Z | DEBG initted freemap. size: 64, Aug 26 00:36:49.282unit :Aug 26 00:36:49.282 freemap_route_ipv6DEBGDEBG |
| 2882 | 2026-08-26T00:36:51.016Z | failed to allocate space for the new target listreplacing 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 } }] |
| 2883 | 2026-08-26T00:36:51.016Z | |
| 2884 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282 DEBG Aug 26 00:36:49.282reset freemap , DEBGAug 26 00:36:49.282 replacing targets for 3fff:dead::/64 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 } }]INFOunit :adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2885 | 2026-08-26T00:36:51.016Z | |
| 2886 | 2026-08-26T00:36:51.016Z | freemap_route_ipv6 |
| 2887 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282 Aug 26 00:36:49.282DEBG 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 } }] |
| 2888 | 2026-08-26T00:36:51.016Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:36:49.281 |
| 2889 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282DEBG Aug 26 00:36:49.282INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2890 | 2026-08-26T00:36:51.016Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2891 | 2026-08-26T00:36:51.016Z | 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 } }] |
| 2892 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282 Aug 26 00:36:49.282DEBGAug 26 00:36:49.282 INFOINFO 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:dead::/64 -> 2001:db8::55:1 |
| 2893 | 2026-08-26T00:36:51.016Z | |
| 2894 | 2026-08-26T00:36:51.016Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2895 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 Aug 26 00:36:49.282 INFO DEBGDEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2896 | 2026-08-26T00:36:51.016Z | |
| 2897 | 2026-08-26T00:36:51.016Z | 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 } }] |
| 2898 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282 Aug 26 00:36:49.282INFO Aug 26 00:36:49.282adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2899 | 2026-08-26T00:36:51.016Z | DEBGINFO Aug 26 00:36:49.282replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2900 | 2026-08-26T00:36:51.016Z | |
| 2901 | 2026-08-26T00:36:51.016Z | 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 } }] |
| 2902 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 INFODEBG Aug 26 00:36:49.282replacing 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:24::/64 -> 2001:db8::55:ffINFO |
| 2903 | 2026-08-26T00:36:51.016Z | |
| 2904 | 2026-08-26T00:36:51.016Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2905 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 DEBG INFOreplacing 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 26 00:36:49.282 |
| 2906 | 2026-08-26T00:36:51.016Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2907 | 2026-08-26T00:36:51.016Z | 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 26 00:36:49.282 |
| 2908 | 2026-08-26T00:36:51.016Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 26 00:36:49.282 |
| 2909 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282 INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2910 | 2026-08-26T00:36:51.016Z | 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 26 00:36:49.282 |
| 2911 | 2026-08-26T00:36:51.016Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.282 |
| 2912 | 2026-08-26T00:36:51.016Z | Aug 26 00:36:49.282DEBG 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 } }] Aug 26 00:36:49.282adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-26T00:36:51.017Z | |
| 2914 | 2026-08-26T00:36:51.017Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 26 00:36:49.282 |
| 2915 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282DEBG Aug 26 00:36:49.282INFOreplacing 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 } }] |
| 2916 | 2026-08-26T00:36:51.017Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2917 | 2026-08-26T00:36:51.017Z | DEBG Aug 26 00:36:49.282replacing 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 } }] |
| 2918 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282INFO DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:36:49.282replacing 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 } }] |
| 2919 | 2026-08-26T00:36:51.017Z | |
| 2920 | 2026-08-26T00:36:51.017Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 Aug 26 00:36:49.282INFO DEBGDEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2922 | 2026-08-26T00:36:51.017Z | 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: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 } }] |
| 2923 | 2026-08-26T00:36:51.017Z | |
| 2924 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2925 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282 |
| 2926 | 2026-08-26T00:36:51.017Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2927 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2928 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2929 | 2026-08-26T00:36:51.017Z | 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 26 00:36:49.282 |
| 2930 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.282 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 2931 | 2026-08-26T00:36:51.017Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2932 | 2026-08-26T00:36:51.017Z | |
| 2933 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282 INFOAug 26 00:36:49.282Aug 26 00:36:49.282 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 2934 | 2026-08-26T00:36:51.017Z | DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2935 | 2026-08-26T00:36:51.017Z | 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 } }] |
| 2936 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.282 |
| 2937 | 2026-08-26T00:36:51.017Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFO |
| 2938 | 2026-08-26T00:36:51.017Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2939 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282 Aug 26 00:36:49.282INFO Aug 26 00:36:49.282 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGDEBG |
| 2940 | 2026-08-26T00:36:51.017Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2941 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282 |
| 2942 | 2026-08-26T00:36:51.017Z | DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2943 | 2026-08-26T00:36:51.017Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2944 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282Aug 26 00:36:49.282 INFOINFOAug 26 00:36:49.282 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 2945 | 2026-08-26T00:36:51.017Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2946 | 2026-08-26T00:36:51.017Z | |
| 2947 | 2026-08-26T00:36:51.017Z | Aug 26 00:36:49.282 Aug 26 00:36:49.282DEBGAug 26 00:36:49.282 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 } }] |
| 2948 | 2026-08-26T00:36:51.017Z | 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: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 26 00:36:49.283 |
| 2949 | 2026-08-26T00:36:51.017Z | DEBGAug 26 00:36:49.282 created new freemap, Aug 26 00:36:49.282 unitDEBG: Aug 26 00:36:49.288Aug 26 00:36:49.282created new freemapDEBG , unitcreated new freemap: DEBG freemap_route_ipv4 |
| 2950 | 2026-08-26T00:36:51.017Z | created new freemap |
| 2951 | 2026-08-26T00:36:51.017Z | , unitINFO: adding route 3fff:beef:2c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2952 | 2026-08-26T00:36:51.017Z | |
| 2953 | 2026-08-26T00:36:51.018Z | Aug 26 00:36:49.288 freemap_route_ipv4 |
| 2954 | 2026-08-26T00:36:51.018Z | Aug 26 00:36:49.288DEBG Aug 26 00:36:49.288created new freemapAug 26 00:36:49.288 DEBG DEBG, created new freemap , Aug 26 00:36:49.288unitunitcreated new freemap: INFOfreemap_route_ipv6: adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6, |
| 2955 | 2026-08-26T00:36:51.018Z | |
| 2956 | 2026-08-26T00:36:51.018Z | unitDEBG : |
| 2957 | 2026-08-26T00:36:51.018Z | 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 26 00:36:49.288 |
| 2958 | 2026-08-26T00:36:51.018Z | Aug 26 00:36:49.288DEBG initted freemap. size: 64freemap_route_ipv6, |
| 2959 | 2026-08-26T00:36:51.018Z | unit :Aug 26 00:36:49.288 DEBGAug 26 00:36:49.288Aug 26 00:36:49.288 initted freemap. size: 64DEBGfreemap_route_ipv4, unitDEBGAug 26 00:36:49.288 : |
| 2960 | 2026-08-26T00:36:51.018Z | initted freemap. size: 64replacing 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 } }], INFOfreemap_route_ipv4 |
| 2961 | 2026-08-26T00:36:51.018Z | unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff: |
| 2962 | 2026-08-26T00:36:51.018Z | freemap_route_ipv4 |
| 2963 | 2026-08-26T00:36:51.018Z | |
| 2964 | 2026-08-26T00:36:51.018Z | Aug 26 00:36:49.288Aug 26 00:36:49.288INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBGDEBG Aug 26 00:36:49.288 |
| 2965 | 2026-08-26T00:36:51.018Z | reset freemapreset freemap, Aug 26 00:36:49.288unit, :unitDEBG :freemap_route_ipv4 Aug 26 00:36:49.288reset freemap |
| 2966 | 2026-08-26T00:36:51.018Z | , INFOunitfreemap_route_ipv4 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 00:36:49.289 |
| 2967 | 2026-08-26T00:36:51.018Z | : DEBGfreemap_route_ipv4DEBG |
| 2968 | 2026-08-26T00:36:51.018Z | |
| 2969 | 2026-08-26T00:36:51.018Z | 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 26 00:36:49.289 |
| 2970 | 2026-08-26T00:36:51.018Z | initted freemap. size: 64Aug 26 00:36:49.289 DEBGAug 26 00:36:49.289 , DEBGunitDEBG Aug 26 00:36:49.289: Aug 26 00:36:49.289replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6 |
| 2971 | 2026-08-26T00:36:51.018Z | DEBG |
| 2972 | 2026-08-26T00:36:51.018Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 26 00:36:49.289 initted freemap. size: 64INFO, |
| 2973 | 2026-08-26T00:36:51.018Z | unitreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.289adding route 3fff:beef:8::/64 -> 2001:db8::55:ff: |
| 2974 | 2026-08-26T00:36:51.018Z | DEBG initted freemap. size: 64 freemap_route_ipv6reset freemap |
| 2975 | 2026-08-26T00:36:51.018Z | Aug 26 00:36:49.289, , DEBGunitunit |
| 2976 | 2026-08-26T00:36:51.018Z | ::Aug 26 00:36:49.289 Aug 26 00:36:49.289freemap_route_ipv6freemap_route_ipv6 |
| 2977 | 2026-08-26T00:36:51.022Z | 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 } }]reset freemap |
| 2978 | 2026-08-26T00:36:51.022Z | , Aug 26 00:36:49.289 |
| 2979 | 2026-08-26T00:36:51.022Z | DEBGunit:Aug 26 00:36:49.289INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Aug 26 00:36:49.289 |
| 2980 | 2026-08-26T00:36:51.022Z | |
| 2981 | 2026-08-26T00:36:51.023Z | INFOINFO |
| 2982 | 2026-08-26T00:36:51.023Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 26 00:36:49.289adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 00:36:49.289Aug 26 00:36:49.289 |
| 2983 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289 |
| 2984 | 2026-08-26T00:36:51.023Z | INFOAug 26 00:36:49.289 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2985 | 2026-08-26T00:36:51.023Z | DEBG DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2986 | 2026-08-26T00:36:51.023Z | |
| 2987 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289replacing 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 26 00:36:49.289 |
| 2988 | 2026-08-26T00:36:51.023Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBGreset freemap |
| 2989 | 2026-08-26T00:36:51.023Z | , Aug 26 00:36:49.289unit: INFOAug 26 00:36:49.289Aug 26 00:36:49.289 Aug 26 00:36:49.289freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2990 | 2026-08-26T00:36:51.023Z | |
| 2991 | 2026-08-26T00:36:51.023Z | INFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 26 00:36:49.289 |
| 2992 | 2026-08-26T00:36:51.023Z | DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2993 | 2026-08-26T00:36:51.023Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:36:49.289 |
| 2994 | 2026-08-26T00:36:51.023Z | 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 } }] |
| 2995 | 2026-08-26T00:36:51.023Z | |
| 2996 | 2026-08-26T00:36:51.023Z | INFO Aug 26 00:36:49.289Aug 26 00:36:49.289 Aug 26 00:36:49.289adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2997 | 2026-08-26T00:36:51.023Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:36:49.289Aug 26 00:36:49.289DEBGAug 26 00:36:49.289 INFODEBG |
| 2998 | 2026-08-26T00:36:51.023Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 } }] |
| 2999 | 2026-08-26T00:36:51.023Z | |
| 3000 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBGAug 26 00:36:49.289 |
| 3001 | 2026-08-26T00:36:51.023Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3002 | 2026-08-26T00:36:51.023Z | INFO Aug 26 00:36:49.289adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 3003 | 2026-08-26T00:36:51.023Z | |
| 3004 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289 Aug 26 00:36:49.289INFOAug 26 00:36:49.289 INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG |
| 3005 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289 |
| 3006 | 2026-08-26T00:36:51.023Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3007 | 2026-08-26T00:36:51.023Z | 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 26 00:36:49.289 |
| 3008 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289DEBGINFO Aug 26 00:36:49.289replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3009 | 2026-08-26T00:36:51.023Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 26 00:36:49.289replacing 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 26 00:36:49.289adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3010 | 2026-08-26T00:36:51.023Z | INFO |
| 3011 | 2026-08-26T00:36:51.023Z | |
| 3012 | 2026-08-26T00:36:51.023Z | 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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3013 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289 |
| 3014 | 2026-08-26T00:36:51.023Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 26 00:36:49.289Aug 26 00:36:49.289 |
| 3015 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.289 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }] |
| 3016 | 2026-08-26T00:36:51.023Z | |
| 3017 | 2026-08-26T00:36:51.023Z | |
| 3018 | 2026-08-26T00:36:51.023Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3019 | 2026-08-26T00:36:51.023Z | Aug 26 00:36:49.289Aug 26 00:36:49.289 Aug 26 00:36:49.289INFOINFO Aug 26 00:36:49.289 DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3020 | 2026-08-26T00:36:51.024Z | |
| 3021 | 2026-08-26T00:36:51.024Z | WARNreplacing 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 } }] |
| 3022 | 2026-08-26T00:36:51.024Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3023 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289 DEBGAug 26 00:36:49.289 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3024 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289 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 |
| 3025 | 2026-08-26T00:36:51.024Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 26 00:36:49.289Aug 26 00:36:49.289 INFO |
| 3026 | 2026-08-26T00:36:51.024Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3027 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289 DEBGAug 26 00:36:49.289 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 } }] |
| 3028 | 2026-08-26T00:36:51.024Z | 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 } }] |
| 3029 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289 INFOAug 26 00:36:49.282 Aug 26 00:36:49.289adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 3030 | 2026-08-26T00:36:51.024Z | INFO created new freemapadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOAug 26 00:36:49.289 |
| 3031 | 2026-08-26T00:36:51.024Z | , unitDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: freemap_route_ipv4replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3032 | 2026-08-26T00:36:51.024Z | |
| 3033 | 2026-08-26T00:36:51.024Z | |
| 3034 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289 DEBG Aug 26 00:36:49.289Aug 26 00:36:49.289replacing 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 } }] |
| 3035 | 2026-08-26T00:36:51.024Z | 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.1/32 -> 10.0.0.255 |
| 3036 | 2026-08-26T00:36:51.024Z | |
| 3037 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289Aug 26 00:36:49.289 INFODEBG Aug 26 00:36:49.289Aug 26 00:36:49.289adding route 3fff:beef:f::/64 -> 2001:db8::55:ff INFODEBG |
| 3038 | 2026-08-26T00:36:51.024Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3039 | 2026-08-26T00:36:51.024Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffcreated new freemap |
| 3040 | 2026-08-26T00:36:51.024Z | |
| 3041 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289 , DEBGunit :Aug 26 00:36:49.289replacing 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 26 00:36:49.289 |
| 3042 | 2026-08-26T00:36:51.024Z | DEBG INFOfreemap_route_ipv6 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3043 | 2026-08-26T00:36:51.024Z | |
| 3044 | 2026-08-26T00:36:51.024Z | |
| 3045 | 2026-08-26T00:36:51.024Z | test route::tests::identity_replace_is_noop ... ok |
| 3046 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.289 Aug 26 00:36:49.289INFO Aug 26 00:36:49.289 INFOINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3047 | 2026-08-26T00:36:51.024Z | DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff Aug 26 00:36:49.289replacing 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 } }] |
| 3048 | 2026-08-26T00:36:51.024Z | |
| 3049 | 2026-08-26T00:36:51.024Z | DEBG |
| 3050 | 2026-08-26T00:36:51.024Z | initted freemap. size: 64Aug 26 00:36:49.289, unitINFO: adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv4 |
| 3051 | 2026-08-26T00:36:51.024Z | Aug 26 00:36:49.290Aug 26 00:36:49.289 DEBGDEBG created new freemapcreated new freemapAug 26 00:36:49.295, , Aug 26 00:36:49.295unit Aug 26 00:36:49.289 DEBGunit:: DEBGfreemap_route_ipv4 |
| 3052 | 2026-08-26T00:36:51.025Z | freemap_route_ipv4replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 3053 | 2026-08-26T00:36:51.025Z | |
| 3054 | 2026-08-26T00:36:51.025Z | , unitAug 26 00:36:49.295 : DEBG created new freemapDEBGAug 26 00:36:49.295 Aug 26 00:36:49.295, unit: freemap_route_ipv6DEBG |
| 3055 | 2026-08-26T00:36:51.025Z | 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_ipv4 |
| 3056 | 2026-08-26T00:36:51.025Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemap |
| 3057 | 2026-08-26T00:36:51.025Z | |
| 3058 | 2026-08-26T00:36:51.025Z | , unit: Aug 26 00:36:49.295freemap_route_ipv6Aug 26 00:36:49.295 |
| 3059 | 2026-08-26T00:36:51.025Z | Aug 26 00:36:49.295 INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:36:49.295 |
| 3060 | 2026-08-26T00:36:51.025Z | Aug 26 00:36:49.295 DEBGDEBGinitted freemap. size: 64 , Aug 26 00:36:49.295initted freemap. size: 64DEBG, 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 } }] |
| 3061 | 2026-08-26T00:36:51.025Z | DEBG unitunitinitted freemap. size: 64: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: |
| 3062 | 2026-08-26T00:36:51.025Z | |
| 3063 | 2026-08-26T00:36:51.025Z | unit:freemap_route_ipv6 |
| 3064 | 2026-08-26T00:36:51.025Z | freemap_route_ipv4Aug 26 00:36:49.296Aug 26 00:36:49.296 |
| 3065 | 2026-08-26T00:36:51.025Z | DEBG DEBG reset freemap , Aug 26 00:36:49.296unitfailed to allocate space for the new target list : |
| 3066 | 2026-08-26T00:36:51.025Z | DEBG freemap_route_ipv4reset freemap |
| 3067 | 2026-08-26T00:36:51.025Z | , Aug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296unit :Aug 26 00:36:49.296 DEBG DEBGDEBG reset freemapinitted freemap. size: 64, , unitunitfreemap_route_ipv4: |
| 3068 | 2026-08-26T00:36:51.025Z | :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6 |
| 3069 | 2026-08-26T00:36:51.025Z | |
| 3070 | 2026-08-26T00:36:51.025Z | INFOfreemap_route_ipv6 |
| 3071 | 2026-08-26T00:36:51.025Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 26 00:36:49.296 |
| 3072 | 2026-08-26T00:36:51.025Z | Aug 26 00:36:49.296 DEBGDEBG Aug 26 00:36:49.296 Aug 26 00:36:49.296 initted freemap. size: 64DEBG, unitreset freemapINFO, :adding route 172.16.0.0/32 -> 10.0.0.1unit : 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 } }] |
| 3073 | 2026-08-26T00:36:51.025Z | freemap_route_ipv6 |
| 3074 | 2026-08-26T00:36:51.025Z | |
| 3075 | 2026-08-26T00:36:51.025Z | freemap_route_ipv6 |
| 3076 | 2026-08-26T00:36:51.025Z | Aug 26 00:36:49.296Aug 26 00:36:49.296 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3077 | 2026-08-26T00:36:51.030Z | |
| 3078 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296 DEBG reset freemapAug 26 00:36:49.296 Aug 26 00:36:49.296, unit :DEBGAug 26 00:36:49.296 INFOfreemap_route_ipv6INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:32::/64 -> 2001:db8::55:ff |
| 3079 | 2026-08-26T00:36:51.030Z | |
| 3080 | 2026-08-26T00:36:51.030Z | |
| 3081 | 2026-08-26T00:36:51.030Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 00:36:49.296 Aug 26 00:36:49.296INFO Aug 26 00:36:49.296DEBG |
| 3082 | 2026-08-26T00:36:51.030Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3083 | 2026-08-26T00:36:51.030Z | INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3084 | 2026-08-26T00:36:51.030Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.296 |
| 3085 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296DEBG Aug 26 00:36:49.296replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.296INFODEBG |
| 3086 | 2026-08-26T00:36:51.030Z | adding route 3fff:beef:33::/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 } }] |
| 3087 | 2026-08-26T00:36:51.030Z | DEBG |
| 3088 | 2026-08-26T00:36:51.030Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 26 00:36:49.296Aug 26 00:36:49.296 |
| 3089 | 2026-08-26T00:36:51.030Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 3090 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296Aug 26 00:36:49.296 |
| 3091 | 2026-08-26T00:36:51.030Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 3092 | 2026-08-26T00:36:51.030Z | |
| 3093 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296 adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 26 00:36:49.296 Aug 26 00:36:49.296 |
| 3094 | 2026-08-26T00:36:51.030Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 3095 | 2026-08-26T00:36:51.030Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 00:36:49.296Aug 26 00:36:49.296 |
| 3096 | 2026-08-26T00:36:51.030Z | |
| 3097 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3098 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296 Aug 26 00:36:49.296replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3099 | 2026-08-26T00:36:51.030Z | DEBGINFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255Aug 26 00:36:49.296Aug 26 00:36:49.296 |
| 3100 | 2026-08-26T00:36:51.030Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3101 | 2026-08-26T00:36:51.030Z | |
| 3102 | 2026-08-26T00:36:51.030Z | |
| 3103 | 2026-08-26T00:36:51.030Z | |
| 3104 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296 Aug 26 00:36:49.296 DEBGDEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3105 | 2026-08-26T00:36:51.030Z | replacing targets for 3fff:dead::/64 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 } }]INFOINFO |
| 3106 | 2026-08-26T00:36:51.030Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3107 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296Aug 26 00:36:49.296 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]WARNINFO |
| 3108 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3109 | 2026-08-26T00:36:51.030Z | |
| 3110 | 2026-08-26T00:36:51.030Z | Aug 26 00:36:49.296 |
| 3111 | 2026-08-26T00:36:51.030Z | 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 } }] |
| 3112 | 2026-08-26T00:36:51.030Z | INFOAug 26 00:36:49.296 Aug 26 00:36:49.296DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 3113 | 2026-08-26T00:36:51.031Z | |
| 3114 | 2026-08-26T00:36:51.031Z | 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 } }]Aug 26 00:36:49.296Aug 26 00:36:49.296 INFODEBG 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 } }, NextHop { asic_port_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 } }] |
| 3115 | 2026-08-26T00:36:51.031Z | |
| 3116 | 2026-08-26T00:36:51.031Z | |
| 3117 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296Aug 26 00:36:49.296 DEBGDEBG Aug 26 00:36:49.296replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3118 | 2026-08-26T00:36:51.031Z | |
| 3119 | 2026-08-26T00:36:51.031Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3120 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3121 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.296 |
| 3122 | 2026-08-26T00:36:51.031Z | 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 } }]Aug 26 00:36:49.289 |
| 3123 | 2026-08-26T00:36:51.031Z | DEBGAug 26 00:36:49.296 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 } }]INFOAug 26 00:36:49.296 |
| 3124 | 2026-08-26T00:36:51.031Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 3125 | 2026-08-26T00:36:51.031Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 26 00:36:49.296 |
| 3126 | 2026-08-26T00:36:51.031Z | INFO Aug 26 00:36:49.296 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 3127 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296 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 } }] |
| 3128 | 2026-08-26T00:36:51.031Z | 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 26 00:36:49.296 |
| 3129 | 2026-08-26T00:36:51.031Z | DEBG Aug 26 00:36:49.296Aug 26 00:36:49.296replacing 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 } }] |
| 3130 | 2026-08-26T00:36:51.031Z | INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3131 | 2026-08-26T00:36:51.031Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3132 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 26 00:36:49.296Aug 26 00:36:49.296 |
| 3133 | 2026-08-26T00:36:51.031Z | 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 } }] |
| 3134 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296 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 |
| 3135 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296replacing 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 } }] |
| 3136 | 2026-08-26T00:36:51.031Z | INFO Aug 26 00:36:49.296adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3137 | 2026-08-26T00:36:51.031Z | INFO Aug 26 00:36:49.296 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 3138 | 2026-08-26T00:36:51.031Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 26 00:36:49.296 |
| 3139 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296DEBG DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:36:49.296 |
| 3140 | 2026-08-26T00:36:51.031Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3141 | 2026-08-26T00:36:51.031Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3142 | 2026-08-26T00:36:51.031Z | 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 26 00:36:49.296 |
| 3143 | 2026-08-26T00:36:51.031Z | INFO Aug 26 00:36:49.296adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3144 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 26 00:36:49.296adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3145 | 2026-08-26T00:36:51.031Z | DEBG |
| 3146 | 2026-08-26T00:36:51.031Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.296 |
| 3147 | 2026-08-26T00:36:51.031Z | DEBGAug 26 00:36:49.296 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 |
| 3148 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296 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 |
| 3149 | 2026-08-26T00:36:51.031Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3150 | 2026-08-26T00:36:51.031Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3151 | 2026-08-26T00:36:51.031Z | Aug 26 00:36:49.296 Aug 26 00:36:49.296, INFOAug 26 00:36:49.296unit INFO: adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3152 | 2026-08-26T00:36:51.032Z | |
| 3153 | 2026-08-26T00:36:51.032Z | DEBGfreemap_route_ipv4 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 } }] |
| 3154 | 2026-08-26T00:36:51.032Z | |
| 3155 | 2026-08-26T00:36:51.032Z | Aug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOAug 26 00:36:49.296replacing 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 } }] |
| 3156 | 2026-08-26T00:36:51.032Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3157 | 2026-08-26T00:36:51.032Z | DEBG |
| 3158 | 2026-08-26T00:36:51.032Z | created new freemap, unit:Aug 26 00:36:49.296Aug 26 00:36:49.296 DEBGAug 26 00:36:49.296 Aug 26 00:36:49.296replacing 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 |
| 3159 | 2026-08-26T00:36:51.032Z | DEBG created new freemapcreated new freemapAug 26 00:36:49.296Aug 26 00:36:49.302 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3160 | 2026-08-26T00:36:51.032Z | |
| 3161 | 2026-08-26T00:36:51.032Z | , Aug 26 00:36:49.302Aug 26 00:36:49.302 , unitDEBG: unitDEBGfreemap_route_ipv4: |
| 3162 | 2026-08-26T00:36:51.032Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3163 | 2026-08-26T00:36:51.032Z | |
| 3164 | 2026-08-26T00:36:51.032Z | freemap_route_ipv4 |
| 3165 | 2026-08-26T00:36:51.032Z | Aug 26 00:36:49.302Aug 26 00:36:49.302 DEBG created new freemap, unitAug 26 00:36:49.302: Aug 26 00:36:49.302DEBG DEBGfreemap_route_ipv6created new freemap failed to allocate space for the new target list |
| 3166 | 2026-08-26T00:36:51.032Z | , |
| 3167 | 2026-08-26T00:36:51.032Z | INFOunit :adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3168 | 2026-08-26T00:36:51.032Z | Aug 26 00:36:49.302freemap_route_ipv6 |
| 3169 | 2026-08-26T00:36:51.032Z | DEBGAug 26 00:36:49.302Aug 26 00:36:49.302 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3170 | 2026-08-26T00:36:51.032Z | Aug 26 00:36:49.302 DEBGDEBGDEBG 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 } }]initted freemap. size: 64 |
| 3171 | 2026-08-26T00:36:51.032Z | initted freemap. size: 64, , unitunit:Aug 26 00:36:49.302 freemap_route_ipv4INFO |
| 3172 | 2026-08-26T00:36:51.032Z | : adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4 |
| 3173 | 2026-08-26T00:36:51.032Z | |
| 3174 | 2026-08-26T00:36:51.032Z | Aug 26 00:36:49.302 Aug 26 00:36:49.302 DEBG DEBGreset freemap , Aug 26 00:36:49.302unitfreemap_route_ipv6 : DEBGfreemap_route_ipv4 |
| 3175 | 2026-08-26T00:36:51.032Z | |
| 3176 | 2026-08-26T00:36:51.032Z | reset freemapreplacing 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 } }], |
| 3177 | 2026-08-26T00:36:51.037Z | unit:Aug 26 00:36:49.302Aug 26 00:36:49.302 DEBG initted freemap. size: 64 , DEBGAug 26 00:36:49.302 unit initted freemap. size: 64freemap_route_ipv4INFO |
| 3178 | 2026-08-26T00:36:51.037Z | , :unit adding route 172.17.0.17/32 -> 10.0.0.255 :freemap_route_ipv4 Aug 26 00:36:49.302 |
| 3179 | 2026-08-26T00:36:51.037Z | freemap_route_ipv6 |
| 3180 | 2026-08-26T00:36:51.037Z | |
| 3181 | 2026-08-26T00:36:51.037Z | DEBGAug 26 00:36:49.302Aug 26 00:36:49.302 DEBG reset freemap, unit :initted freemap. size: 64 freemap_route_ipv6DEBG, Aug 26 00:36:49.302 |
| 3182 | 2026-08-26T00:36:51.037Z | 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 } }]: |
| 3183 | 2026-08-26T00:36:51.037Z | DEBG reset freemap , freemap_route_ipv6unitAug 26 00:36:49.302Aug 26 00:36:49.302 |
| 3184 | 2026-08-26T00:36:51.037Z | : freemap_route_ipv4INFO |
| 3185 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3186 | 2026-08-26T00:36:51.037Z | DEBGINFO reset freemapAug 26 00:36:49.302adding route 3fff:dead::/64 -> 2001:db8::55:1 , |
| 3187 | 2026-08-26T00:36:51.037Z | DEBG Aug 26 00:36:49.302replacing 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 } }] |
| 3188 | 2026-08-26T00:36:51.037Z | unitDEBG:Aug 26 00:36:49.302 freemap_route_ipv6 initted freemap. size: 64DEBG, 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 } }]: |
| 3189 | 2026-08-26T00:36:51.037Z | |
| 3190 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302 freemap_route_ipv6 |
| 3191 | 2026-08-26T00:36:51.037Z | INFO Aug 26 00:36:49.302adding route 172.17.0.19/32 -> 10.0.0.255 Aug 26 00:36:49.302 |
| 3192 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 3193 | 2026-08-26T00:36:51.037Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.302DEBG |
| 3194 | 2026-08-26T00:36:51.037Z | DEBGAug 26 00:36:49.302reset freemap 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 } }], unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:36:49.302freemap_route_ipv6 |
| 3195 | 2026-08-26T00:36:51.037Z | |
| 3196 | 2026-08-26T00:36:51.037Z | DEBG |
| 3197 | 2026-08-26T00:36:51.037Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 26 00:36:49.302Aug 26 00:36:49.302 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3198 | 2026-08-26T00:36:51.037Z | |
| 3199 | 2026-08-26T00:36:51.037Z | |
| 3200 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302 INFO Aug 26 00:36:49.302Aug 26 00:36:49.302Aug 26 00:36:49.302 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG |
| 3201 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302 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 } }] |
| 3202 | 2026-08-26T00:36:51.037Z | INFO adding route 172.17.0.3/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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3203 | 2026-08-26T00:36:51.037Z | |
| 3204 | 2026-08-26T00:36:51.037Z | |
| 3205 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302 Aug 26 00:36:49.302 INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 26 00:36:49.302Aug 26 00:36:49.302 |
| 3206 | 2026-08-26T00:36:51.037Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3207 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302DEBG INFODEBG Aug 26 00:36:49.302replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3208 | 2026-08-26T00:36:51.037Z | |
| 3209 | 2026-08-26T00:36:51.037Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3210 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.302replacing 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 } }] |
| 3211 | 2026-08-26T00:36:51.037Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:36:49.303 |
| 3212 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.303 Aug 26 00:36:49.303DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.22/32 -> 10.0.0.255 |
| 3213 | 2026-08-26T00:36:51.037Z | |
| 3214 | 2026-08-26T00:36:51.037Z | Aug 26 00:36:49.303INFO Aug 26 00:36:49.303Aug 26 00:36:49.303 adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 00:36:49.303 |
| 3215 | 2026-08-26T00:36:51.038Z | INFODEBG 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 } }] |
| 3216 | 2026-08-26T00:36:51.038Z | 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 } }] |
| 3217 | 2026-08-26T00:36:51.038Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255Aug 26 00:36:49.303 |
| 3218 | 2026-08-26T00:36:51.038Z | |
| 3219 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303Aug 26 00:36:49.303 DEBGINFO Aug 26 00:36:49.303 Aug 26 00:36:49.303WARNreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 3220 | 2026-08-26T00:36:51.038Z | |
| 3221 | 2026-08-26T00:36:51.038Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3222 | 2026-08-26T00:36:51.038Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:36:49.303 |
| 3223 | 2026-08-26T00:36:51.038Z | DEBGAug 26 00:36:49.303Aug 26 00:36:49.303 INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 3224 | 2026-08-26T00:36:51.038Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3225 | 2026-08-26T00:36:51.038Z | |
| 3226 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3227 | 2026-08-26T00:36:51.038Z | 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 26 00:36:49.303 |
| 3228 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303INFO Aug 26 00:36:49.303adding route 172.17.0.24/32 -> 10.0.0.255INFOAug 26 00:36:49.303 |
| 3229 | 2026-08-26T00:36:51.038Z | adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 3230 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3231 | 2026-08-26T00:36:51.038Z | 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 } }] |
| 3232 | 2026-08-26T00:36:51.038Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3233 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303Aug 26 00:36:49.303 Aug 26 00:36:49.303DEBGDEBG 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 } }] |
| 3234 | 2026-08-26T00:36:51.038Z | 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 26 00:36:49.303 |
| 3235 | 2026-08-26T00:36:51.038Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 3236 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 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 26 00:36:49.303DEBG |
| 3237 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 replacing targets for 3fff:dead::/64 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 } }] |
| 3238 | 2026-08-26T00:36:51.038Z | DEBG INFOreplacing 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 } }] |
| 3239 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303adding route 172.17.0.6/32 -> 10.0.0.255 WARNAug 26 00:36:49.303 |
| 3240 | 2026-08-26T00:36:51.038Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 3241 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3242 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 adding route 172.17.0.26/32 -> 10.0.0.255ERRO |
| 3243 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303Aug 26 00:36:49.303 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 3244 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 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 } }]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 } }] |
| 3245 | 2026-08-26T00:36:51.038Z | |
| 3246 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 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 } }]ERRO |
| 3247 | 2026-08-26T00:36:51.038Z | 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 26 00:36:49.303 |
| 3248 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303INFO Aug 26 00:36:49.303 INFOadding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3249 | 2026-08-26T00:36:51.038Z | adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3250 | 2026-08-26T00:36:51.038Z | |
| 3251 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 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 } }] |
| 3252 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.303 |
| 3253 | 2026-08-26T00:36:51.038Z | Aug 26 00:36:49.303 INFO DEBGINFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 26 00:36:49.303 |
| 3254 | 2026-08-26T00:36:51.039Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3255 | 2026-08-26T00:36:51.039Z | |
| 3256 | 2026-08-26T00:36:51.039Z | Aug 26 00:36:49.303replacing 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 } }] |
| 3257 | 2026-08-26T00:36:51.039Z | DEBGAug 26 00:36:49.303 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3258 | 2026-08-26T00:36:51.039Z | Aug 26 00:36:49.303 |
| 3259 | 2026-08-26T00:36:51.039Z | Aug 26 00:36:49.303DEBG Aug 26 00:36:49.303 INFOINFOAug 26 00:36:49.303 adding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 3260 | 2026-08-26T00:36:51.039Z | adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3261 | 2026-08-26T00:36:51.039Z | |
| 3262 | 2026-08-26T00:36:51.039Z | |
| 3263 | 2026-08-26T00:36:51.039Z | Aug 26 00:36:49.303 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 } }]Aug 26 00:36:49.303 |
| 3264 | 2026-08-26T00:36:51.039Z | Aug 26 00:36:49.303 DEBGAug 26 00:36:49.310 created new freemapINFO adding route 172.17.0.30/32 -> 10.0.0.255, |
| 3265 | 2026-08-26T00:36:51.039Z | unit:Aug 26 00:36:49.303 freemap_route_ipv4 |
| 3266 | 2026-08-26T00:36:51.039Z | DEBG Aug 26 00:36:49.310 DEBG Aug 26 00:36:49.296replacing 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 } }] |
| 3267 | 2026-08-26T00:36:51.039Z | 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 } }] Aug 26 00:36:49.310created new freemapAug 26 00:36:49.310 , |
| 3268 | 2026-08-26T00:36:51.039Z | INFOunitDEBG :adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3269 | 2026-08-26T00:36:51.039Z | freemap_route_ipv4 |
| 3270 | 2026-08-26T00:36:51.039Z | created new freemap, Aug 26 00:36:49.310Aug 26 00:36:49.310 unitDEBG: Aug 26 00:36:49.310replacing 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 } }] |
| 3271 | 2026-08-26T00:36:51.039Z | DEBG INFOfreemap_route_ipv6created new freemap |
| 3272 | 2026-08-26T00:36:51.039Z | , Aug 26 00:36:49.310unit INFOadding route 172.17.0.9/32 -> 10.0.0.255: |
| 3273 | 2026-08-26T00:36:51.039Z | Aug 26 00:36:49.310 adding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv6 |
| 3274 | 2026-08-26T00:36:51.039Z | |
| 3275 | 2026-08-26T00:36:51.039Z | DEBG Aug 26 00:36:49.310Aug 26 00:36:49.310initted freemap. size: 64 Aug 26 00:36:49.310DEBG, DEBGunit : DEBGinitted freemap. size: 64replacing 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 } }], |
| 3276 | 2026-08-26T00:36:51.039Z | unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3277 | 2026-08-26T00:36:51.044Z | freemap_route_ipv4freemap_route_ipv4 |
| 3278 | 2026-08-26T00:36:51.044Z | |
| 3279 | 2026-08-26T00:36:51.044Z | Aug 26 00:36:49.310 INFOAug 26 00:36:49.310 Aug 26 00:36:49.310 adding route 172.17.0.33/32 -> 10.0.0.255DEBGDEBG |
| 3280 | 2026-08-26T00:36:51.044Z | reset freemapAug 26 00:36:49.310, unitreset freemap :Aug 26 00:36:49.310INFO , freemap_route_ipv4 |
| 3281 | 2026-08-26T00:36:51.044Z | unitDEBG :replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3282 | 2026-08-26T00:36:51.044Z | |
| 3283 | 2026-08-26T00:36:51.044Z | Aug 26 00:36:49.310freemap_route_ipv4 |
| 3284 | 2026-08-26T00:36:51.044Z | DEBG Aug 26 00:36:49.310Aug 26 00:36:49.310 initted freemap. size: 64DEBG, Aug 26 00:36:49.310INFOunit : adding route 172.17.0.34/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 } }] |
| 3285 | 2026-08-26T00:36:51.044Z | DEBG |
| 3286 | 2026-08-26T00:36:51.044Z | initted freemap. size: 64freemap_route_ipv6, |
| 3287 | 2026-08-26T00:36:51.044Z | unit:Aug 26 00:36:49.310 Aug 26 00:36:49.310 freemap_route_ipv6DEBG |
| 3288 | 2026-08-26T00:36:51.044Z | INFOAug 26 00:36:49.310 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 } }] DEBGAug 26 00:36:49.310 |
| 3289 | 2026-08-26T00:36:51.044Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3290 | 2026-08-26T00:36:51.044Z | DEBGreset freemap , reset freemapAug 26 00:36:49.310Aug 26 00:36:49.310unit DEBG, :INFO unitfreemap_route_ipv6 |
| 3291 | 2026-08-26T00:36:51.044Z | 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.35/32 -> 10.0.0.255: |
| 3292 | 2026-08-26T00:36:51.044Z | |
| 3293 | 2026-08-26T00:36:51.044Z | Aug 26 00:36:49.310 freemap_route_ipv6 |
| 3294 | 2026-08-26T00:36:51.044Z | INFO Aug 26 00:36:49.310Aug 26 00:36:49.310 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:36:49.310replacing 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 } }] |
| 3295 | 2026-08-26T00:36:51.044Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3296 | 2026-08-26T00:36:51.044Z | INFO |
| 3297 | 2026-08-26T00:36:51.044Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:36:49.310 |
| 3298 | 2026-08-26T00:36:51.044Z | Aug 26 00:36:49.310 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:36:49.310Aug 26 00:36:49.310 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 } }]DEBG |
| 3299 | 2026-08-26T00:36:51.044Z | |
| 3300 | 2026-08-26T00:36:51.044Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3301 | 2026-08-26T00:36:51.044Z | |
| 3302 | 2026-08-26T00:36:51.044Z | Aug 26 00:36:49.310 DEBGAug 26 00:36:49.310 Aug 26 00:36:49.310replacing 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 26 00:36:49.310 |
| 3303 | 2026-08-26T00:36:51.044Z | INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3304 | 2026-08-26T00:36:51.044Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3305 | 2026-08-26T00:36:51.044Z | INFO Aug 26 00:36:49.310adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:36:49.310 |
| 3306 | 2026-08-26T00:36:51.044Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 3307 | 2026-08-26T00:36:51.044Z | Aug 26 00:36:49.310Aug 26 00:36:49.310replacing 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 } }] |
| 3308 | 2026-08-26T00:36:51.044Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3309 | 2026-08-26T00:36:51.044Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.310Aug 26 00:36:49.310 |
| 3310 | 2026-08-26T00:36:51.044Z | DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3311 | 2026-08-26T00:36:51.044Z | Aug 26 00:36:49.310 |
| 3312 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3313 | 2026-08-26T00:36:51.045Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.310 |
| 3314 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310 DEBGINFO adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3315 | 2026-08-26T00:36:51.045Z | |
| 3316 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310 Aug 26 00:36:49.303DEBGAug 26 00:36:49.310 Aug 26 00:36:49.310DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]created new freemap |
| 3317 | 2026-08-26T00:36:51.045Z | INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3318 | 2026-08-26T00:36:51.045Z | 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 } }], |
| 3319 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310 unitINFO: Aug 26 00:36:49.310Aug 26 00:36:49.310 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3320 | 2026-08-26T00:36:51.045Z | DEBG 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 } }] |
| 3321 | 2026-08-26T00:36:51.045Z | adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv4 |
| 3322 | 2026-08-26T00:36:51.045Z | |
| 3323 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310Aug 26 00:36:49.310 DEBG Aug 26 00:36:49.310replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.310DEBG |
| 3324 | 2026-08-26T00:36:51.045Z | INFO 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 } }]created new freemap |
| 3325 | 2026-08-26T00:36:51.045Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 26 00:36:49.310, |
| 3326 | 2026-08-26T00:36:51.045Z | 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:3, vlan_id: None } }]:Aug 26 00:36:49.310 |
| 3327 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310freemap_route_ipv6 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3328 | 2026-08-26T00:36:51.045Z | |
| 3329 | 2026-08-26T00:36:51.045Z | |
| 3330 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310Aug 26 00:36:49.310 Aug 26 00:36:49.310DEBG DEBGINFOinitted freemap. size: 64 adding route 172.17.0.17/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 } }] |
| 3331 | 2026-08-26T00:36:51.045Z | , |
| 3332 | 2026-08-26T00:36:51.045Z | unit:Aug 26 00:36:49.310 freemap_route_ipv4DEBGAug 26 00:36:49.310 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 } }] |
| 3333 | 2026-08-26T00:36:51.045Z | |
| 3334 | 2026-08-26T00:36:51.045Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3335 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310Aug 26 00:36:49.310 DEBGINFO Aug 26 00:36:49.310adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3336 | 2026-08-26T00:36:51.045Z | DEBGreset freemap , replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3337 | 2026-08-26T00:36:51.045Z | : Aug 26 00:36:49.310freemap_route_ipv4 |
| 3338 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310DEBG INFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3339 | 2026-08-26T00:36:51.045Z | |
| 3340 | 2026-08-26T00:36:51.045Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3341 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310 DEBGAug 26 00:36:49.310 initted freemap. size: 64Aug 26 00:36:49.310, INFODEBGunit adding route 172.17.0.19/32 -> 10.0.0.255:replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3342 | 2026-08-26T00:36:51.045Z | |
| 3343 | 2026-08-26T00:36:51.045Z | freemap_route_ipv6 |
| 3344 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310 DEBGINFO Aug 26 00:36:49.310replacing 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:17::/64 -> 2001:db8::55:ffINFOAug 26 00:36:49.310 |
| 3345 | 2026-08-26T00:36:51.045Z | |
| 3346 | 2026-08-26T00:36:51.045Z | DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3347 | 2026-08-26T00:36:51.045Z | reset freemapAug 26 00:36:49.310, Aug 26 00:36:49.310unitAug 26 00:36:49.310: DEBGINFO 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 } }] |
| 3348 | 2026-08-26T00:36:51.045Z | adding route 172.17.0.20/32 -> 10.0.0.255 freemap_route_ipv6replacing 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 } }] |
| 3349 | 2026-08-26T00:36:51.045Z | |
| 3350 | 2026-08-26T00:36:51.045Z | |
| 3351 | 2026-08-26T00:36:51.045Z | Aug 26 00:36:49.310 INFOAug 26 00:36:49.310 Aug 26 00:36:49.310adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:36:49.303 |
| 3352 | 2026-08-26T00:36:51.046Z | Aug 26 00:36:49.310INFODEBG DEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3353 | 2026-08-26T00:36:51.046Z | |
| 3354 | 2026-08-26T00:36:51.046Z | INFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.310, Aug 26 00:36:49.310 unitDEBG Aug 26 00:36:49.310 DEBG :replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3355 | 2026-08-26T00:36:51.046Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3356 | 2026-08-26T00:36:51.046Z | |
| 3357 | 2026-08-26T00:36:51.046Z | |
| 3358 | 2026-08-26T00:36:51.046Z | freemap_route_ipv4 |
| 3359 | 2026-08-26T00:36:51.046Z | Aug 26 00:36:49.310Aug 26 00:36:49.310Aug 26 00:36:49.310 Aug 26 00:36:49.303 INFOINFODEBG DEBG adding route 172.17.0.45/32 -> 10.0.0.255 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 00:36:49.310 |
| 3360 | 2026-08-26T00:36:51.046Z | 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 26 00:36:49.310 |
| 3361 | 2026-08-26T00:36:51.046Z | |
| 3362 | 2026-08-26T00:36:51.046Z | 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 26 00:36:49.310DEBG |
| 3363 | 2026-08-26T00:36:51.046Z | 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 } }]Aug 26 00:36:49.310Aug 26 00:36:49.310replacing 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 } }] |
| 3364 | 2026-08-26T00:36:51.046Z | created new freemapINFO Aug 26 00:36:49.310adding route 172.17.0.22/32 -> 10.0.0.255, |
| 3365 | 2026-08-26T00:36:51.046Z | Aug 26 00:36:49.310 unitINFO |
| 3366 | 2026-08-26T00:36:51.046Z | INFO: adding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:36:49.310 |
| 3367 | 2026-08-26T00:36:51.046Z | DEBG adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6replacing 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 } }] |
| 3368 | 2026-08-26T00:36:51.046Z | |
| 3369 | 2026-08-26T00:36:51.046Z | Aug 26 00:36:49.310 |
| 3370 | 2026-08-26T00:36:51.046Z | DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3371 | 2026-08-26T00:36:51.046Z | Aug 26 00:36:49.310 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 26 00:36:49.310 |
| 3372 | 2026-08-26T00:36:51.046Z | DEBG Aug 26 00:36:49.310Aug 26 00:36:49.310 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 } }]INFOAug 26 00:36:49.310 |
| 3373 | 2026-08-26T00:36:51.046Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3374 | 2026-08-26T00:36:51.046Z | INFOAug 26 00:36:49.310DEBG INFO Aug 26 00:36:49.310Aug 26 00:36:49.310adding route 172.17.0.47/32 -> 10.0.0.255initted freemap. size: 64 INFODEBG INFO, adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3375 | 2026-08-26T00:36:51.046Z | |
| 3376 | 2026-08-26T00:36:51.046Z | unit |
| 3377 | 2026-08-26T00:36:51.052Z | : freemap_route_ipv4adding route 172.17.0.8/32 -> 10.0.0.255Aug 26 00:36:49.310Aug 26 00:36:49.310 |
| 3378 | 2026-08-26T00:36:51.052Z | INFO |
| 3379 | 2026-08-26T00:36:51.052Z | adding route 172.17.0.24/32 -> 10.0.0.255 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 } }] |
| 3380 | 2026-08-26T00:36:51.052Z | Aug 26 00:36:49.310 |
| 3381 | 2026-08-26T00:36:51.052Z | Aug 26 00:36:49.310 DEBG Aug 26 00:36:49.310 Aug 26 00:36:49.310replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3382 | 2026-08-26T00:36:51.052Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.310 Aug 26 00:36:49.311DEBG reset freemapDEBG, |
| 3383 | 2026-08-26T00:36:51.052Z | unitcreated new freemap:, replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4unit |
| 3384 | 2026-08-26T00:36:51.052Z | : |
| 3385 | 2026-08-26T00:36:51.052Z | freemap_route_ipv4Aug 26 00:36:49.317 |
| 3386 | 2026-08-26T00:36:51.052Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:36:49.317 |
| 3387 | 2026-08-26T00:36:51.052Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 26 00:36:49.317 Aug 26 00:36:49.317INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3388 | 2026-08-26T00:36:51.052Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 3389 | 2026-08-26T00:36:51.052Z | created new freemap, |
| 3390 | 2026-08-26T00:36:51.052Z | unit Aug 26 00:36:49.317DEBG Aug 26 00:36:49.317DEBG : 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 } }]DEBGfreemap_route_ipv6 |
| 3391 | 2026-08-26T00:36:51.052Z | |
| 3392 | 2026-08-26T00:36:51.052Z | 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 } }] |
| 3393 | 2026-08-26T00:36:51.052Z | Aug 26 00:36:49.317replacing 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 26 00:36:49.317DEBGAug 26 00:36:49.317 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3394 | 2026-08-26T00:36:51.052Z | INFO |
| 3395 | 2026-08-26T00:36:51.052Z | DEBG initted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255, |
| 3396 | 2026-08-26T00:36:51.052Z | Aug 26 00:36:49.317 Aug 26 00:36:49.317unitAug 26 00:36:49.317 INFO Aug 26 00:36:49.317:INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3397 | 2026-08-26T00:36:51.052Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 3398 | 2026-08-26T00:36:51.052Z | DEBG |
| 3399 | 2026-08-26T00:36:51.052Z | 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 } }] |
| 3400 | 2026-08-26T00:36:51.052Z | |
| 3401 | 2026-08-26T00:36:51.053Z | Aug 26 00:36:49.317Aug 26 00:36:49.317Aug 26 00:36:49.317 DEBG DEBGDEBG Aug 26 00:36:49.317replacing 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 26 00:36:49.317replacing 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 26 00:36:49.311 |
| 3402 | 2026-08-26T00:36:51.053Z | INFO |
| 3403 | 2026-08-26T00:36:51.053Z | reset freemapadding route 172.17.0.27/32 -> 10.0.0.255, |
| 3404 | 2026-08-26T00:36:51.053Z | Aug 26 00:36:49.317unit: INFO freemap_route_ipv4adding route 172.17.0.50/32 -> 10.0.0.255Aug 26 00:36:49.317 |
| 3405 | 2026-08-26T00:36:51.053Z | |
| 3406 | 2026-08-26T00:36:51.053Z | Aug 26 00:36:49.317 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 } }]INFODEBG Aug 26 00:36:49.317Aug 26 00:36:49.317 |
| 3407 | 2026-08-26T00:36:51.053Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG |
| 3408 | 2026-08-26T00:36:51.053Z | DEBGcreated new freemap initted freemap. size: 64 , Aug 26 00:36:49.317 , unitAug 26 00:36:49.317: freemap_route_ipv6DEBGINFO |
| 3409 | 2026-08-26T00:36:51.053Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3410 | 2026-08-26T00:36:51.053Z | 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 } }] |
| 3411 | 2026-08-26T00:36:51.053Z | Aug 26 00:36:49.317 |
| 3412 | 2026-08-26T00:36:51.053Z | DEBG reset freemapAug 26 00:36:49.317, 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 26 00:36:49.317unitunitINFOAug 26 00:36:49.317:: |
| 3413 | 2026-08-26T00:36:51.053Z | DEBG freemap_route_ipv6INFO 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 } }] |
| 3414 | 2026-08-26T00:36:51.053Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3415 | 2026-08-26T00:36:51.053Z | |
| 3416 | 2026-08-26T00:36:51.053Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3417 | 2026-08-26T00:36:51.053Z | Aug 26 00:36:49.317Aug 26 00:36:49.317 INFO freemap_route_ipv4INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.317 |
| 3418 | 2026-08-26T00:36:51.053Z | |
| 3419 | 2026-08-26T00:36:51.053Z | INFO Aug 26 00:36:49.317adding route 172.17.0.29/32 -> 10.0.0.255Aug 26 00:36:49.317adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:36:49.317 |
| 3420 | 2026-08-26T00:36:51.053Z | |
| 3421 | 2026-08-26T00:36:51.053Z | DEBG Aug 26 00:36:49.317DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 with: [NextHop { asic_port_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 |
| 3422 | 2026-08-26T00:36:51.053Z | |
| 3423 | 2026-08-26T00:36:51.053Z | 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 } }] |
| 3424 | 2026-08-26T00:36:51.053Z | 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 26 00:36:49.317 |
| 3425 | 2026-08-26T00:36:51.053Z | DEBGAug 26 00:36:49.317Aug 26 00:36:49.317 Aug 26 00:36:49.317INFOAug 26 00:36:49.317 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3426 | 2026-08-26T00:36:51.053Z | INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255created new freemap |
| 3427 | 2026-08-26T00:36:51.053Z | , Aug 26 00:36:49.317replacing 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 26 00:36:49.317 |
| 3428 | 2026-08-26T00:36:51.053Z | 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 } }] unit |
| 3429 | 2026-08-26T00:36:51.053Z | INFOAug 26 00:36:49.317 DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 3430 | 2026-08-26T00:36:51.053Z | 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 26 00:36:49.317 |
| 3431 | 2026-08-26T00:36:51.053Z | Aug 26 00:36:49.317 INFO Aug 26 00:36:49.317INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 00:36:49.317 |
| 3432 | 2026-08-26T00:36:51.053Z | freemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3433 | 2026-08-26T00:36:51.053Z | |
| 3434 | 2026-08-26T00:36:51.053Z | INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 Aug 26 00:36:49.317replacing 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 } }] |
| 3435 | 2026-08-26T00:36:51.053Z | Aug 26 00:36:49.317DEBG |
| 3436 | 2026-08-26T00:36:51.053Z | test route::tests::same_size_non_subset_replace ... ok |
| 3437 | 2026-08-26T00:36:51.053Z | test route::tests::delete_targets_full ... ok |
| 3438 | 2026-08-26T00:36:51.053Z | DEBG Aug 26 00:36:49.317replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }] |
| 3439 | 2026-08-26T00:36:51.053Z | DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.317 |
| 3440 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 |
| 3441 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 DEBG INFOINFO Aug 26 00:36:49.317adding route 172.16.0.0/32 -> 10.0.0.4initted freemap. size: 64 |
| 3442 | 2026-08-26T00:36:51.054Z | , Aug 26 00:36:49.317adding route 172.17.0.53/32 -> 10.0.0.255 INFO |
| 3443 | 2026-08-26T00:36:51.054Z | unit:INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 26 00:36:49.317 |
| 3444 | 2026-08-26T00:36:51.054Z | DEBGfreemap_route_ipv4 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3445 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 |
| 3446 | 2026-08-26T00:36:51.054Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3447 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317DEBG DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.317 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 } }] |
| 3448 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 |
| 3449 | 2026-08-26T00:36:51.054Z | DEBG Aug 26 00:36:49.317replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 26 00:36:49.317 |
| 3450 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 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 } }] |
| 3451 | 2026-08-26T00:36:51.054Z | INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreset freemapINFO |
| 3452 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317, unitINFO: adding route 172.17.0.54/32 -> 10.0.0.255 Aug 26 00:36:49.317 |
| 3453 | 2026-08-26T00:36:51.054Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3454 | 2026-08-26T00:36:51.054Z | DEBGfreemap_route_ipv4 |
| 3455 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317replacing 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 26 00:36:49.317 |
| 3456 | 2026-08-26T00:36:51.054Z | DEBG DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.317 |
| 3457 | 2026-08-26T00:36:51.054Z | 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 |
| 3458 | 2026-08-26T00:36:51.054Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:36:49.317 |
| 3459 | 2026-08-26T00:36:51.054Z | DEBGAug 26 00:36:49.317Aug 26 00:36:49.317 initted freemap. size: 64INFO INFO, adding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:36:49.317unit |
| 3460 | 2026-08-26T00:36:51.054Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3461 | 2026-08-26T00:36:51.054Z | DEBG: freemap_route_ipv6replacing 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 } }] |
| 3462 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 |
| 3463 | 2026-08-26T00:36:51.054Z | DEBGAug 26 00:36:49.317 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3464 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317Aug 26 00:36:49.317 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 } }] |
| 3465 | 2026-08-26T00:36:51.054Z | DEBGINFO Aug 26 00:36:49.317reset freemap Aug 26 00:36:49.317, INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff unit |
| 3466 | 2026-08-26T00:36:51.054Z | adding route 172.17.0.35/32 -> 10.0.0.255:INFO |
| 3467 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv6 |
| 3468 | 2026-08-26T00:36:51.054Z | |
| 3469 | 2026-08-26T00:36:51.054Z | DEBGAug 26 00:36:49.317 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 } }]DEBGAug 26 00:36:49.317 |
| 3470 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 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 } }] |
| 3471 | 2026-08-26T00:36:51.054Z | DEBG 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 26 00:36:49.317 |
| 3472 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3473 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3474 | 2026-08-26T00:36:51.054Z | INFO |
| 3475 | 2026-08-26T00:36:51.054Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 26 00:36:49.317 |
| 3476 | 2026-08-26T00:36:51.054Z | Aug 26 00:36:49.317 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 } }]Aug 26 00:36:49.317replacing 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 26 00:36:49.317 |
| 3477 | 2026-08-26T00:36:51.059Z | |
| 3478 | 2026-08-26T00:36:51.059Z | 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 } }]DEBGAug 26 00:36:49.317 |
| 3479 | 2026-08-26T00:36:51.059Z | Aug 26 00:36:49.317replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 INFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3480 | 2026-08-26T00:36:51.059Z | |
| 3481 | 2026-08-26T00:36:51.059Z | Aug 26 00:36:49.317 |
| 3482 | 2026-08-26T00:36:51.059Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 26 00:36:49.317Aug 26 00:36:49.317 DEBGAug 26 00:36:49.317 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3483 | 2026-08-26T00:36:51.059Z | |
| 3484 | 2026-08-26T00:36:51.059Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3485 | 2026-08-26T00:36:51.059Z | DEBGAug 26 00:36:49.317 Aug 26 00:36:49.317replacing 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 } }] DEBGINFO |
| 3486 | 2026-08-26T00:36:51.059Z | Aug 26 00:36:49.317 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 } }]DEBGAug 26 00:36:49.317adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3487 | 2026-08-26T00:36:51.059Z | INFO |
| 3488 | 2026-08-26T00:36:51.059Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3489 | 2026-08-26T00:36:51.059Z | Aug 26 00:36:49.317adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3490 | 2026-08-26T00:36:51.059Z | DEBGAug 26 00:36:49.317 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 26 00:36:49.317 |
| 3491 | 2026-08-26T00:36:51.059Z | Aug 26 00:36:49.317 DEBGDEBG INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/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.3, vlan_id: None } }] |
| 3492 | 2026-08-26T00:36:51.059Z | Aug 26 00:36:49.317 INFO Aug 26 00:36:49.323 |
| 3493 | 2026-08-26T00:36:51.060Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 3494 | 2026-08-26T00:36:51.060Z | 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 } }] |
| 3495 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.323Aug 26 00:36:49.323 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3496 | 2026-08-26T00:36:51.060Z | |
| 3497 | 2026-08-26T00:36:51.060Z | INFO Aug 26 00:36:49.323adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3498 | 2026-08-26T00:36:51.060Z | 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 } }] |
| 3499 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.323 Aug 26 00:36:49.323INFO Aug 26 00:36:49.323 |
| 3500 | 2026-08-26T00:36:51.060Z | adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 3501 | 2026-08-26T00:36:51.060Z | DEBG failed to allocate space for the new target list |
| 3502 | 2026-08-26T00:36:51.060Z | 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 26 00:36:49.323 |
| 3503 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.323DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:36:49.323 |
| 3504 | 2026-08-26T00:36:51.060Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO |
| 3505 | 2026-08-26T00:36:51.060Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 26 00:36:49.323 |
| 3506 | 2026-08-26T00:36:51.060Z | DEBGAug 26 00:36:49.323 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 3507 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.323Aug 26 00:36:49.323 DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 3508 | 2026-08-26T00:36:51.060Z | DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 3509 | 2026-08-26T00:36:51.060Z | |
| 3510 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.324 DEBGAug 26 00:36:49.324 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 |
| 3511 | 2026-08-26T00:36:51.060Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3512 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.317Aug 26 00:36:49.324 Aug 26 00:36:49.324DEBG Aug 26 00:36:49.324INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 3513 | 2026-08-26T00:36:51.060Z | adding route 172.17.0.42/32 -> 10.0.0.255initted freemap. size: 64 |
| 3514 | 2026-08-26T00:36:51.060Z | 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 } }], |
| 3515 | 2026-08-26T00:36:51.060Z | unitAug 26 00:36:49.324Aug 26 00:36:49.324: freemap_route_ipv6 DEBGDEBG |
| 3516 | 2026-08-26T00:36:51.060Z | 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 } }] |
| 3517 | 2026-08-26T00:36:51.060Z | 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 26 00:36:49.324 |
| 3518 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.324 Aug 26 00:36:49.324 DEBGINFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3519 | 2026-08-26T00:36:51.060Z | |
| 3520 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.324 INFO reset freemapAug 26 00:36:49.324Aug 26 00:36:49.324adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3521 | 2026-08-26T00:36:51.060Z | , DEBGDEBG 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 } }]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 } }] |
| 3522 | 2026-08-26T00:36:51.060Z | |
| 3523 | 2026-08-26T00:36:51.060Z | unitAug 26 00:36:49.324: DEBGfreemap_route_ipv6Aug 26 00:36:49.324 |
| 3524 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.324 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3525 | 2026-08-26T00:36:51.060Z | adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 3526 | 2026-08-26T00:36:51.060Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3527 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.324Aug 26 00:36:49.324 Aug 26 00:36:49.324Aug 26 00:36:49.324 DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3528 | 2026-08-26T00:36:51.060Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3529 | 2026-08-26T00:36:51.060Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 3530 | 2026-08-26T00:36:51.060Z | Aug 26 00:36:49.324 |
| 3531 | 2026-08-26T00:36:51.061Z | INFOAug 26 00:36:49.324 adding route 172.17.0.45/32 -> 10.0.0.255Aug 26 00:36:49.324 |
| 3532 | 2026-08-26T00:36:51.061Z | DEBGAug 26 00:36:49.324 INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:36:49.324 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGDEBG |
| 3533 | 2026-08-26T00:36:51.061Z | 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 } }] |
| 3534 | 2026-08-26T00:36:51.061Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3535 | 2026-08-26T00:36:51.061Z | |
| 3536 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.324 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.324 |
| 3537 | 2026-08-26T00:36:51.061Z | INFOAug 26 00:36:49.324Aug 26 00:36:49.324 Aug 26 00:36:49.324INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 3538 | 2026-08-26T00:36:51.061Z | INFO INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3539 | 2026-08-26T00:36:51.061Z | |
| 3540 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.324adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3541 | 2026-08-26T00:36:51.061Z | DEBG Aug 26 00:36:49.324replacing 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 } }] |
| 3542 | 2026-08-26T00:36:51.061Z | test route::tests::add_target_fails_full ... ok |
| 3543 | 2026-08-26T00:36:51.061Z | 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 } }]Aug 26 00:36:49.324 |
| 3544 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.324DEBGAug 26 00:36:49.324 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 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 } }] |
| 3545 | 2026-08-26T00:36:51.061Z | |
| 3546 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.324replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3547 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.324Aug 26 00:36:49.324INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 3548 | 2026-08-26T00:36:51.061Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.324 |
| 3549 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.324INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:36:49.324DEBG |
| 3550 | 2026-08-26T00:36:51.061Z | INFOadding route 172.17.0.6/32 -> 10.0.0.255 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3551 | 2026-08-26T00:36:51.061Z | |
| 3552 | 2026-08-26T00:36:51.061Z | |
| 3553 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.310Aug 26 00:36:49.331 INFODEBGAug 26 00:36:49.331 adding route 172.17.0.9/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 } }] |
| 3554 | 2026-08-26T00:36:51.061Z | DEBG |
| 3555 | 2026-08-26T00:36:51.061Z | 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 } }] |
| 3556 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.331 Aug 26 00:36:49.331Aug 26 00:36:49.331 DEBG Aug 26 00:36:49.331replacing 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 } }] |
| 3557 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.331 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3558 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.331 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 } }]INFO |
| 3559 | 2026-08-26T00:36:51.061Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3560 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.331 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3561 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.331INFO Aug 26 00:36:49.331DEBG DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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.11/32 -> 10.0.0.255 |
| 3562 | 2026-08-26T00:36:51.061Z | |
| 3563 | 2026-08-26T00:36:51.061Z | |
| 3564 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.331 INFOAug 26 00:36:49.331 adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 3565 | 2026-08-26T00:36:51.061Z | Aug 26 00:36:49.331adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3566 | 2026-08-26T00:36:51.061Z | DEBGAug 26 00:36:49.331 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 |
| 3567 | 2026-08-26T00:36:51.061Z | 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 26 00:36:49.331 |
| 3568 | 2026-08-26T00:36:51.061Z | DEBG Aug 26 00:36:49.331replacing 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 } }] |
| 3569 | 2026-08-26T00:36:51.061Z | INFOAug 26 00:36:49.331 adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 3570 | 2026-08-26T00:36:51.061Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 26 00:36:49.331 |
| 3571 | 2026-08-26T00:36:51.061Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3572 | 2026-08-26T00:36:51.062Z | Aug 26 00:36:49.331Aug 26 00:36:49.331 Aug 26 00:36:49.331DEBGDEBG 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 } }]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 } }] |
| 3573 | 2026-08-26T00:36:51.062Z | |
| 3574 | 2026-08-26T00:36:51.062Z | 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 } }] |
| 3575 | 2026-08-26T00:36:51.062Z | Aug 26 00:36:49.331Aug 26 00:36:49.331 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 26 00:36:49.331 |
| 3576 | 2026-08-26T00:36:51.062Z | |
| 3577 | 2026-08-26T00:36:51.066Z | INFO Aug 26 00:36:49.331adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:36:49.331 |
| 3578 | 2026-08-26T00:36:51.066Z | DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3579 | 2026-08-26T00:36:51.066Z | |
| 3580 | 2026-08-26T00:36:51.066Z | Aug 26 00:36:49.331 Aug 26 00:36:49.331INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 3581 | 2026-08-26T00:36:51.066Z | 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 26 00:36:49.331 |
| 3582 | 2026-08-26T00:36:51.066Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:36:49.331 |
| 3583 | 2026-08-26T00:36:51.066Z | Aug 26 00:36:49.331DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3584 | 2026-08-26T00:36:51.066Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 00:36:49.331 |
| 3585 | 2026-08-26T00:36:51.066Z | DEBGAug 26 00:36:49.331 INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3586 | 2026-08-26T00:36:51.066Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3587 | 2026-08-26T00:36:51.066Z | Aug 26 00:36:49.331 Aug 26 00:36:49.331Aug 26 00:36:49.331DEBG INFO 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 } }] |
| 3588 | 2026-08-26T00:36:51.066Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3589 | 2026-08-26T00:36:51.066Z | |
| 3590 | 2026-08-26T00:36:51.066Z | Aug 26 00:36:49.331 INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 26 00:36:49.331 |
| 3591 | 2026-08-26T00:36:51.066Z | DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.331 |
| 3592 | 2026-08-26T00:36:51.066Z | INFOAug 26 00:36:49.331 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 3593 | 2026-08-26T00:36:51.066Z | Aug 26 00:36:49.331replacing 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 } }] |
| 3594 | 2026-08-26T00:36:51.066Z | INFO Aug 26 00:36:49.331adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3595 | 2026-08-26T00:36:51.066Z | 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 } }] |
| 3596 | 2026-08-26T00:36:51.066Z | Aug 26 00:36:49.331 Aug 26 00:36:49.331INFOAug 26 00:36:49.331 DEBG adding route 172.17.0.16/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 } }] |
| 3597 | 2026-08-26T00:36:51.066Z | INFO |
| 3598 | 2026-08-26T00:36:51.066Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3599 | 2026-08-26T00:36:51.066Z | Aug 26 00:36:49.331Aug 26 00:36:49.331 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 } }]Aug 26 00:36:49.331 |
| 3600 | 2026-08-26T00:36:51.066Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3601 | 2026-08-26T00:36:51.066Z | DEBG Aug 26 00:36:49.331replacing 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 } }] |
| 3602 | 2026-08-26T00:36:51.066Z | INFO Aug 26 00:36:49.331adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3603 | 2026-08-26T00:36:51.067Z | DEBG Aug 26 00:36:49.331 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 |
| 3604 | 2026-08-26T00:36:51.067Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.331 |
| 3605 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331DEBG INFOAug 26 00:36:49.331replacing 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 } }] |
| 3606 | 2026-08-26T00:36:51.067Z | INFOadding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3607 | 2026-08-26T00:36:51.067Z | |
| 3608 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331Aug 26 00:36:49.331 Aug 26 00:36:49.331INFO Aug 26 00:36:49.331 DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 3609 | 2026-08-26T00:36:51.067Z | INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3610 | 2026-08-26T00:36:51.067Z | |
| 3611 | 2026-08-26T00:36:51.067Z | DEBGAug 26 00:36:49.331 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 } }] |
| 3612 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.331 |
| 3613 | 2026-08-26T00:36:51.067Z | DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.331 |
| 3614 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3615 | 2026-08-26T00:36:51.067Z | INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3616 | 2026-08-26T00:36:51.067Z | |
| 3617 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331 Aug 26 00:36:49.331Aug 26 00:36:49.331DEBGAug 26 00:36:49.331 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 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 } }] |
| 3618 | 2026-08-26T00:36:51.067Z | |
| 3619 | 2026-08-26T00:36:51.067Z | |
| 3620 | 2026-08-26T00:36:51.067Z | 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 } }] |
| 3621 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331Aug 26 00:36:49.331Aug 26 00:36:49.331 INFOINFO INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3622 | 2026-08-26T00:36:51.067Z | adding route 172.17.0.60/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3623 | 2026-08-26T00:36:51.067Z | |
| 3624 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331Aug 26 00:36:49.331Aug 26 00:36:49.331 DEBG DEBGDEBGreplacing 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 } }] |
| 3625 | 2026-08-26T00:36:51.067Z | 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.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 } }] |
| 3626 | 2026-08-26T00:36:51.067Z | |
| 3627 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331 Aug 26 00:36:49.331INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3628 | 2026-08-26T00:36:51.067Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:36:49.331 |
| 3629 | 2026-08-26T00:36:51.067Z | INFO Aug 26 00:36:49.331adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3630 | 2026-08-26T00:36:51.067Z | DEBGAug 26 00:36:49.331 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3631 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331replacing 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 } }] |
| 3632 | 2026-08-26T00:36:51.067Z | DEBGAug 26 00:36:49.331 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3633 | 2026-08-26T00:36:51.067Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3634 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331Aug 26 00:36:49.331 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255Aug 26 00:36:49.331 |
| 3635 | 2026-08-26T00:36:51.067Z | |
| 3636 | 2026-08-26T00:36:51.067Z | 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 } }] |
| 3637 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331 Aug 26 00:36:49.331DEBG DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.331 |
| 3638 | 2026-08-26T00:36:51.067Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3639 | 2026-08-26T00:36:51.067Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3640 | 2026-08-26T00:36:51.067Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 26 00:36:49.331 |
| 3641 | 2026-08-26T00:36:51.067Z | INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 26 00:36:49.331 |
| 3642 | 2026-08-26T00:36:51.067Z | Aug 26 00:36:49.331INFO INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3643 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.331adding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3644 | 2026-08-26T00:36:51.068Z | |
| 3645 | 2026-08-26T00:36:51.068Z | DEBGAug 26 00:36:49.331 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 } }]Aug 26 00:36:49.331 |
| 3646 | 2026-08-26T00:36:51.068Z | DEBGAug 26 00:36:49.331 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 |
| 3647 | 2026-08-26T00:36:51.068Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 26 00:36:49.331DEBG Aug 26 00:36:49.331 DEBG |
| 3648 | 2026-08-26T00:36:51.068Z | INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3649 | 2026-08-26T00:36:51.068Z | failed to allocate space for the new target listadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3650 | 2026-08-26T00:36:51.068Z | |
| 3651 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.331Aug 26 00:36:49.331Aug 26 00:36:49.331 DEBGDEBG Aug 26 00:36:49.331 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3652 | 2026-08-26T00:36:51.068Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3653 | 2026-08-26T00:36:51.068Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.331 |
| 3654 | 2026-08-26T00:36:51.068Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3655 | 2026-08-26T00:36:51.068Z | INFO Aug 26 00:36:49.331adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3656 | 2026-08-26T00:36:51.068Z | DEBG Aug 26 00:36:49.331failed to allocate space for the new target list Aug 26 00:36:49.331DEBG DEBGAug 26 00:36:49.331 failed to allocate space for the new target list |
| 3657 | 2026-08-26T00:36:51.068Z | 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 } }] |
| 3658 | 2026-08-26T00:36:51.068Z | |
| 3659 | 2026-08-26T00:36:51.068Z | DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.331 |
| 3660 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.331DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:36:49.331 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3661 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.332Aug 26 00:36:49.338 DEBGDEBG created new freemapreplacing 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 } }], unit: freemap_route_ipv4 |
| 3662 | 2026-08-26T00:36:51.068Z | |
| 3663 | 2026-08-26T00:36:51.068Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3664 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.338 |
| 3665 | 2026-08-26T00:36:51.068Z | DEBG Aug 26 00:36:49.338created new freemap Aug 26 00:36:49.338INFO DEBG, adding route 172.17.0.11/32 -> 10.0.0.255unitreplacing 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 } }] |
| 3666 | 2026-08-26T00:36:51.068Z | : |
| 3667 | 2026-08-26T00:36:51.068Z | freemap_route_ipv6 |
| 3668 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 DEBGINFO Aug 26 00:36:49.338 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 |
| 3669 | 2026-08-26T00:36:51.068Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3670 | 2026-08-26T00:36:51.068Z | initted freemap. size: 64, unitAug 26 00:36:49.338: Aug 26 00:36:49.338INFO adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv4DEBG |
| 3671 | 2026-08-26T00:36:51.068Z | |
| 3672 | 2026-08-26T00:36:51.068Z | 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 } }] |
| 3673 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBGDEBG 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 } }]INFOreset freemap , |
| 3674 | 2026-08-26T00:36:51.068Z | unitadding route 172.17.0.26/32 -> 10.0.0.255: |
| 3675 | 2026-08-26T00:36:51.068Z | freemap_route_ipv4 |
| 3676 | 2026-08-26T00:36:51.068Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO Aug 26 00:36:49.338DEBG adding route 172.17.0.13/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 } }] |
| 3677 | 2026-08-26T00:36:51.073Z | |
| 3678 | 2026-08-26T00:36:51.073Z | DEBG initted freemap. size: 64, unitAug 26 00:36:49.338: DEBGAug 26 00:36:49.338 freemap_route_ipv6replacing 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 } }] |
| 3679 | 2026-08-26T00:36:51.073Z | |
| 3680 | 2026-08-26T00:36:51.073Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3681 | 2026-08-26T00:36:51.073Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 00:36:49.338 |
| 3682 | 2026-08-26T00:36:51.073Z | reset freemap , DEBGunit :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 26 00:36:49.338 freemap_route_ipv6DEBG |
| 3683 | 2026-08-26T00:36:51.073Z | |
| 3684 | 2026-08-26T00:36:51.073Z | 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 } }] |
| 3685 | 2026-08-26T00:36:51.073Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFOAug 26 00:36:49.338 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3686 | 2026-08-26T00:36:51.073Z | adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 3687 | 2026-08-26T00:36:51.073Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3688 | 2026-08-26T00:36:51.073Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3689 | 2026-08-26T00:36:51.073Z | |
| 3690 | 2026-08-26T00:36:51.073Z | 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 } }] |
| 3691 | 2026-08-26T00:36:51.073Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO adding route 172.16.0.0/32 -> 10.0.0.2INFOINFO |
| 3692 | 2026-08-26T00:36:51.073Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3693 | 2026-08-26T00:36:51.073Z | |
| 3694 | 2026-08-26T00:36:51.073Z | Aug 26 00:36:49.338 DEBG Aug 26 00:36:49.338replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:36:49.338 |
| 3695 | 2026-08-26T00:36:51.073Z | DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3696 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3697 | 2026-08-26T00:36:51.074Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3698 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 3699 | 2026-08-26T00:36:51.074Z | |
| 3700 | 2026-08-26T00:36:51.074Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3701 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3702 | 2026-08-26T00:36:51.074Z | |
| 3703 | 2026-08-26T00:36:51.074Z | |
| 3704 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO DEBGINFO 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 } }, 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 } }] |
| 3705 | 2026-08-26T00:36:51.074Z | |
| 3706 | 2026-08-26T00:36:51.074Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3707 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338Aug 26 00:36:49.338DEBG 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 } }]DEBG |
| 3708 | 2026-08-26T00:36:51.074Z | 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.16.0.0/32 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 } }] |
| 3709 | 2026-08-26T00:36:51.074Z | |
| 3710 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 INFOAug 26 00:36:49.338 adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 3711 | 2026-08-26T00:36:51.074Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3712 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 DEBGAug 26 00:36:49.338 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 |
| 3713 | 2026-08-26T00:36:51.074Z | 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 } }] |
| 3714 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 INFOAug 26 00:36:49.338 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 3715 | 2026-08-26T00:36:51.074Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3716 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }] |
| 3717 | 2026-08-26T00:36:51.074Z | 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 } }] |
| 3718 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 3719 | 2026-08-26T00:36:51.074Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3720 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3721 | 2026-08-26T00:36:51.074Z | |
| 3722 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3723 | 2026-08-26T00:36:51.074Z | |
| 3724 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 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 26 00:36:49.338 |
| 3725 | 2026-08-26T00:36:51.074Z | 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 } }] |
| 3726 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 3727 | 2026-08-26T00:36:51.074Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3728 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }] |
| 3729 | 2026-08-26T00:36:51.074Z | 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 } }] |
| 3730 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 3731 | 2026-08-26T00:36:51.074Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3732 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }] |
| 3733 | 2026-08-26T00:36:51.074Z | 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 } }] |
| 3734 | 2026-08-26T00:36:51.074Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3735 | 2026-08-26T00:36:51.075Z | test route::tests::delete_target_full ... ok |
| 3736 | 2026-08-26T00:36:51.075Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3737 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3738 | 2026-08-26T00:36:51.075Z | 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 } }] |
| 3739 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3740 | 2026-08-26T00:36:51.075Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3741 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }] |
| 3742 | 2026-08-26T00:36:51.075Z | 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 } }] |
| 3743 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3744 | 2026-08-26T00:36:51.075Z | |
| 3745 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }] |
| 3746 | 2026-08-26T00:36:51.075Z | |
| 3747 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3748 | 2026-08-26T00:36:51.075Z | |
| 3749 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3750 | 2026-08-26T00:36:51.075Z | |
| 3751 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3752 | 2026-08-26T00:36:51.075Z | |
| 3753 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3754 | 2026-08-26T00:36:51.075Z | |
| 3755 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3756 | 2026-08-26T00:36:51.075Z | |
| 3757 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }] |
| 3758 | 2026-08-26T00:36:51.075Z | |
| 3759 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3760 | 2026-08-26T00:36:51.075Z | |
| 3761 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3762 | 2026-08-26T00:36:51.075Z | |
| 3763 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3764 | 2026-08-26T00:36:51.075Z | |
| 3765 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3766 | 2026-08-26T00:36:51.075Z | |
| 3767 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3768 | 2026-08-26T00:36:51.075Z | |
| 3769 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3770 | 2026-08-26T00:36:51.075Z | |
| 3771 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3772 | 2026-08-26T00:36:51.075Z | |
| 3773 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }] |
| 3774 | 2026-08-26T00:36:51.075Z | |
| 3775 | 2026-08-26T00:36:51.075Z | Aug 26 00:36:49.338Aug 26 00:36:49.338 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3776 | 2026-08-26T00:36:51.076Z | INFOAug 26 00:36:49.345 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 3777 | 2026-08-26T00:36:51.080Z | 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 } }] |
| 3778 | 2026-08-26T00:36:51.080Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3779 | 2026-08-26T00:36:51.080Z | 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 } }] |
| 3780 | 2026-08-26T00:36:51.080Z | Aug 26 00:36:49.345 DEBGAug 26 00:36:49.345 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 |
| 3781 | 2026-08-26T00:36:51.080Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3782 | 2026-08-26T00:36:51.080Z | Aug 26 00:36:49.345 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 } }] |
| 3783 | 2026-08-26T00:36:51.080Z | Aug 26 00:36:49.345 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 26 00:36:49.345 |
| 3784 | 2026-08-26T00:36:51.080Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3785 | 2026-08-26T00:36:51.080Z | Aug 26 00:36:49.338Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3786 | 2026-08-26T00:36:51.080Z | |
| 3787 | 2026-08-26T00:36:51.080Z | created new freemap, unitAug 26 00:36:49.345:Aug 26 00:36:49.345 INFOINFO freemap_route_ipv4adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3788 | 2026-08-26T00:36:51.080Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3789 | 2026-08-26T00:36:51.080Z | |
| 3790 | 2026-08-26T00:36:51.080Z | Aug 26 00:36:49.345Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBG DEBG DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]created new freemap |
| 3791 | 2026-08-26T00:36:51.080Z | |
| 3792 | 2026-08-26T00:36:51.080Z | , unit: Aug 26 00:36:49.345Aug 26 00:36:49.345 freemap_route_ipv6 INFO |
| 3793 | 2026-08-26T00:36:51.080Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3794 | 2026-08-26T00:36:51.080Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 26 00:36:49.345 |
| 3795 | 2026-08-26T00:36:51.080Z | DEBGAug 26 00:36:49.345 initted freemap. size: 64DEBG, unitreplacing 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 26 00:36:49.345: |
| 3796 | 2026-08-26T00:36:51.080Z | DEBGfreemap_route_ipv4 |
| 3797 | 2026-08-26T00:36:51.081Z | 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 26 00:36:49.345 |
| 3798 | 2026-08-26T00:36:51.081Z | INFOAug 26 00:36:49.345 Aug 26 00:36:49.345DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 3799 | 2026-08-26T00:36:51.081Z | INFOreset freemap , adding route 172.17.0.40/32 -> 10.0.0.255unit |
| 3800 | 2026-08-26T00:36:51.081Z | :Aug 26 00:36:49.345 freemap_route_ipv4DEBG |
| 3801 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345 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 } }] |
| 3802 | 2026-08-26T00:36:51.081Z | DEBGAug 26 00:36:49.345 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 26 00:36:49.345DEBG INFOinitted freemap. size: 64 |
| 3803 | 2026-08-26T00:36:51.081Z | , unitadding route 172.17.0.54/32 -> 10.0.0.255: |
| 3804 | 2026-08-26T00:36:51.081Z | freemap_route_ipv6Aug 26 00:36:49.345 |
| 3805 | 2026-08-26T00:36:51.081Z | INFOAug 26 00:36:49.345 adding route 172.17.0.41/32 -> 10.0.0.255Aug 26 00:36:49.345 |
| 3806 | 2026-08-26T00:36:51.081Z | 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 } }] |
| 3807 | 2026-08-26T00:36:51.081Z | reset freemap, Aug 26 00:36:49.345unit Aug 26 00:36:49.345: INFOfreemap_route_ipv6 |
| 3808 | 2026-08-26T00:36:51.081Z | adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 3809 | 2026-08-26T00:36:51.081Z | 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 } }] |
| 3810 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345 DEBGINFO INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3811 | 2026-08-26T00:36:51.081Z | |
| 3812 | 2026-08-26T00:36:51.081Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3813 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345Aug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3814 | 2026-08-26T00:36:51.081Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3815 | 2026-08-26T00:36:51.081Z | |
| 3816 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345Aug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3817 | 2026-08-26T00:36:51.081Z | 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.16.0.0/32 -> 10.0.0.1 |
| 3818 | 2026-08-26T00:36:51.081Z | |
| 3819 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345 Aug 26 00:36:49.345Aug 26 00:36:49.345DEBG 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 } }]INFO |
| 3820 | 2026-08-26T00:36:51.081Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3821 | 2026-08-26T00:36:51.081Z | |
| 3822 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345INFO INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 3823 | 2026-08-26T00:36:51.081Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3824 | 2026-08-26T00:36:51.081Z | |
| 3825 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345 Aug 26 00:36:49.345Aug 26 00:36:49.345DEBG 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 } }]INFODEBG |
| 3826 | 2026-08-26T00:36:51.081Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3827 | 2026-08-26T00:36:51.081Z | |
| 3828 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 3829 | 2026-08-26T00:36:51.081Z | adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3830 | 2026-08-26T00:36:51.081Z | |
| 3831 | 2026-08-26T00:36:51.081Z | Aug 26 00:36:49.345 DEBGAug 26 00:36:49.345 Aug 26 00:36:49.345DEBGreplacing 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 } }] 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 } }] |
| 3832 | 2026-08-26T00:36:51.081Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3833 | 2026-08-26T00:36:51.081Z | |
| 3834 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 3835 | 2026-08-26T00:36:51.082Z | INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3836 | 2026-08-26T00:36:51.082Z | |
| 3837 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345 DEBG Aug 26 00:36:49.345replacing 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 } }] |
| 3838 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345DEBG INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3839 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345 |
| 3840 | 2026-08-26T00:36:51.082Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 26 00:36:49.345Aug 26 00:36:49.345 |
| 3841 | 2026-08-26T00:36:51.082Z | INFODEBG adding route 172.17.0.1/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 } }]Aug 26 00:36:49.345 |
| 3842 | 2026-08-26T00:36:51.082Z | DEBG |
| 3843 | 2026-08-26T00:36:51.082Z | 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 } }] |
| 3844 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345 Aug 26 00:36:49.345INFO Aug 26 00:36:49.345adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 3845 | 2026-08-26T00:36:51.082Z | INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3846 | 2026-08-26T00:36:51.082Z | |
| 3847 | 2026-08-26T00:36:51.082Z | test route::tests::delete_target_fragmented ... ok |
| 3848 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345 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 } }]Aug 26 00:36:49.345 |
| 3849 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345DEBG INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3850 | 2026-08-26T00:36:51.082Z | |
| 3851 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345 INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 26 00:36:49.345Aug 26 00:36:49.345 |
| 3852 | 2026-08-26T00:36:51.082Z | DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3853 | 2026-08-26T00:36:51.082Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 26 00:36:49.345 |
| 3854 | 2026-08-26T00:36:51.082Z | DEBGAug 26 00:36:49.345 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 } }]INFO |
| 3855 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 3856 | 2026-08-26T00:36:51.082Z | test route::tests::delete_targets_fragmented ... ok |
| 3857 | 2026-08-26T00:36:51.082Z | |
| 3858 | 2026-08-26T00:36:51.082Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3859 | 2026-08-26T00:36:51.082Z | |
| 3860 | 2026-08-26T00:36:51.082Z | 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 26 00:36:49.345 |
| 3861 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345DEBG DEBGfailed to allocate space for the new target listAug 26 00:36:49.345 |
| 3862 | 2026-08-26T00:36:51.082Z | 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 } }] |
| 3863 | 2026-08-26T00:36:51.082Z | INFOAug 26 00:36:49.345 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3864 | 2026-08-26T00:36:51.082Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3865 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG adding route 172.17.0.4/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 } }] |
| 3866 | 2026-08-26T00:36:51.082Z | |
| 3867 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 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 172.17.0.51/32 -> 10.0.0.255 |
| 3868 | 2026-08-26T00:36:51.082Z | |
| 3869 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3870 | 2026-08-26T00:36:51.082Z | |
| 3871 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 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 } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3872 | 2026-08-26T00:36:51.082Z | |
| 3873 | 2026-08-26T00:36:51.082Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG adding route 172.17.0.6/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 } }] |
| 3874 | 2026-08-26T00:36:51.083Z | |
| 3875 | 2026-08-26T00:36:51.083Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3876 | 2026-08-26T00:36:51.083Z | |
| 3877 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3878 | 2026-08-26T00:36:51.088Z | |
| 3879 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345 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 } }]Aug 26 00:36:49.345 |
| 3880 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3881 | 2026-08-26T00:36:51.088Z | |
| 3882 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3883 | 2026-08-26T00:36:51.088Z | |
| 3884 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3885 | 2026-08-26T00:36:51.088Z | |
| 3886 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 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.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 } }] |
| 3887 | 2026-08-26T00:36:51.088Z | |
| 3888 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3889 | 2026-08-26T00:36:51.088Z | |
| 3890 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3891 | 2026-08-26T00:36:51.088Z | |
| 3892 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3893 | 2026-08-26T00:36:51.088Z | |
| 3894 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.345Aug 26 00:36:49.345 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.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 } }] |
| 3895 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3896 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 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 } }] |
| 3897 | 2026-08-26T00:36:51.088Z | |
| 3898 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3899 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 26 00:36:49.352 |
| 3900 | 2026-08-26T00:36:51.088Z | 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 } }] |
| 3901 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3902 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 DEBGAug 26 00:36:49.352 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3903 | 2026-08-26T00:36:51.088Z | 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 } }] |
| 3904 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 Aug 26 00:36:49.352INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3905 | 2026-08-26T00:36:51.088Z | failed to allocate space for the new target list |
| 3906 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 Aug 26 00:36:49.352DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3907 | 2026-08-26T00:36:51.088Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3908 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3909 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 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 } }] |
| 3910 | 2026-08-26T00:36:51.088Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3911 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3912 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3913 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3914 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3915 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3916 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3917 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3918 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3919 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3920 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3921 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3922 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3923 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3924 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3925 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3926 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3927 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3928 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3929 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3930 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3931 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3932 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3933 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3934 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3935 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3936 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3937 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3938 | 2026-08-26T00:36:51.089Z | |
| 3939 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3940 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3941 | 2026-08-26T00:36:51.089Z | running 0 tests |
| 3942 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3943 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3944 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3945 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3946 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3947 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3948 | 2026-08-26T00:36:51.089Z | |
| 3949 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3950 | 2026-08-26T00:36:51.089Z | Aug 26 00:36:49.352 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 } }] |
| 3951 | 2026-08-26T00:36:51.090Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3952 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3953 | 2026-08-26T00:36:51.090Z | |
| 3954 | 2026-08-26T00:36:51.090Z | |
| 3955 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 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 } }] |
| 3956 | 2026-08-26T00:36:51.090Z | running 0 tests |
| 3957 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3958 | 2026-08-26T00:36:51.090Z | |
| 3959 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 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 } }] |
| 3960 | 2026-08-26T00:36:51.090Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3961 | 2026-08-26T00:36:51.090Z | |
| 3962 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3963 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3964 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3965 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3966 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3967 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3968 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3969 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3970 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3971 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3972 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3973 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3974 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3975 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3976 | 2026-08-26T00:36:51.090Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3977 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3978 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3979 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3980 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3981 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3982 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3983 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3984 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3985 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3986 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3987 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3988 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3989 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3990 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3991 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3992 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3993 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3994 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3995 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3996 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3997 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3998 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3999 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4000 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4001 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4002 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4003 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4004 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4005 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4006 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4007 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4008 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4009 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4010 | 2026-08-26T00:36:51.095Z | Aug 26 00:36:49.352 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4011 | 2026-08-26T00:36:51.096Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4012 | 2026-08-26T00:36:51.096Z | Aug 26 00:36:49.352 DEBG failed to allocate space for the new target list |
| 4013 | 2026-08-26T00:36:51.096Z | Aug 26 00:36:49.352 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4014 | 2026-08-26T00:36:51.096Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a) |
| 4015 | 2026-08-26T00:36:51.096Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 4016 | 2026-08-26T00:36:51.096Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3) |
| 4017 | 2026-08-26T00:36:51.096Z | |
| 4018 | 2026-08-26T00:36:51.096Z | running 6 tests |
| 4019 | 2026-08-26T00:36:51.096Z | test tests::test_parse_client_port_id ... ok |
| 4020 | 2026-08-26T00:36:51.096Z | test tests::test_port_id_cmp ... ok |
| 4021 | 2026-08-26T00:36:51.096Z | test tests::test_full_lot_id_neither_present ... ok |
| 4022 | 2026-08-26T00:36:51.096Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4023 | 2026-08-26T00:36:51.096Z | test tests::test_full_lot_id_both_present ... ok |
| 4024 | 2026-08-26T00:36:51.096Z | test tests::test_full_lot_id_lot_only ... ok |
| 4025 | 2026-08-26T00:36:51.096Z | |
| 4026 | 2026-08-26T00:36:51.096Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4027 | 2026-08-26T00:36:51.096Z | |
| 4028 | 2026-08-26T00:36:51.096Z | Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2) |
| 4029 | 2026-08-26T00:36:51.096Z | |
| 4030 | 2026-08-26T00:36:51.096Z | running 0 tests |
| 4031 | 2026-08-26T00:36:51.096Z | |
| 4032 | 2026-08-26T00:36:51.096Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4033 | 2026-08-26T00:36:51.096Z | |
| 4034 | 2026-08-26T00:36:51.096Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 4035 | 2026-08-26T00:36:51.096Z | |
| 4036 | 2026-08-26T00:36:51.096Z | running 0 tests |
| 4037 | 2026-08-26T00:36:51.096Z | |
| 4038 | 2026-08-26T00:36:51.097Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4039 | 2026-08-26T00:36:51.097Z | |
| 4040 | 2026-08-26T00:36:51.097Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 4041 | 2026-08-26T00:36:51.097Z | |
| 4042 | 2026-08-26T00:36:51.097Z | running 15 tests |
| 4043 | 2026-08-26T00:36:51.097Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4044 | 2026-08-26T00:36:51.097Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4045 | 2026-08-26T00:36:51.097Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4046 | 2026-08-26T00:36:51.097Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4047 | 2026-08-26T00:36:51.097Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4048 | 2026-08-26T00:36:51.097Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4049 | 2026-08-26T00:36:51.097Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4050 | 2026-08-26T00:36:51.097Z | test v1::network::tests::test_equal ... ok |
| 4051 | 2026-08-26T00:36:51.097Z | test v1::network::tests::test_to_string ... ok |
| 4052 | 2026-08-26T00:36:51.097Z | test v1::network::tests::test_not_equal ... ok |
| 4053 | 2026-08-26T00:36:51.097Z | test v1::network::tests::test_eui64 ... ok |
| 4054 | 2026-08-26T00:36:51.097Z | test v1::network::tests::test_into ... ok |
| 4055 | 2026-08-26T00:36:51.097Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4056 | 2026-08-26T00:36:51.097Z | test v1::network::tests::test_parse ... ok |
| 4057 | 2026-08-26T00:36:51.097Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4058 | 2026-08-26T00:36:51.097Z | |
| 4059 | 2026-08-26T00:36:51.097Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4060 | 2026-08-26T00:36:51.097Z | |
| 4061 | 2026-08-26T00:36:51.097Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 4062 | 2026-08-26T00:36:51.097Z | |
| 4063 | 2026-08-26T00:36:51.097Z | running 12 tests |
| 4064 | 2026-08-26T00:36:51.097Z | test lldp::test_lldp_parse ... ok |
| 4065 | 2026-08-26T00:36:51.097Z | test icmp::test_v4_checksum ... ok |
| 4066 | 2026-08-26T00:36:51.097Z | test icmp::test_v6_checksum ... ok |
| 4067 | 2026-08-26T00:36:51.097Z | test pbuf::test_byte ... ok |
| 4068 | 2026-08-26T00:36:51.097Z | test ipv6::test_ipv6_parse ... ok |
| 4069 | 2026-08-26T00:36:51.097Z | test pbuf::test_nibble ... ok |
| 4070 | 2026-08-26T00:36:51.097Z | test pbuf::test_short ... ok |
| 4071 | 2026-08-26T00:36:51.098Z | test pbuf::test_overflow ... ok |
| 4072 | 2026-08-26T00:36:51.098Z | test pbuf::test_twelve ... ok |
| 4073 | 2026-08-26T00:36:51.098Z | test pbuf::test_word ... ok |
| 4074 | 2026-08-26T00:36:51.098Z | test tcp::test_checksum_syn_nodata ... ok |
| 4075 | 2026-08-26T00:36:51.098Z | test tcp::test_checksum_ack_data ... ok |
| 4076 | 2026-08-26T00:36:51.098Z | |
| 4077 | 2026-08-26T00:36:51.102Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4078 | 2026-08-26T00:36:51.102Z | |
| 4079 | 2026-08-26T00:36:51.102Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4080 | 2026-08-26T00:36:51.102Z | |
| 4081 | 2026-08-26T00:36:51.102Z | running 0 tests |
| 4082 | 2026-08-26T00:36:51.102Z | |
| 4083 | 2026-08-26T00:36:51.102Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4084 | 2026-08-26T00:36:51.102Z | |
| 4085 | 2026-08-26T00:36:51.102Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 4086 | 2026-08-26T00:36:51.102Z | |
| 4087 | 2026-08-26T00:36:51.102Z | running 5 tests |
| 4088 | 2026-08-26T00:36:51.102Z | test switchport::test::test_compute_lanes ... ok |
| 4089 | 2026-08-26T00:36:51.102Z | test switchport::test::port_id_ordering ... ok |
| 4090 | 2026-08-26T00:36:51.102Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 4091 | 2026-08-26T00:36:51.102Z | Lane 1 Lane 2 State: Activated Lane 3Activated |
| 4092 | 2026-08-26T00:36:51.102Z | Activated Activated Rx Loss-of-lock: Yes |
| 4093 | 2026-08-26T00:36:51.102Z | Yes Rx Output Enabled: false Yes false Yes |
| 4094 | 2026-08-26T00:36:51.102Z | false Rx Loss-of-signal: Yesfalse |
| 4095 | 2026-08-26T00:36:51.102Z | Rx Output Status: valid Yes valid Yes validYes |
| 4096 | 2026-08-26T00:36:51.102Z | valid |
| 4097 | 2026-08-26T00:36:51.102Z | Rx CDR Enabled: Yes Rx Loss-of-lock: true Yestrue trueYes true |
| 4098 | 2026-08-26T00:36:51.102Z | Yes |
| 4099 | 2026-08-26T00:36:51.102Z | Rx Loss-of-signal: false Tx Enabled: Yes Yesfalse Yesfalse Yes |
| 4100 | 2026-08-26T00:36:51.102Z | false |
| 4101 | 2026-08-26T00:36:51.102Z | Rx Auto-squelch Disable: true Tx Loss-of-lock: No No trueNo Notrue |
| 4102 | 2026-08-26T00:36:51.102Z | true |
| 4103 | 2026-08-26T00:36:51.102Z | Tx Loss-of-signal: No Tx Output Enabled: trueNo Notrue No |
| 4104 | 2026-08-26T00:36:51.102Z | true Tx CDR Enabled: Notrue |
| 4105 | 2026-08-26T00:36:51.102Z | No Tx Output Status: invalid No invalidNo |
| 4106 | 2026-08-26T00:36:51.102Z | invalid Tx Adaptive EQ Fault: No invalid |
| 4107 | 2026-08-26T00:36:51.103Z | No Tx Loss-of-lock: falseNo No |
| 4108 | 2026-08-26T00:36:51.103Z | false Tx Fault: Yes false Yesfalse |
| 4109 | 2026-08-26T00:36:51.103Z | Yes Tx Loss-of-signal: true Yestrue |
| 4110 | 2026-08-26T00:36:51.103Z | true true |
| 4111 | 2026-08-26T00:36:51.103Z | Tx Auto-squelch Disable: false false false false |
| 4112 | 2026-08-26T00:36:51.103Z | Tx Adaptive EQ Fail: true true true true |
| 4113 | 2026-08-26T00:36:51.103Z | Tx Failure: false false false false |
| 4114 | 2026-08-26T00:36:51.103Z | Tx Force Squelch: true true true true |
| 4115 | 2026-08-26T00:36:51.103Z | Tx Input Polarity: normal normal normal normal |
| 4116 | 2026-08-26T00:36:51.103Z | test switchport::test::test_print_sff_datapath ... ok |
| 4117 | 2026-08-26T00:36:51.103Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4118 | 2026-08-26T00:36:51.103Z | test link::test_filter ... ok |
| 4119 | 2026-08-26T00:36:51.103Z | |
| 4120 | 2026-08-26T00:36:51.103Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4121 | 2026-08-26T00:36:51.103Z | |
| 4122 | 2026-08-26T00:36:51.103Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 4123 | 2026-08-26T00:36:51.103Z | |
| 4124 | 2026-08-26T00:36:51.103Z | running 1 test |
| 4125 | 2026-08-26T00:36:51.103Z | test test_p4_counter_list ... ignored |
| 4126 | 2026-08-26T00:36:51.103Z | |
| 4127 | 2026-08-26T00:36:51.103Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4128 | 2026-08-26T00:36:51.103Z | |
| 4129 | 2026-08-26T00:36:51.103Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 4130 | 2026-08-26T00:36:51.103Z | |
| 4131 | 2026-08-26T00:36:51.103Z | running 5 tests |
| 4132 | 2026-08-26T00:36:51.103Z | test test_an ... ignored |
| 4133 | 2026-08-26T00:36:51.103Z | test test_enable ... ignored |
| 4134 | 2026-08-26T00:36:51.103Z | test test_ip_addresses ... ignored |
| 4135 | 2026-08-26T00:36:51.103Z | test test_kr ... ignored |
| 4136 | 2026-08-26T00:36:51.103Z | test test_mac ... ignored |
| 4137 | 2026-08-26T00:36:51.103Z | |
| 4138 | 2026-08-26T00:36:51.103Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4139 | 2026-08-26T00:36:51.103Z | |
| 4140 | 2026-08-26T00:36:51.103Z | Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428) |
| 4141 | 2026-08-26T00:36:51.103Z | |
| 4142 | 2026-08-26T00:36:51.103Z | running 3 tests |
| 4143 | 2026-08-26T00:36:51.107Z | test linklocal::test_parse_ipadm ... ok |
| 4144 | 2026-08-26T00:36:51.107Z | test tfport::test_parse_tfport ... ok |
| 4145 | 2026-08-26T00:36:51.107Z | test config::tests::test_updates ... ok |
| 4146 | 2026-08-26T00:36:51.107Z | |
| 4147 | 2026-08-26T00:36:51.107Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4148 | 2026-08-26T00:36:51.107Z | |
| 4149 | 2026-08-26T00:36:51.107Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 4150 | 2026-08-26T00:36:51.107Z | |
| 4151 | 2026-08-26T00:36:51.107Z | running 0 tests |
| 4152 | 2026-08-26T00:36:51.107Z | |
| 4153 | 2026-08-26T00:36:51.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4154 | 2026-08-26T00:36:51.107Z | |
| 4155 | 2026-08-26T00:36:51.108Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4156 | 2026-08-26T00:36:51.108Z | |
| 4157 | 2026-08-26T00:36:51.108Z | running 0 tests |
| 4158 | 2026-08-26T00:36:51.108Z | |
| 4159 | 2026-08-26T00:36:51.108Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4160 | 2026-08-26T00:36:51.108Z | |
| 4161 | 2026-08-26T00:36:51.108Z | Doc-tests aal |
| 4162 | 2026-08-26T00:36:51.330Z | |
| 4163 | 2026-08-26T00:36:51.331Z | running 0 tests |
| 4164 | 2026-08-26T00:36:51.331Z | |
| 4165 | 2026-08-26T00:36:51.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4166 | 2026-08-26T00:36:51.334Z | |
| 4167 | 2026-08-26T00:36:51.355Z | Doc-tests aal_macros |
| 4168 | 2026-08-26T00:36:51.427Z | |
| 4169 | 2026-08-26T00:36:51.427Z | running 0 tests |
| 4170 | 2026-08-26T00:36:51.427Z | |
| 4171 | 2026-08-26T00:36:51.427Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4172 | 2026-08-26T00:36:51.427Z | |
| 4173 | 2026-08-26T00:36:51.438Z | Doc-tests common |
| 4174 | 2026-08-26T00:36:51.669Z | |
| 4175 | 2026-08-26T00:36:51.669Z | running 0 tests |
| 4176 | 2026-08-26T00:36:51.669Z | |
| 4177 | 2026-08-26T00:36:51.669Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4178 | 2026-08-26T00:36:51.669Z | |
| 4179 | 2026-08-26T00:36:51.694Z | Doc-tests dpd_api |
| 4180 | 2026-08-26T00:36:52.405Z | |
| 4181 | 2026-08-26T00:36:52.405Z | running 2 tests |
| 4182 | 2026-08-26T00:36:52.405Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4183 | 2026-08-26T00:36:52.405Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4184 | 2026-08-26T00:36:52.405Z | |
| 4185 | 2026-08-26T00:36:52.405Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4186 | 2026-08-26T00:36:52.405Z | |
| 4187 | 2026-08-26T00:36:52.434Z | Doc-tests dpd_client |
| 4188 | 2026-08-26T00:36:53.824Z | |
| 4189 | 2026-08-26T00:36:53.824Z | running 0 tests |
| 4190 | 2026-08-26T00:36:53.824Z | |
| 4191 | 2026-08-26T00:36:53.824Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4192 | 2026-08-26T00:36:53.824Z | |
| 4193 | 2026-08-26T00:36:53.879Z | Doc-tests dpd_types |
| 4194 | 2026-08-26T00:36:54.065Z | |
| 4195 | 2026-08-26T00:36:54.065Z | running 0 tests |
| 4196 | 2026-08-26T00:36:54.065Z | |
| 4197 | 2026-08-26T00:36:54.065Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4198 | 2026-08-26T00:36:54.065Z | |
| 4199 | 2026-08-26T00:36:54.087Z | Doc-tests dpd_types_versions |
| 4200 | 2026-08-26T00:36:55.581Z | |
| 4201 | 2026-08-26T00:36:55.581Z | running 1 test |
| 4202 | 2026-08-26T00:36:55.581Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4203 | 2026-08-26T00:36:55.581Z | |
| 4204 | 2026-08-26T00:36:55.581Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4205 | 2026-08-26T00:36:55.581Z | |
| 4206 | 2026-08-26T00:36:55.630Z | Doc-tests packet |
| 4207 | 2026-08-26T00:36:55.847Z | |
| 4208 | 2026-08-26T00:36:55.847Z | running 0 tests |
| 4209 | 2026-08-26T00:36:55.847Z | |
| 4210 | 2026-08-26T00:36:55.847Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4211 | 2026-08-26T00:36:55.847Z | |
| 4212 | 2026-08-26T00:36:55.872Z | Doc-tests pcap |
| 4213 | 2026-08-26T00:36:55.923Z | |
| 4214 | 2026-08-26T00:36:55.924Z | running 0 tests |
| 4215 | 2026-08-26T00:36:55.924Z | |
| 4216 | 2026-08-26T00:36:55.924Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4217 | 2026-08-26T00:36:55.924Z | |
| 4218 | 2026-08-26T00:36:55.990Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4219 | 2026-08-26T00:36:55.990Z | + RUST_BACKTRACE=full |
| 4220 | 2026-08-26T00:36:55.990Z | + cargo test --features tofino_asic --no-fail-fast |
| 4221 | 2026-08-26T00:36:56.583Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4222 | 2026-08-26T00:36:56.663Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4223 | 2026-08-26T00:36:56.669Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4224 | 2026-08-26T00:36:56.676Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4225 | 2026-08-26T00:37:05.351Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4226 | 2026-08-26T00:37:06.275Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4227 | 2026-08-26T00:37:47.301Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.29s |
| 4228 | 2026-08-26T00:37:47.413Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 4229 | 2026-08-26T00:37:47.416Z | |
| 4230 | 2026-08-26T00:37:47.416Z | running 0 tests |
| 4231 | 2026-08-26T00:37:47.416Z | |
| 4232 | 2026-08-26T00:37:47.416Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4233 | 2026-08-26T00:37:47.416Z | |
| 4234 | 2026-08-26T00:37:47.416Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4235 | 2026-08-26T00:37:47.420Z | |
| 4236 | 2026-08-26T00:37:47.420Z | running 0 tests |
| 4237 | 2026-08-26T00:37:47.420Z | |
| 4238 | 2026-08-26T00:37:47.420Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4239 | 2026-08-26T00:37:47.420Z | |
| 4240 | 2026-08-26T00:37:47.420Z | Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340) |
| 4241 | 2026-08-26T00:37:47.520Z | |
| 4242 | 2026-08-26T00:37:47.520Z | running 8 tests |
| 4243 | 2026-08-26T00:37:47.520Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4244 | 2026-08-26T00:37:47.520Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4245 | 2026-08-26T00:37:47.523Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4246 | 2026-08-26T00:37:47.523Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4247 | 2026-08-26T00:37:47.523Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4248 | 2026-08-26T00:37:47.523Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4249 | 2026-08-26T00:37:47.529Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4250 | 2026-08-26T00:37:48.021Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4251 | 2026-08-26T00:37:48.021Z | |
| 4252 | 2026-08-26T00:37:48.021Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4253 | 2026-08-26T00:37:48.021Z | |
| 4254 | 2026-08-26T00:37:48.032Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 4255 | 2026-08-26T00:37:48.037Z | |
| 4256 | 2026-08-26T00:37:48.037Z | running 4 tests |
| 4257 | 2026-08-26T00:37:48.040Z | test nat::tests::test_vni ... ok |
| 4258 | 2026-08-26T00:37:48.040Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4259 | 2026-08-26T00:37:48.040Z | test test_purge ... ok |
| 4260 | 2026-08-26T00:37:48.044Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4261 | 2026-08-26T00:37:48.044Z | |
| 4262 | 2026-08-26T00:37:48.044Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4263 | 2026-08-26T00:37:48.044Z | |
| 4264 | 2026-08-26T00:37:48.044Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 4265 | 2026-08-26T00:37:48.047Z | |
| 4266 | 2026-08-26T00:37:48.047Z | running 1 test |
| 4267 | 2026-08-26T00:37:48.047Z | ------- |
| 4268 | 2026-08-26T00:37:48.047Z | Generating OpenAPI documents from API definitions ... |
| 4269 | 2026-08-26T00:37:48.188Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4270 | 2026-08-26T00:37:48.257Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4271 | 2026-08-26T00:37:49.318Z | ------- |
| 4272 | 2026-08-26T00:37:49.318Z | Checking 13 OpenAPI documents... |
| 4273 | 2026-08-26T00:37:49.318Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4274 | 2026-08-26T00:37:49.318Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4275 | 2026-08-26T00:37:49.318Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4276 | 2026-08-26T00:37:49.318Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4277 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4278 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-26T00:37:49.322Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-26T00:37:49.322Z | Fresh dpd "latest" symlink |
| 4287 | 2026-08-26T00:37:49.322Z | ------- |
| 4288 | 2026-08-26T00:37:49.322Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4289 | 2026-08-26T00:37:49.392Z | test test::test_apis_up_to_date ... ok |
| 4290 | 2026-08-26T00:37:49.392Z | |
| 4291 | 2026-08-26T00:37:49.392Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 4292 | 2026-08-26T00:37:49.392Z | |
| 4293 | 2026-08-26T00:37:49.450Z | Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f) |
| 4294 | 2026-08-26T00:37:49.515Z | |
| 4295 | 2026-08-26T00:37:49.515Z | running 66 tests |
| 4296 | 2026-08-26T00:37:49.519Z | test freemap::test_ordering ... ok |
| 4297 | 2026-08-26T00:37:49.519Z | test config::tests::test_updates ... ok |
| 4298 | 2026-08-26T00:37:49.519Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4299 | 2026-08-26T00:37:49.519Z | test freemap::test_split ... ok |
| 4300 | 2026-08-26T00:37:49.519Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4301 | 2026-08-26T00:37:49.519Z | test macaddrs::tests::test_mac_offset ... ok |
| 4302 | 2026-08-26T00:37:49.519Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4303 | 2026-08-26T00:37:49.519Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4304 | 2026-08-26T00:37:49.524Z | test nat::test_mapping ... ok |
| 4305 | 2026-08-26T00:37:49.524Z | Aug 26 00:37:47.820Aug 26 00:37:47.820 DEBGDEBG created new freemapcreated new freemap, , unitAug 26 00:37:47.820unit:: freemap_test freemap_test |
| 4306 | 2026-08-26T00:37:49.524Z | |
| 4307 | 2026-08-26T00:37:49.524Z | DEBG created new freemap, unit: freemap_testAug 26 00:37:47.820 |
| 4308 | 2026-08-26T00:37:49.524Z | DEBG initted freemap. size: 128, unitAug 26 00:37:47.820: DEBG initted freemap. size: 128, unit:Aug 26 00:37:47.820 freemap_testDEBG |
| 4309 | 2026-08-26T00:37:49.524Z | Aug 26 00:37:47.820Aug 26 00:37:47.820 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 4310 | 2026-08-26T00:37:49.524Z | |
| 4311 | 2026-08-26T00:37:49.524Z | initted freemap. size: 128, unit: freemap_test |
| 4312 | 2026-08-26T00:37:49.524Z | freemap_testAug 26 00:37:47.820 |
| 4313 | 2026-08-26T00:37:49.524Z | DEBG reset freemap, unit: freemap_test |
| 4314 | 2026-08-26T00:37:49.524Z | Aug 26 00:37:47.820 Aug 26 00:37:47.820DEBG DEBGinitted freemap. size: 128 , reset freemapunit:, unitfreemap_test: |
| 4315 | 2026-08-26T00:37:49.524Z | freemap_test |
| 4316 | 2026-08-26T00:37:49.524Z | Aug 26 00:37:47.820 DEBG reset freemap, unit: freemap_test |
| 4317 | 2026-08-26T00:37:49.524Z | Aug 26 00:37:47.820 DEBG created new freemap, unit: freemap_test |
| 4318 | 2026-08-26T00:37:49.524Z | Aug 26 00:37:47.820 DEBG initted freemap. size: 8, unit: freemap_test |
| 4319 | 2026-08-26T00:37:49.524Z | Aug 26 00:37:47.820 DEBG reset freemap, unit: freemap_test |
| 4320 | 2026-08-26T00:37:49.524Z | test freemap::test_basic ... ok |
| 4321 | 2026-08-26T00:37:49.524Z | test freemap::test_reclaim ... ok |
| 4322 | 2026-08-26T00:37:49.525Z | test freemap::test_exhaustion ... ok |
| 4323 | 2026-08-26T00:37:49.525Z | test freemap::test_free ... ok |
| 4324 | 2026-08-26T00:37:49.525Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4325 | 2026-08-26T00:37:49.525Z | test port_map::tests::test_backplane_group ... ok |
| 4326 | 2026-08-26T00:37:49.525Z | test port_map::tests::test_port_map ... ok |
| 4327 | 2026-08-26T00:37:49.525Z | test port_map::tests::dump_map ... ok |
| 4328 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.821 DEBG created new freemap, unit: freemap_test |
| 4329 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.821 DEBG initted freemap. size: 128, unit: freemap_test |
| 4330 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.821 DEBG reset freemap, unit: freemap_test |
| 4331 | 2026-08-26T00:37:49.525Z | test freemap::test_span ... ok |
| 4332 | 2026-08-26T00:37:49.525Z | test api_server::tests::test_build_info ... ok |
| 4333 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.821 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4334 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4335 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 DEBG initted freemap. size: 64, unitAug 26 00:37:47.822: DEBGfreemap_route_ipv4 |
| 4336 | 2026-08-26T00:37:49.525Z | created new freemap, Aug 26 00:37:47.822unit :DEBG freemap_route_ipv4reset freemap |
| 4337 | 2026-08-26T00:37:49.525Z | , unit: Aug 26 00:37:47.822freemap_route_ipv4 |
| 4338 | 2026-08-26T00:37:49.525Z | DEBG created new freemap, unitAug 26 00:37:47.822: DEBGfreemap_route_ipv6 |
| 4339 | 2026-08-26T00:37:49.525Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 26 00:37:47.822 |
| 4340 | 2026-08-26T00:37:49.525Z | DEBG initted freemap. size: 64, Aug 26 00:37:47.822unit :DEBG freemap_route_ipv4reset freemap |
| 4341 | 2026-08-26T00:37:49.525Z | , unit: freemap_route_ipv6Aug 26 00:37:47.822 |
| 4342 | 2026-08-26T00:37:49.525Z | DEBG reset freemap, unitAug 26 00:37:47.822: INFOfreemap_route_ipv4 |
| 4343 | 2026-08-26T00:37:49.525Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4344 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 4345 | 2026-08-26T00:37:49.525Z | unit: freemap_route_ipv6 |
| 4346 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 00:37:47.822 |
| 4347 | 2026-08-26T00:37:49.525Z | DEBG reset freemap, Aug 26 00:37:47.822unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4348 | 2026-08-26T00:37:49.525Z | |
| 4349 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4350 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 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 } }] |
| 4351 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4352 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 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 } }] |
| 4353 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4354 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 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 } }] |
| 4355 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4356 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 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 } }] |
| 4357 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4358 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 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 } }] |
| 4359 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4360 | 2026-08-26T00:37:49.525Z | Aug 26 00:37:47.822 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 } }] |
| 4361 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4362 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 DEBG Aug 26 00:37:47.822created new freemap , unit: freemap_route_ipv4DEBG |
| 4363 | 2026-08-26T00:37:49.526Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4364 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 Aug 26 00:37:47.822DEBG created new freemap , unitreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG freemap_route_ipv6 |
| 4365 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4366 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 DEBG reset freemap, Aug 26 00:37:47.822unit: freemap_route_ipv4 |
| 4367 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4368 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4369 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4370 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4371 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4372 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4373 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4374 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4375 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4376 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4377 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4378 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4379 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4380 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4381 | 2026-08-26T00:37:49.526Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4382 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4383 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4384 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4385 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4386 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4387 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4388 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4389 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4390 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4391 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4392 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4393 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4394 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4395 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4396 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4397 | 2026-08-26T00:37:49.526Z | |
| 4398 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 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 } }] |
| 4399 | 2026-08-26T00:37:49.526Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4400 | 2026-08-26T00:37:49.527Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4401 | 2026-08-26T00:37:49.527Z | Aug 26 00:37:47.822 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 } }] |
| 4402 | 2026-08-26T00:37:49.527Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4403 | 2026-08-26T00:37:49.527Z | Aug 26 00:37:47.822 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 } }] |
| 4404 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4405 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4406 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4407 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4408 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4409 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4410 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4411 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4412 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4413 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4414 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4415 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4416 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4417 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4418 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4419 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 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 } }] |
| 4420 | 2026-08-26T00:37:49.531Z | Aug 26 00:37:47.822 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4421 | 2026-08-26T00:37:49.532Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 00:37:47.822 |
| 4422 | 2026-08-26T00:37:49.532Z | 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 } }] |
| 4423 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4424 | 2026-08-26T00:37:49.532Z | |
| 4425 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4426 | 2026-08-26T00:37:49.532Z | |
| 4427 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4428 | 2026-08-26T00:37:49.532Z | |
| 4429 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 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: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 } }] |
| 4430 | 2026-08-26T00:37:49.532Z | |
| 4431 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4432 | 2026-08-26T00:37:49.532Z | |
| 4433 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822Aug 26 00:37:47.822Aug 26 00:37:47.822 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4434 | 2026-08-26T00:37:49.532Z | |
| 4435 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822 INFOAug 26 00:37:47.822 Aug 26 00:37:47.822 DEBGINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4436 | 2026-08-26T00:37:49.532Z | created new freemap |
| 4437 | 2026-08-26T00:37:49.532Z | , unitAug 26 00:37:47.822 :Aug 26 00:37:47.822DEBG DEBGfreemap_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 } }] |
| 4438 | 2026-08-26T00:37:49.532Z | |
| 4439 | 2026-08-26T00:37:49.532Z | 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 } }] |
| 4440 | 2026-08-26T00:37:49.532Z | DEBG Aug 26 00:37:47.822replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.822Aug 26 00:37:47.822 |
| 4441 | 2026-08-26T00:37:49.532Z | DEBG created new freemapINFO, INFO unit :Aug 26 00:37:47.822 freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4442 | 2026-08-26T00:37:49.532Z | |
| 4443 | 2026-08-26T00:37:49.532Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4444 | 2026-08-26T00:37:49.532Z | |
| 4445 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 Aug 26 00:37:47.822DEBGDEBG Aug 26 00:37:47.822 DEBGinitted freemap. size: 64replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , |
| 4446 | 2026-08-26T00:37:49.532Z | unit: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4447 | 2026-08-26T00:37:49.532Z | Aug 26 00:37:47.822freemap_route_ipv4 INFO |
| 4448 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.822 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 } }] INFO |
| 4449 | 2026-08-26T00:37:49.533Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4450 | 2026-08-26T00:37:49.533Z | |
| 4451 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 INFODEBGAug 26 00:37:47.822 reset freemapDEBG , unitAug 26 00:37:47.822: 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 } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4452 | 2026-08-26T00:37:49.533Z | freemap_route_ipv4 |
| 4453 | 2026-08-26T00:37:49.533Z | |
| 4454 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.822 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 |
| 4455 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.822Aug 26 00:37:47.822 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 4456 | 2026-08-26T00:37:49.533Z | initted freemap. size: 64Aug 26 00:37:47.822 , DEBGAug 26 00:37:47.822unit INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG: adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4457 | 2026-08-26T00:37:49.533Z | freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4458 | 2026-08-26T00:37:49.533Z | |
| 4459 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.822 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 26 00:37:47.822 |
| 4460 | 2026-08-26T00:37:49.533Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 26 00:37:47.822 |
| 4461 | 2026-08-26T00:37:49.533Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 26 00:37:47.822 |
| 4462 | 2026-08-26T00:37:49.533Z | 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 26 00:37:47.823 |
| 4463 | 2026-08-26T00:37:49.533Z | 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 } }]Aug 26 00:37:47.823 |
| 4464 | 2026-08-26T00:37:49.533Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 |
| 4465 | 2026-08-26T00:37:49.533Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 |
| 4466 | 2026-08-26T00:37:49.533Z | 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 26 00:37:47.823 DEBG |
| 4467 | 2026-08-26T00:37:49.533Z | 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 } }] |
| 4468 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.823 INFOAug 26 00:37:47.823 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 4469 | 2026-08-26T00:37:49.533Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4470 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.823 DEBGDEBGAug 26 00:37:47.823 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 } }]DEBGcreated new freemap , replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4471 | 2026-08-26T00:37:49.533Z | |
| 4472 | 2026-08-26T00:37:49.533Z | : freemap_route_ipv4Aug 26 00:37:47.823 |
| 4473 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4474 | 2026-08-26T00:37:49.533Z | Aug 26 00:37:47.823 |
| 4475 | 2026-08-26T00:37:49.534Z | DEBG created new freemap, Aug 26 00:37:47.823Aug 26 00:37:47.823unit :Aug 26 00:37:47.823DEBG DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6replacing 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 } }] |
| 4476 | 2026-08-26T00:37:49.534Z | reset freemap |
| 4477 | 2026-08-26T00:37:49.534Z | |
| 4478 | 2026-08-26T00:37:49.534Z | , unitAug 26 00:37:47.823Aug 26 00:37:47.823 DEBG:Aug 26 00:37:47.823 initted freemap. size: 64INFO, INFO unitfreemap_route_ipv6:adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4479 | 2026-08-26T00:37:49.534Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4480 | 2026-08-26T00:37:49.534Z | freemap_route_ipv4 |
| 4481 | 2026-08-26T00:37:49.534Z | |
| 4482 | 2026-08-26T00:37:49.534Z | Aug 26 00:37:47.823 INFO Aug 26 00:37:47.823adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.823 |
| 4483 | 2026-08-26T00:37:49.534Z | 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 } }]Aug 26 00:37:47.823DEBG 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 } }] |
| 4484 | 2026-08-26T00:37:49.534Z | Aug 26 00:37:47.823reset freemap , DEBGunitAug 26 00:37:47.823 : |
| 4485 | 2026-08-26T00:37:49.534Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4486 | 2026-08-26T00:37:49.534Z | freemap_route_ipv4adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4487 | 2026-08-26T00:37:49.534Z | |
| 4488 | 2026-08-26T00:37:49.534Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 DEBGINFO INFODEBGinitted freemap. size: 64adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff , |
| 4489 | 2026-08-26T00:37:49.534Z | 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 } }]unit |
| 4490 | 2026-08-26T00:37:49.534Z | adding route 3fff:dead::/64 -> 2001:db8::55:2: |
| 4491 | 2026-08-26T00:37:49.534Z | Aug 26 00:37:47.823 Aug 26 00:37:47.823freemap_route_ipv6 |
| 4492 | 2026-08-26T00:37:49.534Z | DEBGAug 26 00:37:47.823 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 } }] |
| 4493 | 2026-08-26T00:37:49.534Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4494 | 2026-08-26T00:37:49.534Z | 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 26 00:37:47.823 |
| 4495 | 2026-08-26T00:37:49.534Z | Aug 26 00:37:47.823Aug 26 00:37:47.823INFO Aug 26 00:37:47.823adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 4496 | 2026-08-26T00:37:49.534Z | DEBGreset freemap , unitreplacing 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 } }]: |
| 4497 | 2026-08-26T00:37:49.534Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 |
| 4498 | 2026-08-26T00:37:49.534Z | freemap_route_ipv6Aug 26 00:37:47.823 |
| 4499 | 2026-08-26T00:37:49.534Z | INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 |
| 4500 | 2026-08-26T00:37:49.534Z | 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 26 00:37:47.823 |
| 4501 | 2026-08-26T00:37:49.534Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 26 00:37:47.823 |
| 4502 | 2026-08-26T00:37:49.535Z | Aug 26 00:37:47.823 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 } }]DEBGINFO |
| 4503 | 2026-08-26T00:37:49.535Z | 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 } }]Aug 26 00:37:47.823 |
| 4504 | 2026-08-26T00:37:49.540Z | |
| 4505 | 2026-08-26T00:37:49.540Z | DEBG Aug 26 00:37:47.823replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 00:37:47.823Aug 26 00:37:47.823 |
| 4506 | 2026-08-26T00:37:49.540Z | INFO DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 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 } }] |
| 4507 | 2026-08-26T00:37:49.540Z | DEBG |
| 4508 | 2026-08-26T00:37:49.540Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:17::/64 -> 2001:db8::55:ff |
| 4509 | 2026-08-26T00:37:49.540Z | Aug 26 00:37:47.823 |
| 4510 | 2026-08-26T00:37:49.540Z | DEBGAug 26 00:37:47.823 INFO Aug 26 00:37:47.823adding route 3fff:beef:1f::/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 } }] |
| 4511 | 2026-08-26T00:37:49.540Z | |
| 4512 | 2026-08-26T00:37:49.540Z | 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 26 00:37:47.823 |
| 4513 | 2026-08-26T00:37:49.540Z | Aug 26 00:37:47.823DEBG 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 } }] |
| 4514 | 2026-08-26T00:37:49.540Z | Aug 26 00:37:47.823adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4515 | 2026-08-26T00:37:49.540Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 |
| 4516 | 2026-08-26T00:37:49.540Z | Aug 26 00:37:47.823INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 4517 | 2026-08-26T00:37:49.540Z | Aug 26 00:37:47.823 DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4518 | 2026-08-26T00:37:49.540Z | Aug 26 00:37:47.823replacing 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 } }] |
| 4519 | 2026-08-26T00:37:49.540Z | 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 } }] |
| 4520 | 2026-08-26T00:37:49.540Z | Aug 26 00:37:47.823 INFOAug 26 00:37:47.823Aug 26 00:37:47.823 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOINFO |
| 4521 | 2026-08-26T00:37:49.540Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4522 | 2026-08-26T00:37:49.541Z | |
| 4523 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823 DEBGAug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4524 | 2026-08-26T00:37:49.541Z | |
| 4525 | 2026-08-26T00:37:49.541Z | |
| 4526 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4527 | 2026-08-26T00:37:49.541Z | |
| 4528 | 2026-08-26T00:37:49.541Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4529 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 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 } }]DEBG |
| 4530 | 2026-08-26T00:37:49.541Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4531 | 2026-08-26T00:37:49.541Z | |
| 4532 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO Aug 26 00:37:47.823adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4534 | 2026-08-26T00:37:49.541Z | |
| 4535 | 2026-08-26T00:37:49.541Z | 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 26 00:37:47.823Aug 26 00:37:47.823 |
| 4536 | 2026-08-26T00:37:49.541Z | DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.823replacing 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 } }] |
| 4537 | 2026-08-26T00:37:49.541Z | |
| 4538 | 2026-08-26T00:37:49.541Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4539 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823 Aug 26 00:37:47.823INFOAug 26 00:37:47.823 INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4540 | 2026-08-26T00:37:49.541Z | |
| 4541 | 2026-08-26T00:37:49.541Z | 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 } }] |
| 4542 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4543 | 2026-08-26T00:37:49.541Z | 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 } }] |
| 4544 | 2026-08-26T00:37:49.541Z | |
| 4545 | 2026-08-26T00:37:49.541Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 DEBGINFO 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 } }] |
| 4546 | 2026-08-26T00:37:49.541Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4547 | 2026-08-26T00:37:49.541Z | |
| 4548 | 2026-08-26T00:37:49.542Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFODEBGDEBG adding route 3fff:beef:26::/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 } }] |
| 4549 | 2026-08-26T00:37:49.542Z | |
| 4550 | 2026-08-26T00:37:49.542Z | 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 } }] |
| 4551 | 2026-08-26T00:37:49.542Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823INFO DEBGINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4552 | 2026-08-26T00:37:49.542Z | adding route 3fff:beef:8::/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 } }] |
| 4553 | 2026-08-26T00:37:49.542Z | |
| 4554 | 2026-08-26T00:37:49.542Z | Aug 26 00:37:47.823 Aug 26 00:37:47.823Aug 26 00:37:47.823 INFODEBGDEBG adding route 3fff:beef:27::/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 } }]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 } }] |
| 4555 | 2026-08-26T00:37:49.542Z | |
| 4556 | 2026-08-26T00:37:49.542Z | |
| 4557 | 2026-08-26T00:37:49.542Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBGINFO 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 } }] |
| 4558 | 2026-08-26T00:37:49.542Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4559 | 2026-08-26T00:37:49.542Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4560 | 2026-08-26T00:37:49.542Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4561 | 2026-08-26T00:37:49.542Z | |
| 4562 | 2026-08-26T00:37:49.542Z | |
| 4563 | 2026-08-26T00:37:49.542Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGINFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4564 | 2026-08-26T00:37:49.542Z | |
| 4565 | 2026-08-26T00:37:49.542Z | |
| 4566 | 2026-08-26T00:37:49.542Z | Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG INFOAug 26 00:37:47.823replacing 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 |
| 4567 | 2026-08-26T00:37:49.542Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4568 | 2026-08-26T00:37:49.542Z | 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 26 00:37:47.823 |
| 4569 | 2026-08-26T00:37:49.543Z | INFOAug 26 00:37:47.823 Aug 26 00:37:47.823adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 4570 | 2026-08-26T00:37:49.543Z | 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 } }] |
| 4571 | 2026-08-26T00:37:49.543Z | INFO Aug 26 00:37:47.823adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4572 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823DEBG 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 } }] |
| 4573 | 2026-08-26T00:37:49.543Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4574 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGINFO Aug 26 00:37:47.823adding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4575 | 2026-08-26T00:37:49.543Z | DEBG |
| 4576 | 2026-08-26T00:37:49.543Z | 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 } }] |
| 4577 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4578 | 2026-08-26T00:37:49.543Z | |
| 4579 | 2026-08-26T00:37:49.543Z | 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 } }] |
| 4580 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBGAug 26 00:37:47.823 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 } }] |
| 4581 | 2026-08-26T00:37:49.543Z | DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4582 | 2026-08-26T00:37:49.543Z | |
| 4583 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4584 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBG INFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/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 } }] |
| 4585 | 2026-08-26T00:37:49.543Z | |
| 4586 | 2026-08-26T00:37:49.543Z | |
| 4587 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 4588 | 2026-08-26T00:37:49.543Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4589 | 2026-08-26T00:37:49.543Z | 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 } }] |
| 4590 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 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: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 } }] |
| 4591 | 2026-08-26T00:37:49.543Z | |
| 4592 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO Aug 26 00:37:47.823 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 4593 | 2026-08-26T00:37:49.543Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4594 | 2026-08-26T00:37:49.543Z | |
| 4595 | 2026-08-26T00:37:49.543Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBG DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 4596 | 2026-08-26T00:37:49.544Z | |
| 4597 | 2026-08-26T00:37:49.544Z | |
| 4598 | 2026-08-26T00:37:49.544Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4599 | 2026-08-26T00:37:49.544Z | |
| 4600 | 2026-08-26T00:37:49.544Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 |
| 4601 | 2026-08-26T00:37:49.544Z | Aug 26 00:37:47.823 DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4602 | 2026-08-26T00:37:49.544Z | Aug 26 00:37:47.823replacing 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 } }] |
| 4603 | 2026-08-26T00:37:49.544Z | 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 } }] |
| 4604 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO Aug 26 00:37:47.823adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4605 | 2026-08-26T00:37:49.549Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 4606 | 2026-08-26T00:37:49.549Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4607 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGDEBG 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: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 } }] |
| 4608 | 2026-08-26T00:37:49.549Z | 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 } }] |
| 4609 | 2026-08-26T00:37:49.549Z | |
| 4610 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 4611 | 2026-08-26T00:37:49.549Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4612 | 2026-08-26T00:37:49.549Z | |
| 4613 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4614 | 2026-08-26T00:37:49.549Z | |
| 4615 | 2026-08-26T00:37:49.549Z | 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 } }] |
| 4616 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 4617 | 2026-08-26T00:37:49.549Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4618 | 2026-08-26T00:37:49.549Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4620 | 2026-08-26T00:37:49.549Z | |
| 4621 | 2026-08-26T00:37:49.549Z | 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 } }] |
| 4622 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823INFO INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4623 | 2026-08-26T00:37:49.549Z | |
| 4624 | 2026-08-26T00:37:49.549Z | |
| 4625 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG DEBGDEBGreplacing 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 } }] |
| 4626 | 2026-08-26T00:37:49.549Z | 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 } }] |
| 4627 | 2026-08-26T00:37:49.549Z | 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 } }] |
| 4628 | 2026-08-26T00:37:49.549Z | Aug 26 00:37:47.823 Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4629 | 2026-08-26T00:37:49.549Z | |
| 4630 | 2026-08-26T00:37:49.550Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4631 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBG Aug 26 00:37:47.823replacing 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: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 } }] |
| 4632 | 2026-08-26T00:37:49.550Z | DEBG |
| 4633 | 2026-08-26T00:37:49.550Z | 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 } }] |
| 4634 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4635 | 2026-08-26T00:37:49.550Z | |
| 4636 | 2026-08-26T00:37:49.550Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4637 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGDEBG 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:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4638 | 2026-08-26T00:37:49.550Z | |
| 4639 | 2026-08-26T00:37:49.550Z | |
| 4640 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFO INFOINFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4641 | 2026-08-26T00:37:49.550Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4642 | 2026-08-26T00:37:49.550Z | |
| 4643 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4644 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824 |
| 4645 | 2026-08-26T00:37:49.550Z | DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.824 |
| 4646 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 00:37:47.824 |
| 4647 | 2026-08-26T00:37:49.550Z | |
| 4648 | 2026-08-26T00:37:49.550Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4649 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4650 | 2026-08-26T00:37:49.550Z | |
| 4651 | 2026-08-26T00:37:49.550Z | 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 } }] |
| 4652 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 INFOINFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4653 | 2026-08-26T00:37:49.550Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4654 | 2026-08-26T00:37:49.550Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4655 | 2026-08-26T00:37:49.550Z | |
| 4656 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824 Aug 26 00:37:47.824DEBGAug 26 00:37:47.824 INFOAug 26 00:37:47.824replacing 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 } }] |
| 4657 | 2026-08-26T00:37:49.550Z | DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 4658 | 2026-08-26T00:37:49.550Z | |
| 4659 | 2026-08-26T00:37:49.550Z | 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 26 00:37:47.824 |
| 4660 | 2026-08-26T00:37:49.550Z | INFOAug 26 00:37:47.824 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 00:37:47.824Aug 26 00:37:47.824 |
| 4661 | 2026-08-26T00:37:49.550Z | DEBGINFOINFO Aug 26 00:37:47.824 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:30::/64 -> 2001:db8::55:ff adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4662 | 2026-08-26T00:37:49.550Z | |
| 4663 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824 created new freemap |
| 4664 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824, unitAug 26 00:37:47.824DEBG: DEBG freemap_route_ipv4 DEBG |
| 4665 | 2026-08-26T00:37:49.550Z | 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: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 } }] |
| 4666 | 2026-08-26T00:37:49.550Z | Aug 26 00:37:47.824replacing 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 26 00:37:47.824INFO Aug 26 00:37:47.824 |
| 4667 | 2026-08-26T00:37:49.550Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 4668 | 2026-08-26T00:37:49.550Z | INFO |
| 4669 | 2026-08-26T00:37:49.550Z | created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff, |
| 4670 | 2026-08-26T00:37:49.551Z | unit: Aug 26 00:37:47.824freemap_route_ipv6 Aug 26 00:37:47.824DEBG |
| 4671 | 2026-08-26T00:37:49.551Z | Aug 26 00:37:47.824 DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4672 | 2026-08-26T00:37:49.551Z | 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 26 00:37:47.824 |
| 4673 | 2026-08-26T00:37:49.551Z | INFOINFO Aug 26 00:37:47.824 Aug 26 00:37:47.824 Aug 26 00:37:47.824INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 4674 | 2026-08-26T00:37:49.551Z | INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4675 | 2026-08-26T00:37:49.551Z | initted freemap. size: 64 |
| 4676 | 2026-08-26T00:37:49.551Z | , unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: |
| 4677 | 2026-08-26T00:37:49.551Z | Aug 26 00:37:47.824freemap_route_ipv4Aug 26 00:37:47.824 |
| 4678 | 2026-08-26T00:37:49.551Z | DEBGAug 26 00:37:47.824DEBG Aug 26 00:37:47.824 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 } }] Aug 26 00:37:47.824replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG replacing targets for 3fff:beef: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 } }] |
| 4679 | 2026-08-26T00:37:49.551Z | |
| 4680 | 2026-08-26T00:37:49.551Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4681 | 2026-08-26T00:37:49.551Z | Aug 26 00:37:47.824reset freemap , Aug 26 00:37:47.824INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4682 | 2026-08-26T00:37:49.551Z | unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 26 00:37:47.824freemap_route_ipv4 |
| 4683 | 2026-08-26T00:37:49.551Z | |
| 4684 | 2026-08-26T00:37:49.551Z | |
| 4685 | 2026-08-26T00:37:49.551Z | INFO Aug 26 00:37:47.824adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 26 00:37:47.824 |
| 4686 | 2026-08-26T00:37:49.551Z | INFOAug 26 00:37:47.824 Aug 26 00:37:47.824DEBG DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 26 00:37:47.824replacing 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 } }] |
| 4687 | 2026-08-26T00:37:49.551Z | initted freemap. size: 64DEBG, 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 |
| 4688 | 2026-08-26T00:37:49.551Z | : |
| 4689 | 2026-08-26T00:37:49.551Z | freemap_route_ipv6 |
| 4690 | 2026-08-26T00:37:49.551Z | Aug 26 00:37:47.824 Aug 26 00:37:47.824INFO Aug 26 00:37:47.824INFO Aug 26 00:37:47.824adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4691 | 2026-08-26T00:37:49.551Z | DEBG DEBGAug 26 00:37:47.824 reset freemapDEBG |
| 4692 | 2026-08-26T00:37:49.551Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 4693 | 2026-08-26T00:37:49.551Z | :Aug 26 00:37:47.824 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 |
| 4694 | 2026-08-26T00:37:49.551Z | freemap_route_ipv6 |
| 4695 | 2026-08-26T00:37:49.551Z | 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 26 00:37:47.824 |
| 4696 | 2026-08-26T00:37:49.551Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 26 00:37:47.824Aug 26 00:37:47.824 |
| 4697 | 2026-08-26T00:37:49.551Z | Aug 26 00:37:47.824INFOINFO INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4698 | 2026-08-26T00:37:49.551Z | |
| 4699 | 2026-08-26T00:37:49.551Z | |
| 4700 | 2026-08-26T00:37:49.551Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824DEBGDEBG 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4701 | 2026-08-26T00:37:49.551Z | 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: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 } }] |
| 4702 | 2026-08-26T00:37:49.551Z | |
| 4703 | 2026-08-26T00:37:49.551Z | |
| 4704 | 2026-08-26T00:37:49.557Z | Aug 26 00:37:47.824 DEBG Aug 26 00:37:47.824Aug 26 00:37:47.824replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.824 |
| 4705 | 2026-08-26T00:37:49.557Z | INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4706 | 2026-08-26T00:37:49.557Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO |
| 4707 | 2026-08-26T00:37:49.557Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4708 | 2026-08-26T00:37:49.557Z | Aug 26 00:37:47.824 Aug 26 00:37:47.824DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.824 |
| 4709 | 2026-08-26T00:37:49.557Z | 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 } }] |
| 4710 | 2026-08-26T00:37:49.557Z | DEBG Aug 26 00:37:47.824Aug 26 00:37:47.824replacing 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 } }] |
| 4711 | 2026-08-26T00:37:49.557Z | INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:37:47.824 |
| 4712 | 2026-08-26T00:37:49.558Z | |
| 4713 | 2026-08-26T00:37:49.558Z | INFO Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4714 | 2026-08-26T00:37:49.558Z | |
| 4715 | 2026-08-26T00:37:49.558Z | 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 } }] |
| 4716 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 INFODEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4717 | 2026-08-26T00:37:49.558Z | 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 } }] |
| 4718 | 2026-08-26T00:37:49.558Z | |
| 4719 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBGINFO 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 } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4720 | 2026-08-26T00:37:49.558Z | 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 } }] |
| 4721 | 2026-08-26T00:37:49.558Z | |
| 4722 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824DEBG DEBGINFOfailed to allocate space for the new target list 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 } }] |
| 4723 | 2026-08-26T00:37:49.558Z | |
| 4724 | 2026-08-26T00:37:49.558Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4725 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824Aug 26 00:37:47.824 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4726 | 2026-08-26T00:37:49.558Z | 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 } }] |
| 4727 | 2026-08-26T00:37:49.558Z | test route::tests::grow_succeeds ... ok |
| 4728 | 2026-08-26T00:37:49.558Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4729 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 4730 | 2026-08-26T00:37:49.558Z | |
| 4731 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 26 00:37:47.824 |
| 4732 | 2026-08-26T00:37:49.558Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 00:37:47.824 |
| 4733 | 2026-08-26T00:37:49.558Z | 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 } }] |
| 4734 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824 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 26 00:37:47.824DEBG INFO |
| 4735 | 2026-08-26T00:37:49.558Z | adding route 3fff:beef:24::/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 } }] |
| 4736 | 2026-08-26T00:37:49.558Z | |
| 4737 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG Aug 26 00:37:47.824 adding route 3fff:beef:3a::/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 } }] |
| 4738 | 2026-08-26T00:37:49.558Z | INFO |
| 4739 | 2026-08-26T00:37:49.558Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4740 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 4741 | 2026-08-26T00:37:49.558Z | 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 } }] |
| 4742 | 2026-08-26T00:37:49.558Z | 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 } }] |
| 4743 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 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 |
| 4744 | 2026-08-26T00:37:49.558Z | INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4745 | 2026-08-26T00:37:49.558Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4746 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBG 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 } }]INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4747 | 2026-08-26T00:37:49.558Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4748 | 2026-08-26T00:37:49.558Z | |
| 4749 | 2026-08-26T00:37:49.558Z | Aug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 INFO DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4750 | 2026-08-26T00:37:49.558Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-26T00:37:49.559Z | |
| 4752 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBGINFO 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: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 } }] |
| 4753 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4754 | 2026-08-26T00:37:49.559Z | |
| 4755 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4756 | 2026-08-26T00:37:49.559Z | 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 } }]failed to allocate space for the new target list |
| 4757 | 2026-08-26T00:37:49.559Z | |
| 4758 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-26T00:37:49.559Z | DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4760 | 2026-08-26T00:37:49.559Z | replacing targets for 3fff:dead::/64 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 } }] |
| 4761 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 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 |
| 4762 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4763 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 4764 | 2026-08-26T00:37:49.559Z | 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 } }] |
| 4765 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4766 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4767 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 4768 | 2026-08-26T00:37:49.559Z | 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 } }] |
| 4769 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4770 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4771 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 4772 | 2026-08-26T00:37:49.559Z | 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 } }] |
| 4773 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 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 } }]INFO |
| 4774 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4775 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 4776 | 2026-08-26T00:37:49.559Z | 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 } }] |
| 4777 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4778 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4779 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 4780 | 2026-08-26T00:37:49.559Z | 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 } }] |
| 4781 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4782 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4783 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 4784 | 2026-08-26T00:37:49.559Z | 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 } }] |
| 4785 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 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 |
| 4786 | 2026-08-26T00:37:49.559Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4787 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824 Aug 26 00:37:47.824INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4788 | 2026-08-26T00:37:49.559Z | 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 } }] |
| 4789 | 2026-08-26T00:37:49.559Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 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:14::/64 -> 2001:db8::55:ff |
| 4790 | 2026-08-26T00:37:49.559Z | |
| 4791 | 2026-08-26T00:37:49.560Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4792 | 2026-08-26T00:37:49.560Z | |
| 4793 | 2026-08-26T00:37:49.560Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4794 | 2026-08-26T00:37:49.560Z | |
| 4795 | 2026-08-26T00:37:49.560Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4796 | 2026-08-26T00:37:49.560Z | |
| 4797 | 2026-08-26T00:37:49.560Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4798 | 2026-08-26T00:37:49.560Z | |
| 4799 | 2026-08-26T00:37:49.560Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 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:32::/64 -> 2001:db8::55:ff |
| 4800 | 2026-08-26T00:37:49.560Z | |
| 4801 | 2026-08-26T00:37:49.560Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:17::/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 } }] |
| 4802 | 2026-08-26T00:37:49.560Z | |
| 4803 | 2026-08-26T00:37:49.560Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4804 | 2026-08-26T00:37:49.565Z | |
| 4805 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:18::/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 } }] |
| 4806 | 2026-08-26T00:37:49.565Z | |
| 4807 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 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:34::/64 -> 2001:db8::55:ff |
| 4808 | 2026-08-26T00:37:49.565Z | |
| 4809 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:19::/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 } }] |
| 4810 | 2026-08-26T00:37:49.565Z | |
| 4811 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:35::/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 } }] |
| 4812 | 2026-08-26T00:37:49.565Z | |
| 4813 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4814 | 2026-08-26T00:37:49.565Z | |
| 4815 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:36::/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 } }] |
| 4816 | 2026-08-26T00:37:49.565Z | |
| 4817 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4818 | 2026-08-26T00:37:49.565Z | |
| 4819 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:37::/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 } }] |
| 4820 | 2026-08-26T00:37:49.565Z | |
| 4821 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4822 | 2026-08-26T00:37:49.565Z | |
| 4823 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4824 | 2026-08-26T00:37:49.565Z | |
| 4825 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:1d::/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 } }] |
| 4826 | 2026-08-26T00:37:49.565Z | |
| 4827 | 2026-08-26T00:37:49.565Z | Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4828 | 2026-08-26T00:37:49.565Z | |
| 4829 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:1e::/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 } }] |
| 4830 | 2026-08-26T00:37:49.566Z | |
| 4831 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4832 | 2026-08-26T00:37:49.566Z | |
| 4833 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:1f::/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 } }] |
| 4834 | 2026-08-26T00:37:49.566Z | |
| 4835 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:3b::/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 } }] |
| 4836 | 2026-08-26T00:37:49.566Z | |
| 4837 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 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 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4838 | 2026-08-26T00:37:49.566Z | |
| 4839 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:3c::/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 } }] |
| 4840 | 2026-08-26T00:37:49.566Z | |
| 4841 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4842 | 2026-08-26T00:37:49.566Z | |
| 4843 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4844 | 2026-08-26T00:37:49.566Z | |
| 4845 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:22::/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 } }] |
| 4846 | 2026-08-26T00:37:49.566Z | |
| 4847 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4848 | 2026-08-26T00:37:49.566Z | |
| 4849 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4850 | 2026-08-26T00:37:49.566Z | |
| 4851 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 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 } }]failed to allocate space for the new target list |
| 4852 | 2026-08-26T00:37:49.566Z | |
| 4853 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:24::/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 } }] |
| 4854 | 2026-08-26T00:37:49.566Z | |
| 4855 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825 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 } }] |
| 4856 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4857 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4858 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4859 | 2026-08-26T00:37:49.566Z | Aug 26 00:37:47.825 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 } }] |
| 4860 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4861 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825 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 } }] |
| 4862 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4863 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825 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 } }] |
| 4864 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4865 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825 DEBGAug 26 00:37:47.825 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 |
| 4866 | 2026-08-26T00:37:49.567Z | created new freemap, unitAug 26 00:37:47.825: INFOfreemap_route_ipv4 |
| 4867 | 2026-08-26T00:37:49.567Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4868 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 DEBGDEBG created new freemapreplacing 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 } }], |
| 4869 | 2026-08-26T00:37:49.567Z | unit: freemap_route_ipv6Aug 26 00:37:47.825 |
| 4870 | 2026-08-26T00:37:49.567Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4871 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825 DEBG initted freemap. size: 64Aug 26 00:37:47.825, unitDEBG: 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 } }]freemap_route_ipv4 |
| 4872 | 2026-08-26T00:37:49.567Z | |
| 4873 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreset freemap |
| 4874 | 2026-08-26T00:37:49.567Z | , unit: freemap_route_ipv4Aug 26 00:37:47.825 |
| 4875 | 2026-08-26T00:37:49.567Z | 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 } }]Aug 26 00:37:47.825 DEBG initted freemap. size: 64Aug 26 00:37:47.825Aug 26 00:37:47.825, unit:DEBG freemap_route_ipv6created new freemap |
| 4876 | 2026-08-26T00:37:49.567Z | , DEBGunit created new freemapAug 26 00:37:47.825, unitDEBG: created new freemapfreemap_route_ipv4, |
| 4877 | 2026-08-26T00:37:49.567Z | unit: |
| 4878 | 2026-08-26T00:37:49.567Z | freemap_route_ipv4 |
| 4879 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.825Aug 26 00:37:47.832 DEBGDEBG created new freemapAug 26 00:37:47.832created new freemap , , unitunitINFO: :Aug 26 00:37:47.832 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv4freemap_route_ipv6 |
| 4880 | 2026-08-26T00:37:49.567Z | |
| 4881 | 2026-08-26T00:37:49.567Z | created new freemap |
| 4882 | 2026-08-26T00:37:49.567Z | , unitAug 26 00:37:47.832:Aug 26 00:37:47.825Aug 26 00:37:47.832 DEBGDEBGAug 26 00:37:47.832 :DEBG created new freemap , created new freemapfreemap_route_ipv6initted freemap. size: 64, unit, |
| 4883 | 2026-08-26T00:37:49.567Z | unitunit: DEBGfreemap_route_ipv6Aug 26 00:37:47.832Aug 26 00:37:47.832 freemap_route_ipv4DEBG |
| 4884 | 2026-08-26T00:37:49.567Z | : DEBGreset freemapfreemap_route_ipv4 |
| 4885 | 2026-08-26T00:37:49.567Z | : |
| 4886 | 2026-08-26T00:37:49.567Z | , initted freemap. size: 64replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 26 00:37:47.832: , unitAug 26 00:37:47.832: |
| 4887 | 2026-08-26T00:37:49.567Z | DEBGfreemap_route_ipv4DEBGAug 26 00:37:47.832 freemap_route_ipv6DEBG |
| 4888 | 2026-08-26T00:37:49.567Z | freemap_route_ipv4 |
| 4889 | 2026-08-26T00:37:49.567Z | reset freemap, initted freemap. size: 64, unit |
| 4890 | 2026-08-26T00:37:49.567Z | :unit :Aug 26 00:37:47.832 Aug 26 00:37:47.832freemap_route_ipv4 |
| 4891 | 2026-08-26T00:37:49.567Z | DEBGDEBG freemap_route_ipv4Aug 26 00:37:47.832 |
| 4892 | 2026-08-26T00:37:49.567Z | reset freemapcreated new freemapAug 26 00:37:47.832 DEBGAug 26 00:37:47.832 Aug 26 00:37:47.832 INFO initted freemap. size: 64DEBG , adding route 3fff:dead::/64 -> 2001:db8::55:1INFO , unit, |
| 4893 | 2026-08-26T00:37:49.567Z | :reset freemapcreated new freemapunit, :unitunit, : unitAug 26 00:37:47.832:adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG :freemap_route_ipv6freemap_route_ipv4 |
| 4894 | 2026-08-26T00:37:49.567Z | |
| 4895 | 2026-08-26T00:37:49.567Z | freemap_route_ipv4 |
| 4896 | 2026-08-26T00:37:49.567Z | freemap_route_ipv6 |
| 4897 | 2026-08-26T00:37:49.567Z | |
| 4898 | 2026-08-26T00:37:49.567Z | Aug 26 00:37:47.832replacing 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 } }] |
| 4899 | 2026-08-26T00:37:49.568Z | DEBG initted freemap. size: 64Aug 26 00:37:47.832Aug 26 00:37:47.832 , Aug 26 00:37:47.832 freemap_route_ipv6unitINFODEBGDEBGAug 26 00:37:47.832 adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64 |
| 4900 | 2026-08-26T00:37:49.568Z | |
| 4901 | 2026-08-26T00:37:49.568Z | : , unitreset freemap:DEBGAug 26 00:37:47.832 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 } }] , DEBGfreemap_route_ipv6Aug 26 00:37:47.832unit |
| 4902 | 2026-08-26T00:37:49.568Z | |
| 4903 | 2026-08-26T00:37:49.568Z | Aug 26 00:37:47.832 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] freemap_route_ipv6DEBG |
| 4904 | 2026-08-26T00:37:49.572Z | DEBG |
| 4905 | 2026-08-26T00:37:49.572Z | : initted freemap. size: 64, initted freemap. size: 64unitAug 26 00:37:47.832freemap_route_ipv6, |
| 4906 | 2026-08-26T00:37:49.572Z | unit :INFO freemap_route_ipv4:Aug 26 00:37:47.832adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4907 | 2026-08-26T00:37:49.572Z | Aug 26 00:37:47.832Aug 26 00:37:47.832 |
| 4908 | 2026-08-26T00:37:49.572Z | DEBGDEBG reset freemapreset freemapfreemap_route_ipv4, |
| 4909 | 2026-08-26T00:37:49.572Z | Aug 26 00:37:47.832 , unitAug 26 00:37:47.832:DEBG Aug 26 00:37:47.832 INFOunit freemap_route_ipv6: INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 4910 | 2026-08-26T00:37:49.572Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6 |
| 4911 | 2026-08-26T00:37:49.572Z | |
| 4912 | 2026-08-26T00:37:49.572Z | reset freemapAug 26 00:37:47.832, |
| 4913 | 2026-08-26T00:37:49.572Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit: DEBG |
| 4914 | 2026-08-26T00:37:49.572Z | Aug 26 00:37:47.832freemap_route_ipv4Aug 26 00:37:47.832 Aug 26 00:37:47.832Aug 26 00:37:47.832 DEBG |
| 4915 | 2026-08-26T00:37:49.572Z | INFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4916 | 2026-08-26T00:37:49.572Z | |
| 4917 | 2026-08-26T00:37:49.573Z | INFOAug 26 00:37:47.832Aug 26 00:37:47.832 DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.832 |
| 4918 | 2026-08-26T00:37:49.573Z | Aug 26 00:37:47.832reset freemapadding route 172.16.0.0/32 -> 10.0.0.1 , unit |
| 4919 | 2026-08-26T00:37:49.573Z | : DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOinitted freemap. size: 64Aug 26 00:37:47.832 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 26 00:37:47.832 |
| 4920 | 2026-08-26T00:37:49.573Z | freemap_route_ipv4 , DEBGunitDEBG: |
| 4921 | 2026-08-26T00:37:49.573Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4922 | 2026-08-26T00:37:49.573Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4923 | 2026-08-26T00:37:49.573Z | |
| 4924 | 2026-08-26T00:37:49.573Z | freemap_route_ipv6 |
| 4925 | 2026-08-26T00:37:49.573Z | |
| 4926 | 2026-08-26T00:37:49.573Z | Aug 26 00:37:47.832 Aug 26 00:37:47.832 INFOAug 26 00:37:47.832Aug 26 00:37:47.832INFO Aug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832 adding route 172.17.0.0/32 -> 10.0.0.255DEBG INFO |
| 4927 | 2026-08-26T00:37:49.573Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 4928 | 2026-08-26T00:37:49.573Z | INFOAug 26 00:37:47.832DEBGreset freemap , unit |
| 4929 | 2026-08-26T00:37:49.573Z | :Aug 26 00:37:47.832 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG |
| 4930 | 2026-08-26T00:37:49.573Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff 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 26 00:37:47.832freemap_route_ipv6 |
| 4931 | 2026-08-26T00:37:49.573Z | DEBGAug 26 00:37:47.832 |
| 4932 | 2026-08-26T00:37:49.573Z | |
| 4933 | 2026-08-26T00:37:49.573Z | 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 } }] |
| 4934 | 2026-08-26T00:37:49.573Z | 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 26 00:37:47.832 INFOinitted freemap. size: 64INFO |
| 4935 | 2026-08-26T00:37:49.573Z | , Aug 26 00:37:47.832adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 00:37:47.832adding route 3fff:dead::/64 -> 2001:db8::55:1 unit |
| 4936 | 2026-08-26T00:37:49.573Z | : |
| 4937 | 2026-08-26T00:37:49.573Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4938 | 2026-08-26T00:37:49.573Z | Aug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832DEBG |
| 4939 | 2026-08-26T00:37:49.573Z | freemap_route_ipv6 DEBGINFO |
| 4940 | 2026-08-26T00:37:49.573Z | Aug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 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 } }] |
| 4941 | 2026-08-26T00:37:49.573Z | adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 4942 | 2026-08-26T00:37:49.573Z | INFOAug 26 00:37:47.832 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4943 | 2026-08-26T00:37:49.573Z | INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4944 | 2026-08-26T00:37:49.573Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 4945 | 2026-08-26T00:37:49.573Z | |
| 4946 | 2026-08-26T00:37:49.573Z | Aug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 |
| 4947 | 2026-08-26T00:37:49.573Z | Aug 26 00:37:47.832Aug 26 00:37:47.832 INFODEBG Aug 26 00:37:47.832 DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 4948 | 2026-08-26T00:37:49.573Z | 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 } }] |
| 4949 | 2026-08-26T00:37:49.573Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 4950 | 2026-08-26T00:37:49.573Z | |
| 4951 | 2026-08-26T00:37:49.573Z | DEBGAug 26 00:37:47.832replacing 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 } }] |
| 4952 | 2026-08-26T00:37:49.574Z | Aug 26 00:37:47.832reset freemapAug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 , 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 } }]unitINFOINFO |
| 4953 | 2026-08-26T00:37:49.574Z | Aug 26 00:37:47.832 INFO:DEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4954 | 2026-08-26T00:37:49.574Z | freemap_route_ipv6 |
| 4955 | 2026-08-26T00:37:49.574Z | |
| 4956 | 2026-08-26T00:37:49.574Z | |
| 4957 | 2026-08-26T00:37:49.574Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4958 | 2026-08-26T00:37:49.574Z | 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 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832 |
| 4959 | 2026-08-26T00:37:49.574Z | 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 |
| 4960 | 2026-08-26T00:37:49.574Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4961 | 2026-08-26T00:37:49.574Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4962 | 2026-08-26T00:37:49.574Z | |
| 4963 | 2026-08-26T00:37:49.574Z | 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 } }]Aug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4964 | 2026-08-26T00:37:49.574Z | |
| 4965 | 2026-08-26T00:37:49.574Z | |
| 4966 | 2026-08-26T00:37:49.574Z | |
| 4967 | 2026-08-26T00:37:49.574Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4968 | 2026-08-26T00:37:49.574Z | |
| 4969 | 2026-08-26T00:37:49.574Z | INFO |
| 4970 | 2026-08-26T00:37:49.574Z | Aug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG DEBG Aug 26 00:37:47.832adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 4971 | 2026-08-26T00:37:49.574Z | 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 } }] |
| 4972 | 2026-08-26T00:37:49.574Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4973 | 2026-08-26T00:37:49.574Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4974 | 2026-08-26T00:37:49.574Z | |
| 4975 | 2026-08-26T00:37:49.574Z | |
| 4976 | 2026-08-26T00:37:49.574Z | Aug 26 00:37:47.832 Aug 26 00:37:47.832Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832 INFO adding route 172.17.0.3/32 -> 10.0.0.255 INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4977 | 2026-08-26T00:37:49.574Z | Aug 26 00:37:47.832 |
| 4978 | 2026-08-26T00:37:49.574Z | INFO Aug 26 00:37:47.832 |
| 4979 | 2026-08-26T00:37:49.574Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 4980 | 2026-08-26T00:37:49.574Z | INFOAug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4981 | 2026-08-26T00:37:49.574Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4982 | 2026-08-26T00:37:49.574Z | DEBG |
| 4983 | 2026-08-26T00:37:49.574Z | 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 26 00:37:47.832 DEBGDEBG |
| 4984 | 2026-08-26T00:37:49.574Z | Aug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 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 } }]DEBGDEBGDEBG Aug 26 00:37:47.832replacing 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 } }] |
| 4985 | 2026-08-26T00:37:49.574Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 4986 | 2026-08-26T00:37:49.574Z | |
| 4987 | 2026-08-26T00:37:49.574Z | INFO |
| 4988 | 2026-08-26T00:37:49.574Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.832 Aug 26 00:37:47.832INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 4989 | 2026-08-26T00:37:49.574Z | |
| 4990 | 2026-08-26T00:37:49.574Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4991 | 2026-08-26T00:37:49.575Z | Aug 26 00:37:47.840Aug 26 00:37:47.825 DEBGDEBG |
| 4992 | 2026-08-26T00:37:49.575Z | Aug 26 00:37:47.832created new freemap , INFOAug 26 00:37:47.840Aug 26 00:37:47.840unit: freemap_route_ipv4WARNINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4993 | 2026-08-26T00:37:49.575Z | |
| 4994 | 2026-08-26T00:37:49.575Z | adding route 172.17.0.3/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 } }] |
| 4995 | 2026-08-26T00:37:49.575Z | Aug 26 00:37:47.840Aug 26 00:37:47.832 |
| 4996 | 2026-08-26T00:37:49.575Z | DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO |
| 4997 | 2026-08-26T00:37:49.575Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.840Aug 26 00:37:47.840 Aug 26 00:37:47.840 |
| 4998 | 2026-08-26T00:37:49.575Z | adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 4999 | 2026-08-26T00:37:49.575Z | DEBGDEBG adding route 172.17.0.6/32 -> 10.0.0.255created new freemap |
| 5000 | 2026-08-26T00:37:49.575Z | 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 } }], |
| 5001 | 2026-08-26T00:37:49.575Z | Aug 26 00:37:47.840 unitINFO:Aug 26 00:37:47.840Aug 26 00:37:47.840Aug 26 00:37:47.840 DEBG DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 5002 | 2026-08-26T00:37:49.575Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5003 | 2026-08-26T00:37:49.575Z | 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 } }] |
| 5004 | 2026-08-26T00:37:49.579Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5005 | 2026-08-26T00:37:49.579Z | Aug 26 00:37:47.840 |
| 5006 | 2026-08-26T00:37:49.579Z | Aug 26 00:37:47.840INFO Aug 26 00:37:47.840DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 26 00:37:47.840initted freemap. size: 64 , |
| 5007 | 2026-08-26T00:37:49.579Z | Aug 26 00:37:47.840replacing 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 } }] unitINFO |
| 5008 | 2026-08-26T00:37:49.579Z | :DEBG adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 00:37:47.840replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4 |
| 5009 | 2026-08-26T00:37:49.579Z | DEBG |
| 5010 | 2026-08-26T00:37:49.579Z | |
| 5011 | 2026-08-26T00:37:49.579Z | Aug 26 00:37:47.840 Aug 26 00:37:47.840INFOAug 26 00:37:47.840Aug 26 00:37:47.840 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5012 | 2026-08-26T00:37:49.579Z | reset freemapreplacing 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 } }]DEBGDEBG |
| 5013 | 2026-08-26T00:37:49.579Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], unit: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 26 00:37:47.840 |
| 5014 | 2026-08-26T00:37:49.579Z | freemap_route_ipv4Aug 26 00:37:47.840 |
| 5015 | 2026-08-26T00:37:49.579Z | |
| 5016 | 2026-08-26T00:37:49.580Z | 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 } }]INFO |
| 5017 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840 adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 26 00:37:47.840 |
| 5018 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840 DEBGINFO initted freemap. size: 64adding route 172.17.0.8/32 -> 10.0.0.255 , adding route 172.17.0.6/32 -> 10.0.0.255unitAug 26 00:37:47.840: |
| 5019 | 2026-08-26T00:37:49.580Z | |
| 5020 | 2026-08-26T00:37:49.580Z | freemap_route_ipv6 |
| 5021 | 2026-08-26T00:37:49.580Z | DEBG Aug 26 00:37:47.840Aug 26 00:37:47.840 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 } }]DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5022 | 2026-08-26T00:37:49.580Z | 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 } }] |
| 5023 | 2026-08-26T00:37:49.580Z | |
| 5024 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840 DEBGAug 26 00:37:47.840 Aug 26 00:37:47.840INFOreset freemap , Aug 26 00:37:47.840INFOadding route 172.17.0.9/32 -> 10.0.0.255 unitadding route 172.17.0.7/32 -> 10.0.0.255: |
| 5025 | 2026-08-26T00:37:49.580Z | |
| 5026 | 2026-08-26T00:37:49.580Z | INFOfreemap_route_ipv6Aug 26 00:37:47.840 |
| 5027 | 2026-08-26T00:37:49.580Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5028 | 2026-08-26T00:37:49.580Z | 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 26 00:37:47.840 |
| 5029 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.840 |
| 5030 | 2026-08-26T00:37:49.580Z | DEBGAug 26 00:37:47.840 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5031 | 2026-08-26T00:37:49.580Z | INFO |
| 5032 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840 adding route 172.17.0.8/32 -> 10.0.0.255DEBGAug 26 00:37:47.840Aug 26 00:37:47.840 |
| 5033 | 2026-08-26T00:37:49.580Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFOINFO |
| 5034 | 2026-08-26T00:37:49.580Z | adding route 172.17.0.10/32 -> 10.0.0.255 Aug 26 00:37:47.840adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5035 | 2026-08-26T00:37:49.580Z | DEBG |
| 5036 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840replacing 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 26 00:37:47.840 |
| 5037 | 2026-08-26T00:37:49.580Z | DEBGAug 26 00:37:47.840INFO 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 |
| 5038 | 2026-08-26T00:37:49.580Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:37:47.840 |
| 5039 | 2026-08-26T00:37:49.580Z | 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 } }] |
| 5040 | 2026-08-26T00:37:49.580Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 26 00:37:47.840Aug 26 00:37:47.840 |
| 5041 | 2026-08-26T00:37:49.580Z | INFODEBG Aug 26 00:37:47.840replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5042 | 2026-08-26T00:37:49.580Z | |
| 5043 | 2026-08-26T00:37:49.580Z | INFOAug 26 00:37:47.840 adding route 172.17.0.9/32 -> 10.0.0.255DEBGAug 26 00:37:47.840 |
| 5044 | 2026-08-26T00:37:49.580Z | 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 26 00:37:47.840INFO |
| 5045 | 2026-08-26T00:37:49.580Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:37:47.840Aug 26 00:37:47.840 |
| 5046 | 2026-08-26T00:37:49.580Z | 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 |
| 5047 | 2026-08-26T00:37:49.580Z | INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5048 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840 |
| 5049 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840DEBG Aug 26 00:37:47.840INFO adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5050 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840 |
| 5051 | 2026-08-26T00:37:49.580Z | DEBG adding route 172.17.0.10/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 } }] |
| 5052 | 2026-08-26T00:37:49.580Z | |
| 5053 | 2026-08-26T00:37:49.580Z | Aug 26 00:37:47.840 Aug 26 00:37:47.840DEBG INFOAug 26 00:37:47.840replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5054 | 2026-08-26T00:37:49.580Z | |
| 5055 | 2026-08-26T00:37:49.581Z | DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.840 |
| 5056 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840INFO Aug 26 00:37:47.840 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5057 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO |
| 5058 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.13/32 -> 10.0.0.255 Aug 26 00:37:47.840 |
| 5059 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5060 | 2026-08-26T00:37:49.581Z | DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.840 |
| 5061 | 2026-08-26T00:37:49.581Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5062 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840 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:2, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.840replacing 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 } }] |
| 5063 | 2026-08-26T00:37:49.581Z | |
| 5064 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5065 | 2026-08-26T00:37:49.581Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5066 | 2026-08-26T00:37:49.581Z | |
| 5067 | 2026-08-26T00:37:49.581Z | test route::tests::identity_replace_is_noop ... ok |
| 5068 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840Aug 26 00:37:47.840 INFOWARN adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 00:37:47.840shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:37:47.840 |
| 5069 | 2026-08-26T00:37:49.581Z | INFO |
| 5070 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5071 | 2026-08-26T00:37:49.581Z | DEBG Aug 26 00:37:47.840replacing 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 26 00:37:47.840 |
| 5072 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840DEBG 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 } }] |
| 5073 | 2026-08-26T00:37:49.581Z | DEBGERROAug 26 00:37:47.840 INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5074 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.13/32 -> 10.0.0.255 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 } }] |
| 5075 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840 |
| 5076 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840 INFO adding route 172.17.0.15/32 -> 10.0.0.255ERRO |
| 5077 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840Aug 26 00:37:47.840shrink-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 INFO |
| 5078 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 26 00:37:47.840 |
| 5079 | 2026-08-26T00:37:49.581Z | DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5080 | 2026-08-26T00:37:49.581Z | 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 26 00:37:47.840 |
| 5081 | 2026-08-26T00:37:49.581Z | DEBGAug 26 00:37:47.840 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 } }] |
| 5082 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5083 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840Aug 26 00:37:47.840 Aug 26 00:37:47.840 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5084 | 2026-08-26T00:37:49.581Z | |
| 5085 | 2026-08-26T00:37:49.581Z | DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.840 |
| 5086 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840 |
| 5087 | 2026-08-26T00:37:49.581Z | 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 } }]DEBG |
| 5088 | 2026-08-26T00:37:49.581Z | 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 26 00:37:47.840 |
| 5089 | 2026-08-26T00:37:49.581Z | INFOAug 26 00:37:47.840 Aug 26 00:37:47.840 Aug 26 00:37:47.840INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff INFOINFO |
| 5090 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5091 | 2026-08-26T00:37:49.581Z | adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5092 | 2026-08-26T00:37:49.581Z | |
| 5093 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.840Aug 26 00:37:47.840 Aug 26 00:37:47.840Aug 26 00:37:47.840 DEBG DEBGDEBGreplacing 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.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 } }] |
| 5094 | 2026-08-26T00:37:49.581Z | Aug 26 00:37:47.841Aug 26 00:37:47.841 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_route_ipv4 |
| 5095 | 2026-08-26T00:37:49.582Z | freemap_route_ipv4Aug 26 00:37:47.841 |
| 5096 | 2026-08-26T00:37:49.582Z | DEBG Aug 26 00:37:47.850Aug 26 00:37:47.850 DEBGDEBG 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 } }] created new freemap |
| 5097 | 2026-08-26T00:37:49.582Z | , Aug 26 00:37:47.850 unitcreated new freemapadding route 172.17.0.16/32 -> 10.0.0.255, : |
| 5098 | 2026-08-26T00:37:49.582Z | unitfreemap_route_ipv6 :DEBGAug 26 00:37:47.850 |
| 5099 | 2026-08-26T00:37:49.582Z | freemap_route_ipv4created new freemap |
| 5100 | 2026-08-26T00:37:49.582Z | , INFOunitAug 26 00:37:47.850: DEBG freemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5101 | 2026-08-26T00:37:49.582Z | Aug 26 00:37:47.850initted freemap. size: 64, unit |
| 5102 | 2026-08-26T00:37:49.582Z | 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 } }]: |
| 5103 | 2026-08-26T00:37:49.582Z | Aug 26 00:37:47.850 freemap_route_ipv4Aug 26 00:37:47.850 |
| 5104 | 2026-08-26T00:37:49.586Z | Aug 26 00:37:47.850DEBGDEBG initted freemap. size: 64Aug 26 00:37:47.850INFO, unitadding route 172.17.0.17/32 -> 10.0.0.255created new freemap : |
| 5105 | 2026-08-26T00:37:49.586Z | freemap_route_ipv4DEBG Aug 26 00:37:47.850, |
| 5106 | 2026-08-26T00:37:49.586Z | Aug 26 00:37:47.850replacing 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 } }] |
| 5107 | 2026-08-26T00:37:49.586Z | 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 } }]reset freemapunit |
| 5108 | 2026-08-26T00:37:49.586Z | , Aug 26 00:37:47.850unitAug 26 00:37:47.850:: DEBGfreemap_route_ipv4 |
| 5109 | 2026-08-26T00:37:49.586Z | reset freemapfreemap_route_ipv6, |
| 5110 | 2026-08-26T00:37:49.586Z | INFOunit Aug 26 00:37:47.850adding route 172.17.0.17/32 -> 10.0.0.255:Aug 26 00:37:47.850 freemap_route_ipv4 |
| 5111 | 2026-08-26T00:37:49.586Z | INFO |
| 5112 | 2026-08-26T00:37:49.586Z | DEBG Aug 26 00:37:47.850initted freemap. size: 64Aug 26 00:37:47.850 , Aug 26 00:37:47.850 DEBG DEBGDEBGunit initted freemap. size: 64initted freemap. size: 64, : , unitfreemap_route_ipv6unitreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:adding route 172.17.0.18/32 -> 10.0.0.255: |
| 5113 | 2026-08-26T00:37:49.587Z | |
| 5114 | 2026-08-26T00:37:49.587Z | freemap_route_ipv4 freemap_route_ipv6 |
| 5115 | 2026-08-26T00:37:49.587Z | |
| 5116 | 2026-08-26T00:37:49.587Z | Aug 26 00:37:47.850 |
| 5117 | 2026-08-26T00:37:49.587Z | Aug 26 00:37:47.850DEBG Aug 26 00:37:47.850 DEBG Aug 26 00:37:47.850reset freemapDEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5118 | 2026-08-26T00:37:49.587Z | unit Aug 26 00:37:47.850: freemap_route_ipv6INFO |
| 5119 | 2026-08-26T00:37:49.587Z | reset freemap adding route 172.17.0.18/32 -> 10.0.0.255, unit |
| 5120 | 2026-08-26T00:37:49.587Z | :Aug 26 00:37:47.850DEBG Aug 26 00:37:47.850freemap_route_ipv4 |
| 5121 | 2026-08-26T00:37:49.587Z | INFO reset freemapINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.850 |
| 5122 | 2026-08-26T00:37:49.587Z | , adding route 172.17.0.19/32 -> 10.0.0.255 DEBGAug 26 00:37:47.850unit |
| 5123 | 2026-08-26T00:37:49.587Z | DEBGAug 26 00:37:47.850replacing 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 } }]: |
| 5124 | 2026-08-26T00:37:49.587Z | DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5125 | 2026-08-26T00:37:49.587Z | initted freemap. size: 64 |
| 5126 | 2026-08-26T00:37:49.587Z | , unitAug 26 00:37:47.850Aug 26 00:37:47.850 Aug 26 00:37:47.850INFO: INFODEBG Aug 26 00:37:47.850 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5127 | 2026-08-26T00:37:49.587Z | 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:dead::/64 -> 2001:db8::55:2 |
| 5128 | 2026-08-26T00:37:49.587Z | INFO freemap_route_ipv6 |
| 5129 | 2026-08-26T00:37:49.587Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5130 | 2026-08-26T00:37:49.587Z | |
| 5131 | 2026-08-26T00:37:49.587Z | |
| 5132 | 2026-08-26T00:37:49.587Z | Aug 26 00:37:47.850Aug 26 00:37:47.850Aug 26 00:37:47.850Aug 26 00:37:47.850 Aug 26 00:37:47.850 INFOINFODEBG DEBGDEBGadding route 172.17.0.20/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 } }]reset freemap adding route 3fff:beef:34::/64 -> 2001:db8::55:ff, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5133 | 2026-08-26T00:37:49.587Z | unit:Aug 26 00:37:47.850 |
| 5134 | 2026-08-26T00:37:49.587Z | |
| 5135 | 2026-08-26T00:37:49.587Z | DEBG freemap_route_ipv6 |
| 5136 | 2026-08-26T00:37:49.587Z | |
| 5137 | 2026-08-26T00:37:49.587Z | Aug 26 00:37:47.850replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 26 00:37:47.850 |
| 5138 | 2026-08-26T00:37:49.587Z | 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 26 00:37:47.850INFO |
| 5139 | 2026-08-26T00:37:49.587Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 5140 | 2026-08-26T00:37:49.587Z | Aug 26 00:37:47.850replacing 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 26 00:37:47.850INFOAug 26 00:37:47.850 |
| 5141 | 2026-08-26T00:37:49.587Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5142 | 2026-08-26T00:37:49.587Z | INFOAug 26 00:37:47.850 |
| 5143 | 2026-08-26T00:37:49.587Z | DEBGAug 26 00:37:47.850 Aug 26 00:37:47.850INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 26 00:37:47.850adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5144 | 2026-08-26T00:37:49.587Z | |
| 5145 | 2026-08-26T00:37:49.587Z | |
| 5146 | 2026-08-26T00:37:49.587Z | 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 } }] |
| 5147 | 2026-08-26T00:37:49.587Z | DEBGAug 26 00:37:47.850 Aug 26 00:37:47.850Aug 26 00:37:47.850replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFODEBGAug 26 00:37:47.850DEBG |
| 5148 | 2026-08-26T00:37:49.587Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 5149 | 2026-08-26T00:37:49.587Z | |
| 5150 | 2026-08-26T00:37:49.587Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5151 | 2026-08-26T00:37:49.587Z | Aug 26 00:37:47.850 |
| 5152 | 2026-08-26T00:37:49.587Z | Aug 26 00:37:47.850Aug 26 00:37:47.850DEBG Aug 26 00:37:47.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5153 | 2026-08-26T00:37:49.588Z | INFO Aug 26 00:37:47.850 adding route 172.16.0.0/32 -> 10.0.0.2INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5154 | 2026-08-26T00:37:49.588Z | |
| 5155 | 2026-08-26T00:37:49.588Z | adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 5156 | 2026-08-26T00:37:49.588Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.850 |
| 5157 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850 DEBGAug 26 00:37:47.850 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5158 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850DEBG |
| 5159 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850 Aug 26 00:37:47.850INFODEBGreplacing targets for 3fff:dead::/64 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 } }] |
| 5160 | 2026-08-26T00:37:49.588Z | 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 26 00:37:47.850 |
| 5161 | 2026-08-26T00:37:49.588Z | INFO INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 26 00:37:47.850adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:37:47.850 |
| 5162 | 2026-08-26T00:37:49.588Z | INFO |
| 5163 | 2026-08-26T00:37:49.588Z | |
| 5164 | 2026-08-26T00:37:49.588Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5165 | 2026-08-26T00:37:49.588Z | WARN Aug 26 00:37:47.850shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:37:47.850 |
| 5166 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850 DEBG Aug 26 00:37:47.850DEBG 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 } }] |
| 5167 | 2026-08-26T00:37:49.588Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] 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 } }] |
| 5168 | 2026-08-26T00:37:49.588Z | |
| 5169 | 2026-08-26T00:37:49.588Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5170 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850Aug 26 00:37:47.850 DEBGINFOAug 26 00:37:47.850 replacing targets for 3fff:dead::/64 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 } }]INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 00:37:47.850 |
| 5171 | 2026-08-26T00:37:49.588Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5172 | 2026-08-26T00:37:49.588Z | |
| 5173 | 2026-08-26T00:37:49.588Z | INFO Aug 26 00:37:47.850adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 00:37:47.850 |
| 5174 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850 WARN DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5175 | 2026-08-26T00:37:49.588Z | 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 } }]DEBGAug 26 00:37:47.850 |
| 5176 | 2026-08-26T00:37:49.588Z | 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 } }] |
| 5177 | 2026-08-26T00:37:49.588Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.850 |
| 5178 | 2026-08-26T00:37:49.588Z | INFO Aug 26 00:37:47.850adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5179 | 2026-08-26T00:37:49.588Z | INFOAug 26 00:37:47.850 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5180 | 2026-08-26T00:37:49.588Z | |
| 5181 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850Aug 26 00:37:47.850 INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5182 | 2026-08-26T00:37:49.588Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5183 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850DEBG INFOreplacing 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 26 00:37:47.850 |
| 5184 | 2026-08-26T00:37:49.588Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 5185 | 2026-08-26T00:37:49.588Z | 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 26 00:37:47.850 |
| 5186 | 2026-08-26T00:37:49.588Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5187 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850 INFOAug 26 00:37:47.850Aug 26 00:37:47.850 DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 26 00:37:47.850DEBG |
| 5188 | 2026-08-26T00:37:49.588Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5189 | 2026-08-26T00:37:49.588Z | |
| 5190 | 2026-08-26T00:37:49.588Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.850 |
| 5191 | 2026-08-26T00:37:49.588Z | Aug 26 00:37:47.850 DEBG INFOAug 26 00:37:47.850replacing 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 26 00:37:47.850 adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 5192 | 2026-08-26T00:37:49.589Z | |
| 5193 | 2026-08-26T00:37:49.589Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO Aug 26 00:37:47.851adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5194 | 2026-08-26T00:37:49.589Z | DEBG created new freemapAug 26 00:37:47.851Aug 26 00:37:47.851, Aug 26 00:37:47.850DEBGunit :DEBGcreated new freemap DEBGAug 26 00:37:47.857freemap_route_ipv4, unitDEBGcreated new freemap: |
| 5195 | 2026-08-26T00:37:49.589Z | freemap_route_ipv4 |
| 5196 | 2026-08-26T00:37:49.589Z | Aug 26 00:37:47.857, unitreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: DEBGfreemap_route_ipv4 |
| 5197 | 2026-08-26T00:37:49.589Z | created new freemap |
| 5198 | 2026-08-26T00:37:49.589Z | Aug 26 00:37:47.857, unit :DEBG Aug 26 00:37:47.857 freemap_route_ipv6created new freemap |
| 5199 | 2026-08-26T00:37:49.589Z | , DEBGunit :created new freemapAug 26 00:37:47.857 , unitAug 26 00:37:47.857INFOfreemap_route_ipv6: |
| 5200 | 2026-08-26T00:37:49.589Z | freemap_route_ipv6DEBG |
| 5201 | 2026-08-26T00:37:49.589Z | initted freemap. size: 64Aug 26 00:37:47.857adding route 172.17.0.20/32 -> 10.0.0.255 , DEBGAug 26 00:37:47.857 |
| 5202 | 2026-08-26T00:37:49.589Z | DEBGinitted freemap. size: 64unit, unitinitted freemap. size: 64: , freemap_route_ipv4:unit Aug 26 00:37:47.857 |
| 5203 | 2026-08-26T00:37:49.589Z | freemap_route_ipv4: |
| 5204 | 2026-08-26T00:37:49.593Z | freemap_route_ipv4DEBG |
| 5205 | 2026-08-26T00:37:49.593Z | Aug 26 00:37:47.857 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 26 00:37:47.857 |
| 5206 | 2026-08-26T00:37:49.593Z | DEBGDEBGAug 26 00:37:47.857 Aug 26 00:37:47.857 reset freemapINFOreset freemap , , DEBG unitunitreset freemapadding route 172.17.0.21/32 -> 10.0.0.255:: |
| 5207 | 2026-08-26T00:37:49.593Z | , freemap_route_ipv4unit |
| 5208 | 2026-08-26T00:37:49.593Z | :freemap_route_ipv4 |
| 5209 | 2026-08-26T00:37:49.593Z | freemap_route_ipv4 |
| 5210 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857Aug 26 00:37:47.857 DEBGAug 26 00:37:47.857 Aug 26 00:37:47.857DEBG initted freemap. size: 64 DEBG, initted freemap. size: 64DEBGunit , initted freemap. size: 64replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:, unitfreemap_route_ipv6: |
| 5211 | 2026-08-26T00:37:49.594Z | |
| 5212 | 2026-08-26T00:37:49.594Z | freemap_route_ipv6: |
| 5213 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857freemap_route_ipv6Aug 26 00:37:47.857 |
| 5214 | 2026-08-26T00:37:49.594Z | INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255Aug 26 00:37:47.857 |
| 5215 | 2026-08-26T00:37:49.594Z | reset freemap Aug 26 00:37:47.857, unitDEBGDEBG: freemap_route_ipv6reset freemap |
| 5216 | 2026-08-26T00:37:49.594Z | reset freemapAug 26 00:37:47.857, , unitAug 26 00:37:47.857: INFOfreemap_route_ipv6 |
| 5217 | 2026-08-26T00:37:49.594Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5218 | 2026-08-26T00:37:49.594Z | unit: replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 26 00:37:47.857 |
| 5219 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857 INFO |
| 5220 | 2026-08-26T00:37:49.594Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 00:37:47.857DEBG |
| 5221 | 2026-08-26T00:37:49.594Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5222 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.857 |
| 5223 | 2026-08-26T00:37:49.594Z | DEBGAug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5224 | 2026-08-26T00:37:49.594Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:37:47.857INFO Aug 26 00:37:47.857 |
| 5225 | 2026-08-26T00:37:49.594Z | DEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO adding 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 } }] |
| 5226 | 2026-08-26T00:37:49.594Z | |
| 5227 | 2026-08-26T00:37:49.594Z | |
| 5228 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857 DEBGAug 26 00:37:47.857Aug 26 00:37:47.857 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 } }] Aug 26 00:37:47.857replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5229 | 2026-08-26T00:37:49.594Z | |
| 5230 | 2026-08-26T00:37:49.594Z | |
| 5231 | 2026-08-26T00:37:49.594Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5232 | 2026-08-26T00:37:49.594Z | |
| 5233 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857Aug 26 00:37:47.857 INFOAug 26 00:37:47.857 INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 5234 | 2026-08-26T00:37:49.594Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:37:47.857DEBG |
| 5235 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857 INFO DEBG Aug 26 00:37:47.857adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5236 | 2026-08-26T00:37:49.594Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 5237 | 2026-08-26T00:37:49.594Z | |
| 5238 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5239 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857 Aug 26 00:37:47.857DEBGAug 26 00:37:47.857 Aug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 5240 | 2026-08-26T00:37:49.594Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5241 | 2026-08-26T00:37:49.594Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5242 | 2026-08-26T00:37:49.594Z | |
| 5243 | 2026-08-26T00:37:49.594Z | 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 } }] |
| 5244 | 2026-08-26T00:37:49.594Z | Aug 26 00:37:47.857Aug 26 00:37:47.857Aug 26 00:37:47.857 Aug 26 00:37:47.857DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5245 | 2026-08-26T00:37:49.594Z | INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 5246 | 2026-08-26T00:37:49.594Z | |
| 5247 | 2026-08-26T00:37:49.594Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.857 |
| 5248 | 2026-08-26T00:37:49.595Z | 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: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 26 00:37:47.857Aug 26 00:37:47.857 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5249 | 2026-08-26T00:37:49.595Z | |
| 5250 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857DEBG Aug 26 00:37:47.857DEBGreplacing 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 26 00:37:47.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5251 | 2026-08-26T00:37:49.595Z | 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 } }] |
| 5252 | 2026-08-26T00:37:49.595Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5253 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 |
| 5254 | 2026-08-26T00:37:49.595Z | adding route 172.17.0.22/32 -> 10.0.0.255DEBGAug 26 00:37:47.857 Aug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO |
| 5255 | 2026-08-26T00:37:49.595Z | DEBG |
| 5256 | 2026-08-26T00:37:49.595Z | failed to allocate space for the new target listadding route 172.17.0.26/32 -> 10.0.0.255 |
| 5257 | 2026-08-26T00:37:49.595Z | |
| 5258 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 INFO Aug 26 00:37:47.857adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5259 | 2026-08-26T00:37:49.595Z | DEBGAug 26 00:37:47.857 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5260 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5261 | 2026-08-26T00:37:49.595Z | DEBG Aug 26 00:37:47.857Aug 26 00:37:47.857 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 |
| 5262 | 2026-08-26T00:37:49.595Z | 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 } }] |
| 5263 | 2026-08-26T00:37:49.595Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5264 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:37:47.857 |
| 5265 | 2026-08-26T00:37:49.595Z | 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 } }] |
| 5266 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857Aug 26 00:37:47.857 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5267 | 2026-08-26T00:37:49.595Z | |
| 5268 | 2026-08-26T00:37:49.595Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5269 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 26 00:37:47.857 |
| 5270 | 2026-08-26T00:37:49.595Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5271 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 Aug 26 00:37:47.857DEBG Aug 26 00:37:47.857DEBGreplacing 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 } }] |
| 5272 | 2026-08-26T00:37:49.595Z | 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 } }]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 } }] |
| 5273 | 2026-08-26T00:37:49.595Z | |
| 5274 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857Aug 26 00:37:47.857Aug 26 00:37:47.857 INFO INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5275 | 2026-08-26T00:37:49.595Z | |
| 5276 | 2026-08-26T00:37:49.595Z | |
| 5277 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857Aug 26 00:37:47.857 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.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 } }] |
| 5278 | 2026-08-26T00:37:49.595Z | |
| 5279 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 DEBG Aug 26 00:37:47.857replacing 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 } }] |
| 5280 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 5281 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5282 | 2026-08-26T00:37:49.595Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5283 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857 DEBG Aug 26 00:37:47.857replacing 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 } }] |
| 5284 | 2026-08-26T00:37:49.595Z | DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.857 |
| 5285 | 2026-08-26T00:37:49.595Z | Aug 26 00:37:47.857DEBG 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 26 00:37:47.857 |
| 5286 | 2026-08-26T00:37:49.595Z | INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5287 | 2026-08-26T00:37:49.595Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 26 00:37:47.857 |
| 5288 | 2026-08-26T00:37:49.596Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5289 | 2026-08-26T00:37:49.596Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:37:47.857 |
| 5290 | 2026-08-26T00:37:49.596Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5291 | 2026-08-26T00:37:49.596Z | 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 } }] |
| 5292 | 2026-08-26T00:37:49.596Z | Aug 26 00:37:47.857 DEBG Aug 26 00:37:47.857replacing 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 26 00:37:47.857 DEBG |
| 5293 | 2026-08-26T00:37:49.596Z | 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 } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5294 | 2026-08-26T00:37:49.596Z | |
| 5295 | 2026-08-26T00:37:49.596Z | Aug 26 00:37:47.857 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5296 | 2026-08-26T00:37:49.596Z | Aug 26 00:37:47.857 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 } }] |
| 5297 | 2026-08-26T00:37:49.596Z | Aug 26 00:37:47.857 DEBGAug 26 00:37:47.857 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 26 00:37:47.857 |
| 5298 | 2026-08-26T00:37:49.596Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5299 | 2026-08-26T00:37:49.596Z | INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5300 | 2026-08-26T00:37:49.596Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:37:47.857 |
| 5301 | 2026-08-26T00:37:49.596Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5302 | 2026-08-26T00:37:49.596Z | Aug 26 00:37:47.857 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.857 |
| 5303 | 2026-08-26T00:37:49.596Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5304 | 2026-08-26T00:37:49.600Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5305 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5306 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5307 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5308 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5309 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5310 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5311 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5312 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5313 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5314 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5315 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5316 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5317 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5318 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5319 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5320 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5321 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5322 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5323 | 2026-08-26T00:37:49.601Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5324 | 2026-08-26T00:37:49.601Z | DEBG Aug 26 00:37:47.857replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 26 00:37:47.858 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 } }] |
| 5325 | 2026-08-26T00:37:49.601Z | DEBG created new freemap |
| 5326 | 2026-08-26T00:37:49.601Z | , unitAug 26 00:37:47.865:Aug 26 00:37:47.865Aug 26 00:37:47.865 freemap_route_ipv4 |
| 5327 | 2026-08-26T00:37:49.601Z | INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing 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 } }] |
| 5328 | 2026-08-26T00:37:49.601Z | |
| 5329 | 2026-08-26T00:37:49.601Z | Aug 26 00:37:47.865 INFOAug 26 00:37:47.865 DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 26 00:37:47.865 |
| 5330 | 2026-08-26T00:37:49.601Z | Aug 26 00:37:47.858created new freemapINFO, DEBGDEBGunit :created new freemap replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 5331 | 2026-08-26T00:37:49.601Z | |
| 5332 | 2026-08-26T00:37:49.601Z | freemap_route_ipv6 |
| 5333 | 2026-08-26T00:37:49.601Z | , unitAug 26 00:37:47.865Aug 26 00:37:47.865 :Aug 26 00:37:47.865 freemap_route_ipv4 DEBGINFOAug 26 00:37:47.865 Aug 26 00:37:47.858 DEBG |
| 5334 | 2026-08-26T00:37:49.601Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5335 | 2026-08-26T00:37:49.601Z | initted freemap. size: 64 |
| 5336 | 2026-08-26T00:37:49.601Z | , DEBGAug 26 00:37:47.865unitDEBGAug 26 00:37:47.865 Aug 26 00:37:47.865 DEBG DEBG: created new freemapcreated new freemap, 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 } }]unit |
| 5337 | 2026-08-26T00:37:49.601Z | , freemap_route_ipv4INFOunit |
| 5338 | 2026-08-26T00:37:49.601Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5339 | 2026-08-26T00:37:49.601Z | |
| 5340 | 2026-08-26T00:37:49.601Z | Aug 26 00:37:47.865: freemap_route_ipv6INFOAug 26 00:37:47.865: |
| 5341 | 2026-08-26T00:37:49.601Z | freemap_route_ipv4 Aug 26 00:37:47.865 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5342 | 2026-08-26T00:37:49.601Z | DEBG |
| 5343 | 2026-08-26T00:37:49.602Z | Aug 26 00:37:47.865INFO reset freemapDEBG Aug 26 00:37:47.865, Aug 26 00:37:47.865 unitreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBG: |
| 5344 | 2026-08-26T00:37:49.602Z | adding route 172.17.0.34/32 -> 10.0.0.255initted freemap. size: 64 freemap_route_ipv4 |
| 5345 | 2026-08-26T00:37:49.602Z | |
| 5346 | 2026-08-26T00:37:49.602Z | 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 } }] |
| 5347 | 2026-08-26T00:37:49.602Z | Aug 26 00:37:47.865 INFOAug 26 00:37:47.865 , Aug 26 00:37:47.865adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit Aug 26 00:37:47.865 :DEBG |
| 5348 | 2026-08-26T00:37:49.602Z | Aug 26 00:37:47.865 DEBGINFO freemap_route_ipv4initted freemap. size: 64adding route 172.17.0.33/32 -> 10.0.0.255, DEBG |
| 5349 | 2026-08-26T00:37:49.602Z | unitcreated new freemap , |
| 5350 | 2026-08-26T00:37:49.602Z | unitAug 26 00:37:47.865: DEBG:Aug 26 00:37:47.865 freemap_route_ipv6 |
| 5351 | 2026-08-26T00:37:49.602Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5352 | 2026-08-26T00:37:49.602Z | DEBGfreemap_route_ipv6 |
| 5353 | 2026-08-26T00:37:49.602Z | 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 26 00:37:47.865Aug 26 00:37:47.865 |
| 5354 | 2026-08-26T00:37:49.602Z | INFODEBGAug 26 00:37:47.865 |
| 5355 | 2026-08-26T00:37:49.602Z | Aug 26 00:37:47.865DEBG DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5356 | 2026-08-26T00:37:49.602Z | reset freemap , reset freemapAug 26 00:37:47.865 , unitAug 26 00:37:47.865unit Aug 26 00:37:47.865:initted freemap. size: 64INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv6 : |
| 5357 | 2026-08-26T00:37:49.602Z | DEBG freemap_route_ipv4replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5358 | 2026-08-26T00:37:49.602Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5359 | 2026-08-26T00:37:49.602Z | |
| 5360 | 2026-08-26T00:37:49.602Z | |
| 5361 | 2026-08-26T00:37:49.602Z | unitAug 26 00:37:47.865: Aug 26 00:37:47.865Aug 26 00:37:47.865 Aug 26 00:37:47.865INFO INFO freemap_route_ipv4 |
| 5362 | 2026-08-26T00:37:49.602Z | DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:37:47.865 |
| 5363 | 2026-08-26T00:37:49.602Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5364 | 2026-08-26T00:37:49.602Z | |
| 5365 | 2026-08-26T00:37:49.602Z | DEBG Aug 26 00:37:47.865replacing 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 26 00:37:47.865DEBG |
| 5366 | 2026-08-26T00:37:49.602Z | Aug 26 00:37:47.865initted freemap. size: 64 DEBGDEBGAug 26 00:37:47.865, Aug 26 00:37:47.865reset freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOunit |
| 5367 | 2026-08-26T00:37:49.602Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5368 | 2026-08-26T00:37:49.602Z | 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 } }] :INFO adding route 172.17.0.35/32 -> 10.0.0.255: |
| 5369 | 2026-08-26T00:37:49.602Z | |
| 5370 | 2026-08-26T00:37:49.602Z | freemap_route_ipv4freemap_route_ipv6Aug 26 00:37:47.866 |
| 5371 | 2026-08-26T00:37:49.602Z | INFOAug 26 00:37:47.866 |
| 5372 | 2026-08-26T00:37:49.602Z | adding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 5373 | 2026-08-26T00:37:49.602Z | 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 26 00:37:47.866Aug 26 00:37:47.866 |
| 5374 | 2026-08-26T00:37:49.602Z | Aug 26 00:37:47.866 DEBG Aug 26 00:37:47.866INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255reset freemapAug 26 00:37:47.866 , adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBGinitted freemap. size: 64 |
| 5375 | 2026-08-26T00:37:49.602Z | INFO |
| 5376 | 2026-08-26T00:37:49.602Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5377 | 2026-08-26T00:37:49.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 } }]unitadding route 172.17.0.36/32 -> 10.0.0.255 |
| 5378 | 2026-08-26T00:37:49.602Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5379 | 2026-08-26T00:37:49.602Z | unit: |
| 5380 | 2026-08-26T00:37:49.602Z | :Aug 26 00:37:47.866 freemap_route_ipv6freemap_route_ipv6Aug 26 00:37:47.866 |
| 5381 | 2026-08-26T00:37:49.602Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5382 | 2026-08-26T00:37:49.603Z | Aug 26 00:37:47.866 Aug 26 00:37:47.866 DEBG DEBG |
| 5383 | 2026-08-26T00:37:49.603Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5384 | 2026-08-26T00:37:49.603Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5385 | 2026-08-26T00:37:49.603Z | 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 } }]INFODEBG Aug 26 00:37:47.866adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5386 | 2026-08-26T00:37:49.603Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5387 | 2026-08-26T00:37:49.603Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5388 | 2026-08-26T00:37:49.603Z | 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 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 } }] |
| 5389 | 2026-08-26T00:37:49.603Z | |
| 5390 | 2026-08-26T00:37:49.603Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5391 | 2026-08-26T00:37:49.603Z | Aug 26 00:37:47.866 |
| 5392 | 2026-08-26T00:37:49.603Z | INFO Aug 26 00:37:47.866adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.866 |
| 5393 | 2026-08-26T00:37:49.603Z | INFODEBGAug 26 00:37:47.866 Aug 26 00:37:47.866 adding route 172.17.0.37/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 } }] |
| 5394 | 2026-08-26T00:37:49.603Z | DEBG |
| 5395 | 2026-08-26T00:37:49.603Z | INFO Aug 26 00:37:47.866 |
| 5396 | 2026-08-26T00:37:49.603Z | DEBGAug 26 00:37:47.866Aug 26 00:37:47.866 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 } }]INFODEBGreset freemap |
| 5397 | 2026-08-26T00:37:49.603Z | adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 5398 | 2026-08-26T00:37:49.603Z | , |
| 5399 | 2026-08-26T00:37:49.603Z | Aug 26 00:37:47.866unit DEBG:Aug 26 00:37:47.866 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 26 00:37:47.866Aug 26 00:37:47.866 |
| 5400 | 2026-08-26T00:37:49.603Z | freemap_route_ipv6INFO |
| 5401 | 2026-08-26T00:37:49.603Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG |
| 5402 | 2026-08-26T00:37:49.603Z | adding route 172.17.0.38/32 -> 10.0.0.255 Aug 26 00:37:47.866 |
| 5403 | 2026-08-26T00:37:49.603Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.866 |
| 5404 | 2026-08-26T00:37:49.608Z | INFOAug 26 00:37:47.866 INFODEBG Aug 26 00:37:47.866 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5405 | 2026-08-26T00:37:49.608Z | |
| 5406 | 2026-08-26T00:37:49.608Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.866Aug 26 00:37:47.866replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:37:47.866 |
| 5407 | 2026-08-26T00:37:49.608Z | INFODEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:e::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255 |
| 5408 | 2026-08-26T00:37:49.608Z | |
| 5409 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866 |
| 5410 | 2026-08-26T00:37:49.608Z | |
| 5411 | 2026-08-26T00:37:49.608Z | INFOAug 26 00:37:47.866 Aug 26 00:37:47.866adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5412 | 2026-08-26T00:37:49.608Z | DEBGAug 26 00:37:47.866DEBGAug 26 00:37:47.866 Aug 26 00:37:47.866replacing 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 } }] INFODEBGreplacing 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 } }] |
| 5413 | 2026-08-26T00:37:49.608Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 5414 | 2026-08-26T00:37:49.608Z | |
| 5415 | 2026-08-26T00:37:49.608Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5416 | 2026-08-26T00:37:49.608Z | 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 } }] |
| 5417 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866 Aug 26 00:37:47.866INFOAug 26 00:37:47.866 INFOadding route 172.16.0.0/32 -> 10.0.0.2INFO Aug 26 00:37:47.866 adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5418 | 2026-08-26T00:37:49.608Z | DEBGAug 26 00:37:47.866 |
| 5419 | 2026-08-26T00:37:49.608Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5420 | 2026-08-26T00:37:49.608Z | |
| 5421 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866 |
| 5422 | 2026-08-26T00:37:49.608Z | DEBGAug 26 00:37:47.866Aug 26 00:37:47.866Aug 26 00:37:47.866 INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5423 | 2026-08-26T00:37:49.608Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5424 | 2026-08-26T00:37:49.608Z | 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 } }] |
| 5425 | 2026-08-26T00:37:49.608Z | |
| 5426 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866Aug 26 00:37:47.866 Aug 26 00:37:47.866 DEBGAug 26 00:37:47.866 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOINFOAug 26 00:37:47.866 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5427 | 2026-08-26T00:37:49.608Z | adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 5428 | 2026-08-26T00:37:49.608Z | |
| 5429 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG Aug 26 00:37:47.866 |
| 5430 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5431 | 2026-08-26T00:37:49.608Z | adding route 172.16.0.0/32 -> 10.0.0.3 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 } }] |
| 5432 | 2026-08-26T00:37:49.608Z | DEBG |
| 5433 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866replacing 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 26 00:37:47.866 |
| 5434 | 2026-08-26T00:37:49.608Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGAug 26 00:37:47.866Aug 26 00:37:47.866 |
| 5435 | 2026-08-26T00:37:49.608Z | INFO Aug 26 00:37:47.866 INFO adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5436 | 2026-08-26T00:37:49.608Z | |
| 5437 | 2026-08-26T00:37:49.608Z | adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 5438 | 2026-08-26T00:37:49.608Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5439 | 2026-08-26T00:37:49.608Z | Aug 26 00:37:47.866Aug 26 00:37:47.866 DEBGAug 26 00:37:47.866Aug 26 00:37:47.866DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 5440 | 2026-08-26T00:37:49.609Z | |
| 5441 | 2026-08-26T00:37:49.609Z | |
| 5442 | 2026-08-26T00:37:49.609Z | INFOAug 26 00:37:47.866Aug 26 00:37:47.866Aug 26 00:37:47.866 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5443 | 2026-08-26T00:37:49.609Z | INFO |
| 5444 | 2026-08-26T00:37:49.609Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 26 00:37:47.873 |
| 5445 | 2026-08-26T00:37:49.609Z | DEBG |
| 5446 | 2026-08-26T00:37:49.609Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:37:47.858Aug 26 00:37:47.873Aug 26 00:37:47.873 |
| 5447 | 2026-08-26T00:37:49.609Z | Aug 26 00:37:47.873 DEBG Aug 26 00:37:47.873INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG |
| 5448 | 2026-08-26T00:37:49.609Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 5449 | 2026-08-26T00:37:49.609Z | 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 Aug 26 00:37:47.873 |
| 5450 | 2026-08-26T00:37:49.609Z | INFO, DEBG Aug 26 00:37:47.873adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5451 | 2026-08-26T00:37:49.609Z | 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 26 00:37:47.873 :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 } }] |
| 5452 | 2026-08-26T00:37:49.609Z | |
| 5453 | 2026-08-26T00:37:49.609Z | adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4 |
| 5454 | 2026-08-26T00:37:49.609Z | Aug 26 00:37:47.873 |
| 5455 | 2026-08-26T00:37:49.609Z | Aug 26 00:37:47.873DEBG Aug 26 00:37:47.873replacing 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 |
| 5456 | 2026-08-26T00:37:49.609Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 5457 | 2026-08-26T00:37:49.609Z | 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 } }] |
| 5458 | 2026-08-26T00:37:49.609Z | Aug 26 00:37:47.873 INFOAug 26 00:37:47.873 adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5459 | 2026-08-26T00:37:49.609Z | created new freemap, unitAug 26 00:37:47.873:Aug 26 00:37:47.873 freemap_route_ipv6 DEBG |
| 5460 | 2026-08-26T00:37:49.609Z | 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 } }] |
| 5461 | 2026-08-26T00:37:49.609Z | test route::tests::same_size_non_subset_replace ... ok |
| 5462 | 2026-08-26T00:37:49.609Z | DEBG Aug 26 00:37:47.873replacing 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 } }] |
| 5463 | 2026-08-26T00:37:49.609Z | Aug 26 00:37:47.857INFOAug 26 00:37:47.873 Aug 26 00:37:47.873adding route 172.17.0.45/32 -> 10.0.0.255INFO INFOAug 26 00:37:47.873INFO |
| 5464 | 2026-08-26T00:37:49.609Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 5465 | 2026-08-26T00:37:49.609Z | initted freemap. size: 64adding route 172.17.0.35/32 -> 10.0.0.255Aug 26 00:37:47.873adding route 172.17.0.7/32 -> 10.0.0.255 DEBG |
| 5466 | 2026-08-26T00:37:49.609Z | test route::tests::delete_targets_fragmented ... ok |
| 5467 | 2026-08-26T00:37:49.609Z | , unitreplacing 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 } }] |
| 5468 | 2026-08-26T00:37:49.609Z | |
| 5469 | 2026-08-26T00:37:49.609Z | Aug 26 00:37:47.873: DEBGfreemap_route_ipv4 |
| 5470 | 2026-08-26T00:37:49.609Z | 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 26 00:37:47.873 Aug 26 00:37:47.873 |
| 5471 | 2026-08-26T00:37:49.609Z | DEBG INFO Aug 26 00:37:47.873 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 } }] |
| 5472 | 2026-08-26T00:37:49.609Z | DEBG Aug 26 00:37:47.873replacing 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.46/32 -> 10.0.0.255Aug 26 00:37:47.873 |
| 5473 | 2026-08-26T00:37:49.609Z | |
| 5474 | 2026-08-26T00:37:49.609Z | INFODEBG Aug 26 00:37:47.873Aug 26 00:37:47.873reset freemapAug 26 00:37:47.873adding route 3fff:beef:15::/64 -> 2001:db8::55:ff, |
| 5475 | 2026-08-26T00:37:49.609Z | INFODEBGINFO 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 } }]unitadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5476 | 2026-08-26T00:37:49.609Z | |
| 5477 | 2026-08-26T00:37:49.609Z | : |
| 5478 | 2026-08-26T00:37:49.609Z | freemap_route_ipv4Aug 26 00:37:47.873 |
| 5479 | 2026-08-26T00:37:49.609Z | Aug 26 00:37:47.873DEBGAug 26 00:37:47.873Aug 26 00:37:47.873 DEBGINFO DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5480 | 2026-08-26T00:37:49.610Z | Aug 26 00:37:47.873adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5481 | 2026-08-26T00:37:49.610Z | |
| 5482 | 2026-08-26T00:37:49.610Z | 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 } }] |
| 5483 | 2026-08-26T00:37:49.610Z | DEBG Aug 26 00:37:47.873initted freemap. size: 64 , Aug 26 00:37:47.873unit INFO:Aug 26 00:37:47.873 DEBGfreemap_route_ipv6 |
| 5484 | 2026-08-26T00:37:49.610Z | adding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5485 | 2026-08-26T00:37:49.610Z | Aug 26 00:37:47.873 |
| 5486 | 2026-08-26T00:37:49.610Z | Aug 26 00:37:47.873 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 Aug 26 00:37:47.873 |
| 5487 | 2026-08-26T00:37:49.610Z | reset freemap Aug 26 00:37:47.873INFO , DEBGunit Aug 26 00:37:47.873 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGINFO |
| 5488 | 2026-08-26T00:37:49.610Z | 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 } }] |
| 5489 | 2026-08-26T00:37:49.610Z | :adding route 172.17.0.48/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 } }] |
| 5490 | 2026-08-26T00:37:49.610Z | |
| 5491 | 2026-08-26T00:37:49.610Z | Aug 26 00:37:47.873freemap_route_ipv6 |
| 5492 | 2026-08-26T00:37:49.610Z | INFO Aug 26 00:37:47.873adding route 172.17.0.10/32 -> 10.0.0.255 Aug 26 00:37:47.873INFO |
| 5493 | 2026-08-26T00:37:49.610Z | DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:37:47.873adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5494 | 2026-08-26T00:37:49.610Z | Aug 26 00:37:47.873Aug 26 00:37:47.873 |
| 5495 | 2026-08-26T00:37:49.610Z | INFODEBG Aug 26 00:37:47.873replacing 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 } }] |
| 5496 | 2026-08-26T00:37:49.610Z | DEBG DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5497 | 2026-08-26T00:37:49.610Z | 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 26 00:37:47.873 |
| 5498 | 2026-08-26T00:37:49.610Z | |
| 5499 | 2026-08-26T00:37:49.610Z | INFO Aug 26 00:37:47.873adding route 172.17.0.49/32 -> 10.0.0.255 Aug 26 00:37:47.873INFO |
| 5500 | 2026-08-26T00:37:49.610Z | DEBG Aug 26 00:37:47.873 Aug 26 00:37:47.873 INFOINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5501 | 2026-08-26T00:37:49.610Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5502 | 2026-08-26T00:37:49.610Z | Aug 26 00:37:47.873adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 26 00:37:47.880 |
| 5503 | 2026-08-26T00:37:49.610Z | |
| 5504 | 2026-08-26T00:37:49.616Z | DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5505 | 2026-08-26T00:37:49.616Z | 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 } }] |
| 5506 | 2026-08-26T00:37:49.616Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBGINFO Aug 26 00:37:47.880replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5507 | 2026-08-26T00:37:49.616Z | |
| 5508 | 2026-08-26T00:37:49.616Z | INFO Aug 26 00:37:47.880 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:37:47.880 |
| 5509 | 2026-08-26T00:37:49.616Z | Aug 26 00:37:47.880 adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5510 | 2026-08-26T00:37:49.616Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 26 00:37:47.880 |
| 5511 | 2026-08-26T00:37:49.616Z | |
| 5512 | 2026-08-26T00:37:49.616Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 INFODEBG DEBGadding route 172.17.0.51/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 } }] |
| 5513 | 2026-08-26T00:37:49.616Z | Aug 26 00:37:47.880 |
| 5514 | 2026-08-26T00:37:49.616Z | 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 } }] |
| 5515 | 2026-08-26T00:37:49.616Z | DEBG Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBGDEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5516 | 2026-08-26T00:37:49.616Z | Aug 26 00:37:47.880 |
| 5517 | 2026-08-26T00:37:49.616Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5518 | 2026-08-26T00:37:49.616Z | |
| 5519 | 2026-08-26T00:37:49.616Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5520 | 2026-08-26T00:37:49.616Z | |
| 5521 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 DEBG Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5522 | 2026-08-26T00:37:49.617Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5523 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 |
| 5524 | 2026-08-26T00:37:49.617Z | INFOAug 26 00:37:47.880 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5525 | 2026-08-26T00:37:49.617Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5526 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 INFOAug 26 00:37:47.880 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGAug 26 00:37:47.880 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 } }] |
| 5527 | 2026-08-26T00:37:49.617Z | DEBG |
| 5528 | 2026-08-26T00:37:49.617Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.880 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 } }] |
| 5529 | 2026-08-26T00:37:49.617Z | |
| 5530 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 Aug 26 00:37:47.880 INFOINFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5531 | 2026-08-26T00:37:49.617Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5532 | 2026-08-26T00:37:49.617Z | |
| 5533 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 26 00:37:47.880 |
| 5534 | 2026-08-26T00:37:49.617Z | |
| 5535 | 2026-08-26T00:37:49.617Z | 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 } }] |
| 5536 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 Aug 26 00:37:47.880adding route 172.17.0.37/32 -> 10.0.0.255 INFOINFOAug 26 00:37:47.880 |
| 5537 | 2026-08-26T00:37:49.617Z | adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 5538 | 2026-08-26T00:37:49.617Z | adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5539 | 2026-08-26T00:37:49.617Z | |
| 5540 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 Aug 26 00:37:47.880DEBGDEBGAug 26 00:37:47.880 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 } }] |
| 5541 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880replacing 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 } }] DEBGDEBG |
| 5542 | 2026-08-26T00:37:49.617Z | 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 |
| 5543 | 2026-08-26T00:37:49.617Z | 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.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 } }] |
| 5544 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 |
| 5545 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 Aug 26 00:37:47.880INFOAug 26 00:37:47.880 adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5546 | 2026-08-26T00:37:49.617Z | INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5547 | 2026-08-26T00:37:49.617Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5548 | 2026-08-26T00:37:49.617Z | |
| 5549 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 DEBG Aug 26 00:37:47.880replacing 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 } }] |
| 5550 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBG Aug 26 00:37:47.880replacing 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 26 00:37:47.880DEBG DEBGINFO |
| 5551 | 2026-08-26T00:37:49.617Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5552 | 2026-08-26T00:37:49.617Z | INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:37:47.880adding route 172.17.0.40/32 -> 10.0.0.255 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.880 |
| 5553 | 2026-08-26T00:37:49.617Z | DEBGINFO |
| 5554 | 2026-08-26T00:37:49.617Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5555 | 2026-08-26T00:37:49.617Z | |
| 5556 | 2026-08-26T00:37:49.617Z | 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 26 00:37:47.880 |
| 5557 | 2026-08-26T00:37:49.617Z | Aug 26 00:37:47.880 INFOAug 26 00:37:47.880 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:37:47.880 INFOAug 26 00:37:47.880 DEBG |
| 5558 | 2026-08-26T00:37:49.617Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5559 | 2026-08-26T00:37:49.617Z | INFO Aug 26 00:37:47.880adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5560 | 2026-08-26T00:37:49.618Z | |
| 5561 | 2026-08-26T00:37:49.618Z | DEBG Aug 26 00:37:47.880 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5562 | 2026-08-26T00:37:49.618Z | |
| 5563 | 2026-08-26T00:37:49.618Z | 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 26 00:37:47.880Aug 26 00:37:47.880 |
| 5564 | 2026-08-26T00:37:49.618Z | DEBG 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 } }]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 } }] |
| 5565 | 2026-08-26T00:37:49.618Z | |
| 5566 | 2026-08-26T00:37:49.618Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBG INFOAug 26 00:37:47.880replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:37:47.880 |
| 5567 | 2026-08-26T00:37:49.618Z | INFOAug 26 00:37:47.880 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5568 | 2026-08-26T00:37:49.618Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5569 | 2026-08-26T00:37:49.618Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 26 00:37:47.880 |
| 5570 | 2026-08-26T00:37:49.618Z | Aug 26 00:37:47.880INFO adding route 172.17.0.59/32 -> 10.0.0.255DEBGAug 26 00:37:47.880 Aug 26 00:37:47.880 |
| 5571 | 2026-08-26T00:37:49.618Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5572 | 2026-08-26T00:37:49.618Z | 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 } }] |
| 5573 | 2026-08-26T00:37:49.618Z | 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 26 00:37:47.880Aug 26 00:37:47.880 |
| 5574 | 2026-08-26T00:37:49.618Z | |
| 5575 | 2026-08-26T00:37:49.618Z | DEBGAug 26 00:37:47.880 DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5576 | 2026-08-26T00:37:49.618Z | |
| 5577 | 2026-08-26T00:37:49.618Z | |
| 5578 | 2026-08-26T00:37:49.618Z | Aug 26 00:37:47.880 Aug 26 00:37:47.880INFOAug 26 00:37:47.880 Aug 26 00:37:47.880INFOAug 26 00:37:47.880adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 5579 | 2026-08-26T00:37:49.618Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5580 | 2026-08-26T00:37:49.618Z | DEBGINFO 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 } }] INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5581 | 2026-08-26T00:37:49.618Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5582 | 2026-08-26T00:37:49.618Z | |
| 5583 | 2026-08-26T00:37:49.618Z | Aug 26 00:37:47.880 Aug 26 00:37:47.880DEBG Aug 26 00:37:47.880DEBG Aug 26 00:37:47.880replacing 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 } }] |
| 5584 | 2026-08-26T00:37:49.618Z | INFOAug 26 00:37:47.880replacing 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.22/32 -> 10.0.0.255 |
| 5585 | 2026-08-26T00:37:49.618Z | |
| 5586 | 2026-08-26T00:37:49.618Z | 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 } }] |
| 5587 | 2026-08-26T00:37:49.618Z | Aug 26 00:37:47.880 Aug 26 00:37:47.880DEBGAug 26 00:37:47.880 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 DEBGfailed to allocate space for the new target listINFO |
| 5588 | 2026-08-26T00:37:49.618Z | |
| 5589 | 2026-08-26T00:37:49.618Z | 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 } }] |
| 5590 | 2026-08-26T00:37:49.618Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 26 00:37:47.880Aug 26 00:37:47.880 |
| 5591 | 2026-08-26T00:37:49.618Z | INFODEBGAug 26 00:37:47.880 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 26 00:37:47.880 Aug 26 00:37:47.880 |
| 5592 | 2026-08-26T00:37:49.618Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOINFO DEBG adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5593 | 2026-08-26T00:37:49.618Z | |
| 5594 | 2026-08-26T00:37:49.618Z | 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 } }] |
| 5595 | 2026-08-26T00:37:49.618Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5596 | 2026-08-26T00:37:49.618Z | Aug 26 00:37:47.880 Aug 26 00:37:47.880DEBG 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 |
| 5597 | 2026-08-26T00:37:49.619Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 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 } }]replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 26 00:37:47.880 |
| 5598 | 2026-08-26T00:37:49.619Z | |
| 5599 | 2026-08-26T00:37:49.619Z | adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 5600 | 2026-08-26T00:37:49.619Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 26 00:37:47.880 |
| 5601 | 2026-08-26T00:37:49.619Z | INFOAug 26 00:37:47.880Aug 26 00:37:47.880 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 5602 | 2026-08-26T00:37:49.619Z | Aug 26 00:37:47.880 DEBGadding route 172.17.0.24/32 -> 10.0.0.255 Aug 26 00:37:47.880replacing 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 } }] |
| 5603 | 2026-08-26T00:37:49.619Z | DEBG |
| 5604 | 2026-08-26T00:37:49.623Z | 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 } }] 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 26 00:37:47.880 |
| 5605 | 2026-08-26T00:37:49.623Z | |
| 5606 | 2026-08-26T00:37:49.623Z | DEBGAug 26 00:37:47.880 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5607 | 2026-08-26T00:37:49.623Z | Aug 26 00:37:47.880Aug 26 00:37:47.880 INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 26 00:37:47.880 |
| 5608 | 2026-08-26T00:37:49.623Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 5609 | 2026-08-26T00:37:49.624Z | |
| 5610 | 2026-08-26T00:37:49.624Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 26 00:37:47.880 |
| 5611 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.880DEBG 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 } }]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 } }] |
| 5612 | 2026-08-26T00:37:49.624Z | |
| 5613 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.880 Aug 26 00:37:47.880DEBG DEBGAug 26 00:37:47.880 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 } }] |
| 5614 | 2026-08-26T00:37:49.624Z | 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 26 00:37:47.880INFO |
| 5615 | 2026-08-26T00:37:49.624Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5616 | 2026-08-26T00:37:49.624Z | |
| 5617 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887 DEBGAug 26 00:37:47.887 Aug 26 00:37:47.887replacing 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 } }] |
| 5618 | 2026-08-26T00:37:49.624Z | 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 } }] |
| 5619 | 2026-08-26T00:37:49.624Z | INFOAug 26 00:37:47.887 adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 5620 | 2026-08-26T00:37:49.624Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 26 00:37:47.887 |
| 5621 | 2026-08-26T00:37:49.624Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5622 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.887Aug 26 00:37:47.887 |
| 5623 | 2026-08-26T00:37:49.624Z | DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5624 | 2026-08-26T00:37:49.624Z | |
| 5625 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5626 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:37:47.887 |
| 5627 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.887 |
| 5628 | 2026-08-26T00:37:49.624Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 5629 | 2026-08-26T00:37:49.624Z | 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 26 00:37:47.887 |
| 5630 | 2026-08-26T00:37:49.624Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5631 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887 INFO Aug 26 00:37:47.887adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5632 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887DEBG DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5633 | 2026-08-26T00:37:49.624Z | 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 } }] |
| 5634 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887 DEBG Aug 26 00:37:47.887replacing 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 } }] |
| 5635 | 2026-08-26T00:37:49.624Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5636 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887INFOINFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5637 | 2026-08-26T00:37:49.624Z | |
| 5638 | 2026-08-26T00:37:49.624Z | 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 } }] |
| 5639 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBGINFO Aug 26 00:37:47.887replacing 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.51/32 -> 10.0.0.255 |
| 5640 | 2026-08-26T00:37:49.624Z | |
| 5641 | 2026-08-26T00:37:49.624Z | DEBGAug 26 00:37:47.887Aug 26 00:37:47.887 INFODEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5642 | 2026-08-26T00:37:49.624Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5643 | 2026-08-26T00:37:49.624Z | |
| 5644 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5645 | 2026-08-26T00:37:49.624Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5646 | 2026-08-26T00:37:49.624Z | |
| 5647 | 2026-08-26T00:37:49.624Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 INFODEBG adding route 172.17.0.31/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 } }] |
| 5648 | 2026-08-26T00:37:49.625Z | |
| 5649 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.887replacing 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 } }] |
| 5650 | 2026-08-26T00:37:49.625Z | |
| 5651 | 2026-08-26T00:37:49.625Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5652 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 Aug 26 00:37:47.887INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 26 00:37:47.887 |
| 5653 | 2026-08-26T00:37:49.625Z | 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 |
| 5654 | 2026-08-26T00:37:49.625Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5655 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 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 } }]Aug 26 00:37:47.887 |
| 5656 | 2026-08-26T00:37:49.625Z | 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 } }] |
| 5657 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFO Aug 26 00:37:47.887adding route 172.17.0.54/32 -> 10.0.0.255 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5658 | 2026-08-26T00:37:49.625Z | |
| 5659 | 2026-08-26T00:37:49.625Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5660 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 DEBGAug 26 00:37:47.887 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5661 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887replacing 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 } }] |
| 5662 | 2026-08-26T00:37:49.625Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.887 |
| 5663 | 2026-08-26T00:37:49.625Z | INFOAug 26 00:37:47.887 adding route 172.17.0.55/32 -> 10.0.0.255INFOAug 26 00:37:47.887 |
| 5664 | 2026-08-26T00:37:49.625Z | INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 5665 | 2026-08-26T00:37:49.625Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5666 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 DEBG Aug 26 00:37:47.887replacing 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 } }] |
| 5667 | 2026-08-26T00:37:49.625Z | test route::tests::add_target_fails_full ... ok |
| 5668 | 2026-08-26T00:37:49.625Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.887 |
| 5669 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887DEBG INFOAug 26 00:37:47.887 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 } }] |
| 5670 | 2026-08-26T00:37:49.625Z | adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 5671 | 2026-08-26T00:37:49.625Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5672 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 INFO Aug 26 00:37:47.887adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5673 | 2026-08-26T00:37:49.625Z | 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 } }] |
| 5674 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBGDEBG Aug 26 00:37:47.887replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5675 | 2026-08-26T00:37:49.625Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5676 | 2026-08-26T00:37:49.625Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5677 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:37:47.887 |
| 5678 | 2026-08-26T00:37:49.625Z | 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 } }] |
| 5679 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 INFODEBGAug 26 00:37:47.887 adding route 172.17.0.57/32 -> 10.0.0.255 INFOreplacing 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 } }] |
| 5680 | 2026-08-26T00:37:49.625Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5681 | 2026-08-26T00:37:49.625Z | |
| 5682 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 Aug 26 00:37:47.887DEBG 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 } }]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 } }] |
| 5683 | 2026-08-26T00:37:49.625Z | |
| 5684 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887 INFO Aug 26 00:37:47.887adding route 172.17.0.37/32 -> 10.0.0.255 Aug 26 00:37:47.887INFO |
| 5685 | 2026-08-26T00:37:49.625Z | adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 5686 | 2026-08-26T00:37:49.625Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5687 | 2026-08-26T00:37:49.625Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.887 |
| 5688 | 2026-08-26T00:37:49.626Z | 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 } }] |
| 5689 | 2026-08-26T00:37:49.626Z | DEBG Aug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5690 | 2026-08-26T00:37:49.626Z | 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 } }] |
| 5691 | 2026-08-26T00:37:49.626Z | |
| 5692 | 2026-08-26T00:37:49.626Z | Aug 26 00:37:47.880 INFO Aug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887 adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 5693 | 2026-08-26T00:37:49.626Z | DEBG DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 5694 | 2026-08-26T00:37:49.626Z | 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.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 } }] |
| 5695 | 2026-08-26T00:37:49.626Z | |
| 5696 | 2026-08-26T00:37:49.626Z | Aug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887INFO INFO DEBG DEBGadding route 172.17.0.39/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5697 | 2026-08-26T00:37:49.626Z | |
| 5698 | 2026-08-26T00:37:49.626Z | 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.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 } }] |
| 5699 | 2026-08-26T00:37:49.626Z | |
| 5700 | 2026-08-26T00:37:49.626Z | Aug 26 00:37:47.887 Aug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887DEBG 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 } }] |
| 5701 | 2026-08-26T00:37:49.626Z | INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5702 | 2026-08-26T00:37:49.626Z | INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5703 | 2026-08-26T00:37:49.626Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:37:47.887 |
| 5704 | 2026-08-26T00:37:49.630Z | Aug 26 00:37:47.887INFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.40/32 -> 10.0.0.255 |
| 5705 | 2026-08-26T00:37:49.630Z | Aug 26 00:37:47.887 |
| 5706 | 2026-08-26T00:37:49.630Z | Aug 26 00:37:47.887 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 26 00:37:47.887 |
| 5707 | 2026-08-26T00:37:49.630Z | Aug 26 00:37:47.887DEBG |
| 5708 | 2026-08-26T00:37:49.630Z | 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 } }] |
| 5709 | 2026-08-26T00:37:49.630Z | Aug 26 00:37:47.887replacing 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 } }] |
| 5710 | 2026-08-26T00:37:49.630Z | INFO Aug 26 00:37:47.887Aug 26 00:37:47.887adding route 172.17.0.47/32 -> 10.0.0.255Aug 26 00:37:47.887 INFOINFO |
| 5711 | 2026-08-26T00:37:49.630Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5712 | 2026-08-26T00:37:49.630Z | INFO |
| 5713 | 2026-08-26T00:37:49.630Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5714 | 2026-08-26T00:37:49.630Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBGDEBGDEBG 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 } }] 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.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 } }] |
| 5715 | 2026-08-26T00:37:49.630Z | 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 } }] |
| 5716 | 2026-08-26T00:37:49.631Z | |
| 5717 | 2026-08-26T00:37:49.631Z | |
| 5718 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.887 Aug 26 00:37:47.887INFO Aug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5719 | 2026-08-26T00:37:49.631Z | |
| 5720 | 2026-08-26T00:37:49.631Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255 |
| 5721 | 2026-08-26T00:37:49.631Z | |
| 5722 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887DEBG Aug 26 00:37:47.887DEBGDEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5723 | 2026-08-26T00:37:49.631Z | replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5724 | 2026-08-26T00:37:49.631Z | |
| 5725 | 2026-08-26T00:37:49.631Z | |
| 5726 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.887 INFOAug 26 00:37:47.887 Aug 26 00:37:47.887 adding route 172.17.0.43/32 -> 10.0.0.255Aug 26 00:37:47.887 |
| 5727 | 2026-08-26T00:37:49.631Z | INFO INFO INFOadding route 172.17.0.63/32 -> 10.0.0.255 |
| 5728 | 2026-08-26T00:37:49.631Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 26 00:37:47.887 |
| 5729 | 2026-08-26T00:37:49.631Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5730 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBG DEBGDEBGDEBG 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 } }] 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.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.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 } }] |
| 5731 | 2026-08-26T00:37:49.631Z | |
| 5732 | 2026-08-26T00:37:49.631Z | |
| 5733 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 DEBG failed to allocate space for the new target list |
| 5734 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 Aug 26 00:37:47.894INFO Aug 26 00:37:47.894 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5735 | 2026-08-26T00:37:49.631Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5736 | 2026-08-26T00:37:49.631Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5737 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 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 } }] |
| 5738 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894Aug 26 00:37:47.894 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255failed to allocate space for the new target list |
| 5739 | 2026-08-26T00:37:49.631Z | |
| 5740 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 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 } }] |
| 5741 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894Aug 26 00:37:47.894 INFODEBG adding route 172.17.0.52/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 } }] |
| 5742 | 2026-08-26T00:37:49.631Z | |
| 5743 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5744 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 Aug 26 00:37:47.894DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5745 | 2026-08-26T00:37:49.631Z | 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 } }] |
| 5746 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5747 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 5748 | 2026-08-26T00:37:49.631Z | 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 } }] |
| 5749 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5750 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.894 |
| 5751 | 2026-08-26T00:37:49.631Z | 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 } }] |
| 5752 | 2026-08-26T00:37:49.631Z | |
| 5753 | 2026-08-26T00:37:49.631Z | Aug 26 00:37:47.894Aug 26 00:37:47.894 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5754 | 2026-08-26T00:37:49.631Z | |
| 5755 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894Aug 26 00:37:47.894 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5756 | 2026-08-26T00:37:49.632Z | |
| 5757 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 Aug 26 00:37:47.894INFO Aug 26 00:37:47.894INFOadding route 172.17.0.44/32 -> 10.0.0.255 INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 5758 | 2026-08-26T00:37:49.632Z | |
| 5759 | 2026-08-26T00:37:49.632Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5760 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894Aug 26 00:37:47.894Aug 26 00:37:47.894 DEBGDEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5761 | 2026-08-26T00:37:49.632Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5762 | 2026-08-26T00:37:49.632Z | |
| 5763 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894Aug 26 00:37:47.894 INFOINFOAug 26 00:37:47.894 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 5764 | 2026-08-26T00:37:49.632Z | |
| 5765 | 2026-08-26T00:37:49.632Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5766 | 2026-08-26T00:37:49.632Z | test route::tests::delete_target_full ... ok |
| 5767 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894Aug 26 00:37:47.894 DEBGDEBG Aug 26 00:37:47.894 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 |
| 5768 | 2026-08-26T00:37:49.632Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5769 | 2026-08-26T00:37:49.632Z | |
| 5770 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 INFOAug 26 00:37:47.894Aug 26 00:37:47.894 adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 5771 | 2026-08-26T00:37:49.632Z | test route::tests::delete_target_fragmented ... ok |
| 5772 | 2026-08-26T00:37:49.632Z | INFOfailed to allocate space for the new target list |
| 5773 | 2026-08-26T00:37:49.632Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5774 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 DEBGAug 26 00:37:47.894 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 } }]DEBGAug 26 00:37:47.894 |
| 5775 | 2026-08-26T00:37:49.632Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 5776 | 2026-08-26T00:37:49.632Z | 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 } }] |
| 5777 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 5778 | 2026-08-26T00:37:49.632Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5779 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 DEBGAug 26 00:37:47.894 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5780 | 2026-08-26T00:37:49.632Z | 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 } }] |
| 5781 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 5782 | 2026-08-26T00:37:49.632Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5783 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 Aug 26 00:37:47.894DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5784 | 2026-08-26T00:37:49.632Z | 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 } }] |
| 5785 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 Aug 26 00:37:47.894INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5786 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5787 | 2026-08-26T00:37:49.632Z | 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 } }] |
| 5788 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 DEBGAug 26 00:37:47.894 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5789 | 2026-08-26T00:37:49.632Z | |
| 5790 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 5791 | 2026-08-26T00:37:49.632Z | 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 } }] |
| 5792 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.894 DEBGAug 26 00:37:47.894 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 } }] |
| 5793 | 2026-08-26T00:37:49.632Z | Aug 26 00:37:47.895 DEBGAug 26 00:37:47.901 created new freemapINFO , adding route 172.17.0.62/32 -> 10.0.0.255unit |
| 5794 | 2026-08-26T00:37:49.632Z | : freemap_route_ipv4 |
| 5795 | 2026-08-26T00:37:49.633Z | Aug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }] |
| 5796 | 2026-08-26T00:37:49.633Z | DEBG created new freemap, unitAug 26 00:37:47.901: DEBGfreemap_route_ipv6 |
| 5797 | 2026-08-26T00:37:49.633Z | failed to allocate space for the new target list |
| 5798 | 2026-08-26T00:37:49.633Z | Aug 26 00:37:47.901Aug 26 00:37:47.901 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 } }] |
| 5799 | 2026-08-26T00:37:49.633Z | DEBGINFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255, |
| 5800 | 2026-08-26T00:37:49.633Z | unit: freemap_route_ipv4 |
| 5801 | 2026-08-26T00:37:49.633Z | Aug 26 00:37:47.901 Aug 26 00:37:47.901DEBG 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 } }] |
| 5802 | 2026-08-26T00:37:49.633Z | reset freemap, unit: Aug 26 00:37:47.901freemap_route_ipv4 |
| 5803 | 2026-08-26T00:37:49.633Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5804 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 DEBGAug 26 00:37:47.901 initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 5805 | 2026-08-26T00:37:49.637Z | freemap_route_ipv6 |
| 5806 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 Aug 26 00:37:47.901INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5807 | 2026-08-26T00:37:49.637Z | reset freemap, unit: Aug 26 00:37:47.901freemap_route_ipv6 |
| 5808 | 2026-08-26T00:37:49.637Z | 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 } }] |
| 5809 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 INFOAug 26 00:37:47.901 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5810 | 2026-08-26T00:37:49.637Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5811 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 DEBGAug 26 00:37:47.901 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5812 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 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 |
| 5813 | 2026-08-26T00:37:49.637Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.901 INFO |
| 5814 | 2026-08-26T00:37:49.637Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5815 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }] |
| 5816 | 2026-08-26T00:37:49.637Z | 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 } }] |
| 5817 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 INFO Aug 26 00:37:47.901adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5818 | 2026-08-26T00:37:49.637Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5819 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }] |
| 5820 | 2026-08-26T00:37:49.637Z | 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 } }] |
| 5821 | 2026-08-26T00:37:49.637Z | Aug 26 00:37:47.901 INFO Aug 26 00:37:47.901adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5822 | 2026-08-26T00:37:49.637Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5823 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 DEBGAug 26 00:37:47.901 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 |
| 5824 | 2026-08-26T00:37:49.638Z | 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 } }] |
| 5825 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 INFO Aug 26 00:37:47.901adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5826 | 2026-08-26T00:37:49.638Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5827 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }] |
| 5828 | 2026-08-26T00:37:49.638Z | 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 } }] |
| 5829 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 26 00:37:47.901 |
| 5830 | 2026-08-26T00:37:49.638Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5831 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.901 |
| 5832 | 2026-08-26T00:37:49.638Z | 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 } }] |
| 5833 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 26 00:37:47.901 |
| 5834 | 2026-08-26T00:37:49.638Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5835 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 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 } }]Aug 26 00:37:47.901 |
| 5836 | 2026-08-26T00:37:49.638Z | 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 } }] |
| 5837 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 DEBG failed to allocate space for the new target listAug 26 00:37:47.901 |
| 5838 | 2026-08-26T00:37:49.638Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5839 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 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 } }]Aug 26 00:37:47.901 |
| 5840 | 2026-08-26T00:37:49.638Z | 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 } }] |
| 5841 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5842 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 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 } }] |
| 5843 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5844 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 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 } }] |
| 5845 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5846 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 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 } }] |
| 5847 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.901 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5848 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5849 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5850 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5851 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5852 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5853 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5854 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5855 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5856 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5857 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5858 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5859 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5860 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5861 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5862 | 2026-08-26T00:37:49.638Z | Aug 26 00:37:47.902 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 } }] |
| 5863 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5864 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5865 | 2026-08-26T00:37:49.639Z | test route::tests::delete_targets_full ... ok |
| 5866 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5867 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5868 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5869 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5870 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5871 | 2026-08-26T00:37:49.639Z | |
| 5872 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5873 | 2026-08-26T00:37:49.639Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 5874 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5875 | 2026-08-26T00:37:49.639Z | |
| 5876 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5877 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5878 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5879 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5880 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5881 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5882 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5883 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5884 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5885 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5886 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5887 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5888 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5889 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5890 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5891 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5892 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5893 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5894 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5895 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5896 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5897 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5898 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5899 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5900 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 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 } }] |
| 5901 | 2026-08-26T00:37:49.639Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5902 | 2026-08-26T00:37:49.640Z | Aug 26 00:37:47.902 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 } }] |
| 5903 | 2026-08-26T00:37:49.640Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5904 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.902 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 } }] |
| 5905 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5906 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.902 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 } }] |
| 5907 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.902 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5908 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.902 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 } }] |
| 5909 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5910 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 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 } }] |
| 5911 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5912 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 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 } }] |
| 5913 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5914 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 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 } }] |
| 5915 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5916 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 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 } }] |
| 5917 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5918 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 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 } }] |
| 5919 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5920 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 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 } }] |
| 5921 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5922 | 2026-08-26T00:37:49.644Z | Aug 26 00:37:47.908 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 } }] |
| 5923 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5924 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5925 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5926 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5927 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5928 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5929 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5930 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5931 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5932 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5933 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5934 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5935 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5936 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5937 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5938 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5939 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5940 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5941 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5942 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5943 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5944 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5945 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5946 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5947 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5948 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5949 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5950 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5951 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5952 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 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 } }] |
| 5953 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.908 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5954 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.909 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5955 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.909 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5956 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.909 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5957 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.909 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5958 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.909 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5959 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.909 DEBG failed to allocate space for the new target list |
| 5960 | 2026-08-26T00:37:49.645Z | Aug 26 00:37:47.909 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5961 | 2026-08-26T00:37:49.645Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522) |
| 5962 | 2026-08-26T00:37:49.646Z | |
| 5963 | 2026-08-26T00:37:49.646Z | running 0 tests |
| 5964 | 2026-08-26T00:37:49.646Z | |
| 5965 | 2026-08-26T00:37:49.646Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5966 | 2026-08-26T00:37:49.646Z | |
| 5967 | 2026-08-26T00:37:49.646Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 5968 | 2026-08-26T00:37:49.646Z | |
| 5969 | 2026-08-26T00:37:49.646Z | running 0 tests |
| 5970 | 2026-08-26T00:37:49.646Z | |
| 5971 | 2026-08-26T00:37:49.646Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5972 | 2026-08-26T00:37:49.646Z | |
| 5973 | 2026-08-26T00:37:49.646Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825) |
| 5974 | 2026-08-26T00:37:49.646Z | |
| 5975 | 2026-08-26T00:37:49.646Z | running 6 tests |
| 5976 | 2026-08-26T00:37:49.646Z | test tests::test_parse_client_port_id ... ok |
| 5977 | 2026-08-26T00:37:49.646Z | test tests::test_port_id_cmp ... ok |
| 5978 | 2026-08-26T00:37:49.646Z | test tests::test_full_lot_id_neither_present ... ok |
| 5979 | 2026-08-26T00:37:49.646Z | test tests::test_full_lot_id_lot_only ... ok |
| 5980 | 2026-08-26T00:37:49.646Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5981 | 2026-08-26T00:37:49.646Z | test tests::test_full_lot_id_both_present ... ok |
| 5982 | 2026-08-26T00:37:49.646Z | |
| 5983 | 2026-08-26T00:37:49.646Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5984 | 2026-08-26T00:37:49.646Z | |
| 5985 | 2026-08-26T00:37:49.646Z | Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6) |
| 5986 | 2026-08-26T00:37:49.646Z | |
| 5987 | 2026-08-26T00:37:49.646Z | running 0 tests |
| 5988 | 2026-08-26T00:37:49.646Z | |
| 5989 | 2026-08-26T00:37:49.646Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5990 | 2026-08-26T00:37:49.646Z | |
| 5991 | 2026-08-26T00:37:49.646Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 5992 | 2026-08-26T00:37:49.646Z | |
| 5993 | 2026-08-26T00:37:49.646Z | running 0 tests |
| 5994 | 2026-08-26T00:37:49.646Z | |
| 5995 | 2026-08-26T00:37:49.646Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5996 | 2026-08-26T00:37:49.646Z | |
| 5997 | 2026-08-26T00:37:49.646Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 5998 | 2026-08-26T00:37:49.646Z | |
| 5999 | 2026-08-26T00:37:49.646Z | running 15 tests |
| 6000 | 2026-08-26T00:37:49.646Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6001 | 2026-08-26T00:37:49.646Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6002 | 2026-08-26T00:37:49.647Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6003 | 2026-08-26T00:37:49.647Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6004 | 2026-08-26T00:37:49.651Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6005 | 2026-08-26T00:37:49.651Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6006 | 2026-08-26T00:37:49.651Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6007 | 2026-08-26T00:37:49.651Z | test v1::network::tests::test_equal ... ok |
| 6008 | 2026-08-26T00:37:49.651Z | test v1::network::tests::test_eui64 ... ok |
| 6009 | 2026-08-26T00:37:49.651Z | test v1::network::tests::test_into ... ok |
| 6010 | 2026-08-26T00:37:49.651Z | test v1::network::tests::test_not_equal ... ok |
| 6011 | 2026-08-26T00:37:49.651Z | test v1::network::tests::test_to_string ... ok |
| 6012 | 2026-08-26T00:37:49.651Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6013 | 2026-08-26T00:37:49.651Z | test v1::network::tests::test_parse ... ok |
| 6014 | 2026-08-26T00:37:49.651Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6015 | 2026-08-26T00:37:49.651Z | |
| 6016 | 2026-08-26T00:37:49.651Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6017 | 2026-08-26T00:37:49.651Z | |
| 6018 | 2026-08-26T00:37:49.651Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 6019 | 2026-08-26T00:37:49.651Z | |
| 6020 | 2026-08-26T00:37:49.651Z | running 12 tests |
| 6021 | 2026-08-26T00:37:49.651Z | test icmp::test_v6_checksum ... ok |
| 6022 | 2026-08-26T00:37:49.651Z | test icmp::test_v4_checksum ... ok |
| 6023 | 2026-08-26T00:37:49.651Z | test lldp::test_lldp_parse ... ok |
| 6024 | 2026-08-26T00:37:49.651Z | test pbuf::test_byte ... ok |
| 6025 | 2026-08-26T00:37:49.651Z | test ipv6::test_ipv6_parse ... ok |
| 6026 | 2026-08-26T00:37:49.651Z | test pbuf::test_nibble ... ok |
| 6027 | 2026-08-26T00:37:49.651Z | test pbuf::test_short ... ok |
| 6028 | 2026-08-26T00:37:49.651Z | test pbuf::test_overflow ... ok |
| 6029 | 2026-08-26T00:37:49.651Z | test pbuf::test_twelve ... ok |
| 6030 | 2026-08-26T00:37:49.651Z | test pbuf::test_word ... ok |
| 6031 | 2026-08-26T00:37:49.651Z | test tcp::test_checksum_ack_data ... ok |
| 6032 | 2026-08-26T00:37:49.651Z | test tcp::test_checksum_syn_nodata ... ok |
| 6033 | 2026-08-26T00:37:49.652Z | |
| 6034 | 2026-08-26T00:37:49.652Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6035 | 2026-08-26T00:37:49.652Z | |
| 6036 | 2026-08-26T00:37:49.652Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6037 | 2026-08-26T00:37:49.652Z | |
| 6038 | 2026-08-26T00:37:49.652Z | running 0 tests |
| 6039 | 2026-08-26T00:37:49.652Z | |
| 6040 | 2026-08-26T00:37:49.652Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6041 | 2026-08-26T00:37:49.652Z | |
| 6042 | 2026-08-26T00:37:49.652Z | Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1) |
| 6043 | 2026-08-26T00:37:49.655Z | |
| 6044 | 2026-08-26T00:37:49.655Z | running 5 tests |
| 6045 | 2026-08-26T00:37:49.655Z | test switchport::test::test_compute_lanes ... ok |
| 6046 | 2026-08-26T00:37:49.655Z | test switchport::test::port_id_ordering ... ok |
| 6047 | 2026-08-26T00:37:49.655Z | Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3 |
| 6048 | 2026-08-26T00:37:49.655Z | |
| 6049 | 2026-08-26T00:37:49.655Z | Rx Loss-of-lock: Yes State: Activated YesActivated ActivatedYes ActivatedYes |
| 6050 | 2026-08-26T00:37:49.655Z | |
| 6051 | 2026-08-26T00:37:49.655Z | Rx Loss-of-signal: Yes Rx Output Enabled: false Yesfalse Yes falseYes |
| 6052 | 2026-08-26T00:37:49.655Z | false Rx CDR Enabled: Yes |
| 6053 | 2026-08-26T00:37:49.655Z | Rx Output Status: validYes valid Yes Yesvalid |
| 6054 | 2026-08-26T00:37:49.655Z | valid |
| 6055 | 2026-08-26T00:37:49.655Z | Tx Enabled: Yes Rx Loss-of-lock: true Yes true Yes true Yes |
| 6056 | 2026-08-26T00:37:49.655Z | true |
| 6057 | 2026-08-26T00:37:49.655Z | Tx Loss-of-lock: No Rx Loss-of-signal: false No falseNo Nofalse |
| 6058 | 2026-08-26T00:37:49.656Z | false Tx Loss-of-signal: No |
| 6059 | 2026-08-26T00:37:49.656Z | Rx Auto-squelch Disable: trueNo trueNo Notrue |
| 6060 | 2026-08-26T00:37:49.656Z | true Tx CDR Enabled: No |
| 6061 | 2026-08-26T00:37:49.656Z | No Tx Output Enabled: true No trueNo |
| 6062 | 2026-08-26T00:37:49.656Z | true true |
| 6063 | 2026-08-26T00:37:49.656Z | Tx Adaptive EQ Fault: No Tx Output Status: invalidNo invalid Noinvalid Noinvalid |
| 6064 | 2026-08-26T00:37:49.656Z | |
| 6065 | 2026-08-26T00:37:49.656Z | Tx Loss-of-lock: false Tx Fault: Yes false Yes falseYes false |
| 6066 | 2026-08-26T00:37:49.656Z | Yes |
| 6067 | 2026-08-26T00:37:49.656Z | Tx Loss-of-signal: true true true true |
| 6068 | 2026-08-26T00:37:49.656Z | Tx Auto-squelch Disable: false false false false |
| 6069 | 2026-08-26T00:37:49.656Z | Tx Adaptive EQ Fail: true true true true |
| 6070 | 2026-08-26T00:37:49.656Z | Tx Failure: false false false false |
| 6071 | 2026-08-26T00:37:49.656Z | Tx Force Squelch: true true true true |
| 6072 | 2026-08-26T00:37:49.656Z | Tx Input Polarity: normal normal normal normal |
| 6073 | 2026-08-26T00:37:49.656Z | test switchport::test::test_print_sff_datapath ... ok |
| 6074 | 2026-08-26T00:37:49.656Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6075 | 2026-08-26T00:37:49.696Z | test link::test_filter ... ok |
| 6076 | 2026-08-26T00:37:49.696Z | |
| 6077 | 2026-08-26T00:37:49.696Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6078 | 2026-08-26T00:37:49.696Z | |
| 6079 | 2026-08-26T00:37:49.696Z | Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390) |
| 6080 | 2026-08-26T00:37:49.696Z | |
| 6081 | 2026-08-26T00:37:49.696Z | running 1 test |
| 6082 | 2026-08-26T00:37:49.696Z | test test_p4_counter_list ... ignored |
| 6083 | 2026-08-26T00:37:49.696Z | |
| 6084 | 2026-08-26T00:37:49.696Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6085 | 2026-08-26T00:37:49.696Z | |
| 6086 | 2026-08-26T00:37:49.696Z | Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3) |
| 6087 | 2026-08-26T00:37:49.696Z | |
| 6088 | 2026-08-26T00:37:49.696Z | running 5 tests |
| 6089 | 2026-08-26T00:37:49.696Z | test test_an ... ignored |
| 6090 | 2026-08-26T00:37:49.696Z | test test_enable ... ignored |
| 6091 | 2026-08-26T00:37:49.696Z | test test_ip_addresses ... ignored |
| 6092 | 2026-08-26T00:37:49.696Z | test test_kr ... ignored |
| 6093 | 2026-08-26T00:37:49.696Z | test test_mac ... ignored |
| 6094 | 2026-08-26T00:37:49.696Z | |
| 6095 | 2026-08-26T00:37:49.696Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6096 | 2026-08-26T00:37:49.696Z | |
| 6097 | 2026-08-26T00:37:49.696Z | Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26) |
| 6098 | 2026-08-26T00:37:49.696Z | |
| 6099 | 2026-08-26T00:37:49.696Z | running 3 tests |
| 6100 | 2026-08-26T00:37:49.696Z | test linklocal::test_parse_ipadm ... ok |
| 6101 | 2026-08-26T00:37:49.696Z | test tfport::test_parse_tfport ... ok |
| 6102 | 2026-08-26T00:37:49.696Z | test config::tests::test_updates ... ok |
| 6103 | 2026-08-26T00:37:49.696Z | |
| 6104 | 2026-08-26T00:37:49.696Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6105 | 2026-08-26T00:37:49.696Z | |
| 6106 | 2026-08-26T00:37:49.697Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 6107 | 2026-08-26T00:37:49.697Z | |
| 6108 | 2026-08-26T00:37:49.697Z | running 0 tests |
| 6109 | 2026-08-26T00:37:49.697Z | |
| 6110 | 2026-08-26T00:37:49.697Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6111 | 2026-08-26T00:37:49.697Z | |
| 6112 | 2026-08-26T00:37:49.697Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6113 | 2026-08-26T00:37:49.697Z | |
| 6114 | 2026-08-26T00:37:49.697Z | running 0 tests |
| 6115 | 2026-08-26T00:37:49.697Z | |
| 6116 | 2026-08-26T00:37:49.697Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6117 | 2026-08-26T00:37:49.697Z | |
| 6118 | 2026-08-26T00:37:49.697Z | Doc-tests aal |
| 6119 | 2026-08-26T00:37:49.881Z | |
| 6120 | 2026-08-26T00:37:49.881Z | running 0 tests |
| 6121 | 2026-08-26T00:37:49.881Z | |
| 6122 | 2026-08-26T00:37:49.881Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6123 | 2026-08-26T00:37:49.881Z | |
| 6124 | 2026-08-26T00:37:49.906Z | Doc-tests aal_macros |
| 6125 | 2026-08-26T00:37:49.973Z | |
| 6126 | 2026-08-26T00:37:49.973Z | running 0 tests |
| 6127 | 2026-08-26T00:37:49.973Z | |
| 6128 | 2026-08-26T00:37:49.973Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6129 | 2026-08-26T00:37:49.973Z | |
| 6130 | 2026-08-26T00:37:49.983Z | Doc-tests common |
| 6131 | 2026-08-26T00:37:50.215Z | |
| 6132 | 2026-08-26T00:37:50.215Z | running 0 tests |
| 6133 | 2026-08-26T00:37:50.215Z | |
| 6134 | 2026-08-26T00:37:50.215Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6135 | 2026-08-26T00:37:50.215Z | |
| 6136 | 2026-08-26T00:37:50.241Z | Doc-tests dpd_api |
| 6137 | 2026-08-26T00:37:50.945Z | |
| 6138 | 2026-08-26T00:37:50.945Z | running 2 tests |
| 6139 | 2026-08-26T00:37:50.945Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6140 | 2026-08-26T00:37:50.945Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6141 | 2026-08-26T00:37:50.945Z | |
| 6142 | 2026-08-26T00:37:50.945Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6143 | 2026-08-26T00:37:50.945Z | |
| 6144 | 2026-08-26T00:37:50.973Z | Doc-tests dpd_client |
| 6145 | 2026-08-26T00:37:52.348Z | |
| 6146 | 2026-08-26T00:37:52.348Z | running 0 tests |
| 6147 | 2026-08-26T00:37:52.349Z | |
| 6148 | 2026-08-26T00:37:52.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6149 | 2026-08-26T00:37:52.349Z | |
| 6150 | 2026-08-26T00:37:52.401Z | Doc-tests dpd_types |
| 6151 | 2026-08-26T00:37:52.586Z | |
| 6152 | 2026-08-26T00:37:52.586Z | running 0 tests |
| 6153 | 2026-08-26T00:37:52.586Z | |
| 6154 | 2026-08-26T00:37:52.586Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-26T00:37:52.586Z | |
| 6156 | 2026-08-26T00:37:52.609Z | Doc-tests dpd_types_versions |
| 6157 | 2026-08-26T00:37:54.111Z | |
| 6158 | 2026-08-26T00:37:54.111Z | running 1 test |
| 6159 | 2026-08-26T00:37:54.111Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6160 | 2026-08-26T00:37:54.111Z | |
| 6161 | 2026-08-26T00:37:54.111Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6162 | 2026-08-26T00:37:54.111Z | |
| 6163 | 2026-08-26T00:37:54.160Z | Doc-tests packet |
| 6164 | 2026-08-26T00:37:54.380Z | |
| 6165 | 2026-08-26T00:37:54.380Z | running 0 tests |
| 6166 | 2026-08-26T00:37:54.380Z | |
| 6167 | 2026-08-26T00:37:54.380Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6168 | 2026-08-26T00:37:54.380Z | |
| 6169 | 2026-08-26T00:37:54.405Z | Doc-tests pcap |
| 6170 | 2026-08-26T00:37:54.457Z | |
| 6171 | 2026-08-26T00:37:54.457Z | running 0 tests |
| 6172 | 2026-08-26T00:37:54.457Z | |
| 6173 | 2026-08-26T00:37:54.457Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6174 | 2026-08-26T00:37:54.457Z | |
| 6175 | 2026-08-26T00:37:54.504Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6176 | 2026-08-26T00:37:54.504Z | + RUST_BACKTRACE=full |
| 6177 | 2026-08-26T00:37:54.504Z | + cargo test --features softnpu --no-fail-fast |
| 6178 | 2026-08-26T00:37:55.137Z | Compiling num-integer v0.1.46 |
| 6179 | 2026-08-26T00:37:55.220Z | Compiling num-complex v0.4.6 |
| 6180 | 2026-08-26T00:37:55.260Z | Compiling bitstruct_derive v0.1.0 |
| 6181 | 2026-08-26T00:37:55.264Z | Compiling tap v1.0.1 |
| 6182 | 2026-08-26T00:37:55.382Z | Compiling wyz v0.5.1 |
| 6183 | 2026-08-26T00:37:55.509Z | Compiling num-rational v0.4.2 |
| 6184 | 2026-08-26T00:37:55.542Z | Compiling num-iter v0.1.45 |
| 6185 | 2026-08-26T00:37:55.555Z | Compiling num-bigint v0.4.6 |
| 6186 | 2026-08-26T00:37:55.648Z | Compiling radium v0.7.0 |
| 6187 | 2026-08-26T00:37:55.661Z | Compiling funty v2.0.0 |
| 6188 | 2026-08-26T00:37:55.707Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6189 | 2026-08-26T00:37:55.747Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-08-26T00:37:55.850Z | Compiling num v0.4.3 |
| 6191 | 2026-08-26T00:37:55.932Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6192 | 2026-08-26T00:37:55.952Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-26T00:37:55.963Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-26T00:37:56.015Z | Compiling bitvec v1.0.1 |
| 6195 | 2026-08-26T00:37:56.086Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-26T00:37:56.216Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6197 | 2026-08-26T00:37:56.258Z | Compiling typeid v1.0.3 |
| 6198 | 2026-08-26T00:37:56.315Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6199 | 2026-08-26T00:37:56.336Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-26T00:37:56.375Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6201 | 2026-08-26T00:37:56.913Z | Compiling ascii v1.1.0 |
| 6202 | 2026-08-26T00:37:57.156Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6203 | 2026-08-26T00:37:57.187Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6204 | 2026-08-26T00:37:57.241Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6205 | 2026-08-26T00:37:57.278Z | Compiling erased-serde v0.4.8 |
| 6206 | 2026-08-26T00:37:57.441Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6207 | 2026-08-26T00:37:57.655Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6208 | 2026-08-26T00:37:57.687Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6209 | 2026-08-26T00:37:57.691Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6210 | 2026-08-26T00:37:57.756Z | Compiling bitstruct v0.1.1 |
| 6211 | 2026-08-26T00:37:58.073Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6212 | 2026-08-26T00:37:58.283Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6213 | 2026-08-26T00:37:58.306Z | Compiling serde_arrays v0.1.0 |
| 6214 | 2026-08-26T00:37:58.347Z | Compiling libloading v0.7.4 |
| 6215 | 2026-08-26T00:37:58.639Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6216 | 2026-08-26T00:37:59.109Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6217 | 2026-08-26T00:37:59.202Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6218 | 2026-08-26T00:37:59.422Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-26T00:38:00.484Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6220 | 2026-08-26T00:38:01.216Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6221 | 2026-08-26T00:38:07.200Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-26T00:38:07.418Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6223 | 2026-08-26T00:38:07.421Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-08-26T00:38:07.421Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6225 | 2026-08-26T00:38:07.437Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6226 | 2026-08-26T00:38:09.509Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6227 | 2026-08-26T00:38:09.573Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6228 | 2026-08-26T00:38:09.895Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-26T00:38:15.918Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6230 | 2026-08-26T00:38:16.148Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6231 | 2026-08-26T00:38:23.889Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6232 | 2026-08-26T00:38:26.048Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6233 | 2026-08-26T00:38:29.552Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6234 | 2026-08-26T00:39:09.451Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 6235 | 2026-08-26T00:39:09.571Z | Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8) |
| 6236 | 2026-08-26T00:39:09.579Z | |
| 6237 | 2026-08-26T00:39:09.580Z | running 0 tests |
| 6238 | 2026-08-26T00:39:09.580Z | |
| 6239 | 2026-08-26T00:39:09.580Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6240 | 2026-08-26T00:39:09.580Z | |
| 6241 | 2026-08-26T00:39:09.584Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6242 | 2026-08-26T00:39:09.587Z | |
| 6243 | 2026-08-26T00:39:09.588Z | running 0 tests |
| 6244 | 2026-08-26T00:39:09.588Z | |
| 6245 | 2026-08-26T00:39:09.588Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6246 | 2026-08-26T00:39:09.588Z | |
| 6247 | 2026-08-26T00:39:09.588Z | Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb) |
| 6248 | 2026-08-26T00:39:09.595Z | |
| 6249 | 2026-08-26T00:39:09.595Z | running 0 tests |
| 6250 | 2026-08-26T00:39:09.640Z | |
| 6251 | 2026-08-26T00:39:09.640Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6252 | 2026-08-26T00:39:09.640Z | |
| 6253 | 2026-08-26T00:39:09.640Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 6254 | 2026-08-26T00:39:09.640Z | |
| 6255 | 2026-08-26T00:39:09.640Z | running 4 tests |
| 6256 | 2026-08-26T00:39:09.640Z | test nat::tests::test_vni ... ok |
| 6257 | 2026-08-26T00:39:09.640Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6258 | 2026-08-26T00:39:09.648Z | test test_purge ... ok |
| 6259 | 2026-08-26T00:39:09.648Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6260 | 2026-08-26T00:39:09.648Z | |
| 6261 | 2026-08-26T00:39:09.648Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6262 | 2026-08-26T00:39:09.648Z | |
| 6263 | 2026-08-26T00:39:09.648Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 6264 | 2026-08-26T00:39:09.648Z | |
| 6265 | 2026-08-26T00:39:09.648Z | running 1 test |
| 6266 | 2026-08-26T00:39:09.648Z | ------- |
| 6267 | 2026-08-26T00:39:09.648Z | Generating OpenAPI documents from API definitions ... |
| 6268 | 2026-08-26T00:39:09.773Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6269 | 2026-08-26T00:39:09.845Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6270 | 2026-08-26T00:39:10.873Z | ------- |
| 6271 | 2026-08-26T00:39:10.874Z | Checking 13 OpenAPI documents... |
| 6272 | 2026-08-26T00:39:10.878Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6273 | 2026-08-26T00:39:10.878Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6274 | 2026-08-26T00:39:10.878Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-08-26T00:39:10.878Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-08-26T00:39:10.878Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-08-26T00:39:10.878Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-08-26T00:39:10.879Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-08-26T00:39:10.879Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-08-26T00:39:10.879Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-26T00:39:10.879Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-26T00:39:10.879Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-26T00:39:10.879Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-26T00:39:10.879Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-26T00:39:10.879Z | Fresh dpd "latest" symlink |
| 6286 | 2026-08-26T00:39:10.879Z | ------- |
| 6287 | 2026-08-26T00:39:10.879Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6288 | 2026-08-26T00:39:10.946Z | test test::test_apis_up_to_date ... ok |
| 6289 | 2026-08-26T00:39:10.946Z | |
| 6290 | 2026-08-26T00:39:10.946Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 6291 | 2026-08-26T00:39:10.946Z | |
| 6292 | 2026-08-26T00:39:11.007Z | Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10) |
| 6293 | 2026-08-26T00:39:11.012Z | |
| 6294 | 2026-08-26T00:39:11.012Z | running 34 tests |
| 6295 | 2026-08-26T00:39:11.016Z | test freemap::test_ordering ... ok |
| 6296 | 2026-08-26T00:39:11.016Z | test config::tests::test_updates ... ok |
| 6297 | 2026-08-26T00:39:11.016Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6298 | 2026-08-26T00:39:11.016Z | test freemap::test_split ... ok |
| 6299 | 2026-08-26T00:39:11.016Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6300 | 2026-08-26T00:39:11.016Z | test macaddrs::tests::test_mac_offset ... ok |
| 6301 | 2026-08-26T00:39:11.016Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6302 | 2026-08-26T00:39:11.022Z | Aug 26 00:39:09.316 DEBG created new freemap, unit: freemap_test |
| 6303 | 2026-08-26T00:39:11.022Z | Aug 26 00:39:09.316 DEBG initted freemap. size: 128, unit: freemap_test |
| 6304 | 2026-08-26T00:39:11.022Z | Aug 26 00:39:09.316 DEBG reset freemap, unit: freemap_test |
| 6305 | 2026-08-26T00:39:11.022Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6306 | 2026-08-26T00:39:11.022Z | Aug 26 00:39:09.316 DEBG created new freemap, unit: freemap_test |
| 6307 | 2026-08-26T00:39:11.022Z | Aug 26 00:39:09.316 DEBG initted freemap. size: 128, unit: freemap_test |
| 6308 | 2026-08-26T00:39:11.022Z | Aug 26 00:39:09.316 DEBG reset freemap, unit: freemap_test |
| 6309 | 2026-08-26T00:39:11.022Z | Aug 26 00:39:09.316 DEBG created new freemap, unit: freemap_test |
| 6310 | 2026-08-26T00:39:11.023Z | test nat::test_mapping ... ok |
| 6311 | 2026-08-26T00:39:11.023Z | Aug 26 00:39:09.316 DEBG initted freemap. size: 128, unit: freemap_test |
| 6312 | 2026-08-26T00:39:11.023Z | test freemap::test_free ... ok |
| 6313 | 2026-08-26T00:39:11.023Z | Aug 26 00:39:09.316 DEBG reset freemap, unit: freemap_test |
| 6314 | 2026-08-26T00:39:11.023Z | test freemap::test_exhaustion ... ok |
| 6315 | 2026-08-26T00:39:11.023Z | test freemap::test_basic ... ok |
| 6316 | 2026-08-26T00:39:11.023Z | test port_map::tests::test_backplane_group ... ok |
| 6317 | 2026-08-26T00:39:11.023Z | Aug 26 00:39:09.317 DEBG created new freemap, unit: freemap_test |
| 6318 | 2026-08-26T00:39:11.023Z | Aug 26 00:39:09.317 DEBG initted freemap. size: 128, unit: freemap_test |
| 6319 | 2026-08-26T00:39:11.023Z | Aug 26 00:39:09.317 DEBG reset freemap, unit: freemap_test |
| 6320 | 2026-08-26T00:39:11.023Z | test port_map::tests::test_port_map ... ok |
| 6321 | 2026-08-26T00:39:11.023Z | test freemap::test_reclaim ... ok |
| 6322 | 2026-08-26T00:39:11.023Z | test port_map::tests::dump_map ... ok |
| 6323 | 2026-08-26T00:39:11.023Z | Aug 26 00:39:09.317 DEBG created new freemap, unit: freemap_test |
| 6324 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.317 DEBG initted freemap. size: 8, unit: freemap_test |
| 6325 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.317 DEBG reset freemap, unit: freemap_test |
| 6326 | 2026-08-26T00:39:11.024Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6327 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.317 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6328 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.317 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6329 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6330 | 2026-08-26T00:39:11.024Z | test api_server::tests::test_build_info ... ok |
| 6331 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.318 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6332 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6333 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.318 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6334 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.318 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6335 | 2026-08-26T00:39:11.024Z | Aug 26 00:39:09.318 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 } }] |
| 6336 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6337 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 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 } }] |
| 6338 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6339 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6340 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6341 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6342 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6343 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6344 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6345 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6346 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6347 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6348 | 2026-08-26T00:39:11.025Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 DEBGDEBG created new freemap, unit: freemap_test |
| 6349 | 2026-08-26T00:39:11.026Z | Aug 26 00:39:09.318 DEBG initted freemap. size: 128, unitAug 26 00:39:09.318: freemap_test |
| 6350 | 2026-08-26T00:39:11.026Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 00:39:09.318 DEBG reset freemap, unit: freemap_test |
| 6351 | 2026-08-26T00:39:11.026Z | |
| 6352 | 2026-08-26T00:39:11.026Z | created new freemap, unit: freemap_route_ipv4 |
| 6353 | 2026-08-26T00:39:11.026Z | Aug 26 00:39:09.318 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.318 |
| 6354 | 2026-08-26T00:39:11.026Z | DEBG created new freemap, unit: Aug 26 00:39:09.318freemap_route_ipv6 |
| 6355 | 2026-08-26T00:39:11.026Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6356 | 2026-08-26T00:39:11.026Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6357 | 2026-08-26T00:39:11.026Z | Aug 26 00:39:09.318 DEBG Aug 26 00:39:09.318initted freemap. size: 64 , DEBGunit :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 } }] |
| 6358 | 2026-08-26T00:39:11.026Z | freemap_route_ipv4 |
| 6359 | 2026-08-26T00:39:11.026Z | Aug 26 00:39:09.318 Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6360 | 2026-08-26T00:39:11.026Z | reset freemap, unit: Aug 26 00:39:09.318freemap_route_ipv4 |
| 6361 | 2026-08-26T00:39:11.026Z | 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 } }] |
| 6362 | 2026-08-26T00:39:11.026Z | Aug 26 00:39:09.318 DEBG initted freemap. size: 64Aug 26 00:39:09.318, unitINFO: adding route 3fff:beef:9::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6363 | 2026-08-26T00:39:11.026Z | |
| 6364 | 2026-08-26T00:39:11.026Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 6365 | 2026-08-26T00:39:11.027Z | , unit: freemap_route_ipv6Aug 26 00:39:09.318 |
| 6366 | 2026-08-26T00:39:11.027Z | INFO Aug 26 00:39:09.318adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6367 | 2026-08-26T00:39:11.027Z | test freemap::test_span ... ok |
| 6368 | 2026-08-26T00:39:11.027Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6369 | 2026-08-26T00:39:11.027Z | Aug 26 00:39:09.318 DEBG Aug 26 00:39:09.318replacing 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 } }] |
| 6370 | 2026-08-26T00:39:11.027Z | 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 26 00:39:09.318 |
| 6371 | 2026-08-26T00:39:11.027Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6372 | 2026-08-26T00:39:11.027Z | Aug 26 00:39:09.318 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:39:09.318 |
| 6373 | 2026-08-26T00:39:11.027Z | 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 } }] |
| 6374 | 2026-08-26T00:39:11.027Z | Aug 26 00:39:09.318 DEBGAug 26 00:39:09.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6375 | 2026-08-26T00:39:11.027Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6376 | 2026-08-26T00:39:11.027Z | Aug 26 00:39:09.318 Aug 26 00:39:09.318INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6377 | 2026-08-26T00:39:11.027Z | 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 } }] |
| 6378 | 2026-08-26T00:39:11.027Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6379 | 2026-08-26T00:39:11.027Z | |
| 6380 | 2026-08-26T00:39:11.028Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6381 | 2026-08-26T00:39:11.028Z | |
| 6382 | 2026-08-26T00:39:11.028Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6383 | 2026-08-26T00:39:11.028Z | |
| 6384 | 2026-08-26T00:39:11.028Z | Aug 26 00:39:09.318 DEBG created new freemapAug 26 00:39:09.318Aug 26 00:39:09.318 DEBG, unitINFO: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 } }] |
| 6385 | 2026-08-26T00:39:11.028Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6386 | 2026-08-26T00:39:11.028Z | freemap_route_ipv4 |
| 6387 | 2026-08-26T00:39:11.028Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 INFOAug 26 00:39:09.318DEBG adding route 3fff:beef:f::/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 } }]DEBG |
| 6388 | 2026-08-26T00:39:11.028Z | |
| 6389 | 2026-08-26T00:39:11.028Z | created new freemap, unitAug 26 00:39:09.318Aug 26 00:39:09.318 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 } }]freemap_route_ipv6INFO |
| 6390 | 2026-08-26T00:39:11.028Z | |
| 6391 | 2026-08-26T00:39:11.028Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6392 | 2026-08-26T00:39:11.028Z | Aug 26 00:39:09.318 Aug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBG DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffinitted freemap. size: 64replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6393 | 2026-08-26T00:39:11.029Z | |
| 6394 | 2026-08-26T00:39:11.029Z | unit: freemap_route_ipv4 |
| 6395 | 2026-08-26T00:39:11.029Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.318 |
| 6396 | 2026-08-26T00:39:11.029Z | |
| 6397 | 2026-08-26T00:39:11.029Z | DEBG reset freemap, Aug 26 00:39:09.318unit Aug 26 00:39:09.318: INFODEBG freemap_route_ipv4 |
| 6398 | 2026-08-26T00:39:11.029Z | 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:11::/64 -> 2001:db8::55:ff |
| 6399 | 2026-08-26T00:39:11.029Z | |
| 6400 | 2026-08-26T00:39:11.029Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318 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 } }]initted freemap. size: 64 |
| 6401 | 2026-08-26T00:39:11.029Z | , unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ff: |
| 6402 | 2026-08-26T00:39:11.035Z | freemap_route_ipv6Aug 26 00:39:09.318 |
| 6403 | 2026-08-26T00:39:11.035Z | Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6404 | 2026-08-26T00:39:11.035Z | 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 26 00:39:09.318 |
| 6405 | 2026-08-26T00:39:11.035Z | DEBGAug 26 00:39:09.318 Aug 26 00:39:09.318reset freemap DEBG, unitINFO: 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:4::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6406 | 2026-08-26T00:39:11.035Z | |
| 6407 | 2026-08-26T00:39:11.035Z | |
| 6408 | 2026-08-26T00:39:11.035Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318DEBG INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6409 | 2026-08-26T00:39:11.035Z | |
| 6410 | 2026-08-26T00:39:11.035Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6411 | 2026-08-26T00:39:11.035Z | Aug 26 00:39:09.318 INFO Aug 26 00:39:09.318Aug 26 00:39:09.318adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6412 | 2026-08-26T00:39:11.035Z | 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: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 } }] |
| 6413 | 2026-08-26T00:39:11.035Z | |
| 6414 | 2026-08-26T00:39:11.035Z | Aug 26 00:39:09.318 Aug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6415 | 2026-08-26T00:39:11.035Z | |
| 6416 | 2026-08-26T00:39:11.035Z | |
| 6417 | 2026-08-26T00:39:11.035Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6418 | 2026-08-26T00:39:11.035Z | |
| 6419 | 2026-08-26T00:39:11.036Z | |
| 6420 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 INFOINFOAug 26 00:39:09.318 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6421 | 2026-08-26T00:39:11.036Z | DEBG |
| 6422 | 2026-08-26T00:39:11.036Z | 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 } }] |
| 6423 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 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 26 00:39:09.318replacing 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 } }] |
| 6424 | 2026-08-26T00:39:11.036Z | |
| 6425 | 2026-08-26T00:39:11.036Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6426 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 INFOINFO Aug 26 00:39:09.318 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6427 | 2026-08-26T00:39:11.036Z | 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 } }] |
| 6428 | 2026-08-26T00:39:11.036Z | |
| 6429 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318 Aug 26 00:39:09.318DEBG Aug 26 00:39:09.318 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 } }]DEBGINFO |
| 6430 | 2026-08-26T00:39:11.036Z | 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:8::/64 -> 2001:db8::55:ff |
| 6431 | 2026-08-26T00:39:11.036Z | |
| 6432 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318 INFO Aug 26 00:39:09.318Aug 26 00:39:09.318adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6433 | 2026-08-26T00:39:11.036Z | INFODEBG adding route 3fff:beef:17::/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 } }] |
| 6434 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318 |
| 6435 | 2026-08-26T00:39:11.036Z | 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 26 00:39:09.318 |
| 6436 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318DEBG 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 } }] |
| 6437 | 2026-08-26T00:39:11.036Z | Aug 26 00:39:09.318adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6438 | 2026-08-26T00:39:11.037Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6439 | 2026-08-26T00:39:11.037Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBGAug 26 00:39:09.318 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6440 | 2026-08-26T00:39:11.037Z | |
| 6441 | 2026-08-26T00:39:11.037Z | 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 } }] |
| 6442 | 2026-08-26T00:39:11.037Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 INFOAug 26 00:39:09.318 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:2::/64 -> 2001:db8::55:ff |
| 6443 | 2026-08-26T00:39:11.037Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-26T00:39:11.037Z | |
| 6445 | 2026-08-26T00:39:11.037Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6446 | 2026-08-26T00:39:11.037Z | |
| 6447 | 2026-08-26T00:39:11.037Z | |
| 6448 | 2026-08-26T00:39:11.037Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 DEBGINFO Aug 26 00:39:09.318replacing 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:3::/64 -> 2001:db8::55:ff |
| 6449 | 2026-08-26T00:39:11.037Z | INFO |
| 6450 | 2026-08-26T00:39:11.037Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:39:09.318 |
| 6451 | 2026-08-26T00:39:11.037Z | Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 26 00:39:09.318 |
| 6452 | 2026-08-26T00:39:11.037Z | 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 } }] |
| 6453 | 2026-08-26T00:39:11.037Z | 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 } }] |
| 6454 | 2026-08-26T00:39:11.037Z | Aug 26 00:39:09.318Aug 26 00:39:09.318 DEBGAug 26 00:39:09.318 INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6455 | 2026-08-26T00:39:11.037Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6456 | 2026-08-26T00:39:11.037Z | |
| 6457 | 2026-08-26T00:39:11.038Z | Aug 26 00:39:09.318 INFO Aug 26 00:39:09.318adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:39:09.318 |
| 6458 | 2026-08-26T00:39:11.038Z | 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 26 00:39:09.318DEBG |
| 6459 | 2026-08-26T00:39:11.038Z | DEBGAug 26 00:39:09.318replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 6460 | 2026-08-26T00:39:11.038Z | |
| 6461 | 2026-08-26T00:39:11.038Z | Aug 26 00:39:09.318 INFODEBGAug 26 00:39:09.318Aug 26 00:39:09.318 INFOcreated new freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6462 | 2026-08-26T00:39:11.038Z | INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6463 | 2026-08-26T00:39:11.038Z | |
| 6464 | 2026-08-26T00:39:11.038Z | Aug 26 00:39:09.318, unitDEBG: Aug 26 00:39:09.318replacing 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 26 00:39:09.318freemap_route_ipv4 DEBGDEBG |
| 6465 | 2026-08-26T00:39:11.038Z | |
| 6466 | 2026-08-26T00:39:11.038Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6467 | 2026-08-26T00:39:11.038Z | |
| 6468 | 2026-08-26T00:39:11.038Z | Aug 26 00:39:09.318 INFO Aug 26 00:39:09.318adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 00:39:09.318 |
| 6469 | 2026-08-26T00:39:11.038Z | Aug 26 00:39:09.318 INFOAug 26 00:39:09.318 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGDEBGINFO |
| 6470 | 2026-08-26T00:39:11.038Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemap |
| 6471 | 2026-08-26T00:39:11.039Z | 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-26T00:39:11.039Z | unitAug 26 00:39:09.319: Aug 26 00:39:09.319 freemap_route_ipv6Aug 26 00:39:09.319DEBG |
| 6473 | 2026-08-26T00:39:11.039Z | 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 |
| 6474 | 2026-08-26T00:39:11.039Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6475 | 2026-08-26T00:39:11.039Z | |
| 6476 | 2026-08-26T00:39:11.039Z | Aug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319INFO INFODEBGDEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ff initted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6477 | 2026-08-26T00:39:11.039Z | , 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 } }]unit |
| 6478 | 2026-08-26T00:39:11.039Z | : |
| 6479 | 2026-08-26T00:39:11.039Z | freemap_route_ipv4 |
| 6480 | 2026-08-26T00:39:11.039Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319DEBGINFO Aug 26 00:39:09.319 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:ffDEBG |
| 6481 | 2026-08-26T00:39:11.039Z | |
| 6482 | 2026-08-26T00:39:11.039Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 6483 | 2026-08-26T00:39:11.039Z | , Aug 26 00:39:09.319unit :Aug 26 00:39:09.319 DEBG freemap_route_ipv4INFO |
| 6484 | 2026-08-26T00:39:11.039Z | Aug 26 00:39:09.319replacing 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 } }] |
| 6485 | 2026-08-26T00:39:11.039Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6486 | 2026-08-26T00:39:11.039Z | INFOAug 26 00:39:09.319 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGAug 26 00:39:09.319 |
| 6487 | 2026-08-26T00:39:11.040Z | INFO Aug 26 00:39:09.319 initted freemap. size: 64DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 , 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 } }] |
| 6488 | 2026-08-26T00:39:11.040Z | unit: |
| 6489 | 2026-08-26T00:39:11.040Z | freemap_route_ipv6Aug 26 00:39:09.319DEBG |
| 6490 | 2026-08-26T00:39:11.040Z | 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 |
| 6491 | 2026-08-26T00:39:11.040Z | Aug 26 00:39:09.319replacing 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 } }] |
| 6492 | 2026-08-26T00:39:11.040Z | Aug 26 00:39:09.319DEBG reset freemapINFO, Aug 26 00:39:09.319unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 00:39:09.319: |
| 6493 | 2026-08-26T00:39:11.040Z | freemap_route_ipv6INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6494 | 2026-08-26T00:39:11.040Z | |
| 6495 | 2026-08-26T00:39:11.040Z | |
| 6496 | 2026-08-26T00:39:11.040Z | Aug 26 00:39:09.319 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.319 |
| 6497 | 2026-08-26T00:39:11.040Z | Aug 26 00:39:09.319 INFOAug 26 00:39:09.319DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.319 |
| 6498 | 2026-08-26T00:39:11.040Z | 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 |
| 6499 | 2026-08-26T00:39:11.040Z | DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6500 | 2026-08-26T00:39:11.040Z | 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 26 00:39:09.319Aug 26 00:39:09.319 |
| 6501 | 2026-08-26T00:39:11.040Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:39:09.319adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6502 | 2026-08-26T00:39:11.045Z | Aug 26 00:39:09.319 |
| 6503 | 2026-08-26T00:39:11.046Z | DEBGINFOAug 26 00:39:09.319 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 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6504 | 2026-08-26T00:39:11.046Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.319 |
| 6505 | 2026-08-26T00:39:11.046Z | |
| 6506 | 2026-08-26T00:39:11.046Z | 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 } }]Aug 26 00:39:09.319 |
| 6507 | 2026-08-26T00:39:11.046Z | Aug 26 00:39:09.319INFO Aug 26 00:39:09.319 DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG |
| 6508 | 2026-08-26T00:39:11.046Z | Aug 26 00:39:09.319replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 6509 | 2026-08-26T00:39:11.046Z | INFO Aug 26 00:39:09.319 |
| 6510 | 2026-08-26T00:39:11.046Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6511 | 2026-08-26T00:39:11.046Z | DEBGAug 26 00:39:09.319Aug 26 00:39:09.319 INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 00:39:09.319 |
| 6512 | 2026-08-26T00:39:11.046Z | |
| 6513 | 2026-08-26T00:39:11.046Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 6514 | 2026-08-26T00:39:11.046Z | |
| 6515 | 2026-08-26T00:39:11.046Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 INFODEBG Aug 26 00:39:09.319replacing 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 } }] |
| 6516 | 2026-08-26T00:39:11.046Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 |
| 6517 | 2026-08-26T00:39:11.046Z | INFO adding route 3fff:beef:d::/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 } }] |
| 6518 | 2026-08-26T00:39:11.046Z | |
| 6519 | 2026-08-26T00:39:11.046Z | Aug 26 00:39:09.319 DEBGAug 26 00:39:09.319 Aug 26 00:39:09.319 Aug 26 00:39:09.319INFOreplacing 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 } }] |
| 6520 | 2026-08-26T00:39:11.046Z | DEBG INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6521 | 2026-08-26T00:39:11.046Z | |
| 6522 | 2026-08-26T00:39:11.046Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6523 | 2026-08-26T00:39:11.047Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 INFO Aug 26 00:39:09.319 DEBGINFO adding route 3fff:beef:15::/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 } }, 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 } }] |
| 6524 | 2026-08-26T00:39:11.047Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6525 | 2026-08-26T00:39:11.047Z | |
| 6526 | 2026-08-26T00:39:11.047Z | DEBG Aug 26 00:39:09.319replacing 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 26 00:39:09.319 |
| 6527 | 2026-08-26T00:39:11.047Z | Aug 26 00:39:09.319INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6528 | 2026-08-26T00:39:11.047Z | DEBGAug 26 00:39:09.319DEBG INFO 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 26 00:39:09.319replacing 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 } }] |
| 6529 | 2026-08-26T00:39:11.047Z | |
| 6530 | 2026-08-26T00:39:11.047Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6531 | 2026-08-26T00:39:11.047Z | DEBG Aug 26 00:39:09.319replacing 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 26 00:39:09.319 |
| 6532 | 2026-08-26T00:39:11.047Z | INFOAug 26 00:39:09.319 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 6533 | 2026-08-26T00:39:11.047Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6534 | 2026-08-26T00:39:11.047Z | 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 26 00:39:09.319Aug 26 00:39:09.319 |
| 6535 | 2026-08-26T00:39:11.047Z | INFODEBG Aug 26 00:39:09.319adding route 3fff:beef:1::/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 } }] |
| 6536 | 2026-08-26T00:39:11.047Z | |
| 6537 | 2026-08-26T00:39:11.047Z | DEBGAug 26 00:39:09.319 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 } }]INFOAug 26 00:39:09.319 Aug 26 00:39:09.319 |
| 6538 | 2026-08-26T00:39:11.047Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6539 | 2026-08-26T00:39:11.047Z | DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6540 | 2026-08-26T00:39:11.047Z | |
| 6541 | 2026-08-26T00:39:11.047Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 DEBGAug 26 00:39:09.319INFO DEBGAug 26 00:39:09.319replacing 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 } }] |
| 6542 | 2026-08-26T00:39:11.047Z | adding route 3fff:beef:10::/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 } }]INFO |
| 6543 | 2026-08-26T00:39:11.048Z | |
| 6544 | 2026-08-26T00:39:11.048Z | Aug 26 00:39:09.319adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6545 | 2026-08-26T00:39:11.048Z | Aug 26 00:39:09.319Aug 26 00:39:09.319INFO DEBGAug 26 00:39:09.319 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 } }] DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6546 | 2026-08-26T00:39:11.048Z | adding route 3fff:beef:26::/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 } }] |
| 6547 | 2026-08-26T00:39:11.048Z | |
| 6548 | 2026-08-26T00:39:11.048Z | |
| 6549 | 2026-08-26T00:39:11.048Z | Aug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319 INFODEBG Aug 26 00:39:09.319 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/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 } }] |
| 6550 | 2026-08-26T00:39:11.048Z | |
| 6551 | 2026-08-26T00:39:11.048Z | |
| 6552 | 2026-08-26T00:39:11.048Z | |
| 6553 | 2026-08-26T00:39:11.048Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 DEBGDEBGAug 26 00:39:09.319INFO 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 } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6554 | 2026-08-26T00:39:11.048Z | |
| 6555 | 2026-08-26T00:39:11.048Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6556 | 2026-08-26T00:39:11.048Z | |
| 6557 | 2026-08-26T00:39:11.048Z | Aug 26 00:39:09.319 Aug 26 00:39:09.319INFOAug 26 00:39:09.319 Aug 26 00:39:09.319 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGINFO |
| 6558 | 2026-08-26T00:39:11.048Z | DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6559 | 2026-08-26T00:39:11.048Z | |
| 6560 | 2026-08-26T00:39:11.048Z | Aug 26 00:39:09.319 |
| 6561 | 2026-08-26T00:39:11.048Z | 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 } }]Aug 26 00:39:09.319 |
| 6562 | 2026-08-26T00:39:11.049Z | Aug 26 00:39:09.319Aug 26 00:39:09.319DEBG INFOAug 26 00:39:09.319 INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6563 | 2026-08-26T00:39:11.049Z | Aug 26 00:39:09.319 |
| 6564 | 2026-08-26T00:39:11.049Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6565 | 2026-08-26T00:39:11.049Z | INFOcreated new freemap Aug 26 00:39:09.319adding route 3fff:beef:13::/64 -> 2001:db8::55:ff , |
| 6566 | 2026-08-26T00:39:11.049Z | unitAug 26 00:39:09.319:Aug 26 00:39:09.319 Aug 26 00:39:09.319freemap_route_ipv4DEBGDEBG |
| 6567 | 2026-08-26T00:39:11.049Z | DEBG INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6568 | 2026-08-26T00:39:11.049Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 26 00:39:09.319adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6569 | 2026-08-26T00:39:11.049Z | DEBG |
| 6570 | 2026-08-26T00:39:11.049Z | |
| 6571 | 2026-08-26T00:39:11.049Z | created new freemapAug 26 00:39:09.319 Aug 26 00:39:09.319INFO , INFO unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff : |
| 6572 | 2026-08-26T00:39:11.049Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6573 | 2026-08-26T00:39:11.049Z | Aug 26 00:39:09.319 freemap_route_ipv6INFO |
| 6574 | 2026-08-26T00:39:11.049Z | Aug 26 00:39:09.319adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 DEBG |
| 6575 | 2026-08-26T00:39:11.049Z | 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 26 00:39:09.319Aug 26 00:39:09.319 |
| 6576 | 2026-08-26T00:39:11.049Z | DEBGDEBGDEBGAug 26 00:39:09.319 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 } }]initted freemap. size: 64 |
| 6577 | 2026-08-26T00:39:11.049Z | , unitDEBG 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 } }]: |
| 6578 | 2026-08-26T00:39:11.049Z | Aug 26 00:39:09.319 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 26 00:39:09.319 |
| 6579 | 2026-08-26T00:39:11.049Z | Aug 26 00:39:09.319 INFO |
| 6580 | 2026-08-26T00:39:11.049Z | INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 |
| 6581 | 2026-08-26T00:39:11.050Z | |
| 6582 | 2026-08-26T00:39:11.050Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG Aug 26 00:39:09.319 |
| 6583 | 2026-08-26T00:39:11.050Z | Aug 26 00:39:09.319 INFOAug 26 00:39:09.319 reset freemap adding route 3fff:beef:15::/64 -> 2001:db8::55:ff, DEBGunitAug 26 00:39:09.319 |
| 6584 | 2026-08-26T00:39:11.050Z | :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 } }] DEBGfreemap_route_ipv4 |
| 6585 | 2026-08-26T00:39:11.050Z | DEBGAug 26 00:39:09.319 |
| 6586 | 2026-08-26T00:39:11.050Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6587 | 2026-08-26T00:39:11.050Z | |
| 6588 | 2026-08-26T00:39:11.050Z | DEBG Aug 26 00:39:09.319replacing 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 26 00:39:09.319DEBG |
| 6589 | 2026-08-26T00:39:11.050Z | INFOAug 26 00:39:09.319 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 6590 | 2026-08-26T00:39:11.050Z | initted freemap. size: 64 Aug 26 00:39:09.319Aug 26 00:39:09.319 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, |
| 6591 | 2026-08-26T00:39:11.050Z | Aug 26 00:39:09.319unit: INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 |
| 6592 | 2026-08-26T00:39:11.050Z | DEBGDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing 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 } }] |
| 6593 | 2026-08-26T00:39:11.050Z | Aug 26 00:39:09.319 |
| 6594 | 2026-08-26T00:39:11.050Z | |
| 6595 | 2026-08-26T00:39:11.050Z | 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 } }] |
| 6596 | 2026-08-26T00:39:11.050Z | DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319 |
| 6597 | 2026-08-26T00:39:11.050Z | DEBGINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff reset freemap |
| 6598 | 2026-08-26T00:39:11.050Z | Aug 26 00:39:09.319, unitINFOAug 26 00:39:09.319DEBG: 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:2c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6599 | 2026-08-26T00:39:11.050Z | INFO |
| 6600 | 2026-08-26T00:39:11.051Z | |
| 6601 | 2026-08-26T00:39:11.051Z | Aug 26 00:39:09.319 Aug 26 00:39:09.319Aug 26 00:39:09.319adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:39:09.319DEBG |
| 6602 | 2026-08-26T00:39:11.056Z | 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 } }] |
| 6603 | 2026-08-26T00:39:11.056Z | 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 } }] |
| 6604 | 2026-08-26T00:39:11.056Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6605 | 2026-08-26T00:39:11.056Z | Aug 26 00:39:09.319adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 26 00:39:09.319INFO |
| 6606 | 2026-08-26T00:39:11.056Z | Aug 26 00:39:09.319 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBGDEBG |
| 6607 | 2026-08-26T00:39:11.056Z | 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:dead::/64 with: [NextHop { asic_port_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 26 00:39:09.319 |
| 6608 | 2026-08-26T00:39:11.056Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 |
| 6609 | 2026-08-26T00:39:11.056Z | DEBGDEBG Aug 26 00:39:09.319replacing 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 } }] |
| 6610 | 2026-08-26T00:39:11.056Z | Aug 26 00:39:09.319 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 } }]INFO |
| 6611 | 2026-08-26T00:39:11.056Z | INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 26 00:39:09.319 |
| 6612 | 2026-08-26T00:39:11.056Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6613 | 2026-08-26T00:39:11.056Z | |
| 6614 | 2026-08-26T00:39:11.056Z | Aug 26 00:39:09.319INFOAug 26 00:39:09.319 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 6615 | 2026-08-26T00:39:11.057Z | INFO Aug 26 00:39:09.319 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6616 | 2026-08-26T00:39:11.057Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6617 | 2026-08-26T00:39:11.057Z | Aug 26 00:39:09.319 Aug 26 00:39:09.319DEBGAug 26 00:39:09.319replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6618 | 2026-08-26T00:39:11.057Z | Aug 26 00:39:09.319 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6619 | 2026-08-26T00:39:11.057Z | |
| 6620 | 2026-08-26T00:39:11.057Z | INFO Aug 26 00:39:09.319 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 6621 | 2026-08-26T00:39:11.057Z | Aug 26 00:39:09.319adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 INFO |
| 6622 | 2026-08-26T00:39:11.057Z | INFO Aug 26 00:39:09.319adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6623 | 2026-08-26T00:39:11.057Z | DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6624 | 2026-08-26T00:39:11.057Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.319 |
| 6625 | 2026-08-26T00:39:11.057Z | Aug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6626 | 2026-08-26T00:39:11.057Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6627 | 2026-08-26T00:39:11.057Z | adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 6628 | 2026-08-26T00:39:11.057Z | |
| 6629 | 2026-08-26T00:39:11.057Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319Aug 26 00:39:09.319INFO DEBGINFO 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6630 | 2026-08-26T00:39:11.057Z | |
| 6631 | 2026-08-26T00:39:11.057Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 6632 | 2026-08-26T00:39:11.057Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 DEBGAug 26 00:39:09.319adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBGDEBG |
| 6633 | 2026-08-26T00:39:11.058Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6634 | 2026-08-26T00:39:11.058Z | |
| 6635 | 2026-08-26T00:39:11.058Z | 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 26 00:39:09.319 |
| 6636 | 2026-08-26T00:39:11.058Z | Aug 26 00:39:09.319DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.319 |
| 6637 | 2026-08-26T00:39:11.058Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 6638 | 2026-08-26T00:39:11.058Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 |
| 6639 | 2026-08-26T00:39:11.058Z | INFOAug 26 00:39:09.319 Aug 26 00:39:09.319 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6640 | 2026-08-26T00:39:11.058Z | |
| 6641 | 2026-08-26T00:39:11.058Z | 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 } }] |
| 6642 | 2026-08-26T00:39:11.058Z | Aug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319 INFO DEBGINFO adding route 3fff:beef:31::/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 } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6643 | 2026-08-26T00:39:11.058Z | |
| 6644 | 2026-08-26T00:39:11.058Z | |
| 6645 | 2026-08-26T00:39:11.058Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 INFO 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 } }] |
| 6646 | 2026-08-26T00:39:11.058Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6647 | 2026-08-26T00:39:11.058Z | |
| 6648 | 2026-08-26T00:39:11.058Z | Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6649 | 2026-08-26T00:39:11.058Z | |
| 6650 | 2026-08-26T00:39:11.058Z | 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 } }] |
| 6651 | 2026-08-26T00:39:11.058Z | Aug 26 00:39:09.320Aug 26 00:39:09.320 Aug 26 00:39:09.320 DEBGINFO DEBGadding route 3fff:beef:f::/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 } }] |
| 6652 | 2026-08-26T00:39:11.059Z | 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 } }] |
| 6653 | 2026-08-26T00:39:11.059Z | |
| 6654 | 2026-08-26T00:39:11.059Z | Aug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 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:25::/64 -> 2001:db8::55:ff |
| 6655 | 2026-08-26T00:39:11.059Z | |
| 6656 | 2026-08-26T00:39:11.059Z | INFO Aug 26 00:39:09.320adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 |
| 6657 | 2026-08-26T00:39:11.059Z | INFODEBG Aug 26 00:39:09.320adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6658 | 2026-08-26T00:39:11.059Z | DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6659 | 2026-08-26T00:39:11.059Z | 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 } }] |
| 6660 | 2026-08-26T00:39:11.059Z | Aug 26 00:39:09.320 Aug 26 00:39:09.320DEBG Aug 26 00:39:09.320 INFOINFO 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:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6661 | 2026-08-26T00:39:11.059Z | |
| 6662 | 2026-08-26T00:39:11.059Z | |
| 6663 | 2026-08-26T00:39:11.059Z | Aug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 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 } }]INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6664 | 2026-08-26T00:39:11.059Z | |
| 6665 | 2026-08-26T00:39:11.059Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6666 | 2026-08-26T00:39:11.059Z | Aug 26 00:39:09.320Aug 26 00:39:09.320 INFODEBGAug 26 00:39:09.320 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:35::/64 -> 2001:db8::55:ffINFO |
| 6667 | 2026-08-26T00:39:11.059Z | |
| 6668 | 2026-08-26T00:39:11.059Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6669 | 2026-08-26T00:39:11.059Z | Aug 26 00:39:09.320 Aug 26 00:39:09.320DEBG INFOAug 26 00:39:09.320 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:12::/64 -> 2001:db8::55:ff |
| 6670 | 2026-08-26T00:39:11.059Z | DEBG |
| 6671 | 2026-08-26T00:39:11.059Z | 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 } }] |
| 6672 | 2026-08-26T00:39:11.060Z | Aug 26 00:39:09.320 Aug 26 00:39:09.320Aug 26 00:39:09.320DEBG INFOINFO adding route 3fff:beef:36::/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 } }] |
| 6673 | 2026-08-26T00:39:11.060Z | |
| 6674 | 2026-08-26T00:39:11.060Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6675 | 2026-08-26T00:39:11.060Z | Aug 26 00:39:09.320 Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBGINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6676 | 2026-08-26T00:39:11.060Z | |
| 6677 | 2026-08-26T00:39:11.060Z | 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 } }] |
| 6678 | 2026-08-26T00:39:11.060Z | Aug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 INFODEBG INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6679 | 2026-08-26T00:39:11.060Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6680 | 2026-08-26T00:39:11.060Z | |
| 6681 | 2026-08-26T00:39:11.060Z | Aug 26 00:39:09.320 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 26 00:39:09.320Aug 26 00:39:09.320 |
| 6682 | 2026-08-26T00:39:11.060Z | DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6683 | 2026-08-26T00:39:11.060Z | Aug 26 00:39:09.320 |
| 6684 | 2026-08-26T00:39:11.060Z | INFOAug 26 00:39:09.320 Aug 26 00:39:09.320adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 6685 | 2026-08-26T00:39:11.060Z | DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6686 | 2026-08-26T00:39:11.060Z | 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 } }] |
| 6687 | 2026-08-26T00:39:11.060Z | Aug 26 00:39:09.320 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 26 00:39:09.320 |
| 6688 | 2026-08-26T00:39:11.060Z | 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 26 00:39:09.320 DEBG |
| 6689 | 2026-08-26T00:39:11.060Z | 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 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6690 | 2026-08-26T00:39:11.060Z | Aug 26 00:39:09.320 |
| 6691 | 2026-08-26T00:39:11.061Z | Aug 26 00:39:09.320INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 Aug 26 00:39:09.320 |
| 6692 | 2026-08-26T00:39:11.061Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6693 | 2026-08-26T00:39:11.061Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6694 | 2026-08-26T00:39:11.061Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 |
| 6695 | 2026-08-26T00:39:11.061Z | Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBGINFO 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 } }] |
| 6696 | 2026-08-26T00:39:11.061Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 26 00:39:09.320replacing 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 } }] |
| 6697 | 2026-08-26T00:39:11.061Z | |
| 6698 | 2026-08-26T00:39:11.061Z | DEBG Aug 26 00:39:09.320replacing 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 } }] |
| 6699 | 2026-08-26T00:39:11.061Z | INFOAug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBG INFO 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:3a::/64 -> 2001:db8::55:ff |
| 6700 | 2026-08-26T00:39:11.061Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 6701 | 2026-08-26T00:39:11.061Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6702 | 2026-08-26T00:39:11.066Z | |
| 6703 | 2026-08-26T00:39:11.067Z | Aug 26 00:39:09.320Aug 26 00:39:09.320 INFODEBGAug 26 00:39:09.320 Aug 26 00:39:09.320replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-26T00:39:11.067Z | |
| 6705 | 2026-08-26T00:39:11.067Z | 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 } }]Aug 26 00:39:09.320 |
| 6706 | 2026-08-26T00:39:11.067Z | Aug 26 00:39:09.320replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6707 | 2026-08-26T00:39:11.067Z | 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 26 00:39:09.320adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6708 | 2026-08-26T00:39:11.067Z | |
| 6709 | 2026-08-26T00:39:11.067Z | Aug 26 00:39:09.320INFO INFOAug 26 00:39:09.320 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 |
| 6710 | 2026-08-26T00:39:11.067Z | INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6711 | 2026-08-26T00:39:11.067Z | DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6712 | 2026-08-26T00:39:11.067Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320 |
| 6713 | 2026-08-26T00:39:11.067Z | Aug 26 00:39:09.320DEBG DEBG Aug 26 00:39:09.320Aug 26 00:39:09.320 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 } }] 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 } }] |
| 6714 | 2026-08-26T00:39:11.067Z | |
| 6715 | 2026-08-26T00:39:11.067Z | 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:3c::/64 -> 2001:db8::55:ff |
| 6716 | 2026-08-26T00:39:11.068Z | |
| 6717 | 2026-08-26T00:39:11.068Z | Aug 26 00:39:09.320Aug 26 00:39:09.320 Aug 26 00:39:09.320INFOINFOAug 26 00:39:09.320 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG |
| 6718 | 2026-08-26T00:39:11.068Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6719 | 2026-08-26T00:39:11.068Z | 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 } }] |
| 6720 | 2026-08-26T00:39:11.068Z | |
| 6721 | 2026-08-26T00:39:11.068Z | Aug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBGAug 26 00:39:09.320INFO 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:3d::/64 -> 2001:db8::55:ff |
| 6722 | 2026-08-26T00:39:11.068Z | |
| 6723 | 2026-08-26T00:39:11.068Z | DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:39:09.320replacing 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 26 00:39:09.320 |
| 6724 | 2026-08-26T00:39:11.068Z | |
| 6725 | 2026-08-26T00:39:11.068Z | INFO Aug 26 00:39:09.320adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 |
| 6726 | 2026-08-26T00:39:11.068Z | INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6727 | 2026-08-26T00:39:11.068Z | 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 26 00:39:09.320 |
| 6728 | 2026-08-26T00:39:11.068Z | DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320 |
| 6729 | 2026-08-26T00:39:11.068Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 6730 | 2026-08-26T00:39:11.068Z | Aug 26 00:39:09.320 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 } }] |
| 6731 | 2026-08-26T00:39:11.068Z | Aug 26 00:39:09.320INFO INFO Aug 26 00:39:09.320adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 |
| 6732 | 2026-08-26T00:39:11.068Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6733 | 2026-08-26T00:39:11.069Z | INFO DEBG adding route 3fff:beef:1b::/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 } }] |
| 6734 | 2026-08-26T00:39:11.069Z | Aug 26 00:39:09.320Aug 26 00:39:09.320 |
| 6735 | 2026-08-26T00:39:11.069Z | DEBG DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:39:09.320Aug 26 00:39:09.320replacing 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 } }] |
| 6736 | 2026-08-26T00:39:11.069Z | INFO |
| 6737 | 2026-08-26T00:39:11.069Z | DEBG Aug 26 00:39:09.320adding route 3fff:beef:1e::/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 } }]INFO |
| 6738 | 2026-08-26T00:39:11.069Z | |
| 6739 | 2026-08-26T00:39:11.069Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 |
| 6740 | 2026-08-26T00:39:11.069Z | Aug 26 00:39:09.320 INFOINFOAug 26 00:39:09.320 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6741 | 2026-08-26T00:39:11.069Z | |
| 6742 | 2026-08-26T00:39:11.069Z | DEBGAug 26 00:39:09.320 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 } }] |
| 6743 | 2026-08-26T00:39:11.069Z | DEBG Aug 26 00:39:09.320replacing 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 } }]Aug 26 00:39:09.320 DEBGAug 26 00:39:09.320DEBG |
| 6744 | 2026-08-26T00:39:11.069Z | 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:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6745 | 2026-08-26T00:39:11.069Z | |
| 6746 | 2026-08-26T00:39:11.070Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6747 | 2026-08-26T00:39:11.070Z | Aug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 INFO DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 26 00:39:09.320 |
| 6748 | 2026-08-26T00:39:11.070Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6749 | 2026-08-26T00:39:11.070Z | |
| 6750 | 2026-08-26T00:39:11.070Z | DEBG Aug 26 00:39:09.320Aug 26 00:39:09.320replacing 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 } }] |
| 6751 | 2026-08-26T00:39:11.070Z | Aug 26 00:39:09.320DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGDEBG Aug 26 00:39:09.320 |
| 6752 | 2026-08-26T00:39:11.070Z | 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 } }] |
| 6753 | 2026-08-26T00:39:11.070Z | INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6754 | 2026-08-26T00:39:11.070Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 26 00:39:09.320Aug 26 00:39:09.320 |
| 6755 | 2026-08-26T00:39:11.070Z | Aug 26 00:39:09.320DEBG INFO INFO failed to allocate space for the new target listadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6756 | 2026-08-26T00:39:11.070Z | Aug 26 00:39:09.320 |
| 6757 | 2026-08-26T00:39:11.070Z | |
| 6758 | 2026-08-26T00:39:11.070Z | DEBG Aug 26 00:39:09.320replacing 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 } }] |
| 6759 | 2026-08-26T00:39:11.070Z | Aug 26 00:39:09.320DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6760 | 2026-08-26T00:39:11.070Z | 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 26 00:39:09.320 |
| 6761 | 2026-08-26T00:39:11.070Z | INFO Aug 26 00:39:09.320adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 26 00:39:09.320INFO |
| 6762 | 2026-08-26T00:39:11.070Z | INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6763 | 2026-08-26T00:39:11.071Z | Aug 26 00:39:09.320adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6764 | 2026-08-26T00:39:11.071Z | DEBGAug 26 00:39:09.320 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 26 00:39:09.320 |
| 6765 | 2026-08-26T00:39:11.071Z | DEBG 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 } }] |
| 6766 | 2026-08-26T00:39:11.071Z | 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 26 00:39:09.320 INFO Aug 26 00:39:09.320adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6767 | 2026-08-26T00:39:11.071Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6768 | 2026-08-26T00:39:11.071Z | Aug 26 00:39:09.320 DEBG Aug 26 00:39:09.320 |
| 6769 | 2026-08-26T00:39:11.071Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6770 | 2026-08-26T00:39:11.071Z | 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 26 00:39:09.320 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-26T00:39:11.071Z | Aug 26 00:39:09.320 DEBGAug 26 00:39:09.321 created new freemapDEBG, unitreplacing 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 } }]: |
| 6772 | 2026-08-26T00:39:11.071Z | freemap_route_ipv4 |
| 6773 | 2026-08-26T00:39:11.071Z | Aug 26 00:39:09.321 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6774 | 2026-08-26T00:39:11.071Z | Aug 26 00:39:09.321 DEBG created new freemapAug 26 00:39:09.321, unitDEBG: 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_ipv6 |
| 6775 | 2026-08-26T00:39:11.071Z | |
| 6776 | 2026-08-26T00:39:11.072Z | Aug 26 00:39:09.321Aug 26 00:39:09.321 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6777 | 2026-08-26T00:39:11.072Z | , unit: freemap_route_ipv4Aug 26 00:39:09.321 |
| 6778 | 2026-08-26T00:39:11.072Z | 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 } }] |
| 6779 | 2026-08-26T00:39:11.072Z | Aug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO reset freemapadding route 3fff:beef:38::/64 -> 2001:db8::55:ff, |
| 6780 | 2026-08-26T00:39:11.072Z | unit: freemap_route_ipv4 |
| 6781 | 2026-08-26T00:39:11.072Z | Aug 26 00:39:09.321Aug 26 00:39:09.320 Aug 26 00:39:09.321 INFODEBGDEBG Aug 26 00:39:09.321 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 } }]DEBGinitted freemap. size: 64 , |
| 6782 | 2026-08-26T00:39:11.072Z | created new freemapunitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff, :unit |
| 6783 | 2026-08-26T00:39:11.072Z | Aug 26 00:39:09.321freemap_route_ipv6 : |
| 6784 | 2026-08-26T00:39:11.072Z | INFOfreemap_route_ipv4 |
| 6785 | 2026-08-26T00:39:11.072Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6786 | 2026-08-26T00:39:11.072Z | Aug 26 00:39:09.321 DEBG reset freemapAug 26 00:39:09.321 Aug 26 00:39:09.321, DEBGDEBGAug 26 00:39:09.321 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 } }]created new freemapunit |
| 6787 | 2026-08-26T00:39:11.072Z | : , unitfreemap_route_ipv6: |
| 6788 | 2026-08-26T00:39:11.072Z | Aug 26 00:39:09.321 freemap_route_ipv6DEBG |
| 6789 | 2026-08-26T00:39:11.072Z | 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 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 26 00:39:09.321 |
| 6790 | 2026-08-26T00:39:11.072Z | |
| 6791 | 2026-08-26T00:39:11.072Z | Aug 26 00:39:09.321INFO DEBGAug 26 00:39:09.321adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.321 INFODEBG |
| 6792 | 2026-08-26T00:39:11.073Z | adding route 3fff:beef:24::/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 } }] |
| 6793 | 2026-08-26T00:39:11.073Z | |
| 6794 | 2026-08-26T00:39:11.073Z | initted freemap. size: 64Aug 26 00:39:09.321, unitDEBG:Aug 26 00:39:09.321Aug 26 00:39:09.321 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6795 | 2026-08-26T00:39:11.073Z | DEBGfreemap_route_ipv4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6796 | 2026-08-26T00:39:11.073Z | |
| 6797 | 2026-08-26T00:39:11.073Z | 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 26 00:39:09.321 INFOAug 26 00:39:09.321 Aug 26 00:39:09.321adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6798 | 2026-08-26T00:39:11.073Z | |
| 6799 | 2026-08-26T00:39:11.073Z | DEBGDEBG 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 } }] |
| 6800 | 2026-08-26T00:39:11.073Z | reset freemap, Aug 26 00:39:09.321Aug 26 00:39:09.321 unitDEBGAug 26 00:39:09.321 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 } }] INFO |
| 6801 | 2026-08-26T00:39:11.073Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6802 | 2026-08-26T00:39:11.079Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6803 | 2026-08-26T00:39:11.079Z | |
| 6804 | 2026-08-26T00:39:11.079Z | Aug 26 00:39:09.321Aug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO Aug 26 00:39:09.321replacing 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::/64 -> 2001:db8::55:ff |
| 6805 | 2026-08-26T00:39:11.079Z | |
| 6806 | 2026-08-26T00:39:11.079Z | DEBGDEBG Aug 26 00:39:09.321initted 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 } }]Aug 26 00:39:09.321 , |
| 6807 | 2026-08-26T00:39:11.079Z | 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 } }]unitINFO |
| 6808 | 2026-08-26T00:39:11.079Z | Aug 26 00:39:09.321: adding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG |
| 6809 | 2026-08-26T00:39:11.079Z | Aug 26 00:39:09.321failed to allocate space for the new target listfreemap_route_ipv6 |
| 6810 | 2026-08-26T00:39:11.079Z | |
| 6811 | 2026-08-26T00:39:11.079Z | INFO Aug 26 00:39:09.321adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:39:09.321 |
| 6812 | 2026-08-26T00:39:11.079Z | Aug 26 00:39:09.321DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 DEBG |
| 6813 | 2026-08-26T00:39:11.080Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapAug 26 00:39:09.321, |
| 6814 | 2026-08-26T00:39:11.080Z | unit : DEBGfreemap_route_ipv6 |
| 6815 | 2026-08-26T00:39:11.080Z | 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 26 00:39:09.321 |
| 6816 | 2026-08-26T00:39:11.080Z | INFOAug 26 00:39:09.321 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 26 00:39:09.321 |
| 6817 | 2026-08-26T00:39:11.080Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 6818 | 2026-08-26T00:39:11.080Z | Aug 26 00:39:09.321Aug 26 00:39:09.321 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:2::/64 -> 2001:db8::55:ff |
| 6819 | 2026-08-26T00:39:11.080Z | |
| 6820 | 2026-08-26T00:39:11.080Z | |
| 6821 | 2026-08-26T00:39:11.080Z | Aug 26 00:39:09.320Aug 26 00:39:09.321Aug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO INFOcreated new freemapDEBG , adding route 172.17.0.0/32 -> 10.0.0.255unitreplacing 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 } }]: |
| 6822 | 2026-08-26T00:39:11.080Z | |
| 6823 | 2026-08-26T00:39:11.080Z | freemap_route_ipv4adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6824 | 2026-08-26T00:39:11.080Z | |
| 6825 | 2026-08-26T00:39:11.080Z | Aug 26 00:39:09.321Aug 26 00:39:09.321 Aug 26 00:39:09.321DEBGINFO DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff created new freemap |
| 6826 | 2026-08-26T00:39:11.080Z | , |
| 6827 | 2026-08-26T00:39:11.080Z | unit: Aug 26 00:39:09.321freemap_route_ipv6 |
| 6828 | 2026-08-26T00:39:11.081Z | Aug 26 00:39:09.321DEBG 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 } }] |
| 6829 | 2026-08-26T00:39:11.081Z | 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 26 00:39:09.321Aug 26 00:39:09.321 |
| 6830 | 2026-08-26T00:39:11.081Z | INFO DEBGAug 26 00:39:09.321 adding route 172.17.0.1/32 -> 10.0.0.255 initted freemap. size: 64INFO, |
| 6831 | 2026-08-26T00:39:11.081Z | unitAug 26 00:39:09.321: adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6832 | 2026-08-26T00:39:11.081Z | INFO |
| 6833 | 2026-08-26T00:39:11.081Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:39:09.321 |
| 6834 | 2026-08-26T00:39:11.081Z | DEBGAug 26 00:39:09.321 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 |
| 6835 | 2026-08-26T00:39:11.081Z | Aug 26 00:39:09.321 reset freemapDEBGAug 26 00:39:09.321Aug 26 00:39:09.321 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 } }]INFO unit |
| 6836 | 2026-08-26T00:39:11.081Z | adding route 172.17.0.2/32 -> 10.0.0.255: |
| 6837 | 2026-08-26T00:39:11.081Z | 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 } }] |
| 6838 | 2026-08-26T00:39:11.081Z | freemap_route_ipv4 |
| 6839 | 2026-08-26T00:39:11.081Z | Aug 26 00:39:09.321 Aug 26 00:39:09.321Aug 26 00:39:09.321INFO DEBGDEBG initted freemap. size: 64Aug 26 00:39:09.321 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 } }], unit |
| 6840 | 2026-08-26T00:39:11.081Z | INFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6841 | 2026-08-26T00:39:11.081Z | freemap_route_ipv6 |
| 6842 | 2026-08-26T00:39:11.081Z | |
| 6843 | 2026-08-26T00:39:11.081Z | Aug 26 00:39:09.321 INFOAug 26 00:39:09.321 Aug 26 00:39:09.321Aug 26 00:39:09.321DEBG DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 6844 | 2026-08-26T00:39:11.081Z | |
| 6845 | 2026-08-26T00:39:11.081Z | 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 } }] |
| 6846 | 2026-08-26T00:39:11.082Z | reset freemap, Aug 26 00:39:09.321unit Aug 26 00:39:09.321:INFO DEBGfreemap_route_ipv6 |
| 6847 | 2026-08-26T00:39:11.082Z | 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 } }] |
| 6848 | 2026-08-26T00:39:11.082Z | Aug 26 00:39:09.321adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 26 00:39:09.321INFO INFOAug 26 00:39:09.321 |
| 6849 | 2026-08-26T00:39:11.082Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 6850 | 2026-08-26T00:39:11.082Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.4/32 -> 10.0.0.255 |
| 6851 | 2026-08-26T00:39:11.082Z | Aug 26 00:39:09.321 |
| 6852 | 2026-08-26T00:39:11.082Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.321 |
| 6853 | 2026-08-26T00:39:11.082Z | Aug 26 00:39:09.321DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 26 00:39:09.321Aug 26 00:39:09.321 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 |
| 6854 | 2026-08-26T00:39:11.082Z | |
| 6855 | 2026-08-26T00:39:11.082Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6856 | 2026-08-26T00:39:11.082Z | 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 } }] |
| 6857 | 2026-08-26T00:39:11.082Z | Aug 26 00:39:09.321Aug 26 00:39:09.321Aug 26 00:39:09.321 INFOINFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 6858 | 2026-08-26T00:39:11.082Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 26 00:39:09.321adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6859 | 2026-08-26T00:39:11.082Z | DEBG |
| 6860 | 2026-08-26T00:39:11.082Z | 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 26 00:39:09.321 |
| 6861 | 2026-08-26T00:39:11.082Z | Aug 26 00:39:09.321DEBG 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 |
| 6862 | 2026-08-26T00:39:11.082Z | Aug 26 00:39:09.321 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.321 |
| 6863 | 2026-08-26T00:39:11.083Z | INFO Aug 26 00:39:09.321 DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 26 00:39:09.321 |
| 6864 | 2026-08-26T00:39:11.083Z | test route::tests::identity_replace_is_noop ... ok |
| 6865 | 2026-08-26T00:39:11.083Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6866 | 2026-08-26T00:39:11.083Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6867 | 2026-08-26T00:39:11.083Z | |
| 6868 | 2026-08-26T00:39:11.083Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 6869 | 2026-08-26T00:39:11.083Z | Aug 26 00:39:09.321 Aug 26 00:39:09.321INFO Aug 26 00:39:09.321 adding route 172.17.0.6/32 -> 10.0.0.255DEBGDEBG |
| 6870 | 2026-08-26T00:39:11.083Z | 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 26 00:39:09.321 |
| 6871 | 2026-08-26T00:39:11.083Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 6872 | 2026-08-26T00:39:11.083Z | Aug 26 00:39:09.321replacing 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 } }] |
| 6873 | 2026-08-26T00:39:11.083Z | Aug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6874 | 2026-08-26T00:39:11.083Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 6875 | 2026-08-26T00:39:11.083Z | Aug 26 00:39:09.321 |
| 6876 | 2026-08-26T00:39:11.083Z | DEBGAug 26 00:39:09.321 Aug 26 00:39:09.321replacing 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 26 00:39:09.321 |
| 6877 | 2026-08-26T00:39:11.083Z | INFOINFO DEBGAug 26 00:39:09.321adding route 172.17.0.7/32 -> 10.0.0.255 |
| 6878 | 2026-08-26T00:39:11.083Z | INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6879 | 2026-08-26T00:39:11.084Z | |
| 6880 | 2026-08-26T00:39:11.084Z | |
| 6881 | 2026-08-26T00:39:11.084Z | Aug 26 00:39:09.321 Aug 26 00:39:09.321DEBGAug 26 00:39:09.321 Aug 26 00:39:09.321 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG replacing targets for 3fff: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 } }] |
| 6882 | 2026-08-26T00:39:11.084Z | Aug 26 00:39:09.322Aug 26 00:39:09.322 DEBGAug 26 00:39:09.334 created new freemapDEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6883 | 2026-08-26T00:39:11.084Z | |
| 6884 | 2026-08-26T00:39:11.084Z | created new freemap, unit: Aug 26 00:39:09.334freemap_route_ipv4Aug 26 00:39:09.321 |
| 6885 | 2026-08-26T00:39:11.084Z | DEBGDEBG created new freemapreplacing 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 26 00:39:09.334unit :DEBG freemap_route_ipv4created new freemap |
| 6886 | 2026-08-26T00:39:11.084Z | |
| 6887 | 2026-08-26T00:39:11.084Z | , Aug 26 00:39:09.334unit :INFOAug 26 00:39:09.334 freemap_route_ipv6 |
| 6888 | 2026-08-26T00:39:11.084Z | Aug 26 00:39:09.334adding route 172.17.0.8/32 -> 10.0.0.255 INFODEBG created new freemap |
| 6889 | 2026-08-26T00:39:11.084Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff, unit |
| 6890 | 2026-08-26T00:39:11.084Z | Aug 26 00:39:09.334: freemap_route_ipv6Aug 26 00:39:09.334DEBGAug 26 00:39:09.334 |
| 6891 | 2026-08-26T00:39:11.084Z | 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 } }]initted freemap. size: 64 |
| 6892 | 2026-08-26T00:39:11.085Z | DEBG Aug 26 00:39:09.334replacing 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 26 00:39:09.334unit DEBGINFO: freemap_route_ipv4initted freemap. size: 64 |
| 6893 | 2026-08-26T00:39:11.085Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6894 | 2026-08-26T00:39:11.085Z | , unit |
| 6895 | 2026-08-26T00:39:11.085Z | :Aug 26 00:39:09.334Aug 26 00:39:09.334Aug 26 00:39:09.334 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255 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_ipv4 |
| 6896 | 2026-08-26T00:39:11.085Z | |
| 6897 | 2026-08-26T00:39:11.085Z | DEBGDEBG reset freemapreplacing 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 } }], |
| 6898 | 2026-08-26T00:39:11.085Z | unitAug 26 00:39:09.334Aug 26 00:39:09.334: INFOfreemap_route_ipv4 |
| 6899 | 2026-08-26T00:39:11.085Z | DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:39:09.335 reset freemap |
| 6900 | 2026-08-26T00:39:11.085Z | |
| 6901 | 2026-08-26T00:39:11.085Z | , unitAug 26 00:39:09.335: Aug 26 00:39:09.335INFODEBG DEBGfreemap_route_ipv4initted freemap. size: 64 |
| 6902 | 2026-08-26T00:39:11.091Z | , 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 |
| 6903 | 2026-08-26T00:39:11.091Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff: freemap_route_ipv6 |
| 6904 | 2026-08-26T00:39:11.091Z | |
| 6905 | 2026-08-26T00:39:11.091Z | Aug 26 00:39:09.335 Aug 26 00:39:09.335Aug 26 00:39:09.335Aug 26 00:39:09.335 DEBGDEBG INFODEBGAug 26 00:39:09.335 initted freemap. size: 64reset freemap , , 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 } }]unitadding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit: |
| 6906 | 2026-08-26T00:39:11.091Z | :freemap_route_ipv6 |
| 6907 | 2026-08-26T00:39:11.091Z | DEBG |
| 6908 | 2026-08-26T00:39:11.091Z | Aug 26 00:39:09.335 freemap_route_ipv6 Aug 26 00:39:09.335replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6909 | 2026-08-26T00:39:11.091Z | 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 } }]Aug 26 00:39:09.335 |
| 6910 | 2026-08-26T00:39:11.091Z | INFOadding route 172.17.0.10/32 -> 10.0.0.255Aug 26 00:39:09.335 |
| 6911 | 2026-08-26T00:39:11.091Z | Aug 26 00:39:09.335 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGINFO |
| 6912 | 2026-08-26T00:39:11.091Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreset freemapAug 26 00:39:09.335 |
| 6913 | 2026-08-26T00:39:11.091Z | DEBGAug 26 00:39:09.335, |
| 6914 | 2026-08-26T00:39:11.091Z | 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 } }]Aug 26 00:39:09.335: |
| 6915 | 2026-08-26T00:39:11.091Z | DEBG freemap_route_ipv6replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6916 | 2026-08-26T00:39:11.092Z | |
| 6917 | 2026-08-26T00:39:11.092Z | |
| 6918 | 2026-08-26T00:39:11.092Z | Aug 26 00:39:09.335 Aug 26 00:39:09.335INFO DEBG Aug 26 00:39:09.335Aug 26 00:39:09.335adding route 3fff:beef:c::/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 } }]Aug 26 00:39:09.335 |
| 6919 | 2026-08-26T00:39:11.092Z | |
| 6920 | 2026-08-26T00:39:11.092Z | INFO INFOINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 26 00:39:09.335adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6921 | 2026-08-26T00:39:11.092Z | |
| 6922 | 2026-08-26T00:39:11.092Z | DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 6923 | 2026-08-26T00:39:11.092Z | 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 26 00:39:09.335 |
| 6924 | 2026-08-26T00:39:11.092Z | DEBGAug 26 00:39:09.335 Aug 26 00:39:09.335replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6925 | 2026-08-26T00:39:11.092Z | DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6926 | 2026-08-26T00:39:11.092Z | 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 26 00:39:09.335 |
| 6927 | 2026-08-26T00:39:11.092Z | INFOAug 26 00:39:09.335Aug 26 00:39:09.335 Aug 26 00:39:09.335 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 6928 | 2026-08-26T00:39:11.092Z | adding route 172.17.0.12/32 -> 10.0.0.255INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6929 | 2026-08-26T00:39:11.092Z | Aug 26 00:39:09.335 |
| 6930 | 2026-08-26T00:39:11.093Z | |
| 6931 | 2026-08-26T00:39:11.093Z | DEBG Aug 26 00:39:09.335Aug 26 00:39:09.335 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 26 00:39:09.335DEBGDEBG |
| 6932 | 2026-08-26T00:39:11.093Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6933 | 2026-08-26T00:39:11.093Z | 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 26 00:39:09.335 |
| 6934 | 2026-08-26T00:39:11.093Z | 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 } }] Aug 26 00:39:09.335 |
| 6935 | 2026-08-26T00:39:11.093Z | Aug 26 00:39:09.335 adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOINFO |
| 6936 | 2026-08-26T00:39:11.093Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 00:39:09.335adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6937 | 2026-08-26T00:39:11.093Z | |
| 6938 | 2026-08-26T00:39:11.093Z | INFO Aug 26 00:39:09.335adding route 172.17.0.13/32 -> 10.0.0.255 |
| 6939 | 2026-08-26T00:39:11.093Z | Aug 26 00:39:09.335DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGAug 26 00:39:09.335 Aug 26 00:39:09.335replacing 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 } }] |
| 6940 | 2026-08-26T00:39:11.093Z | |
| 6941 | 2026-08-26T00:39:11.093Z | DEBG DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.335replacing 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 } }] |
| 6942 | 2026-08-26T00:39:11.093Z | Aug 26 00:39:09.335INFO INFO |
| 6943 | 2026-08-26T00:39:11.093Z | Aug 26 00:39:09.335adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6944 | 2026-08-26T00:39:11.094Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 6945 | 2026-08-26T00:39:11.094Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 00:39:09.335Aug 26 00:39:09.335 |
| 6946 | 2026-08-26T00:39:11.094Z | 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 } }]Aug 26 00:39:09.335Aug 26 00:39:09.335INFO |
| 6947 | 2026-08-26T00:39:11.094Z | DEBGDEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.335 |
| 6948 | 2026-08-26T00:39:11.094Z | |
| 6949 | 2026-08-26T00:39:11.094Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6950 | 2026-08-26T00:39:11.094Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6951 | 2026-08-26T00:39:11.094Z | Aug 26 00:39:09.335Aug 26 00:39:09.335 |
| 6952 | 2026-08-26T00:39:11.094Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 26 00:39:09.335 |
| 6953 | 2026-08-26T00:39:11.094Z | Aug 26 00:39:09.335INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG Aug 26 00:39:09.335 |
| 6954 | 2026-08-26T00:39:11.094Z | 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 } }] |
| 6955 | 2026-08-26T00:39:11.094Z | WARNreplacing 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 } }] |
| 6956 | 2026-08-26T00:39:11.094Z | Aug 26 00:39:09.335shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:39:09.335 Aug 26 00:39:09.335DEBG |
| 6957 | 2026-08-26T00:39:11.094Z | Aug 26 00:39:09.335INFO INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 00:39:09.335replacing 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 } }] ERROadding route 172.17.0.15/32 -> 10.0.0.255 |
| 6958 | 2026-08-26T00:39:11.094Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6959 | 2026-08-26T00:39:11.094Z | |
| 6960 | 2026-08-26T00:39:11.094Z | |
| 6961 | 2026-08-26T00:39:11.095Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6962 | 2026-08-26T00:39:11.095Z | Aug 26 00:39:09.335Aug 26 00:39:09.335 INFODEBG |
| 6963 | 2026-08-26T00:39:11.095Z | Aug 26 00:39:09.335 Aug 26 00:39:09.335replacing 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 26 00:39:09.335 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6964 | 2026-08-26T00:39:11.095Z | ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG |
| 6965 | 2026-08-26T00:39:11.095Z | test route::tests::grow_succeeds ... ok |
| 6966 | 2026-08-26T00:39:11.095Z | 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 } }] |
| 6967 | 2026-08-26T00:39:11.095Z | 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 } }] |
| 6968 | 2026-08-26T00:39:11.095Z | |
| 6969 | 2026-08-26T00:39:11.095Z | Aug 26 00:39:09.335Aug 26 00:39:09.335 Aug 26 00:39:09.335INFO Aug 26 00:39:09.335INFODEBG INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/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 } }] |
| 6970 | 2026-08-26T00:39:11.095Z | |
| 6971 | 2026-08-26T00:39:11.095Z | |
| 6972 | 2026-08-26T00:39:11.095Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 6973 | 2026-08-26T00:39:11.095Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6974 | 2026-08-26T00:39:11.095Z | Aug 26 00:39:09.335Aug 26 00:39:09.335Aug 26 00:39:09.335 DEBGDEBGINFOAug 26 00:39:09.335 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 |
| 6975 | 2026-08-26T00:39:11.095Z | |
| 6976 | 2026-08-26T00:39:11.096Z | |
| 6977 | 2026-08-26T00:39:11.096Z | 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 } }] |
| 6978 | 2026-08-26T00:39:11.096Z | Aug 26 00:39:09.335Aug 26 00:39:09.335 , Aug 26 00:39:09.335unitINFOAug 26 00:39:09.335 :DEBG freemap_route_ipv4INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6979 | 2026-08-26T00:39:11.096Z | |
| 6980 | 2026-08-26T00:39:11.096Z | 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 } }] |
| 6981 | 2026-08-26T00:39:11.096Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 6982 | 2026-08-26T00:39:11.096Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 6983 | 2026-08-26T00:39:11.096Z | Aug 26 00:39:09.335Aug 26 00:39:09.335Aug 26 00:39:09.335 Aug 26 00:39:09.335INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBGDEBG |
| 6984 | 2026-08-26T00:39:11.096Z | 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 } }]created new freemapAug 26 00:39:09.335 |
| 6985 | 2026-08-26T00:39:11.096Z | , unit: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 26 00:39:09.335freemap_route_ipv6 |
| 6986 | 2026-08-26T00:39:11.096Z | Aug 26 00:39:09.335 |
| 6987 | 2026-08-26T00:39:11.096Z | DEBG INFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 26 00:39:09.335adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:39:09.335 |
| 6988 | 2026-08-26T00:39:11.096Z | |
| 6989 | 2026-08-26T00:39:11.096Z | DEBG INFOinitted freemap. size: 64 Aug 26 00:39:09.335 , DEBGunit adding route 3fff:beef:24::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 6990 | 2026-08-26T00:39:11.097Z | |
| 6991 | 2026-08-26T00:39:11.097Z | Aug 26 00:39:09.335 DEBG: freemap_route_ipv4 |
| 6992 | 2026-08-26T00:39:11.097Z | 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 } }] |
| 6993 | 2026-08-26T00:39:11.097Z | Aug 26 00:39:09.335Aug 26 00:39:09.335 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 26 00:39:09.335 |
| 6994 | 2026-08-26T00:39:11.097Z | DEBG DEBGDEBGreplacing 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 26 00:39:09.335 |
| 6995 | 2026-08-26T00:39:11.097Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 00:39:09.345Aug 26 00:39:09.335 DEBGINFO |
| 6996 | 2026-08-26T00:39:11.097Z | adding route 172.17.0.18/32 -> 10.0.0.255created new freemapAug 26 00:39:09.336 |
| 6997 | 2026-08-26T00:39:11.097Z | DEBG, created new freemapAug 26 00:39:09.345, unitunit: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 } }] freemap_route_ipv4 |
| 6998 | 2026-08-26T00:39:11.097Z | freemap_route_ipv4 |
| 6999 | 2026-08-26T00:39:11.097Z | |
| 7000 | 2026-08-26T00:39:11.097Z | Aug 26 00:39:09.345reset freemapAug 26 00:39:09.345 INFO , unitadding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 26 00:39:09.345: |
| 7001 | 2026-08-26T00:39:11.097Z | created new freemap DEBG, unitfreemap_route_ipv4created new freemapAug 26 00:39:09.346, : |
| 7002 | 2026-08-26T00:39:11.103Z | unit :freemap_route_ipv6DEBG freemap_route_ipv6 |
| 7003 | 2026-08-26T00:39:11.103Z | |
| 7004 | 2026-08-26T00:39:11.103Z | 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 } }] |
| 7005 | 2026-08-26T00:39:11.103Z | Aug 26 00:39:09.346Aug 26 00:39:09.346 DEBGDEBG Aug 26 00:39:09.346initted freemap. size: 64 initted freemap. size: 64, , DEBGunit :initted freemap. size: 64unit, : unit freemap_route_ipv4freemap_route_ipv4 |
| 7006 | 2026-08-26T00:39:11.103Z | :Aug 26 00:39:09.346 freemap_route_ipv6 |
| 7007 | 2026-08-26T00:39:11.103Z | INFO |
| 7008 | 2026-08-26T00:39:11.103Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:39:09.346 |
| 7009 | 2026-08-26T00:39:11.104Z | Aug 26 00:39:09.346 DEBGDEBG reset freemapAug 26 00:39:09.346, Aug 26 00:39:09.346unit DEBGDEBG:reset freemap , freemap_route_ipv4reset freemapunitreplacing 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 } }]: |
| 7010 | 2026-08-26T00:39:11.104Z | |
| 7011 | 2026-08-26T00:39:11.104Z | , unitfreemap_route_ipv4: |
| 7012 | 2026-08-26T00:39:11.104Z | freemap_route_ipv6Aug 26 00:39:09.346Aug 26 00:39:09.346 |
| 7013 | 2026-08-26T00:39:11.104Z | DEBGINFO Aug 26 00:39:09.346initted freemap. size: 64 adding route 172.17.0.21/32 -> 10.0.0.255, INFOAug 26 00:39:09.346unit DEBG:adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7014 | 2026-08-26T00:39:11.104Z | |
| 7015 | 2026-08-26T00:39:11.104Z | initted freemap. size: 64freemap_route_ipv6, |
| 7016 | 2026-08-26T00:39:11.104Z | unit:Aug 26 00:39:09.346Aug 26 00:39:09.346Aug 26 00:39:09.346 DEBGDEBG reset freemap freemap_route_ipv6replacing 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 } }] |
| 7017 | 2026-08-26T00:39:11.104Z | , DEBG unit |
| 7018 | 2026-08-26T00:39:11.104Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 26 00:39:09.346 |
| 7019 | 2026-08-26T00:39:11.104Z | : DEBGAug 26 00:39:09.346freemap_route_ipv6 Aug 26 00:39:09.346INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7020 | 2026-08-26T00:39:11.104Z | |
| 7021 | 2026-08-26T00:39:11.104Z | reset freemapadding route 172.16.0.0/32 -> 10.0.0.2, |
| 7022 | 2026-08-26T00:39:11.104Z | unit: Aug 26 00:39:09.346Aug 26 00:39:09.346 INFODEBG freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 26 00:39:09.346 |
| 7023 | 2026-08-26T00:39:11.104Z | |
| 7024 | 2026-08-26T00:39:11.104Z | DEBG |
| 7025 | 2026-08-26T00:39:11.104Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 26 00:39:09.346 |
| 7026 | 2026-08-26T00:39:11.105Z | Aug 26 00:39:09.346DEBG 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 } }] |
| 7027 | 2026-08-26T00:39:11.105Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.346 |
| 7028 | 2026-08-26T00:39:11.105Z | INFO Aug 26 00:39:09.346adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7029 | 2026-08-26T00:39:11.105Z | DEBG Aug 26 00:39:09.346replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7030 | 2026-08-26T00:39:11.105Z | INFO Aug 26 00:39:09.346Aug 26 00:39:09.346 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 } }] |
| 7031 | 2026-08-26T00:39:11.105Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 00:39:09.346Aug 26 00:39:09.346 |
| 7032 | 2026-08-26T00:39:11.105Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 7033 | 2026-08-26T00:39:11.105Z | Aug 26 00:39:09.346 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7034 | 2026-08-26T00:39:11.105Z | 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 26 00:39:09.346 |
| 7035 | 2026-08-26T00:39:11.105Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7036 | 2026-08-26T00:39:11.105Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.346 |
| 7037 | 2026-08-26T00:39:11.105Z | Aug 26 00:39:09.346INFOAug 26 00:39:09.346 Aug 26 00:39:09.346 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7038 | 2026-08-26T00:39:11.105Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7039 | 2026-08-26T00:39:11.106Z | INFO |
| 7040 | 2026-08-26T00:39:11.106Z | Aug 26 00:39:09.346adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7041 | 2026-08-26T00:39:11.106Z | DEBGAug 26 00:39:09.346 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7042 | 2026-08-26T00:39:11.106Z | |
| 7043 | 2026-08-26T00:39:11.106Z | Aug 26 00:39:09.346Aug 26 00:39:09.346 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.346Aug 26 00:39:09.346 |
| 7044 | 2026-08-26T00:39:11.106Z | INFO 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:39:09.346 |
| 7045 | 2026-08-26T00:39:11.106Z | |
| 7046 | 2026-08-26T00:39:11.106Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7047 | 2026-08-26T00:39:11.106Z | Aug 26 00:39:09.346adding route 172.17.0.1/32 -> 10.0.0.255Aug 26 00:39:09.346 |
| 7048 | 2026-08-26T00:39:11.106Z | INFODEBG adding route 3fff:beef:27::/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 } }] |
| 7049 | 2026-08-26T00:39:11.106Z | |
| 7050 | 2026-08-26T00:39:11.106Z | Aug 26 00:39:09.346Aug 26 00:39:09.346 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 } }] |
| 7051 | 2026-08-26T00:39:11.106Z | INFOAug 26 00:39:09.346 Aug 26 00:39:09.346adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7052 | 2026-08-26T00:39:11.106Z | DEBGINFO Aug 26 00:39:09.346replacing 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.2/32 -> 10.0.0.255 |
| 7053 | 2026-08-26T00:39:11.107Z | |
| 7054 | 2026-08-26T00:39:11.107Z | INFO Aug 26 00:39:09.346adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 26 00:39:09.346DEBG |
| 7055 | 2026-08-26T00:39:11.107Z | INFOAug 26 00:39:09.346 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:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 7056 | 2026-08-26T00:39:11.107Z | Aug 26 00:39:09.346 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 |
| 7057 | 2026-08-26T00:39:11.107Z | |
| 7058 | 2026-08-26T00:39:11.107Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.346 |
| 7059 | 2026-08-26T00:39:11.107Z | DEBG Aug 26 00:39:09.346replacing 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 } }] |
| 7060 | 2026-08-26T00:39:11.107Z | Aug 26 00:39:09.346INFO INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255Aug 26 00:39:09.346 |
| 7061 | 2026-08-26T00:39:11.107Z | Aug 26 00:39:09.346 DEBG |
| 7062 | 2026-08-26T00:39:11.107Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7063 | 2026-08-26T00:39:11.107Z | Aug 26 00:39:09.346adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7064 | 2026-08-26T00:39:11.107Z | DEBG Aug 26 00:39:09.346replacing 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 26 00:39:09.346 |
| 7065 | 2026-08-26T00:39:11.107Z | WARNAug 26 00:39:09.346 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG DEBG |
| 7066 | 2026-08-26T00:39:11.107Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7067 | 2026-08-26T00:39:11.107Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 26 00:39:09.346 |
| 7068 | 2026-08-26T00:39:11.107Z | INFO |
| 7069 | 2026-08-26T00:39:11.108Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7070 | 2026-08-26T00:39:11.108Z | Aug 26 00:39:09.346Aug 26 00:39:09.346 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.346 |
| 7071 | 2026-08-26T00:39:11.108Z | INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:39:09.346 |
| 7072 | 2026-08-26T00:39:11.108Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFO |
| 7073 | 2026-08-26T00:39:11.108Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7074 | 2026-08-26T00:39:11.108Z | |
| 7075 | 2026-08-26T00:39:11.108Z | Aug 26 00:39:09.346 DEBG Aug 26 00:39:09.346replacing 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 26 00:39:09.346 |
| 7076 | 2026-08-26T00:39:11.108Z | Aug 26 00:39:09.345 DEBGDEBG Aug 26 00:39:09.346DEBGreplacing 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.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: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 } }] |
| 7077 | 2026-08-26T00:39:11.108Z | INFO |
| 7078 | 2026-08-26T00:39:11.108Z | |
| 7079 | 2026-08-26T00:39:11.108Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 00:39:09.346 |
| 7080 | 2026-08-26T00:39:11.108Z | Aug 26 00:39:09.346INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 26 00:39:09.346 |
| 7081 | 2026-08-26T00:39:11.108Z | INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7082 | 2026-08-26T00:39:11.108Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7083 | 2026-08-26T00:39:11.108Z | Aug 26 00:39:09.346 DEBGAug 26 00:39:09.346 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7084 | 2026-08-26T00:39:11.109Z | 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 26 00:39:09.346 |
| 7085 | 2026-08-26T00:39:11.109Z | Aug 26 00:39:09.346 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 } }]Aug 26 00:39:09.346 |
| 7086 | 2026-08-26T00:39:11.109Z | INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.346 |
| 7087 | 2026-08-26T00:39:11.109Z | INFO Aug 26 00:39:09.346adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7088 | 2026-08-26T00:39:11.109Z | INFO |
| 7089 | 2026-08-26T00:39:11.109Z | Aug 26 00:39:09.346 Aug 26 00:39:09.346INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 26 00:39:09.346 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 7090 | 2026-08-26T00:39:11.109Z | |
| 7091 | 2026-08-26T00:39:11.109Z | 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 } }]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 } }] |
| 7092 | 2026-08-26T00:39:11.109Z | |
| 7093 | 2026-08-26T00:39:11.109Z | Aug 26 00:39:09.346 Aug 26 00:39:09.346DEBGAug 26 00:39:09.346 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 |
| 7094 | 2026-08-26T00:39:11.109Z | 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 } }]INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7095 | 2026-08-26T00:39:11.109Z | |
| 7096 | 2026-08-26T00:39:11.109Z | Aug 26 00:39:09.346Aug 26 00:39:09.346 INFO adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 7097 | 2026-08-26T00:39:11.110Z | Aug 26 00:39:09.346 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 7098 | 2026-08-26T00:39:11.110Z | Aug 26 00:39:09.346replacing 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 } }] |
| 7099 | 2026-08-26T00:39:11.110Z | INFO Aug 26 00:39:09.346adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7100 | 2026-08-26T00:39:11.110Z | DEBGAug 26 00:39:09.346 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 } }] |
| 7101 | 2026-08-26T00:39:11.110Z | Aug 26 00:39:09.346INFOAug 26 00:39:09.346 DEBGDEBG adding route 172.17.0.9/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 } }]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 } }] |
| 7102 | 2026-08-26T00:39:11.115Z | |
| 7103 | 2026-08-26T00:39:11.115Z | |
| 7104 | 2026-08-26T00:39:11.115Z | Aug 26 00:39:09.346 INFO Aug 26 00:39:09.346adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7105 | 2026-08-26T00:39:11.115Z | Aug 26 00:39:09.346 INFOAug 26 00:39:09.356 adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 7106 | 2026-08-26T00:39:11.116Z | 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 } }] |
| 7107 | 2026-08-26T00:39:11.116Z | Aug 26 00:39:09.346Aug 26 00:39:09.356 Aug 26 00:39:09.347 DEBGAug 26 00:39:09.356DEBGDEBG DEBG INFOcreated new freemapreplacing 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 } }], |
| 7108 | 2026-08-26T00:39:11.116Z | unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:39:09.336created new freemap |
| 7109 | 2026-08-26T00:39:11.116Z | |
| 7110 | 2026-08-26T00:39:11.116Z | , DEBG unitfreemap_route_ipv4:Aug 26 00:39:09.356 Aug 26 00:39:09.356 |
| 7111 | 2026-08-26T00:39:11.116Z | DEBGINFOfreemap_route_ipv4 |
| 7112 | 2026-08-26T00:39:11.116Z | Aug 26 00:39:09.356 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 7113 | 2026-08-26T00:39:11.116Z | |
| 7114 | 2026-08-26T00:39:11.116Z | Aug 26 00:39:09.356 adding route 172.17.0.32/32 -> 10.0.0.255Aug 26 00:39:09.356created new freemap Aug 26 00:39:09.356, DEBGDEBG |
| 7115 | 2026-08-26T00:39:11.116Z | Aug 26 00:39:09.356 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7116 | 2026-08-26T00:39:11.116Z | created new freemap:created new freemap, unit, Aug 26 00:39:09.356: unitAug 26 00:39:09.356DEBG freemap_route_ipv4adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv6: |
| 7117 | 2026-08-26T00:39:11.116Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7118 | 2026-08-26T00:39:11.116Z | |
| 7119 | 2026-08-26T00:39:11.116Z | |
| 7120 | 2026-08-26T00:39:11.116Z | freemap_route_ipv6Aug 26 00:39:09.356 DEBGAug 26 00:39:09.356 Aug 26 00:39:09.356 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBG initted freemap. size: 64replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7121 | 2026-08-26T00:39:11.116Z | |
| 7122 | 2026-08-26T00:39:11.116Z | 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 } }] |
| 7123 | 2026-08-26T00:39:11.117Z | |
| 7124 | 2026-08-26T00:39:11.117Z | , Aug 26 00:39:09.356Aug 26 00:39:09.356Aug 26 00:39:09.356 Aug 26 00:39:09.356INFO INFOAug 26 00:39:09.356unitDEBG : adding route 172.17.0.33/32 -> 10.0.0.255freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7125 | 2026-08-26T00:39:11.117Z | initted freemap. size: 64 |
| 7126 | 2026-08-26T00:39:11.117Z | , unitINFODEBG:Aug 26 00:39:09.356Aug 26 00:39:09.356 |
| 7127 | 2026-08-26T00:39:11.117Z | DEBG DEBG reset freemapcreated new freemapadding route 172.17.0.12/32 -> 10.0.0.255replacing 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 } }], |
| 7128 | 2026-08-26T00:39:11.117Z | , freemap_route_ipv4unit |
| 7129 | 2026-08-26T00:39:11.117Z | : |
| 7130 | 2026-08-26T00:39:11.117Z | Aug 26 00:39:09.356unit Aug 26 00:39:09.356freemap_route_ipv4Aug 26 00:39:09.356 |
| 7131 | 2026-08-26T00:39:11.117Z | Aug 26 00:39:09.356 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 reset freemap , |
| 7132 | 2026-08-26T00:39:11.117Z | unit: freemap_route_ipv6adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:39:09.356Aug 26 00:39:09.356 |
| 7133 | 2026-08-26T00:39:11.117Z | |
| 7134 | 2026-08-26T00:39:11.117Z | freemap_route_ipv4DEBG |
| 7135 | 2026-08-26T00:39:11.117Z | DEBGINFOAug 26 00:39:09.356 initted freemap. size: 64 , adding route 172.17.0.13/32 -> 10.0.0.255 unitAug 26 00:39:09.356: 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 } }]DEBGAug 26 00:39:09.356 DEBGfreemap_route_ipv6 |
| 7136 | 2026-08-26T00:39:11.117Z | initted freemap. size: 64 |
| 7137 | 2026-08-26T00:39:11.117Z | , DEBG |
| 7138 | 2026-08-26T00:39:11.117Z | unit: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: 64Aug 26 00:39:09.356, unitDEBGAug 26 00:39:09.356 |
| 7139 | 2026-08-26T00:39:11.117Z | freemap_route_ipv6 reset freemapDEBG |
| 7140 | 2026-08-26T00:39:11.117Z | , :unit:Aug 26 00:39:09.356 Aug 26 00:39:09.356 freemap_route_ipv6replacing 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 } }] |
| 7141 | 2026-08-26T00:39:11.118Z | Aug 26 00:39:09.356INFO |
| 7142 | 2026-08-26T00:39:11.118Z | Aug 26 00:39:09.356 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO freemap_route_ipv4 DEBG |
| 7143 | 2026-08-26T00:39:11.118Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 00:39:09.356adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7144 | 2026-08-26T00:39:11.118Z | reset freemap |
| 7145 | 2026-08-26T00:39:11.118Z | INFO |
| 7146 | 2026-08-26T00:39:11.118Z | , Aug 26 00:39:09.356adding route 172.17.0.14/32 -> 10.0.0.255unit DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7147 | 2026-08-26T00:39:11.118Z | : |
| 7148 | 2026-08-26T00:39:11.118Z | freemap_route_ipv6Aug 26 00:39:09.356 |
| 7149 | 2026-08-26T00:39:11.118Z | Aug 26 00:39:09.356DEBG Aug 26 00:39:09.356replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 00:39:09.356 |
| 7150 | 2026-08-26T00:39:11.118Z | DEBGDEBG Aug 26 00:39:09.356reset freemap Aug 26 00:39:09.356 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.356 |
| 7151 | 2026-08-26T00:39:11.118Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 7152 | 2026-08-26T00:39:11.118Z | , INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:39:09.356DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 00:39:09.356 |
| 7153 | 2026-08-26T00:39:11.118Z | INFO |
| 7154 | 2026-08-26T00:39:11.118Z | unit : DEBGadding route 172.17.0.15/32 -> 10.0.0.255 Aug 26 00:39:09.356 |
| 7155 | 2026-08-26T00:39:11.118Z | DEBGfreemap_route_ipv4 |
| 7156 | 2026-08-26T00:39:11.119Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7157 | 2026-08-26T00:39:11.119Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 00:39:09.356Aug 26 00:39:09.356replacing 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 } }] |
| 7158 | 2026-08-26T00:39:11.119Z | DEBG Aug 26 00:39:09.356DEBGreplacing 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 } }] |
| 7159 | 2026-08-26T00:39:11.119Z | Aug 26 00:39:09.356replacing 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 } }] |
| 7160 | 2026-08-26T00:39:11.119Z | |
| 7161 | 2026-08-26T00:39:11.119Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7162 | 2026-08-26T00:39:11.119Z | Aug 26 00:39:09.356 INFODEBG Aug 26 00:39:09.356Aug 26 00:39:09.356replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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-26T00:39:11.119Z | INFODEBG Aug 26 00:39:09.356 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64 |
| 7164 | 2026-08-26T00:39:11.119Z | , INFOunitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7165 | 2026-08-26T00:39:11.119Z | :adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7166 | 2026-08-26T00:39:11.119Z | test route::tests::same_size_non_subset_replace ... ok |
| 7167 | 2026-08-26T00:39:11.119Z | |
| 7168 | 2026-08-26T00:39:11.119Z | freemap_route_ipv6Aug 26 00:39:09.356 |
| 7169 | 2026-08-26T00:39:11.119Z | Aug 26 00:39:09.356 DEBGDEBGAug 26 00:39:09.356 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7170 | 2026-08-26T00:39:11.119Z | |
| 7171 | 2026-08-26T00:39:11.120Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.356Aug 26 00:39:09.356Aug 26 00:39:09.356 Aug 26 00:39:09.356INFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7172 | 2026-08-26T00:39:11.120Z | 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 } }] |
| 7173 | 2026-08-26T00:39:11.120Z | INFOreset freemap |
| 7174 | 2026-08-26T00:39:11.120Z | , Aug 26 00:39:09.356Aug 26 00:39:09.356 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 7175 | 2026-08-26T00:39:11.120Z | unitadding route 172.17.0.17/32 -> 10.0.0.255: |
| 7176 | 2026-08-26T00:39:11.120Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.356freemap_route_ipv6 |
| 7177 | 2026-08-26T00:39:11.120Z | Aug 26 00:39:09.356 |
| 7178 | 2026-08-26T00:39:11.120Z | Aug 26 00:39:09.356 INFO DEBG Aug 26 00:39:09.356 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 } }] |
| 7179 | 2026-08-26T00:39:11.120Z | 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 } }] |
| 7180 | 2026-08-26T00:39:11.120Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 00:39:09.356 |
| 7181 | 2026-08-26T00:39:11.120Z | INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7182 | 2026-08-26T00:39:11.120Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.356Aug 26 00:39:09.356Aug 26 00:39:09.356 |
| 7183 | 2026-08-26T00:39:11.120Z | INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7184 | 2026-08-26T00:39:11.120Z | |
| 7185 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356DEBG Aug 26 00:39:09.356DEBG Aug 26 00:39:09.356replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7186 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7187 | 2026-08-26T00:39:11.121Z | 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 |
| 7188 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356replacing 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 } }]DEBGAug 26 00:39:09.356 |
| 7189 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356DEBG replacing targets for 3fff:dead::/64 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 INFO |
| 7190 | 2026-08-26T00:39:11.121Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:39:09.356adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7191 | 2026-08-26T00:39:11.121Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7192 | 2026-08-26T00:39:11.121Z | |
| 7193 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356INFO WARN adding route 172.17.0.19/32 -> 10.0.0.255Aug 26 00:39:09.356shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:39:09.356 |
| 7194 | 2026-08-26T00:39:11.121Z | INFOAug 26 00:39:09.356 |
| 7195 | 2026-08-26T00:39:11.121Z | DEBGDEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 7196 | 2026-08-26T00:39:11.121Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 7197 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356 |
| 7198 | 2026-08-26T00:39:11.121Z | DEBG Aug 26 00:39:09.356replacing 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 } }] |
| 7199 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356 DEBG INFOreplacing 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 } }] |
| 7200 | 2026-08-26T00:39:11.121Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 00:39:09.356 |
| 7201 | 2026-08-26T00:39:11.121Z | Aug 26 00:39:09.356 INFOINFOAug 26 00:39:09.356 Aug 26 00:39:09.356 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG INFO |
| 7202 | 2026-08-26T00:39:11.127Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7203 | 2026-08-26T00:39:11.127Z | adding route 172.17.0.38/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 } }] |
| 7204 | 2026-08-26T00:39:11.127Z | |
| 7205 | 2026-08-26T00:39:11.127Z | Aug 26 00:39:09.356Aug 26 00:39:09.356 DEBGDEBGAug 26 00:39:09.356 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7206 | 2026-08-26T00:39:11.127Z | |
| 7207 | 2026-08-26T00:39:11.127Z | 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 26 00:39:09.356 |
| 7208 | 2026-08-26T00:39:11.127Z | Aug 26 00:39:09.356INFO Aug 26 00:39:09.356 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFOINFO |
| 7209 | 2026-08-26T00:39:11.127Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 00:39:09.356adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7210 | 2026-08-26T00:39:11.127Z | |
| 7211 | 2026-08-26T00:39:11.127Z | INFOAug 26 00:39:09.356 adding route 172.17.0.39/32 -> 10.0.0.255DEBGAug 26 00:39:09.356 |
| 7212 | 2026-08-26T00:39:11.127Z | Aug 26 00:39:09.356 DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7213 | 2026-08-26T00:39:11.127Z | 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 } }] |
| 7214 | 2026-08-26T00:39:11.127Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.356 Aug 26 00:39:09.356INFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 26 00:39:09.347 |
| 7215 | 2026-08-26T00:39:11.127Z | |
| 7216 | 2026-08-26T00:39:11.127Z | |
| 7217 | 2026-08-26T00:39:11.127Z | DEBG created new freemapAug 26 00:39:09.357Aug 26 00:39:09.346Aug 26 00:39:09.366Aug 26 00:39:09.366 , INFODEBGunit DEBG Aug 26 00:39:09.366adding route 3fff:beef:19::/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 } }] |
| 7218 | 2026-08-26T00:39:11.127Z | DEBG: |
| 7219 | 2026-08-26T00:39:11.127Z | created new freemap freemap_route_ipv4, |
| 7220 | 2026-08-26T00:39:11.128Z | unit:INFO freemap_route_ipv4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255Aug 26 00:39:09.366Aug 26 00:39:09.366 |
| 7221 | 2026-08-26T00:39:11.128Z | Aug 26 00:39:09.366INFO DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffcreated new freemap |
| 7222 | 2026-08-26T00:39:11.128Z | , |
| 7223 | 2026-08-26T00:39:11.128Z | unit |
| 7224 | 2026-08-26T00:39:11.128Z | Aug 26 00:39:09.366 DEBG: |
| 7225 | 2026-08-26T00:39:11.128Z | created new freemapAug 26 00:39:09.366 Aug 26 00:39:09.366freemap_route_ipv6 , DEBGWARNunit |
| 7226 | 2026-08-26T00:39:11.128Z | :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 26 00:39:09.366freemap_route_ipv6 |
| 7227 | 2026-08-26T00:39:11.128Z | Aug 26 00:39:09.366 INFO |
| 7228 | 2026-08-26T00:39:11.128Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7229 | 2026-08-26T00:39:11.128Z | initted freemap. size: 64, |
| 7230 | 2026-08-26T00:39:11.128Z | unitAug 26 00:39:09.366:Aug 26 00:39:09.366 Aug 26 00:39:09.366 DEBGDEBG initted freemap. size: 64replacing 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 } }] , |
| 7231 | 2026-08-26T00:39:11.128Z | freemap_route_ipv4 |
| 7232 | 2026-08-26T00:39:11.128Z | unitDEBG:Aug 26 00:39:09.366 freemap_route_ipv4Aug 26 00:39:09.366 |
| 7233 | 2026-08-26T00:39:11.128Z | DEBG Aug 26 00:39:09.366INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 7234 | 2026-08-26T00:39:11.128Z | |
| 7235 | 2026-08-26T00:39:11.128Z | reset freemap, 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 26 00:39:09.366 |
| 7236 | 2026-08-26T00:39:11.128Z | Aug 26 00:39:09.366 unitDEBG :reset freemapDEBG , freemap_route_ipv4 Aug 26 00:39:09.366unitreplacing 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 } }]: |
| 7237 | 2026-08-26T00:39:11.128Z | |
| 7238 | 2026-08-26T00:39:11.128Z | freemap_route_ipv4 |
| 7239 | 2026-08-26T00:39:11.128Z | DEBG Aug 26 00:39:09.366replacing targets for 3fff:dead::/64 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 26 00:39:09.366 |
| 7240 | 2026-08-26T00:39:11.128Z | INFOAug 26 00:39:09.366 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit |
| 7241 | 2026-08-26T00:39:11.129Z | , Aug 26 00:39:09.366:unit :freemap_route_ipv6 |
| 7242 | 2026-08-26T00:39:11.129Z | freemap_route_ipv6 Aug 26 00:39:09.366 |
| 7243 | 2026-08-26T00:39:11.129Z | DEBG 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 26 00:39:09.366Aug 26 00:39:09.366 |
| 7244 | 2026-08-26T00:39:11.129Z | adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 7245 | 2026-08-26T00:39:11.129Z | reset freemap , DEBGunitAug 26 00:39:09.366Aug 26 00:39:09.366 :reset freemap , freemap_route_ipv6unit : |
| 7246 | 2026-08-26T00:39:11.129Z | INFOfreemap_route_ipv6 |
| 7247 | 2026-08-26T00:39:11.129Z | DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7248 | 2026-08-26T00:39:11.129Z | Aug 26 00:39:09.366replacing 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 26 00:39:09.366 INFOAug 26 00:39:09.366 INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7249 | 2026-08-26T00:39:11.129Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7250 | 2026-08-26T00:39:11.129Z | |
| 7251 | 2026-08-26T00:39:11.129Z | 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 } }] |
| 7252 | 2026-08-26T00:39:11.129Z | Aug 26 00:39:09.366 Aug 26 00:39:09.366DEBG 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 } }] |
| 7253 | 2026-08-26T00:39:11.129Z | 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 } }] |
| 7254 | 2026-08-26T00:39:11.129Z | Aug 26 00:39:09.366 INFOAug 26 00:39:09.366 INFOAug 26 00:39:09.366 adding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7255 | 2026-08-26T00:39:11.129Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:39:09.366 |
| 7256 | 2026-08-26T00:39:11.129Z | |
| 7257 | 2026-08-26T00:39:11.129Z | INFOAug 26 00:39:09.366 Aug 26 00:39:09.366DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG |
| 7258 | 2026-08-26T00:39:11.129Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.366 |
| 7259 | 2026-08-26T00:39:11.129Z | 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 26 00:39:09.366DEBG |
| 7260 | 2026-08-26T00:39:11.129Z | DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7261 | 2026-08-26T00:39:11.129Z | Aug 26 00:39:09.366replacing 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 26 00:39:09.366 |
| 7262 | 2026-08-26T00:39:11.130Z | 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.3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7263 | 2026-08-26T00:39:11.130Z | |
| 7264 | 2026-08-26T00:39:11.130Z | Aug 26 00:39:09.366Aug 26 00:39:09.366 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7265 | 2026-08-26T00:39:11.130Z | Aug 26 00:39:09.366Aug 26 00:39:09.366INFO DEBGDEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7266 | 2026-08-26T00:39:11.130Z | |
| 7267 | 2026-08-26T00:39:11.130Z | |
| 7268 | 2026-08-26T00:39:11.130Z | Aug 26 00:39:09.366Aug 26 00:39:09.366Aug 26 00:39:09.366 INFOINFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7269 | 2026-08-26T00:39:11.130Z | |
| 7270 | 2026-08-26T00:39:11.130Z | 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 } }] |
| 7271 | 2026-08-26T00:39:11.130Z | Aug 26 00:39:09.366Aug 26 00:39:09.366 Aug 26 00:39:09.366 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.367DEBG |
| 7272 | 2026-08-26T00:39:11.130Z | DEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], Aug 26 00:39:09.357 |
| 7273 | 2026-08-26T00:39:11.130Z | unitAug 26 00:39:09.379: Aug 26 00:39:09.379DEBG INFOfreemap_route_ipv4 |
| 7274 | 2026-08-26T00:39:11.130Z | created new freemapadding route 172.17.0.0/32 -> 10.0.0.255 |
| 7275 | 2026-08-26T00:39:11.130Z | , unit: freemap_route_ipv4Aug 26 00:39:09.379 |
| 7276 | 2026-08-26T00:39:11.130Z | 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 } }]Aug 26 00:39:09.379 |
| 7277 | 2026-08-26T00:39:11.130Z | Aug 26 00:39:09.367Aug 26 00:39:09.379 adding route 172.17.0.45/32 -> 10.0.0.255DEBGDEBGDEBG |
| 7278 | 2026-08-26T00:39:11.130Z | created new freemapcreated new freemapAug 26 00:39:09.379 , , INFOcreated new freemapunitAug 26 00:39:09.379, unit:unit :freemap_route_ipv6: |
| 7279 | 2026-08-26T00:39:11.130Z | DEBG adding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv4 |
| 7280 | 2026-08-26T00:39:11.130Z | 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 } }]freemap_route_ipv6 |
| 7281 | 2026-08-26T00:39:11.131Z | Aug 26 00:39:09.379 |
| 7282 | 2026-08-26T00:39:11.131Z | DEBGAug 26 00:39:09.379 |
| 7283 | 2026-08-26T00:39:11.131Z | DEBGinitted freemap. size: 64Aug 26 00:39:09.379, unitAug 26 00:39:09.379replacing 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 26 00:39:09.379 |
| 7284 | 2026-08-26T00:39:11.131Z | freemap_route_ipv4DEBG created new freemapDEBG, |
| 7285 | 2026-08-26T00:39:11.131Z | Aug 26 00:39:09.379 unitINFOINFO: initted freemap. size: 64adding route 172.17.0.2/32 -> 10.0.0.255, adding route 172.17.0.46/32 -> 10.0.0.255unitAug 26 00:39:09.379 |
| 7286 | 2026-08-26T00:39:11.131Z | |
| 7287 | 2026-08-26T00:39:11.131Z | DEBG:freemap_route_ipv6Aug 26 00:39:09.379 |
| 7288 | 2026-08-26T00:39:11.131Z | freemap_route_ipv4 Aug 26 00:39:09.379reset freemap , DEBGunit :Aug 26 00:39:09.379DEBG 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 } }] freemap_route_ipv4 |
| 7289 | 2026-08-26T00:39:11.131Z | |
| 7290 | 2026-08-26T00:39:11.131Z | |
| 7291 | 2026-08-26T00:39:11.131Z | 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 } }] initted freemap. size: 64Aug 26 00:39:09.379 , |
| 7292 | 2026-08-26T00:39:11.131Z | unitINFO:Aug 26 00:39:09.379 Aug 26 00:39:09.379freemap_route_ipv4 DEBG |
| 7293 | 2026-08-26T00:39:11.131Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 7294 | 2026-08-26T00:39:11.131Z | reset freemapinitted freemap. size: 64, unit, :unitAug 26 00:39:09.379:Aug 26 00:39:09.379 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 } }]reset freemap |
| 7295 | 2026-08-26T00:39:11.131Z | , freemap_route_ipv6unit: |
| 7296 | 2026-08-26T00:39:11.131Z | Aug 26 00:39:09.379Aug 26 00:39:09.379 freemap_route_ipv4freemap_route_ipv4 |
| 7297 | 2026-08-26T00:39:11.131Z | |
| 7298 | 2026-08-26T00:39:11.131Z | INFOAug 26 00:39:09.379 INFO Aug 26 00:39:09.379adding route 172.17.0.47/32 -> 10.0.0.255DEBG adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 26 00:39:09.379 |
| 7299 | 2026-08-26T00:39:11.131Z | DEBG |
| 7300 | 2026-08-26T00:39:11.131Z | reset freemap initted freemap. size: 64, unit:, initted freemap. size: 64 Aug 26 00:39:09.379Aug 26 00:39:09.379, unit freemap_route_ipv6unitDEBG |
| 7301 | 2026-08-26T00:39:11.131Z | : : DEBG Aug 26 00:39:09.379 freemap_route_ipv6replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7302 | 2026-08-26T00:39:11.137Z | freemap_route_ipv6 |
| 7303 | 2026-08-26T00:39:11.137Z | |
| 7304 | 2026-08-26T00:39:11.137Z | 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 } }] Aug 26 00:39:09.379adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7305 | 2026-08-26T00:39:11.137Z | |
| 7306 | 2026-08-26T00:39:11.137Z | Aug 26 00:39:09.379DEBG INFO Aug 26 00:39:09.379adding route 172.17.0.5/32 -> 10.0.0.255Aug 26 00:39:09.379reset freemap |
| 7307 | 2026-08-26T00:39:11.137Z | Aug 26 00:39:09.379DEBG, INFOunit: reset freemap adding route 172.17.0.48/32 -> 10.0.0.255DEBGAug 26 00:39:09.379freemap_route_ipv6 |
| 7308 | 2026-08-26T00:39:11.137Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7309 | 2026-08-26T00:39:11.137Z | |
| 7310 | 2026-08-26T00:39:11.137Z | 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 } }], |
| 7311 | 2026-08-26T00:39:11.137Z | Aug 26 00:39:09.379unit :INFOAug 26 00:39:09.379Aug 26 00:39:09.379 Aug 26 00:39:09.379adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7312 | 2026-08-26T00:39:11.137Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6INFO |
| 7313 | 2026-08-26T00:39:11.137Z | Aug 26 00:39:09.379DEBG DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 7314 | 2026-08-26T00:39:11.137Z | |
| 7315 | 2026-08-26T00:39:11.137Z | 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 } }] |
| 7316 | 2026-08-26T00:39:11.138Z | Aug 26 00:39:09.379replacing 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 26 00:39:09.379DEBGAug 26 00:39:09.379Aug 26 00:39:09.379 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7317 | 2026-08-26T00:39:11.138Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7318 | 2026-08-26T00:39:11.138Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.379 |
| 7319 | 2026-08-26T00:39:11.138Z | |
| 7320 | 2026-08-26T00:39:11.138Z | Aug 26 00:39:09.379 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 7321 | 2026-08-26T00:39:11.138Z | Aug 26 00:39:09.379replacing 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 26 00:39:09.379 INFOAug 26 00:39:09.379 |
| 7322 | 2026-08-26T00:39:11.138Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7323 | 2026-08-26T00:39:11.138Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.7/32 -> 10.0.0.255Aug 26 00:39:09.379 |
| 7324 | 2026-08-26T00:39:11.138Z | |
| 7325 | 2026-08-26T00:39:11.138Z | INFO Aug 26 00:39:09.379Aug 26 00:39:09.379 DEBG |
| 7326 | 2026-08-26T00:39:11.138Z | 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 26 00:39:09.379 |
| 7327 | 2026-08-26T00:39:11.138Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7328 | 2026-08-26T00:39:11.138Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:39:09.379INFOAug 26 00:39:09.379 |
| 7329 | 2026-08-26T00:39:11.138Z | Aug 26 00:39:09.379 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 INFO |
| 7330 | 2026-08-26T00:39:11.138Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7331 | 2026-08-26T00:39:11.138Z | Aug 26 00:39:09.379 |
| 7332 | 2026-08-26T00:39:11.138Z | DEBGAug 26 00:39:09.379 Aug 26 00:39:09.379replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7333 | 2026-08-26T00:39:11.138Z | INFOINFODEBG Aug 26 00:39:09.379replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 -> 10.0.0.2Aug 26 00:39:09.379 |
| 7334 | 2026-08-26T00:39:11.139Z | |
| 7335 | 2026-08-26T00:39:11.139Z | adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 7336 | 2026-08-26T00:39:11.139Z | 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 } }] Aug 26 00:39:09.379 |
| 7337 | 2026-08-26T00:39:11.139Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:39:09.379Aug 26 00:39:09.379 DEBGDEBG |
| 7338 | 2026-08-26T00:39:11.139Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 7339 | 2026-08-26T00:39:11.139Z | 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 } }] |
| 7340 | 2026-08-26T00:39:11.139Z | 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 26 00:39:09.379 |
| 7341 | 2026-08-26T00:39:11.139Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7342 | 2026-08-26T00:39:11.139Z | Aug 26 00:39:09.379 INFO Aug 26 00:39:09.379adding route 172.17.0.9/32 -> 10.0.0.255Aug 26 00:39:09.379 DEBGAug 26 00:39:09.379 |
| 7343 | 2026-08-26T00:39:11.139Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBGINFO |
| 7344 | 2026-08-26T00:39:11.139Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7345 | 2026-08-26T00:39:11.139Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7346 | 2026-08-26T00:39:11.139Z | Aug 26 00:39:09.379Aug 26 00:39:09.379replacing 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 26 00:39:09.379DEBG INFO |
| 7347 | 2026-08-26T00:39:11.139Z | adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 7348 | 2026-08-26T00:39:11.139Z | |
| 7349 | 2026-08-26T00:39:11.139Z | Aug 26 00:39:09.379DEBG DEBG Aug 26 00:39:09.379 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 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 } }] |
| 7350 | 2026-08-26T00:39:11.139Z | Aug 26 00:39:09.379 Aug 26 00:39:09.379 INFO |
| 7351 | 2026-08-26T00:39:11.139Z | INFOadding route 172.17.0.1/32 -> 10.0.0.255Aug 26 00:39:09.379DEBG |
| 7352 | 2026-08-26T00:39:11.139Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7353 | 2026-08-26T00:39:11.140Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOAug 26 00:39:09.379 |
| 7354 | 2026-08-26T00:39:11.140Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 00:39:09.379INFO |
| 7355 | 2026-08-26T00:39:11.140Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7356 | 2026-08-26T00:39:11.140Z | Aug 26 00:39:09.379replacing 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 26 00:39:09.379 Aug 26 00:39:09.379DEBG |
| 7357 | 2026-08-26T00:39:11.140Z | Aug 26 00:39:09.379 replacing targets for 3fff:dead::/64 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 } }] |
| 7358 | 2026-08-26T00:39:11.140Z | 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 } }] |
| 7359 | 2026-08-26T00:39:11.140Z | DEBG Aug 26 00:39:09.379replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7360 | 2026-08-26T00:39:11.140Z | INFO |
| 7361 | 2026-08-26T00:39:11.140Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7362 | 2026-08-26T00:39:11.140Z | Aug 26 00:39:09.379 Aug 26 00:39:09.379INFO Aug 26 00:39:09.379Aug 26 00:39:09.379 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 7363 | 2026-08-26T00:39:11.140Z | |
| 7364 | 2026-08-26T00:39:11.140Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7365 | 2026-08-26T00:39:11.140Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7366 | 2026-08-26T00:39:11.140Z | |
| 7367 | 2026-08-26T00:39:11.140Z | Aug 26 00:39:09.379Aug 26 00:39:09.379 DEBGDEBG Aug 26 00:39:09.379 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7368 | 2026-08-26T00:39:11.140Z | |
| 7369 | 2026-08-26T00:39:11.140Z | DEBG Aug 26 00:39:09.379replacing 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 26 00:39:09.379INFO |
| 7370 | 2026-08-26T00:39:11.140Z | Aug 26 00:39:09.379 adding route 172.17.0.3/32 -> 10.0.0.255INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7371 | 2026-08-26T00:39:11.140Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7372 | 2026-08-26T00:39:11.141Z | |
| 7373 | 2026-08-26T00:39:11.141Z | Aug 26 00:39:09.379 DEBG Aug 26 00:39:09.379replacing 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 } }] |
| 7374 | 2026-08-26T00:39:11.141Z | INFOAug 26 00:39:09.379 adding route 172.17.0.53/32 -> 10.0.0.255DEBGAug 26 00:39:09.379 |
| 7375 | 2026-08-26T00:39:11.141Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7376 | 2026-08-26T00:39:11.141Z | Aug 26 00:39:09.379 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 } }] |
| 7377 | 2026-08-26T00:39:11.141Z | Aug 26 00:39:09.380 Aug 26 00:39:09.390Aug 26 00:39:09.390DEBG DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7378 | 2026-08-26T00:39:11.141Z | |
| 7379 | 2026-08-26T00:39:11.141Z | DEBGAug 26 00:39:09.390 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 } }] |
| 7380 | 2026-08-26T00:39:11.141Z | Aug 26 00:39:09.390 INFO Aug 26 00:39:09.390adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7381 | 2026-08-26T00:39:11.141Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7382 | 2026-08-26T00:39:11.141Z | created new freemapAug 26 00:39:09.390, unitDEBG: Aug 26 00:39:09.390freemap_route_ipv4 |
| 7383 | 2026-08-26T00:39:11.141Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7384 | 2026-08-26T00:39:11.141Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.390 |
| 7385 | 2026-08-26T00:39:11.141Z | Aug 26 00:39:09.390 |
| 7386 | 2026-08-26T00:39:11.141Z | DEBG created new freemap , INFOunitAug 26 00:39:09.390 Aug 26 00:39:09.390 : INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7387 | 2026-08-26T00:39:11.141Z | |
| 7388 | 2026-08-26T00:39:11.141Z | |
| 7389 | 2026-08-26T00:39:11.141Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7390 | 2026-08-26T00:39:11.141Z | Aug 26 00:39:09.390Aug 26 00:39:09.390 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 } }]initted freemap. size: 64 |
| 7391 | 2026-08-26T00:39:11.141Z | , Aug 26 00:39:09.390unit Aug 26 00:39:09.390:DEBG Aug 26 00:39:09.390 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 } }] freemap_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 } }]INFO |
| 7392 | 2026-08-26T00:39:11.142Z | |
| 7393 | 2026-08-26T00:39:11.142Z | |
| 7394 | 2026-08-26T00:39:11.142Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7395 | 2026-08-26T00:39:11.142Z | Aug 26 00:39:09.390Aug 26 00:39:09.390 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7396 | 2026-08-26T00:39:11.142Z | Aug 26 00:39:09.390INFO Aug 26 00:39:09.390DEBGAug 26 00:39:09.380 adding route 172.17.0.16/32 -> 10.0.0.255reset freemap |
| 7397 | 2026-08-26T00:39:11.142Z | , unitDEBG: DEBGfreemap_route_ipv4Aug 26 00:39:09.390 Aug 26 00:39:09.390created new freemap |
| 7398 | 2026-08-26T00:39:11.142Z | 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 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 26 00:39:09.390 |
| 7399 | 2026-08-26T00:39:11.142Z | : |
| 7400 | 2026-08-26T00:39:11.142Z | 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 } }]freemap_route_ipv4 |
| 7401 | 2026-08-26T00:39:11.142Z | DEBG initted freemap. size: 64 |
| 7402 | 2026-08-26T00:39:11.147Z | , Aug 26 00:39:09.390Aug 26 00:39:09.390unit : INFO INFO adding route 172.17.0.17/32 -> 10.0.0.255 Aug 26 00:39:09.390freemap_route_ipv6 |
| 7403 | 2026-08-26T00:39:11.147Z | |
| 7404 | 2026-08-26T00:39:11.147Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 26 00:39:09.390 |
| 7405 | 2026-08-26T00:39:11.148Z | Aug 26 00:39:09.390 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7406 | 2026-08-26T00:39:11.148Z | |
| 7407 | 2026-08-26T00:39:11.148Z | created new freemapAug 26 00:39:09.390Aug 26 00:39:09.390 , DEBGunitAug 26 00:39:09.390 Aug 26 00:39:09.390reset freemapDEBGDEBG, unitINFO: : adding route 172.17.0.18/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 } }] |
| 7408 | 2026-08-26T00:39:11.148Z | |
| 7409 | 2026-08-26T00:39:11.148Z | freemap_route_ipv6 |
| 7410 | 2026-08-26T00:39:11.148Z | freemap_route_ipv6 |
| 7411 | 2026-08-26T00:39:11.148Z | Aug 26 00:39:09.390 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7412 | 2026-08-26T00:39:11.148Z | Aug 26 00:39:09.390replacing 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 26 00:39:09.390INFOAug 26 00:39:09.390 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7413 | 2026-08-26T00:39:11.148Z | |
| 7414 | 2026-08-26T00:39:11.148Z | INFOINFO Aug 26 00:39:09.390adding route 172.17.0.57/32 -> 10.0.0.255Aug 26 00:39:09.390 |
| 7415 | 2026-08-26T00:39:11.148Z | Aug 26 00:39:09.390INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7416 | 2026-08-26T00:39:11.148Z | DEBG |
| 7417 | 2026-08-26T00:39:11.148Z | initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], |
| 7418 | 2026-08-26T00:39:11.148Z | unitAug 26 00:39:09.390Aug 26 00:39:09.390 :DEBG freemap_route_ipv4 Aug 26 00:39:09.390replacing 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 } }] |
| 7419 | 2026-08-26T00:39:11.149Z | |
| 7420 | 2026-08-26T00:39:11.149Z | Aug 26 00:39:09.390DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7421 | 2026-08-26T00:39:11.149Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 26 00:39:09.390Aug 26 00:39:09.390 |
| 7422 | 2026-08-26T00:39:11.149Z | DEBG reset freemap DEBG INFO, unitreplacing 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 26 00:39:09.391:Aug 26 00:39:09.391 |
| 7423 | 2026-08-26T00:39:11.149Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 7424 | 2026-08-26T00:39:11.149Z | DEBG adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7425 | 2026-08-26T00:39:11.149Z | Aug 26 00:39:09.391replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4 |
| 7426 | 2026-08-26T00:39:11.149Z | |
| 7427 | 2026-08-26T00:39:11.149Z | Aug 26 00:39:09.391Aug 26 00:39:09.391 INFODEBG DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7428 | 2026-08-26T00:39:11.149Z | 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 26 00:39:09.391 |
| 7429 | 2026-08-26T00:39:11.149Z | 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 26 00:39:09.391 |
| 7430 | 2026-08-26T00:39:11.149Z | DEBGINFO initted freemap. size: 64Aug 26 00:39:09.391adding route 172.16.0.0/32 -> 10.0.0.3 INFO, |
| 7431 | 2026-08-26T00:39:11.149Z | adding route 172.17.0.21/32 -> 10.0.0.255unit |
| 7432 | 2026-08-26T00:39:11.149Z | : Aug 26 00:39:09.391freemap_route_ipv6Aug 26 00:39:09.391 Aug 26 00:39:09.391Aug 26 00:39:09.391 DEBG |
| 7433 | 2026-08-26T00:39:11.149Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 7434 | 2026-08-26T00:39:11.150Z | 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 26 00:39:09.391 |
| 7435 | 2026-08-26T00:39:11.150Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing 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 |
| 7436 | 2026-08-26T00:39:11.150Z | Aug 26 00:39:09.391 |
| 7437 | 2026-08-26T00:39:11.150Z | reset freemapAug 26 00:39:09.391, INFOINFOunit Aug 26 00:39:09.391 :adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7438 | 2026-08-26T00:39:11.150Z | freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7439 | 2026-08-26T00:39:11.150Z | |
| 7440 | 2026-08-26T00:39:11.150Z | DEBG Aug 26 00:39:09.391Aug 26 00:39:09.391 Aug 26 00:39:09.391 INFO INFODEBG Aug 26 00:39:09.391 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7441 | 2026-08-26T00:39:11.150Z | 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 } }] |
| 7442 | 2026-08-26T00:39:11.150Z | |
| 7443 | 2026-08-26T00:39:11.150Z | 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 } }] |
| 7444 | 2026-08-26T00:39:11.150Z | Aug 26 00:39:09.391replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:39:09.391 |
| 7445 | 2026-08-26T00:39:11.150Z | Aug 26 00:39:09.391 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 } }]DEBG |
| 7446 | 2026-08-26T00:39:11.150Z | Aug 26 00:39:09.391INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7447 | 2026-08-26T00:39:11.150Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7448 | 2026-08-26T00:39:11.150Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.391 |
| 7449 | 2026-08-26T00:39:11.150Z | Aug 26 00:39:09.391INFO Aug 26 00:39:09.391DEBG INFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7450 | 2026-08-26T00:39:11.150Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7451 | 2026-08-26T00:39:11.151Z | |
| 7452 | 2026-08-26T00:39:11.151Z | Aug 26 00:39:09.391 Aug 26 00:39:09.391 Aug 26 00:39:09.391INFO DEBGadding route 172.17.0.24/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 } }]INFO |
| 7453 | 2026-08-26T00:39:11.151Z | |
| 7454 | 2026-08-26T00:39:11.151Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 26 00:39:09.356 |
| 7455 | 2026-08-26T00:39:11.151Z | Aug 26 00:39:09.391 Aug 26 00:39:09.391INFO DEBGAug 26 00:39:09.391 adding route 172.17.0.22/32 -> 10.0.0.255Aug 26 00:39:09.391 |
| 7456 | 2026-08-26T00:39:11.151Z | 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 } }] |
| 7457 | 2026-08-26T00:39:11.151Z | INFO DEBG Aug 26 00:39:09.391adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 7458 | 2026-08-26T00:39:11.151Z | DEBG |
| 7459 | 2026-08-26T00:39:11.151Z | DEBGAug 26 00:39:09.391 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 } }]INFOAug 26 00:39:09.391 |
| 7460 | 2026-08-26T00:39:11.151Z | Aug 26 00:39:09.391 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7461 | 2026-08-26T00:39:11.152Z | |
| 7462 | 2026-08-26T00:39:11.152Z | Aug 26 00:39:09.391 |
| 7463 | 2026-08-26T00:39:11.152Z | |
| 7464 | 2026-08-26T00:39:11.152Z | INFOAug 26 00:39:09.391 Aug 26 00:39:09.391adding route 172.17.0.23/32 -> 10.0.0.255 INFO |
| 7465 | 2026-08-26T00:39:11.152Z | DEBG Aug 26 00:39:09.391 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 7466 | 2026-08-26T00:39:11.152Z | |
| 7467 | 2026-08-26T00:39:11.152Z | DEBGAug 26 00:39:09.391 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 26 00:39:09.391Aug 26 00:39:09.391Aug 26 00:39:09.391 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7468 | 2026-08-26T00:39:11.152Z | |
| 7469 | 2026-08-26T00:39:11.152Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7470 | 2026-08-26T00:39:11.152Z | |
| 7471 | 2026-08-26T00:39:11.152Z | |
| 7472 | 2026-08-26T00:39:11.152Z | Aug 26 00:39:09.391 Aug 26 00:39:09.391INFOAug 26 00:39:09.391 Aug 26 00:39:09.391 INFO DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7473 | 2026-08-26T00:39:11.152Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7474 | 2026-08-26T00:39:11.152Z | |
| 7475 | 2026-08-26T00:39:11.152Z | 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 26 00:39:09.391 |
| 7476 | 2026-08-26T00:39:11.153Z | DEBGAug 26 00:39:09.391 Aug 26 00:39:09.391replacing 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 } }] |
| 7477 | 2026-08-26T00:39:11.153Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7478 | 2026-08-26T00:39:11.153Z | Aug 26 00:39:09.391replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7479 | 2026-08-26T00:39:11.153Z | Aug 26 00:39:09.391 Aug 26 00:39:09.391adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7480 | 2026-08-26T00:39:11.153Z | INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7481 | 2026-08-26T00:39:11.153Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:39:09.391 |
| 7482 | 2026-08-26T00:39:11.153Z | Aug 26 00:39:09.391 DEBGINFO Aug 26 00:39:09.391adding route 172.17.0.25/32 -> 10.0.0.255 Aug 26 00:39:09.391 |
| 7483 | 2026-08-26T00:39:11.153Z | test route::tests::add_target_fails_full ... ok |
| 7484 | 2026-08-26T00:39:11.153Z | DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 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 } }] |
| 7485 | 2026-08-26T00:39:11.153Z | |
| 7486 | 2026-08-26T00:39:11.153Z | |
| 7487 | 2026-08-26T00:39:11.153Z | Aug 26 00:39:09.402 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 00:39:09.402 |
| 7488 | 2026-08-26T00:39:11.154Z | Aug 26 00:39:09.402INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 7489 | 2026-08-26T00:39:11.154Z | Aug 26 00:39:09.402adding route 172.17.0.4/32 -> 10.0.0.255 DEBG |
| 7490 | 2026-08-26T00:39:11.154Z | 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 26 00:39:09.402 |
| 7491 | 2026-08-26T00:39:11.154Z | INFOAug 26 00:39:09.402DEBG 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 } }] |
| 7492 | 2026-08-26T00:39:11.154Z | DEBGadding route 172.17.0.63/32 -> 10.0.0.255 |
| 7493 | 2026-08-26T00:39:11.154Z | Aug 26 00:39:09.403 INFO Aug 26 00:39:09.403adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7494 | 2026-08-26T00:39:11.154Z | 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 26 00:39:09.403 |
| 7495 | 2026-08-26T00:39:11.154Z | Aug 26 00:39:09.403 DEBGDEBG Aug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }] INFO |
| 7496 | 2026-08-26T00:39:11.154Z | DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7497 | 2026-08-26T00:39:11.155Z | 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 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7498 | 2026-08-26T00:39:11.155Z | |
| 7499 | 2026-08-26T00:39:11.155Z | |
| 7500 | 2026-08-26T00:39:11.155Z | Aug 26 00:39:09.403Aug 26 00:39:09.403Aug 26 00:39:09.403Aug 26 00:39:09.403 INFO DEBGAug 26 00:39:09.403adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 7501 | 2026-08-26T00:39:11.155Z | 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 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7502 | 2026-08-26T00:39:11.165Z | |
| 7503 | 2026-08-26T00:39:11.165Z | 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 } }] failed to allocate space for the new target list |
| 7504 | 2026-08-26T00:39:11.165Z | |
| 7505 | 2026-08-26T00:39:11.165Z | Aug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403DEBGAug 26 00:39:09.403 DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7506 | 2026-08-26T00:39:11.165Z | INFO |
| 7507 | 2026-08-26T00:39:11.165Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:39:09.403 |
| 7508 | 2026-08-26T00:39:11.165Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:39:09.403 |
| 7509 | 2026-08-26T00:39:11.165Z | |
| 7510 | 2026-08-26T00:39:11.165Z | Aug 26 00:39:09.403 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 26 00:39:09.403 Aug 26 00:39:09.403 |
| 7511 | 2026-08-26T00:39:11.165Z | Aug 26 00:39:09.403DEBGDEBG DEBG 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 } }] Aug 26 00:39:09.403replacing 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 } }] |
| 7512 | 2026-08-26T00:39:11.165Z | |
| 7513 | 2026-08-26T00:39:11.165Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7514 | 2026-08-26T00:39:11.165Z | |
| 7515 | 2026-08-26T00:39:11.165Z | Aug 26 00:39:09.403replacing 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 26 00:39:09.403 |
| 7516 | 2026-08-26T00:39:11.165Z | INFO INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7517 | 2026-08-26T00:39:11.165Z | Aug 26 00:39:09.403 |
| 7518 | 2026-08-26T00:39:11.165Z | Aug 26 00:39:09.403 INFOAug 26 00:39:09.403 adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 00:39:09.403INFO DEBGDEBG |
| 7519 | 2026-08-26T00:39:11.165Z | Aug 26 00:39:09.403adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 26 00:39:09.403failed to allocate space for the new target list |
| 7520 | 2026-08-26T00:39:11.165Z | |
| 7521 | 2026-08-26T00:39:11.166Z | DEBG |
| 7522 | 2026-08-26T00:39:11.166Z | 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 26 00:39:09.403 |
| 7523 | 2026-08-26T00:39:11.166Z | 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 } }] |
| 7524 | 2026-08-26T00:39:11.166Z | DEBGAug 26 00:39:09.403 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 26 00:39:09.403 Aug 26 00:39:09.403adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7525 | 2026-08-26T00:39:11.166Z | INFO |
| 7526 | 2026-08-26T00:39:11.166Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7527 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403 |
| 7528 | 2026-08-26T00:39:11.166Z | INFOAug 26 00:39:09.403 Aug 26 00:39:09.403adding route 172.17.0.29/32 -> 10.0.0.255Aug 26 00:39:09.403DEBG DEBGDEBG |
| 7529 | 2026-08-26T00:39:11.166Z | 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: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.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 } }] |
| 7530 | 2026-08-26T00:39:11.166Z | |
| 7531 | 2026-08-26T00:39:11.166Z | |
| 7532 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403 DEBGAug 26 00:39:09.403Aug 26 00:39:09.403 INFOAug 26 00:39:09.403 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.33/32 -> 10.0.0.255 |
| 7533 | 2026-08-26T00:39:11.166Z | |
| 7534 | 2026-08-26T00:39:11.166Z | adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 7535 | 2026-08-26T00:39:11.166Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 26 00:39:09.403 |
| 7536 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 26 00:39:09.403DEBG |
| 7537 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403 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 } }]DEBGDEBG |
| 7538 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403replacing 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.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 } }] |
| 7539 | 2026-08-26T00:39:11.166Z | DEBG |
| 7540 | 2026-08-26T00:39:11.166Z | 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 } }] |
| 7541 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403 Aug 26 00:39:09.403INFO INFOAug 26 00:39:09.403Aug 26 00:39:09.403adding route 172.17.0.34/32 -> 10.0.0.255 INFO |
| 7542 | 2026-08-26T00:39:11.166Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7543 | 2026-08-26T00:39:11.166Z | |
| 7544 | 2026-08-26T00:39:11.166Z | |
| 7545 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.403 |
| 7546 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403Aug 26 00:39:09.403 DEBGDEBG DEBGAug 26 00:39:09.403replacing 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 } }] 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 } }] |
| 7547 | 2026-08-26T00:39:11.166Z | |
| 7548 | 2026-08-26T00:39:11.166Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7549 | 2026-08-26T00:39:11.166Z | |
| 7550 | 2026-08-26T00:39:11.166Z | Aug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 7551 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7552 | 2026-08-26T00:39:11.167Z | |
| 7553 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7554 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403 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 |
| 7555 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.403DEBG |
| 7556 | 2026-08-26T00:39:11.167Z | 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 |
| 7557 | 2026-08-26T00:39:11.167Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:39:09.403 |
| 7558 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403INFOAug 26 00:39:09.403 INFOadding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7559 | 2026-08-26T00:39:11.167Z | INFOAug 26 00:39:09.403 |
| 7560 | 2026-08-26T00:39:11.167Z | adding route 172.17.0.33/32 -> 10.0.0.255DEBGAug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }] |
| 7561 | 2026-08-26T00:39:11.167Z | DEBGDEBG |
| 7562 | 2026-08-26T00:39:11.167Z | 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: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 } }] |
| 7563 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403 |
| 7564 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }] |
| 7565 | 2026-08-26T00:39:11.167Z | |
| 7566 | 2026-08-26T00:39:11.167Z | INFO INFOAug 26 00:39:09.403 adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:39:09.403 |
| 7567 | 2026-08-26T00:39:11.167Z | INFO DEBG adding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:39:09.403 |
| 7568 | 2026-08-26T00:39:11.167Z | adding route 3fff:beef:39::/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 } }] |
| 7569 | 2026-08-26T00:39:11.167Z | DEBG |
| 7570 | 2026-08-26T00:39:11.167Z | 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 } }] |
| 7571 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 Aug 26 00:39:09.403DEBG |
| 7572 | 2026-08-26T00:39:11.167Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7573 | 2026-08-26T00:39:11.167Z | |
| 7574 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403 |
| 7575 | 2026-08-26T00:39:11.167Z | DEBG Aug 26 00:39:09.403replacing 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 } }] |
| 7576 | 2026-08-26T00:39:11.167Z | INFOAug 26 00:39:09.403Aug 26 00:39:09.403 INFODEBGAug 26 00:39:09.403 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7577 | 2026-08-26T00:39:11.167Z | |
| 7578 | 2026-08-26T00:39:11.167Z | INFO |
| 7579 | 2026-08-26T00:39:11.167Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7580 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403Aug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7581 | 2026-08-26T00:39:11.167Z | 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 } }] |
| 7582 | 2026-08-26T00:39:11.167Z | 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 |
| 7583 | 2026-08-26T00:39:11.167Z | 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 } }] |
| 7584 | 2026-08-26T00:39:11.167Z | Aug 26 00:39:09.403 DEBGAug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }] |
| 7585 | 2026-08-26T00:39:11.167Z | INFOAug 26 00:39:09.403 INFOINFO Aug 26 00:39:09.403adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7586 | 2026-08-26T00:39:11.167Z | |
| 7587 | 2026-08-26T00:39:11.167Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 7588 | 2026-08-26T00:39:11.168Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7589 | 2026-08-26T00:39:11.168Z | Aug 26 00:39:09.403 DEBGAug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403DEBG 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 } }]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 |
| 7590 | 2026-08-26T00:39:11.168Z | |
| 7591 | 2026-08-26T00:39:11.168Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7592 | 2026-08-26T00:39:11.168Z | |
| 7593 | 2026-08-26T00:39:11.168Z | Aug 26 00:39:09.403Aug 26 00:39:09.403 INFOINFOAug 26 00:39:09.403 Aug 26 00:39:09.403adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7594 | 2026-08-26T00:39:11.168Z | adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 7595 | 2026-08-26T00:39:11.168Z | adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 7596 | 2026-08-26T00:39:11.168Z | Aug 26 00:39:09.403adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7597 | 2026-08-26T00:39:11.168Z | Aug 26 00:39:09.403DEBG Aug 26 00:39:09.403DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 26 00:39:09.403 |
| 7598 | 2026-08-26T00:39:11.168Z | |
| 7599 | 2026-08-26T00:39:11.168Z | 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 } }]Aug 26 00:39:09.403 |
| 7600 | 2026-08-26T00:39:11.168Z | 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 26 00:39:09.403 |
| 7601 | 2026-08-26T00:39:11.168Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7602 | 2026-08-26T00:39:11.173Z | Aug 26 00:39:09.415 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7603 | 2026-08-26T00:39:11.173Z | Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415 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 } }] |
| 7604 | 2026-08-26T00:39:11.173Z | 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 26 00:39:09.415 |
| 7605 | 2026-08-26T00:39:11.173Z | INFO Aug 26 00:39:09.415adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff INFO |
| 7606 | 2026-08-26T00:39:11.173Z | adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 7607 | 2026-08-26T00:39:11.173Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 26 00:39:09.415 |
| 7608 | 2026-08-26T00:39:11.173Z | Aug 26 00:39:09.415 Aug 26 00:39:09.415DEBG DEBG INFOreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:39:09.415 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.18/32 -> 10.0.0.255 |
| 7609 | 2026-08-26T00:39:11.173Z | |
| 7610 | 2026-08-26T00:39:11.174Z | DEBG |
| 7611 | 2026-08-26T00:39:11.174Z | 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 26 00:39:09.415Aug 26 00:39:09.415 |
| 7612 | 2026-08-26T00:39:11.174Z | INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 7613 | 2026-08-26T00:39:11.174Z | 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 26 00:39:09.415Aug 26 00:39:09.415 DEBG |
| 7614 | 2026-08-26T00:39:11.174Z | INFO Aug 26 00:39:09.415adding route 172.17.0.39/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7615 | 2026-08-26T00:39:11.174Z | |
| 7616 | 2026-08-26T00:39:11.174Z | Aug 26 00:39:09.415DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7617 | 2026-08-26T00:39:11.174Z | Aug 26 00:39:09.415 adding route 172.17.0.19/32 -> 10.0.0.255Aug 26 00:39:09.415 |
| 7618 | 2026-08-26T00:39:11.174Z | Aug 26 00:39:09.415DEBG DEBG Aug 26 00:39:09.415replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7619 | 2026-08-26T00:39:11.174Z | 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 } }]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 } }] |
| 7620 | 2026-08-26T00:39:11.174Z | |
| 7621 | 2026-08-26T00:39:11.174Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7622 | 2026-08-26T00:39:11.174Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:39:09.415 |
| 7623 | 2026-08-26T00:39:11.175Z | adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 7624 | 2026-08-26T00:39:11.175Z | 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 } }] |
| 7625 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415 Aug 26 00:39:09.415DEBG Aug 26 00:39:09.415DEBGreplacing 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 } }] |
| 7626 | 2026-08-26T00:39:11.175Z | 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 |
| 7627 | 2026-08-26T00:39:11.175Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:39:09.415 |
| 7628 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415INFO adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 7629 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415 adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 7630 | 2026-08-26T00:39:11.175Z | 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 } }] |
| 7631 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415DEBG 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.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 } }] |
| 7632 | 2026-08-26T00:39:11.175Z | |
| 7633 | 2026-08-26T00:39:11.175Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7634 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 INFOINFO Aug 26 00:39:09.415adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7635 | 2026-08-26T00:39:11.175Z | |
| 7636 | 2026-08-26T00:39:11.175Z | DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.415 |
| 7637 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415 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 } }]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 } }] |
| 7638 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415 |
| 7639 | 2026-08-26T00:39:11.175Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7640 | 2026-08-26T00:39:11.175Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 INFOAug 26 00:39:09.415INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7641 | 2026-08-26T00:39:11.175Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7642 | 2026-08-26T00:39:11.176Z | |
| 7643 | 2026-08-26T00:39:11.176Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415DEBG INFO DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.49/32 -> 10.0.0.255 |
| 7644 | 2026-08-26T00:39:11.176Z | |
| 7645 | 2026-08-26T00:39:11.176Z | |
| 7646 | 2026-08-26T00:39:11.176Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415DEBG INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7647 | 2026-08-26T00:39:11.176Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7648 | 2026-08-26T00:39:11.176Z | |
| 7649 | 2026-08-26T00:39:11.176Z | Aug 26 00:39:09.415 INFO Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGDEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 7650 | 2026-08-26T00:39:11.176Z | 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 } }] |
| 7651 | 2026-08-26T00:39:11.176Z | 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 } }] |
| 7652 | 2026-08-26T00:39:11.176Z | Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415 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 } }]INFOAug 26 00:39:09.415 |
| 7653 | 2026-08-26T00:39:11.176Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7654 | 2026-08-26T00:39:11.176Z | |
| 7655 | 2026-08-26T00:39:11.176Z | Aug 26 00:39:09.415 INFO Aug 26 00:39:09.415Aug 26 00:39:09.415 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 7656 | 2026-08-26T00:39:11.176Z | 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 } }]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 } }] |
| 7657 | 2026-08-26T00:39:11.177Z | |
| 7658 | 2026-08-26T00:39:11.177Z | Aug 26 00:39:09.415 DEBG Aug 26 00:39:09.415replacing 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 26 00:39:09.415INFO |
| 7659 | 2026-08-26T00:39:11.177Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7660 | 2026-08-26T00:39:11.177Z | |
| 7661 | 2026-08-26T00:39:11.177Z | Aug 26 00:39:09.415Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBG INFODEBG 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.52/32 -> 10.0.0.255 |
| 7662 | 2026-08-26T00:39:11.177Z | |
| 7663 | 2026-08-26T00:39:11.177Z | 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 } }] |
| 7664 | 2026-08-26T00:39:11.177Z | Aug 26 00:39:09.415 Aug 26 00:39:09.415INFOAug 26 00:39:09.415 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 7665 | 2026-08-26T00:39:11.177Z | DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7666 | 2026-08-26T00:39:11.177Z | test route::tests::delete_targets_fragmented ... ok |
| 7667 | 2026-08-26T00:39:11.177Z | 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 } }] |
| 7668 | 2026-08-26T00:39:11.177Z | Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.415DEBG |
| 7669 | 2026-08-26T00:39:11.177Z | 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 } }] |
| 7670 | 2026-08-26T00:39:11.177Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7671 | 2026-08-26T00:39:11.178Z | Aug 26 00:39:09.415 Aug 26 00:39:09.415Aug 26 00:39:09.415INFO DEBG INFOadding route 172.17.0.48/32 -> 10.0.0.255 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7672 | 2026-08-26T00:39:11.178Z | |
| 7673 | 2026-08-26T00:39:11.178Z | test route::tests::delete_target_fragmented ... ok |
| 7674 | 2026-08-26T00:39:11.178Z | |
| 7675 | 2026-08-26T00:39:11.178Z | Aug 26 00:39:09.415Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGINFO DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7676 | 2026-08-26T00:39:11.178Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7677 | 2026-08-26T00:39:11.178Z | |
| 7678 | 2026-08-26T00:39:11.178Z | Aug 26 00:39:09.415 Aug 26 00:39:09.415INFOAug 26 00:39:09.415 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7679 | 2026-08-26T00:39:11.178Z | DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7680 | 2026-08-26T00:39:11.178Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 26 00:39:09.415 |
| 7681 | 2026-08-26T00:39:11.178Z | 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 } }] |
| 7682 | 2026-08-26T00:39:11.178Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.415 |
| 7683 | 2026-08-26T00:39:11.179Z | |
| 7684 | 2026-08-26T00:39:11.179Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7685 | 2026-08-26T00:39:11.179Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415INFO DEBGDEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7686 | 2026-08-26T00:39:11.179Z | |
| 7687 | 2026-08-26T00:39:11.179Z | 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 } }] |
| 7688 | 2026-08-26T00:39:11.179Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415 INFOINFODEBG adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7689 | 2026-08-26T00:39:11.179Z | adding route 172.17.0.31/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 } }] |
| 7690 | 2026-08-26T00:39:11.179Z | |
| 7691 | 2026-08-26T00:39:11.179Z | Aug 26 00:39:09.415Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGINFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7692 | 2026-08-26T00:39:11.179Z | |
| 7693 | 2026-08-26T00:39:11.179Z | 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 } }] |
| 7694 | 2026-08-26T00:39:11.179Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415INFO DEBG INFOadding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7695 | 2026-08-26T00:39:11.179Z | |
| 7696 | 2026-08-26T00:39:11.179Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7697 | 2026-08-26T00:39:11.179Z | Aug 26 00:39:09.415 Aug 26 00:39:09.415DEBG INFOreplacing 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 } }] |
| 7698 | 2026-08-26T00:39:11.179Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 26 00:39:09.415 |
| 7699 | 2026-08-26T00:39:11.180Z | 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 } }] |
| 7700 | 2026-08-26T00:39:11.180Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 26 00:39:09.415 |
| 7701 | 2026-08-26T00:39:11.180Z | 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 |
| 7702 | 2026-08-26T00:39:11.185Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7703 | 2026-08-26T00:39:11.185Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415INFO adding route 172.17.0.53/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 7704 | 2026-08-26T00:39:11.185Z | |
| 7705 | 2026-08-26T00:39:11.185Z | 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 } }] |
| 7706 | 2026-08-26T00:39:11.185Z | Aug 26 00:39:09.415 Aug 26 00:39:09.415Aug 26 00:39:09.415 INFODEBGINFO adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7707 | 2026-08-26T00:39:11.185Z | |
| 7708 | 2026-08-26T00:39:11.185Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7709 | 2026-08-26T00:39:11.185Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415 INFODEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7710 | 2026-08-26T00:39:11.185Z | |
| 7711 | 2026-08-26T00:39:11.185Z | |
| 7712 | 2026-08-26T00:39:11.185Z | Aug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415INFO INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 7713 | 2026-08-26T00:39:11.185Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7714 | 2026-08-26T00:39:11.186Z | 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 } }] |
| 7715 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415 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 |
| 7716 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.416replacing 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 } }] |
| 7717 | 2026-08-26T00:39:11.186Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7718 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.416Aug 26 00:39:09.416 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255failed to allocate space for the new target listAug 26 00:39:09.416 |
| 7719 | 2026-08-26T00:39:11.186Z | |
| 7720 | 2026-08-26T00:39:11.186Z | 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 } }] |
| 7721 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.416 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7722 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.416Aug 26 00:39:09.416Aug 26 00:39:09.427 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.2, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7723 | 2026-08-26T00:39:11.186Z | |
| 7724 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.427 DEBG created new freemap, Aug 26 00:39:09.427unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7725 | 2026-08-26T00:39:11.186Z | |
| 7726 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.427 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7727 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.427 Aug 26 00:39:09.427DEBG DEBGinitted freemap. size: 64 , replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7728 | 2026-08-26T00:39:11.186Z | : freemap_route_ipv4 |
| 7729 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.427 DEBG reset freemap, Aug 26 00:39:09.427unit :INFO freemap_route_ipv4adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7730 | 2026-08-26T00:39:11.186Z | |
| 7731 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.427 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 } }] |
| 7732 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.427 DEBGAug 26 00:39:09.427 initted freemap. size: 64INFO, unitadding route 172.17.0.59/32 -> 10.0.0.255: |
| 7733 | 2026-08-26T00:39:11.186Z | freemap_route_ipv6 |
| 7734 | 2026-08-26T00:39:11.186Z | Aug 26 00:39:09.427 DEBG reset freemap, unitAug 26 00:39:09.427: DEBGfreemap_route_ipv6 |
| 7735 | 2026-08-26T00:39:11.187Z | 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 } }] |
| 7736 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7737 | 2026-08-26T00:39:11.187Z | |
| 7738 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 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 } }] |
| 7739 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7740 | 2026-08-26T00:39:11.187Z | |
| 7741 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 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 } }] |
| 7742 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 Aug 26 00:39:09.427DEBG INFOfailed to allocate space for the new target list |
| 7743 | 2026-08-26T00:39:11.187Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7744 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 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 } }] |
| 7745 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 Aug 26 00:39:09.427DEBG 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 } }] |
| 7746 | 2026-08-26T00:39:11.187Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7747 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 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 } }] |
| 7748 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 7749 | 2026-08-26T00:39:11.187Z | 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 } }] |
| 7750 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427 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 } }] |
| 7751 | 2026-08-26T00:39:11.187Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7752 | 2026-08-26T00:39:11.187Z | |
| 7753 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7754 | 2026-08-26T00:39:11.188Z | |
| 7755 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7756 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 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 } }]INFO |
| 7757 | 2026-08-26T00:39:11.188Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7758 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427 Aug 26 00:39:09.427INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 7759 | 2026-08-26T00:39:11.188Z | 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 } }] |
| 7760 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427 Aug 26 00:39:09.427DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7761 | 2026-08-26T00:39:11.188Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7762 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFODEBG adding route 172.17.0.40/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 } }] |
| 7763 | 2026-08-26T00:39:11.188Z | |
| 7764 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7765 | 2026-08-26T00:39:11.188Z | |
| 7766 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7767 | 2026-08-26T00:39:11.188Z | |
| 7768 | 2026-08-26T00:39:11.188Z | test route::tests::delete_targets_full ... ok |
| 7769 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFODEBG adding route 172.17.0.7/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 } }] |
| 7770 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427 |
| 7771 | 2026-08-26T00:39:11.188Z | 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 } }] |
| 7772 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7773 | 2026-08-26T00:39:11.188Z | |
| 7774 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7775 | 2026-08-26T00:39:11.188Z | |
| 7776 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7777 | 2026-08-26T00:39:11.188Z | |
| 7778 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7779 | 2026-08-26T00:39:11.188Z | |
| 7780 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7781 | 2026-08-26T00:39:11.188Z | |
| 7782 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7783 | 2026-08-26T00:39:11.188Z | |
| 7784 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7785 | 2026-08-26T00:39:11.188Z | |
| 7786 | 2026-08-26T00:39:11.188Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7787 | 2026-08-26T00:39:11.188Z | |
| 7788 | 2026-08-26T00:39:11.189Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7789 | 2026-08-26T00:39:11.189Z | |
| 7790 | 2026-08-26T00:39:11.189Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7791 | 2026-08-26T00:39:11.189Z | |
| 7792 | 2026-08-26T00:39:11.189Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7793 | 2026-08-26T00:39:11.189Z | |
| 7794 | 2026-08-26T00:39:11.189Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7795 | 2026-08-26T00:39:11.189Z | |
| 7796 | 2026-08-26T00:39:11.189Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7797 | 2026-08-26T00:39:11.189Z | |
| 7798 | 2026-08-26T00:39:11.189Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }] |
| 7799 | 2026-08-26T00:39:11.189Z | |
| 7800 | 2026-08-26T00:39:11.189Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7801 | 2026-08-26T00:39:11.189Z | |
| 7802 | 2026-08-26T00:39:11.194Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7803 | 2026-08-26T00:39:11.194Z | |
| 7804 | 2026-08-26T00:39:11.194Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7805 | 2026-08-26T00:39:11.194Z | |
| 7806 | 2026-08-26T00:39:11.194Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7807 | 2026-08-26T00:39:11.194Z | |
| 7808 | 2026-08-26T00:39:11.194Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7809 | 2026-08-26T00:39:11.194Z | |
| 7810 | 2026-08-26T00:39:11.194Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7811 | 2026-08-26T00:39:11.194Z | |
| 7812 | 2026-08-26T00:39:11.194Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7813 | 2026-08-26T00:39:11.194Z | |
| 7814 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7815 | 2026-08-26T00:39:11.195Z | |
| 7816 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7817 | 2026-08-26T00:39:11.195Z | |
| 7818 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7819 | 2026-08-26T00:39:11.195Z | |
| 7820 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7821 | 2026-08-26T00:39:11.195Z | |
| 7822 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7823 | 2026-08-26T00:39:11.195Z | |
| 7824 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7825 | 2026-08-26T00:39:11.195Z | |
| 7826 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7827 | 2026-08-26T00:39:11.195Z | |
| 7828 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7829 | 2026-08-26T00:39:11.195Z | |
| 7830 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 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 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 } }] |
| 7831 | 2026-08-26T00:39:11.195Z | |
| 7832 | 2026-08-26T00:39:11.195Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7833 | 2026-08-26T00:39:11.195Z | |
| 7834 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7835 | 2026-08-26T00:39:11.196Z | |
| 7836 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7837 | 2026-08-26T00:39:11.196Z | |
| 7838 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7839 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7840 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 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 } }] |
| 7841 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 INFO |
| 7842 | 2026-08-26T00:39:11.196Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7843 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 DEBGAug 26 00:39:09.437 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 |
| 7844 | 2026-08-26T00:39:11.196Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7845 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 INFO Aug 26 00:39:09.437adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7846 | 2026-08-26T00:39:11.196Z | 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 } }] |
| 7847 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 DEBG Aug 26 00:39:09.437replacing 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 } }] |
| 7848 | 2026-08-26T00:39:11.196Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7849 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 INFO Aug 26 00:39:09.437adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7850 | 2026-08-26T00:39:11.196Z | 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 } }] |
| 7851 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 DEBG Aug 26 00:39:09.437replacing 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 } }] |
| 7852 | 2026-08-26T00:39:11.196Z | DEBG failed to allocate space for the new target list |
| 7853 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 INFO Aug 26 00:39:09.437adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7854 | 2026-08-26T00:39:11.196Z | 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 } }] |
| 7855 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 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 } }] |
| 7856 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7857 | 2026-08-26T00:39:11.196Z | Aug 26 00:39:09.437 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 } }] |
| 7858 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7859 | 2026-08-26T00:39:11.197Z | test route::tests::delete_target_full ... ok |
| 7860 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 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 } }] |
| 7861 | 2026-08-26T00:39:11.197Z | |
| 7862 | 2026-08-26T00:39:11.197Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s |
| 7863 | 2026-08-26T00:39:11.197Z | |
| 7864 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7865 | 2026-08-26T00:39:11.197Z | |
| 7866 | 2026-08-26T00:39:11.197Z | running 0 tests |
| 7867 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 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 } }] |
| 7868 | 2026-08-26T00:39:11.197Z | |
| 7869 | 2026-08-26T00:39:11.197Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7870 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7871 | 2026-08-26T00:39:11.197Z | |
| 7872 | 2026-08-26T00:39:11.197Z | |
| 7873 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 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 } }] |
| 7874 | 2026-08-26T00:39:11.197Z | running 0 tests |
| 7875 | 2026-08-26T00:39:11.197Z | |
| 7876 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7877 | 2026-08-26T00:39:11.197Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7878 | 2026-08-26T00:39:11.197Z | |
| 7879 | 2026-08-26T00:39:11.197Z | Aug 26 00:39:09.437 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 } }] |
| 7880 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7881 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7882 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7883 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7884 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7885 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7886 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7887 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7888 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7889 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7890 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7891 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7892 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7893 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7894 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7895 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7896 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7897 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7898 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7899 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 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 } }] |
| 7900 | 2026-08-26T00:39:11.198Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7901 | 2026-08-26T00:39:11.199Z | Aug 26 00:39:09.437 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 } }] |
| 7902 | 2026-08-26T00:39:11.255Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7903 | 2026-08-26T00:39:11.255Z | Aug 26 00:39:09.437 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 } }] |
| 7904 | 2026-08-26T00:39:11.255Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7905 | 2026-08-26T00:39:11.255Z | Aug 26 00:39:09.437 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 } }] |
| 7906 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7907 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.437 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 } }] |
| 7908 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7909 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.437 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 } }] |
| 7910 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.437 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7911 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.437 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 } }] |
| 7912 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7913 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 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 } }] |
| 7914 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7915 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 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 } }] |
| 7916 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7917 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 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 } }] |
| 7918 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7919 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 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 } }] |
| 7920 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7921 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 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 } }] |
| 7922 | 2026-08-26T00:39:11.256Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7923 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7924 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7925 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7926 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7927 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7928 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7929 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7930 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7931 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7932 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7933 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7934 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7935 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7936 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 DEBG failed to allocate space for the new target list |
| 7937 | 2026-08-26T00:39:11.257Z | Aug 26 00:39:09.447 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 } }] |
| 7938 | 2026-08-26T00:39:11.257Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f) |
| 7939 | 2026-08-26T00:39:11.257Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 7940 | 2026-08-26T00:39:11.257Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34) |
| 7941 | 2026-08-26T00:39:11.257Z | |
| 7942 | 2026-08-26T00:39:11.257Z | running 6 tests |
| 7943 | 2026-08-26T00:39:11.258Z | test tests::test_port_id_cmp ... ok |
| 7944 | 2026-08-26T00:39:11.258Z | test tests::test_parse_client_port_id ... ok |
| 7945 | 2026-08-26T00:39:11.258Z | test tests::test_full_lot_id_neither_present ... ok |
| 7946 | 2026-08-26T00:39:11.258Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7947 | 2026-08-26T00:39:11.258Z | test tests::test_full_lot_id_lot_only ... ok |
| 7948 | 2026-08-26T00:39:11.258Z | test tests::test_full_lot_id_both_present ... ok |
| 7949 | 2026-08-26T00:39:11.258Z | |
| 7950 | 2026-08-26T00:39:11.258Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7951 | 2026-08-26T00:39:11.258Z | |
| 7952 | 2026-08-26T00:39:11.258Z | Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2) |
| 7953 | 2026-08-26T00:39:11.258Z | |
| 7954 | 2026-08-26T00:39:11.258Z | running 0 tests |
| 7955 | 2026-08-26T00:39:11.258Z | |
| 7956 | 2026-08-26T00:39:11.258Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7957 | 2026-08-26T00:39:11.258Z | |
| 7958 | 2026-08-26T00:39:11.258Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 7959 | 2026-08-26T00:39:11.258Z | |
| 7960 | 2026-08-26T00:39:11.258Z | running 0 tests |
| 7961 | 2026-08-26T00:39:11.258Z | |
| 7962 | 2026-08-26T00:39:11.258Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7963 | 2026-08-26T00:39:11.258Z | |
| 7964 | 2026-08-26T00:39:11.259Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 7965 | 2026-08-26T00:39:11.259Z | |
| 7966 | 2026-08-26T00:39:11.259Z | running 15 tests |
| 7967 | 2026-08-26T00:39:11.259Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 7968 | 2026-08-26T00:39:11.259Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 7969 | 2026-08-26T00:39:11.259Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 7970 | 2026-08-26T00:39:11.259Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 7971 | 2026-08-26T00:39:11.259Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 7972 | 2026-08-26T00:39:11.259Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 7973 | 2026-08-26T00:39:11.259Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 7974 | 2026-08-26T00:39:11.259Z | test v1::network::tests::test_equal ... ok |
| 7975 | 2026-08-26T00:39:11.259Z | test v1::network::tests::test_eui64 ... ok |
| 7976 | 2026-08-26T00:39:11.259Z | test v1::network::tests::test_into ... ok |
| 7977 | 2026-08-26T00:39:11.259Z | test v1::network::tests::test_not_equal ... ok |
| 7978 | 2026-08-26T00:39:11.259Z | test v1::network::tests::test_parse ... ok |
| 7979 | 2026-08-26T00:39:11.259Z | test v1::network::tests::test_to_string ... ok |
| 7980 | 2026-08-26T00:39:11.259Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 7981 | 2026-08-26T00:39:11.259Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 7982 | 2026-08-26T00:39:11.259Z | |
| 7983 | 2026-08-26T00:39:11.259Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 7984 | 2026-08-26T00:39:11.260Z | |
| 7985 | 2026-08-26T00:39:11.260Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 7986 | 2026-08-26T00:39:11.260Z | |
| 7987 | 2026-08-26T00:39:11.260Z | running 12 tests |
| 7988 | 2026-08-26T00:39:11.260Z | test icmp::test_v6_checksum ... ok |
| 7989 | 2026-08-26T00:39:11.260Z | test icmp::test_v4_checksum ... ok |
| 7990 | 2026-08-26T00:39:11.260Z | test lldp::test_lldp_parse ... ok |
| 7991 | 2026-08-26T00:39:11.260Z | test ipv6::test_ipv6_parse ... ok |
| 7992 | 2026-08-26T00:39:11.260Z | test pbuf::test_byte ... ok |
| 7993 | 2026-08-26T00:39:11.260Z | test pbuf::test_nibble ... ok |
| 7994 | 2026-08-26T00:39:11.260Z | test pbuf::test_short ... ok |
| 7995 | 2026-08-26T00:39:11.260Z | test pbuf::test_overflow ... ok |
| 7996 | 2026-08-26T00:39:11.260Z | test pbuf::test_twelve ... ok |
| 7997 | 2026-08-26T00:39:11.260Z | test pbuf::test_word ... ok |
| 7998 | 2026-08-26T00:39:11.260Z | test tcp::test_checksum_ack_data ... ok |
| 7999 | 2026-08-26T00:39:11.260Z | test tcp::test_checksum_syn_nodata ... ok |
| 8000 | 2026-08-26T00:39:11.260Z | |
| 8001 | 2026-08-26T00:39:11.260Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8002 | 2026-08-26T00:39:11.266Z | |
| 8003 | 2026-08-26T00:39:11.266Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8004 | 2026-08-26T00:39:11.266Z | |
| 8005 | 2026-08-26T00:39:11.266Z | running 0 tests |
| 8006 | 2026-08-26T00:39:11.266Z | |
| 8007 | 2026-08-26T00:39:11.266Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8008 | 2026-08-26T00:39:11.266Z | |
| 8009 | 2026-08-26T00:39:11.266Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 8010 | 2026-08-26T00:39:11.266Z | |
| 8011 | 2026-08-26T00:39:11.266Z | running 5 tests |
| 8012 | 2026-08-26T00:39:11.266Z | test switchport::test::test_compute_lanes ... ok |
| 8013 | 2026-08-26T00:39:11.270Z | test switchport::test::port_id_ordering ... ok |
| 8014 | 2026-08-26T00:39:11.271Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8015 | 2026-08-26T00:39:11.271Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8016 | 2026-08-26T00:39:11.271Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8017 | 2026-08-26T00:39:11.271Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8018 | 2026-08-26T00:39:11.271Z | Tx Enabled: Yes Yes Yes Yes |
| 8019 | 2026-08-26T00:39:11.271Z | Lane 0 Tx Loss-of-lock: No No No Lane 1No |
| 8020 | 2026-08-26T00:39:11.271Z | Tx Loss-of-signal: NoLane 2 NoLane 3 |
| 8021 | 2026-08-26T00:39:11.271Z | No No |
| 8022 | 2026-08-26T00:39:11.271Z | State: Activated Tx CDR Enabled: No NoActivated NoActivated NoActivated |
| 8023 | 2026-08-26T00:39:11.271Z | |
| 8024 | 2026-08-26T00:39:11.271Z | Tx Adaptive EQ Fault: No Rx Output Enabled: falseNo falseNo falseNo |
| 8025 | 2026-08-26T00:39:11.271Z | false |
| 8026 | 2026-08-26T00:39:11.271Z | Tx Fault: Yes Rx Output Status: valid Yes validYes validYes |
| 8027 | 2026-08-26T00:39:11.272Z | valid |
| 8028 | 2026-08-26T00:39:11.272Z | Rx Loss-of-lock: true true true true |
| 8029 | 2026-08-26T00:39:11.272Z | Rx Loss-of-signal: false false false false |
| 8030 | 2026-08-26T00:39:11.272Z | test link::test_filter ... Rx Auto-squelch Disable: trueok |
| 8031 | 2026-08-26T00:39:11.272Z | true true true |
| 8032 | 2026-08-26T00:39:11.272Z | Tx Output Enabled: true true true true |
| 8033 | 2026-08-26T00:39:11.272Z | Tx Output Status: invalid invalid invalid invalid |
| 8034 | 2026-08-26T00:39:11.272Z | Tx Loss-of-lock: false false false false |
| 8035 | 2026-08-26T00:39:11.272Z | Tx Loss-of-signal: true true true true |
| 8036 | 2026-08-26T00:39:11.272Z | Tx Auto-squelch Disable: false false false false |
| 8037 | 2026-08-26T00:39:11.272Z | Tx Adaptive EQ Fail: true true true true |
| 8038 | 2026-08-26T00:39:11.272Z | Tx Failure: false false false false |
| 8039 | 2026-08-26T00:39:11.272Z | Tx Force Squelch: true true true true |
| 8040 | 2026-08-26T00:39:11.272Z | Tx Input Polarity: normal normal normal normal |
| 8041 | 2026-08-26T00:39:11.272Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8042 | 2026-08-26T00:39:11.272Z | test switchport::test::test_print_sff_datapath ... ok |
| 8043 | 2026-08-26T00:39:11.272Z | |
| 8044 | 2026-08-26T00:39:11.272Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8045 | 2026-08-26T00:39:11.272Z | |
| 8046 | 2026-08-26T00:39:11.276Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 8047 | 2026-08-26T00:39:11.280Z | |
| 8048 | 2026-08-26T00:39:11.280Z | running 1 test |
| 8049 | 2026-08-26T00:39:11.280Z | test test_p4_counter_list ... ignored |
| 8050 | 2026-08-26T00:39:11.280Z | |
| 8051 | 2026-08-26T00:39:11.280Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8052 | 2026-08-26T00:39:11.280Z | |
| 8053 | 2026-08-26T00:39:11.280Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 8054 | 2026-08-26T00:39:11.285Z | |
| 8055 | 2026-08-26T00:39:11.285Z | running 5 tests |
| 8056 | 2026-08-26T00:39:11.288Z | test test_an ... ignored |
| 8057 | 2026-08-26T00:39:11.289Z | test test_enable ... ignored |
| 8058 | 2026-08-26T00:39:11.289Z | test test_ip_addresses ... ignored |
| 8059 | 2026-08-26T00:39:11.289Z | test test_kr ... ignored |
| 8060 | 2026-08-26T00:39:11.289Z | test test_mac ... ignored |
| 8061 | 2026-08-26T00:39:11.289Z | |
| 8062 | 2026-08-26T00:39:11.289Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8063 | 2026-08-26T00:39:11.289Z | |
| 8064 | 2026-08-26T00:39:11.289Z | Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a) |
| 8065 | 2026-08-26T00:39:11.292Z | |
| 8066 | 2026-08-26T00:39:11.292Z | running 3 tests |
| 8067 | 2026-08-26T00:39:11.293Z | test linklocal::test_parse_ipadm ... ok |
| 8068 | 2026-08-26T00:39:11.293Z | test tfport::test_parse_tfport ... ok |
| 8069 | 2026-08-26T00:39:11.293Z | test config::tests::test_updates ... ok |
| 8070 | 2026-08-26T00:39:11.293Z | |
| 8071 | 2026-08-26T00:39:11.293Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8072 | 2026-08-26T00:39:11.293Z | |
| 8073 | 2026-08-26T00:39:11.293Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 8074 | 2026-08-26T00:39:11.297Z | |
| 8075 | 2026-08-26T00:39:11.297Z | running 0 tests |
| 8076 | 2026-08-26T00:39:11.300Z | |
| 8077 | 2026-08-26T00:39:11.300Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8078 | 2026-08-26T00:39:11.300Z | |
| 8079 | 2026-08-26T00:39:11.301Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8080 | 2026-08-26T00:39:11.304Z | |
| 8081 | 2026-08-26T00:39:11.304Z | running 0 tests |
| 8082 | 2026-08-26T00:39:11.304Z | |
| 8083 | 2026-08-26T00:39:11.304Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8084 | 2026-08-26T00:39:11.304Z | |
| 8085 | 2026-08-26T00:39:11.304Z | Doc-tests aal |
| 8086 | 2026-08-26T00:39:11.529Z | |
| 8087 | 2026-08-26T00:39:11.530Z | running 0 tests |
| 8088 | 2026-08-26T00:39:11.530Z | |
| 8089 | 2026-08-26T00:39:11.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8090 | 2026-08-26T00:39:11.534Z | |
| 8091 | 2026-08-26T00:39:11.556Z | Doc-tests aal_macros |
| 8092 | 2026-08-26T00:39:11.629Z | |
| 8093 | 2026-08-26T00:39:11.630Z | running 0 tests |
| 8094 | 2026-08-26T00:39:11.630Z | |
| 8095 | 2026-08-26T00:39:11.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8096 | 2026-08-26T00:39:11.630Z | |
| 8097 | 2026-08-26T00:39:11.640Z | Doc-tests common |
| 8098 | 2026-08-26T00:39:11.878Z | |
| 8099 | 2026-08-26T00:39:11.878Z | running 0 tests |
| 8100 | 2026-08-26T00:39:11.878Z | |
| 8101 | 2026-08-26T00:39:11.878Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-26T00:39:11.879Z | |
| 8103 | 2026-08-26T00:39:11.905Z | Doc-tests dpd_api |
| 8104 | 2026-08-26T00:39:12.618Z | |
| 8105 | 2026-08-26T00:39:12.618Z | running 2 tests |
| 8106 | 2026-08-26T00:39:12.618Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8107 | 2026-08-26T00:39:12.618Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8108 | 2026-08-26T00:39:12.618Z | |
| 8109 | 2026-08-26T00:39:12.618Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8110 | 2026-08-26T00:39:12.618Z | |
| 8111 | 2026-08-26T00:39:12.648Z | Doc-tests dpd_client |
| 8112 | 2026-08-26T00:39:14.140Z | |
| 8113 | 2026-08-26T00:39:14.141Z | running 0 tests |
| 8114 | 2026-08-26T00:39:14.141Z | |
| 8115 | 2026-08-26T00:39:14.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8116 | 2026-08-26T00:39:14.141Z | |
| 8117 | 2026-08-26T00:39:14.194Z | Doc-tests dpd_types |
| 8118 | 2026-08-26T00:39:14.380Z | |
| 8119 | 2026-08-26T00:39:14.380Z | running 0 tests |
| 8120 | 2026-08-26T00:39:14.380Z | |
| 8121 | 2026-08-26T00:39:14.380Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8122 | 2026-08-26T00:39:14.380Z | |
| 8123 | 2026-08-26T00:39:14.405Z | Doc-tests dpd_types_versions |
| 8124 | 2026-08-26T00:39:15.912Z | |
| 8125 | 2026-08-26T00:39:15.912Z | running 1 test |
| 8126 | 2026-08-26T00:39:15.912Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8127 | 2026-08-26T00:39:15.912Z | |
| 8128 | 2026-08-26T00:39:15.912Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8129 | 2026-08-26T00:39:15.912Z | |
| 8130 | 2026-08-26T00:39:15.963Z | Doc-tests packet |
| 8131 | 2026-08-26T00:39:16.184Z | |
| 8132 | 2026-08-26T00:39:16.184Z | running 0 tests |
| 8133 | 2026-08-26T00:39:16.184Z | |
| 8134 | 2026-08-26T00:39:16.184Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8135 | 2026-08-26T00:39:16.184Z | |
| 8136 | 2026-08-26T00:39:16.211Z | Doc-tests pcap |
| 8137 | 2026-08-26T00:39:16.264Z | |
| 8138 | 2026-08-26T00:39:16.264Z | running 0 tests |
| 8139 | 2026-08-26T00:39:16.264Z | |
| 8140 | 2026-08-26T00:39:16.264Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8141 | 2026-08-26T00:39:16.264Z | |
| 8142 | 2026-08-26T00:39:16.314Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8143 | 2026-08-26T00:39:16.314Z | + RUST_BACKTRACE=full |
| 8144 | 2026-08-26T00:39:16.314Z | + cargo test --features chaos --no-fail-fast |
| 8145 | 2026-08-26T00:39:16.931Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8146 | 2026-08-26T00:39:17.012Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8147 | 2026-08-26T00:39:17.019Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8148 | 2026-08-26T00:39:25.736Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8149 | 2026-08-26T00:39:25.883Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8150 | 2026-08-26T00:40:03.466Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.13s |
| 8151 | 2026-08-26T00:40:03.583Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 8152 | 2026-08-26T00:40:03.592Z | |
| 8153 | 2026-08-26T00:40:03.592Z | running 0 tests |
| 8154 | 2026-08-26T00:40:03.592Z | |
| 8155 | 2026-08-26T00:40:03.595Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8156 | 2026-08-26T00:40:03.595Z | |
| 8157 | 2026-08-26T00:40:03.595Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8158 | 2026-08-26T00:40:03.598Z | |
| 8159 | 2026-08-26T00:40:03.599Z | running 0 tests |
| 8160 | 2026-08-26T00:40:03.599Z | |
| 8161 | 2026-08-26T00:40:03.599Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8162 | 2026-08-26T00:40:03.599Z | |
| 8163 | 2026-08-26T00:40:03.602Z | Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231) |
| 8164 | 2026-08-26T00:40:03.607Z | |
| 8165 | 2026-08-26T00:40:03.607Z | running 0 tests |
| 8166 | 2026-08-26T00:40:03.607Z | |
| 8167 | 2026-08-26T00:40:03.611Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8168 | 2026-08-26T00:40:03.611Z | |
| 8169 | 2026-08-26T00:40:03.611Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 8170 | 2026-08-26T00:40:03.631Z | |
| 8171 | 2026-08-26T00:40:03.631Z | running 4 tests |
| 8172 | 2026-08-26T00:40:03.634Z | test nat::tests::test_vni ... ok |
| 8173 | 2026-08-26T00:40:03.635Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8174 | 2026-08-26T00:40:03.637Z | test test_purge ... ok |
| 8175 | 2026-08-26T00:40:03.640Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8176 | 2026-08-26T00:40:03.641Z | |
| 8177 | 2026-08-26T00:40:03.644Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8178 | 2026-08-26T00:40:03.644Z | |
| 8179 | 2026-08-26T00:40:03.644Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 8180 | 2026-08-26T00:40:03.667Z | |
| 8181 | 2026-08-26T00:40:03.667Z | running 1 test |
| 8182 | 2026-08-26T00:40:03.671Z | ------- |
| 8183 | 2026-08-26T00:40:03.674Z | Generating OpenAPI documents from API definitions ... |
| 8184 | 2026-08-26T00:40:03.832Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8185 | 2026-08-26T00:40:03.912Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8186 | 2026-08-26T00:40:04.950Z | ------- |
| 8187 | 2026-08-26T00:40:04.950Z | Checking 13 OpenAPI documents... |
| 8188 | 2026-08-26T00:40:04.950Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-08-26T00:40:04.950Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-08-26T00:40:04.950Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-08-26T00:40:04.950Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-26T00:40:04.953Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-26T00:40:04.953Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-26T00:40:04.953Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-26T00:40:04.954Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-26T00:40:04.954Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-26T00:40:04.954Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-26T00:40:04.954Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-26T00:40:04.954Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-26T00:40:04.954Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-26T00:40:04.954Z | Fresh dpd "latest" symlink |
| 8202 | 2026-08-26T00:40:04.954Z | ------- |
| 8203 | 2026-08-26T00:40:04.954Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8204 | 2026-08-26T00:40:05.019Z | test test::test_apis_up_to_date ... ok |
| 8205 | 2026-08-26T00:40:05.019Z | |
| 8206 | 2026-08-26T00:40:05.019Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 8207 | 2026-08-26T00:40:05.019Z | |
| 8208 | 2026-08-26T00:40:05.082Z | Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614) |
| 8209 | 2026-08-26T00:40:05.090Z | |
| 8210 | 2026-08-26T00:40:05.090Z | running 34 tests |
| 8211 | 2026-08-26T00:40:05.094Z | test freemap::test_ordering ... ok |
| 8212 | 2026-08-26T00:40:05.094Z | test config::tests::test_updates ... ok |
| 8213 | 2026-08-26T00:40:05.094Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8214 | 2026-08-26T00:40:05.094Z | test freemap::test_split ... ok |
| 8215 | 2026-08-26T00:40:05.094Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8216 | 2026-08-26T00:40:05.094Z | test macaddrs::tests::test_mac_offset ... ok |
| 8217 | 2026-08-26T00:40:05.099Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8218 | 2026-08-26T00:40:05.099Z | Aug 26 00:40:03.394 DEBG created new freemap, unit: freemap_test |
| 8219 | 2026-08-26T00:40:05.099Z | Aug 26 00:40:03.394 DEBG initted freemap. size: 128, unit: freemap_testAug 26 00:40:03.394 |
| 8220 | 2026-08-26T00:40:05.099Z | DEBG created new freemapAug 26 00:40:03.394, unitDEBG: reset freemapfreemap_test, unit |
| 8221 | 2026-08-26T00:40:05.099Z | : freemap_test |
| 8222 | 2026-08-26T00:40:05.099Z | Aug 26 00:40:03.394 DEBG initted freemap. size: 128, unit: freemap_test |
| 8223 | 2026-08-26T00:40:05.099Z | Aug 26 00:40:03.394 DEBG reset freemap, unit: freemap_test |
| 8224 | 2026-08-26T00:40:05.099Z | Aug 26 00:40:03.394 DEBG Aug 26 00:40:03.394created new freemap , DEBGunit :created new freemap freemap_test, |
| 8225 | 2026-08-26T00:40:05.099Z | unit: freemap_test |
| 8226 | 2026-08-26T00:40:05.099Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8227 | 2026-08-26T00:40:05.099Z | Aug 26 00:40:03.395 DEBG initted freemap. size: 128, unitAug 26 00:40:03.395: freemap_testDEBG |
| 8228 | 2026-08-26T00:40:05.099Z | initted freemap. size: 128, unit: freemap_test |
| 8229 | 2026-08-26T00:40:05.099Z | Aug 26 00:40:03.395Aug 26 00:40:03.395 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 8230 | 2026-08-26T00:40:05.099Z | |
| 8231 | 2026-08-26T00:40:05.100Z | test freemap::test_basic ... ok |
| 8232 | 2026-08-26T00:40:05.100Z | test freemap::test_exhaustion ... ok |
| 8233 | 2026-08-26T00:40:05.100Z | test nat::test_mapping ... ok |
| 8234 | 2026-08-26T00:40:05.100Z | test freemap::test_free ... ok |
| 8235 | 2026-08-26T00:40:05.100Z | test freemap::test_reclaim ... ok |
| 8236 | 2026-08-26T00:40:05.100Z | test port_map::tests::test_backplane_group ... ok |
| 8237 | 2026-08-26T00:40:05.100Z | test port_map::tests::test_port_map ... ok |
| 8238 | 2026-08-26T00:40:05.100Z | test port_map::tests::dump_map ... ok |
| 8239 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.395 DEBG created new freemap, unit: freemap_test |
| 8240 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.395 DEBG initted freemap. size: 8, unit: freemap_test |
| 8241 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.395 DEBG reset freemap, unit: freemap_test |
| 8242 | 2026-08-26T00:40:05.100Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8243 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG created new freemap, unit: freemap_test |
| 8244 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG initted freemap. size: 128, unit: freemap_test |
| 8245 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG reset freemap, unit: freemap_test |
| 8246 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8247 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8248 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8249 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8250 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG Aug 26 00:40:03.396created new freemap DEBG , initted freemap. size: 64unit, :unit :freemap_route_ipv4 freemap_route_ipv6 |
| 8251 | 2026-08-26T00:40:05.100Z | |
| 8252 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 DEBG Aug 26 00:40:03.396reset freemap , DEBGunit :created new freemap , freemap_route_ipv6unit |
| 8253 | 2026-08-26T00:40:05.100Z | : freemap_route_ipv6 |
| 8254 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396 INFO Aug 26 00:40:03.396adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8255 | 2026-08-26T00:40:05.100Z | DEBG initted freemap. size: 64, unitAug 26 00:40:03.396: DEBGfreemap_route_ipv4 |
| 8256 | 2026-08-26T00:40:05.100Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8257 | 2026-08-26T00:40:05.100Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 8258 | 2026-08-26T00:40:05.101Z | unit: freemap_route_ipv4 |
| 8259 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396 DEBGAug 26 00:40:03.396 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8260 | 2026-08-26T00:40:05.101Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 26 00:40:03.396 |
| 8261 | 2026-08-26T00:40:05.101Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8262 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396 DEBG reset freemapAug 26 00:40:03.396, unitDEBG: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8263 | 2026-08-26T00:40:05.101Z | |
| 8264 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8265 | 2026-08-26T00:40:05.101Z | |
| 8266 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8267 | 2026-08-26T00:40:05.101Z | |
| 8268 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8269 | 2026-08-26T00:40:05.101Z | |
| 8270 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8271 | 2026-08-26T00:40:05.101Z | |
| 8272 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8273 | 2026-08-26T00:40:05.101Z | |
| 8274 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8275 | 2026-08-26T00:40:05.101Z | |
| 8276 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8277 | 2026-08-26T00:40:05.101Z | |
| 8278 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8279 | 2026-08-26T00:40:05.101Z | |
| 8280 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8281 | 2026-08-26T00:40:05.101Z | |
| 8282 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8283 | 2026-08-26T00:40:05.101Z | |
| 8284 | 2026-08-26T00:40:05.101Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8285 | 2026-08-26T00:40:05.101Z | |
| 8286 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8287 | 2026-08-26T00:40:05.102Z | |
| 8288 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8289 | 2026-08-26T00:40:05.102Z | |
| 8290 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8291 | 2026-08-26T00:40:05.102Z | |
| 8292 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8293 | 2026-08-26T00:40:05.102Z | |
| 8294 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGAug 26 00:40:03.396 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 } }]DEBGDEBG |
| 8295 | 2026-08-26T00:40:05.102Z | created new freemapreplacing 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 } }], |
| 8296 | 2026-08-26T00:40:05.102Z | unit: freemap_route_ipv4 |
| 8297 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8298 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8299 | 2026-08-26T00:40:05.102Z | test freemap::test_span ... ok |
| 8300 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8301 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8302 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396 DEBG reset freemap, unit:Aug 26 00:40:03.396 freemap_route_ipv6INFO |
| 8303 | 2026-08-26T00:40:05.102Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8304 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8305 | 2026-08-26T00:40:05.102Z | |
| 8306 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8307 | 2026-08-26T00:40:05.102Z | |
| 8308 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG adding route 3fff:beef::/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 } }] |
| 8309 | 2026-08-26T00:40:05.102Z | |
| 8310 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8311 | 2026-08-26T00:40:05.102Z | |
| 8312 | 2026-08-26T00:40:05.102Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8313 | 2026-08-26T00:40:05.103Z | |
| 8314 | 2026-08-26T00:40:05.103Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8315 | 2026-08-26T00:40:05.103Z | |
| 8316 | 2026-08-26T00:40:05.103Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 8317 | 2026-08-26T00:40:05.108Z | |
| 8318 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 Aug 26 00:40:03.396 DEBGINFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8319 | 2026-08-26T00:40:05.108Z | adding route 3fff:beef:4::/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 } }] |
| 8320 | 2026-08-26T00:40:05.108Z | |
| 8321 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396 DEBGAug 26 00:40:03.396 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 26 00:40:03.396 |
| 8322 | 2026-08-26T00:40:05.108Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 8323 | 2026-08-26T00:40:05.108Z | 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 26 00:40:03.396 |
| 8324 | 2026-08-26T00:40:05.108Z | INFOAug 26 00:40:03.396 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGAug 26 00:40:03.396 |
| 8325 | 2026-08-26T00:40:05.108Z | 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 } }] |
| 8326 | 2026-08-26T00:40:05.108Z | INFO Aug 26 00:40:03.396adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 26 00:40:03.396 |
| 8327 | 2026-08-26T00:40:05.108Z | INFODEBG adding route 3fff:beef:4::/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 } }] |
| 8328 | 2026-08-26T00:40:05.108Z | |
| 8329 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396 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 } }]Aug 26 00:40:03.396 |
| 8330 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396INFO DEBG adding route 3fff:beef:f::/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 } }] |
| 8331 | 2026-08-26T00:40:05.108Z | |
| 8332 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8333 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO Aug 26 00:40:03.396replacing 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 } }] |
| 8334 | 2026-08-26T00:40:05.108Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8335 | 2026-08-26T00:40:05.108Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 8336 | 2026-08-26T00:40:05.108Z | 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 } }] |
| 8337 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 Aug 26 00:40:03.396 DEBGINFO 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:beef:7::/64 -> 2001:db8::55:ff |
| 8338 | 2026-08-26T00:40:05.108Z | |
| 8339 | 2026-08-26T00:40:05.108Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8340 | 2026-08-26T00:40:05.108Z | Aug 26 00:40:03.396Aug 26 00:40:03.396 Aug 26 00:40:03.396DEBG 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 } }]INFO |
| 8341 | 2026-08-26T00:40:05.108Z | 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 } }] |
| 8342 | 2026-08-26T00:40:05.108Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8343 | 2026-08-26T00:40:05.109Z | Aug 26 00:40:03.396 Aug 26 00:40:03.396INFO Aug 26 00:40:03.396 INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8344 | 2026-08-26T00:40:05.109Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8345 | 2026-08-26T00:40:05.109Z | DEBG Aug 26 00:40:03.396replacing 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 } }] |
| 8346 | 2026-08-26T00:40:05.109Z | DEBGAug 26 00:40:03.396 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 |
| 8347 | 2026-08-26T00:40:05.109Z | 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 26 00:40:03.396 |
| 8348 | 2026-08-26T00:40:05.109Z | Aug 26 00:40:03.396INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 00:40:03.396 |
| 8349 | 2026-08-26T00:40:05.109Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 8350 | 2026-08-26T00:40:05.109Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8351 | 2026-08-26T00:40:05.109Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 DEBGDEBG Aug 26 00:40:03.397replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8352 | 2026-08-26T00:40:05.109Z | |
| 8353 | 2026-08-26T00:40:05.109Z | 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 } }] |
| 8354 | 2026-08-26T00:40:05.109Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8355 | 2026-08-26T00:40:05.109Z | INFO |
| 8356 | 2026-08-26T00:40:05.109Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8357 | 2026-08-26T00:40:05.109Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreplacing targets for 3fff:beef: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 } }] |
| 8358 | 2026-08-26T00:40:05.109Z | |
| 8359 | 2026-08-26T00:40:05.109Z | 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 } }] |
| 8360 | 2026-08-26T00:40:05.109Z | Aug 26 00:40:03.396Aug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8361 | 2026-08-26T00:40:05.109Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 8362 | 2026-08-26T00:40:05.109Z | DEBGAug 26 00:40:03.397 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8363 | 2026-08-26T00:40:05.109Z | DEBGcreated new freemapAug 26 00:40:03.397 , 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 } }]DEBGAug 26 00:40:03.397 |
| 8364 | 2026-08-26T00:40:05.109Z | 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 } }]unit |
| 8365 | 2026-08-26T00:40:05.109Z | : 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 } }]freemap_route_ipv4Aug 26 00:40:03.397 |
| 8366 | 2026-08-26T00:40:05.109Z | |
| 8367 | 2026-08-26T00:40:05.109Z | Aug 26 00:40:03.397INFO Aug 26 00:40:03.397adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 8368 | 2026-08-26T00:40:05.109Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8369 | 2026-08-26T00:40:05.109Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397 |
| 8370 | 2026-08-26T00:40:05.109Z | DEBGDEBG created new freemapreplacing 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 26 00:40:03.397, Aug 26 00:40:03.397unit |
| 8371 | 2026-08-26T00:40:05.110Z | :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 } }]freemap_route_ipv6 Aug 26 00:40:03.397 |
| 8372 | 2026-08-26T00:40:05.110Z | |
| 8373 | 2026-08-26T00:40:05.110Z | INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397replacing 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 } }] |
| 8374 | 2026-08-26T00:40:05.110Z | |
| 8375 | 2026-08-26T00:40:05.110Z | Aug 26 00:40:03.397INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 8376 | 2026-08-26T00:40:05.110Z | , unitAug 26 00:40:03.397Aug 26 00:40:03.397: Aug 26 00:40:03.397INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 8377 | 2026-08-26T00:40:05.110Z | |
| 8378 | 2026-08-26T00:40:05.110Z | 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 } }]DEBGAug 26 00:40:03.397 |
| 8379 | 2026-08-26T00:40:05.110Z | 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 |
| 8380 | 2026-08-26T00:40:05.110Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 reset freemap , INFOunit :DEBG Aug 26 00:40:03.397adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8381 | 2026-08-26T00:40:05.110Z | |
| 8382 | 2026-08-26T00:40:05.110Z | 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 } }] |
| 8383 | 2026-08-26T00:40:05.110Z | INFO Aug 26 00:40:03.397adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8384 | 2026-08-26T00:40:05.110Z | DEBGAug 26 00:40:03.397 initted freemap. size: 64Aug 26 00:40:03.397 INFO, DEBGunit :adding route 3fff:beef:e::/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 } }] |
| 8385 | 2026-08-26T00:40:05.110Z | |
| 8386 | 2026-08-26T00:40:05.110Z | Aug 26 00:40:03.397 DEBGfreemap_route_ipv6 Aug 26 00:40:03.397replacing 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 } }] |
| 8387 | 2026-08-26T00:40:05.110Z | Aug 26 00:40:03.397 |
| 8388 | 2026-08-26T00:40:05.110Z | INFODEBG Aug 26 00:40:03.397adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8389 | 2026-08-26T00:40:05.110Z | 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 26 00:40:03.397DEBG INFO |
| 8390 | 2026-08-26T00:40:05.110Z | reset freemap , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8391 | 2026-08-26T00:40:05.110Z | Aug 26 00:40:03.397 unitDEBG :INFO freemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8392 | 2026-08-26T00:40:05.110Z | 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 } }] |
| 8393 | 2026-08-26T00:40:05.110Z | |
| 8394 | 2026-08-26T00:40:05.110Z | Aug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397DEBG Aug 26 00:40:03.397 DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8395 | 2026-08-26T00:40:05.110Z | 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 } }] |
| 8396 | 2026-08-26T00:40:05.110Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 8397 | 2026-08-26T00:40:05.110Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:40:03.397 |
| 8398 | 2026-08-26T00:40:05.111Z | Aug 26 00:40:03.397Aug 26 00:40:03.397INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 8399 | 2026-08-26T00:40:05.111Z | DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397replacing 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 } }] |
| 8400 | 2026-08-26T00:40:05.111Z | Aug 26 00:40:03.397 DEBG |
| 8401 | 2026-08-26T00:40:05.111Z | 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 } }]DEBGAug 26 00:40:03.397Aug 26 00:40:03.397 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 } }] |
| 8402 | 2026-08-26T00:40:05.111Z | |
| 8403 | 2026-08-26T00:40:05.111Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8404 | 2026-08-26T00:40:05.111Z | 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 26 00:40:03.397 Aug 26 00:40:03.397INFO |
| 8405 | 2026-08-26T00:40:05.111Z | Aug 26 00:40:03.397INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8406 | 2026-08-26T00:40:05.111Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8407 | 2026-08-26T00:40:05.111Z | |
| 8408 | 2026-08-26T00:40:05.111Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8409 | 2026-08-26T00:40:05.111Z | Aug 26 00:40:03.397 Aug 26 00:40:03.397DEBG Aug 26 00:40:03.397 INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBG |
| 8410 | 2026-08-26T00:40:05.111Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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: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 } }] |
| 8411 | 2026-08-26T00:40:05.111Z | |
| 8412 | 2026-08-26T00:40:05.111Z | |
| 8413 | 2026-08-26T00:40:05.111Z | Aug 26 00:40:03.397 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8414 | 2026-08-26T00:40:05.111Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 DEBG INFOINFOreplacing 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 26 00:40:03.397adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8415 | 2026-08-26T00:40:05.111Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8416 | 2026-08-26T00:40:05.111Z | |
| 8417 | 2026-08-26T00:40:05.117Z | DEBG Aug 26 00:40:03.397replacing 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 } }] |
| 8418 | 2026-08-26T00:40:05.117Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8419 | 2026-08-26T00:40:05.117Z | Aug 26 00:40:03.397DEBG 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 } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.397Aug 26 00:40:03.397 |
| 8420 | 2026-08-26T00:40:05.117Z | INFO |
| 8421 | 2026-08-26T00:40:05.117Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 8422 | 2026-08-26T00:40:05.117Z | Aug 26 00:40:03.397 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8423 | 2026-08-26T00:40:05.117Z | Aug 26 00:40:03.397 |
| 8424 | 2026-08-26T00:40:05.117Z | DEBGAug 26 00:40:03.397 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 26 00:40:03.397INFO |
| 8425 | 2026-08-26T00:40:05.117Z | test api_server::tests::test_build_info ... ok |
| 8426 | 2026-08-26T00:40:05.117Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8427 | 2026-08-26T00:40:05.117Z | Aug 26 00:40:03.397adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397 |
| 8428 | 2026-08-26T00:40:05.117Z | 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 } }]INFO |
| 8429 | 2026-08-26T00:40:05.118Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8430 | 2026-08-26T00:40:05.118Z | Aug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397 DEBGAug 26 00:40:03.397 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8431 | 2026-08-26T00:40:05.118Z | DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.397 |
| 8432 | 2026-08-26T00:40:05.118Z | 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 } }] |
| 8433 | 2026-08-26T00:40:05.118Z | INFOAug 26 00:40:03.397 adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8434 | 2026-08-26T00:40:05.118Z | INFO |
| 8435 | 2026-08-26T00:40:05.118Z | Aug 26 00:40:03.397adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFO |
| 8436 | 2026-08-26T00:40:05.118Z | Aug 26 00:40:03.397adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397 |
| 8437 | 2026-08-26T00:40:05.118Z | DEBGDEBGAug 26 00:40:03.397 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 } }] |
| 8438 | 2026-08-26T00:40:05.118Z | 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 26 00:40:03.397DEBG |
| 8439 | 2026-08-26T00:40:05.118Z | Aug 26 00:40:03.397 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8440 | 2026-08-26T00:40:05.118Z | |
| 8441 | 2026-08-26T00:40:05.118Z | 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 26 00:40:03.397 |
| 8442 | 2026-08-26T00:40:05.118Z | INFOAug 26 00:40:03.397 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:40:03.397Aug 26 00:40:03.397 |
| 8443 | 2026-08-26T00:40:05.118Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFOAug 26 00:40:03.397 |
| 8444 | 2026-08-26T00:40:05.118Z | DEBG DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397 |
| 8445 | 2026-08-26T00:40:05.118Z | 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: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 } }] |
| 8446 | 2026-08-26T00:40:05.118Z | |
| 8447 | 2026-08-26T00:40:05.118Z | 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 } }] |
| 8448 | 2026-08-26T00:40:05.118Z | Aug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397 DEBGINFOINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8449 | 2026-08-26T00:40:05.118Z | |
| 8450 | 2026-08-26T00:40:05.118Z | |
| 8451 | 2026-08-26T00:40:05.118Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8452 | 2026-08-26T00:40:05.118Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 DEBGINFODEBG Aug 26 00:40:03.397 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8453 | 2026-08-26T00:40:05.118Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8454 | 2026-08-26T00:40:05.118Z | |
| 8455 | 2026-08-26T00:40:05.118Z | DEBG Aug 26 00:40:03.397replacing 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 } }] |
| 8456 | 2026-08-26T00:40:05.118Z | DEBG Aug 26 00:40:03.397replacing 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 } }] |
| 8457 | 2026-08-26T00:40:05.119Z | INFOAug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397 INFOINFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8458 | 2026-08-26T00:40:05.119Z | |
| 8459 | 2026-08-26T00:40:05.119Z | created new freemapadding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8460 | 2026-08-26T00:40:05.119Z | , |
| 8461 | 2026-08-26T00:40:05.119Z | unitAug 26 00:40:03.397:Aug 26 00:40:03.397 Aug 26 00:40:03.397 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 } }]DEBG |
| 8462 | 2026-08-26T00:40:05.119Z | freemap_route_ipv4Aug 26 00:40:03.397replacing 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 } }] |
| 8463 | 2026-08-26T00:40:05.119Z | 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 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 } }] |
| 8464 | 2026-08-26T00:40:05.119Z | |
| 8465 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397 INFO |
| 8466 | 2026-08-26T00:40:05.119Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8467 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397 DEBG INFOcreated new freemapAug 26 00:40:03.397Aug 26 00:40:03.397, Aug 26 00:40:03.397 unit :INFODEBG INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8468 | 2026-08-26T00:40:05.119Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8469 | 2026-08-26T00:40:05.119Z | |
| 8470 | 2026-08-26T00:40:05.119Z | |
| 8471 | 2026-08-26T00:40:05.119Z | 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 26 00:40:03.397 |
| 8472 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397 DEBGDEBG Aug 26 00:40:03.397replacing 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 } }] 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 } }] |
| 8473 | 2026-08-26T00:40:05.119Z | |
| 8474 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397adding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBGAug 26 00:40:03.397 |
| 8475 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397 INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8476 | 2026-08-26T00:40:05.119Z | initted freemap. size: 64adding route 3fff:beef:23::/64 -> 2001:db8::55:ff, Aug 26 00:40:03.397 |
| 8477 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397unitDEBGAug 26 00:40:03.397 : Aug 26 00:40:03.397DEBG DEBG 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 } }] |
| 8478 | 2026-08-26T00:40:05.119Z | 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: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 } }] |
| 8479 | 2026-08-26T00:40:05.119Z | freemap_route_ipv4 |
| 8480 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397 |
| 8481 | 2026-08-26T00:40:05.119Z | 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 } }] |
| 8482 | 2026-08-26T00:40:05.119Z | Aug 26 00:40:03.397 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 00:40:03.397Aug 26 00:40:03.397 |
| 8483 | 2026-08-26T00:40:05.119Z | |
| 8484 | 2026-08-26T00:40:05.120Z | DEBGINFO reset freemap, adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitAug 26 00:40:03.397: |
| 8485 | 2026-08-26T00:40:05.120Z | DEBGfreemap_route_ipv4 |
| 8486 | 2026-08-26T00:40:05.120Z | 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 } }] |
| 8487 | 2026-08-26T00:40:05.120Z | Aug 26 00:40:03.397 DEBGAug 26 00:40:03.397Aug 26 00:40:03.397 INFOAug 26 00:40:03.397Aug 26 00:40:03.397replacing 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 } }] |
| 8488 | 2026-08-26T00:40:05.120Z | INFO DEBGDEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8489 | 2026-08-26T00:40:05.120Z | initted freemap. size: 64replacing 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 } }] |
| 8490 | 2026-08-26T00:40:05.120Z | , unitAug 26 00:40:03.397Aug 26 00:40:03.397: INFOfreemap_route_ipv6 Aug 26 00:40:03.397DEBG |
| 8491 | 2026-08-26T00:40:05.120Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8492 | 2026-08-26T00:40:05.120Z | 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 |
| 8493 | 2026-08-26T00:40:05.120Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8494 | 2026-08-26T00:40:05.120Z | |
| 8495 | 2026-08-26T00:40:05.120Z | Aug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397DEBGAug 26 00:40:03.397 DEBG INFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 8496 | 2026-08-26T00:40:05.120Z | |
| 8497 | 2026-08-26T00:40:05.120Z | 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 } }] |
| 8498 | 2026-08-26T00:40:05.120Z | reset freemap Aug 26 00:40:03.397, Aug 26 00:40:03.397Aug 26 00:40:03.397unit :INFODEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:8::/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 } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8499 | 2026-08-26T00:40:05.120Z | |
| 8500 | 2026-08-26T00:40:05.120Z | |
| 8501 | 2026-08-26T00:40:05.120Z | |
| 8502 | 2026-08-26T00:40:05.120Z | Aug 26 00:40:03.397 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8503 | 2026-08-26T00:40:05.120Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 INFODEBG DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8504 | 2026-08-26T00:40:05.120Z | 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 26 00:40:03.397 |
| 8505 | 2026-08-26T00:40:05.120Z | 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 } }] |
| 8506 | 2026-08-26T00:40:05.120Z | DEBGAug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397 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 } }]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 } }] |
| 8507 | 2026-08-26T00:40:05.120Z | |
| 8508 | 2026-08-26T00:40:05.120Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8509 | 2026-08-26T00:40:05.120Z | Aug 26 00:40:03.397 |
| 8510 | 2026-08-26T00:40:05.120Z | INFO Aug 26 00:40:03.397Aug 26 00:40:03.397 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8511 | 2026-08-26T00:40:05.120Z | 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 } }]DEBGAug 26 00:40:03.397 |
| 8512 | 2026-08-26T00:40:05.121Z | Aug 26 00:40:03.397 INFO DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/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 } }] |
| 8513 | 2026-08-26T00:40:05.121Z | |
| 8514 | 2026-08-26T00:40:05.121Z | |
| 8515 | 2026-08-26T00:40:05.121Z | Aug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397INFO Aug 26 00:40:03.397INFO INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8516 | 2026-08-26T00:40:05.121Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8517 | 2026-08-26T00:40:05.126Z | DEBG |
| 8518 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 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 |
| 8519 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.397replacing 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 } }] |
| 8520 | 2026-08-26T00:40:05.126Z | DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:40:03.397 |
| 8521 | 2026-08-26T00:40:05.126Z | 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 } }] |
| 8522 | 2026-08-26T00:40:05.126Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8523 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.397 Aug 26 00:40:03.397INFO INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:40:03.397 |
| 8524 | 2026-08-26T00:40:05.126Z | DEBG |
| 8525 | 2026-08-26T00:40:05.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 } }] adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8526 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.397Aug 26 00:40:03.397 |
| 8527 | 2026-08-26T00:40:05.126Z | DEBGDEBG Aug 26 00:40:03.397replacing 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 } }] |
| 8528 | 2026-08-26T00:40:05.126Z | INFO Aug 26 00:40:03.397replacing 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:c::/64 -> 2001:db8::55:ff |
| 8529 | 2026-08-26T00:40:05.126Z | DEBGAug 26 00:40:03.398 |
| 8530 | 2026-08-26T00:40:05.126Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 00:40:03.398replacing 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 26 00:40:03.398 |
| 8531 | 2026-08-26T00:40:05.126Z | |
| 8532 | 2026-08-26T00:40:05.126Z | 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 } }] |
| 8533 | 2026-08-26T00:40:05.126Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8534 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.398DEBG 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 26 00:40:03.398Aug 26 00:40:03.398INFO |
| 8535 | 2026-08-26T00:40:05.126Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGAug 26 00:40:03.398 |
| 8536 | 2026-08-26T00:40:05.126Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8537 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.398INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8538 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.398DEBG |
| 8539 | 2026-08-26T00:40:05.126Z | INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8540 | 2026-08-26T00:40:05.126Z | freemap_route_ipv6 |
| 8541 | 2026-08-26T00:40:05.126Z | Aug 26 00:40:03.398adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 26 00:40:03.398INFO INFO |
| 8542 | 2026-08-26T00:40:05.127Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8543 | 2026-08-26T00:40:05.127Z | |
| 8544 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398 Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBG DEBGDEBGreplacing 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 } }] |
| 8545 | 2026-08-26T00:40:05.127Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8546 | 2026-08-26T00:40:05.127Z | 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 } }] |
| 8547 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8548 | 2026-08-26T00:40:05.127Z | |
| 8549 | 2026-08-26T00:40:05.127Z | |
| 8550 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 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: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 } }] |
| 8551 | 2026-08-26T00:40:05.127Z | |
| 8552 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8553 | 2026-08-26T00:40:05.127Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8554 | 2026-08-26T00:40:05.127Z | DEBG Aug 26 00:40:03.398replacing 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 } }] |
| 8555 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8556 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398replacing 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 } }] |
| 8557 | 2026-08-26T00:40:05.127Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8558 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8559 | 2026-08-26T00:40:05.127Z | |
| 8560 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBGDEBG 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 |
| 8561 | 2026-08-26T00:40:05.127Z | 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: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 } }] |
| 8562 | 2026-08-26T00:40:05.127Z | |
| 8563 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398 INFO Aug 26 00:40:03.398adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8564 | 2026-08-26T00:40:05.127Z | INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8565 | 2026-08-26T00:40:05.127Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 8566 | 2026-08-26T00:40:05.127Z | 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 26 00:40:03.398 |
| 8567 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398DEBG 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 |
| 8568 | 2026-08-26T00:40:05.127Z | Aug 26 00:40:03.398replacing 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 } }] |
| 8569 | 2026-08-26T00:40:05.127Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8570 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFOINFO DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8571 | 2026-08-26T00:40:05.128Z | 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:13::/64 -> 2001:db8::55:ff |
| 8572 | 2026-08-26T00:40:05.128Z | |
| 8573 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398 Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBGDEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/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 } }] |
| 8574 | 2026-08-26T00:40:05.128Z | |
| 8575 | 2026-08-26T00:40:05.128Z | |
| 8576 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398 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 } }] |
| 8577 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 8578 | 2026-08-26T00:40:05.128Z | |
| 8579 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8580 | 2026-08-26T00:40:05.128Z | |
| 8581 | 2026-08-26T00:40:05.128Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8582 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8583 | 2026-08-26T00:40:05.128Z | |
| 8584 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 8585 | 2026-08-26T00:40:05.128Z | 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 26 00:40:03.398 |
| 8586 | 2026-08-26T00:40:05.128Z | 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 |
| 8587 | 2026-08-26T00:40:05.128Z | 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 } }] |
| 8588 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO INFOAug 26 00:40:03.398adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8589 | 2026-08-26T00:40:05.128Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 8590 | 2026-08-26T00:40:05.128Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8591 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBG DEBG DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 8592 | 2026-08-26T00:40:05.128Z | |
| 8593 | 2026-08-26T00:40:05.128Z | |
| 8594 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8595 | 2026-08-26T00:40:05.128Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8596 | 2026-08-26T00:40:05.128Z | |
| 8597 | 2026-08-26T00:40:05.128Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBG DEBG DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8598 | 2026-08-26T00:40:05.129Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8599 | 2026-08-26T00:40:05.129Z | 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 } }] |
| 8600 | 2026-08-26T00:40:05.129Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 8601 | 2026-08-26T00:40:05.129Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8602 | 2026-08-26T00:40:05.129Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8603 | 2026-08-26T00:40:05.129Z | Aug 26 00:40:03.398 DEBGAug 26 00:40:03.398 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 26 00:40:03.398 |
| 8604 | 2026-08-26T00:40:05.129Z | 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 } }] |
| 8605 | 2026-08-26T00:40:05.129Z | 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 26 00:40:03.398 |
| 8606 | 2026-08-26T00:40:05.129Z | INFOAug 26 00:40:03.398 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 8607 | 2026-08-26T00:40:05.129Z | Aug 26 00:40:03.398 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 8608 | 2026-08-26T00:40:05.129Z | Aug 26 00:40:03.398 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 8609 | 2026-08-26T00:40:05.129Z | 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 } }] |
| 8610 | 2026-08-26T00:40:05.129Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBGDEBG 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 } }] 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 } }] |
| 8611 | 2026-08-26T00:40:05.129Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8612 | 2026-08-26T00:40:05.129Z | |
| 8613 | 2026-08-26T00:40:05.129Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8614 | 2026-08-26T00:40:05.129Z | adding route 3fff:beef:26::/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 } }] |
| 8615 | 2026-08-26T00:40:05.129Z | |
| 8616 | 2026-08-26T00:40:05.129Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398 DEBGDEBG INFO 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: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 } }] |
| 8617 | 2026-08-26T00:40:05.134Z | |
| 8618 | 2026-08-26T00:40:05.134Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8619 | 2026-08-26T00:40:05.134Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFO Aug 26 00:40:03.398 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 8620 | 2026-08-26T00:40:05.134Z | adding route 3fff:beef:27::/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 } }] |
| 8621 | 2026-08-26T00:40:05.134Z | |
| 8622 | 2026-08-26T00:40:05.134Z | Aug 26 00:40:03.398 DEBGAug 26 00:40:03.398Aug 26 00:40:03.398 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 |
| 8623 | 2026-08-26T00:40:05.134Z | 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 } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8624 | 2026-08-26T00:40:05.134Z | |
| 8625 | 2026-08-26T00:40:05.134Z | Aug 26 00:40:03.398 INFO Aug 26 00:40:03.398adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8626 | 2026-08-26T00:40:05.134Z | Aug 26 00:40:03.398INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 26 00:40:03.398replacing 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 } }] |
| 8627 | 2026-08-26T00:40:05.134Z | |
| 8628 | 2026-08-26T00:40:05.134Z | DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398Aug 26 00:40:03.398 |
| 8629 | 2026-08-26T00:40:05.134Z | INFODEBG adding route 3fff:beef:36::/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 } }]Aug 26 00:40:03.398 |
| 8630 | 2026-08-26T00:40:05.134Z | INFO |
| 8631 | 2026-08-26T00:40:05.134Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8632 | 2026-08-26T00:40:05.134Z | Aug 26 00:40:03.398DEBG 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 } }] |
| 8633 | 2026-08-26T00:40:05.135Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8634 | 2026-08-26T00:40:05.135Z | DEBGAug 26 00:40:03.398 Aug 26 00:40:03.398replacing 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 } }] |
| 8635 | 2026-08-26T00:40:05.135Z | INFODEBG adding route 3fff:beef:37::/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 } }] |
| 8636 | 2026-08-26T00:40:05.135Z | |
| 8637 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8638 | 2026-08-26T00:40:05.135Z | 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:2a::/64 -> 2001:db8::55:ff |
| 8639 | 2026-08-26T00:40:05.135Z | |
| 8640 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 8641 | 2026-08-26T00:40:05.135Z | 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: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 } }] |
| 8642 | 2026-08-26T00:40:05.135Z | |
| 8643 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398 DEBG Aug 26 00:40:03.398replacing 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 } }] |
| 8644 | 2026-08-26T00:40:05.135Z | INFOAug 26 00:40:03.398 Aug 26 00:40:03.398 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8645 | 2026-08-26T00:40:05.135Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8646 | 2026-08-26T00:40:05.135Z | |
| 8647 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBGAug 26 00:40:03.398 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 } }] |
| 8648 | 2026-08-26T00:40:05.135Z | 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 } }] |
| 8649 | 2026-08-26T00:40:05.135Z | 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 } }] |
| 8650 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFO INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8651 | 2026-08-26T00:40:05.135Z | |
| 8652 | 2026-08-26T00:40:05.135Z | |
| 8653 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBGDEBG Aug 26 00:40:03.398replacing 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 } }] |
| 8654 | 2026-08-26T00:40:05.135Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8655 | 2026-08-26T00:40:05.135Z | 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 } }] |
| 8656 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO Aug 26 00:40:03.398 INFOINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8657 | 2026-08-26T00:40:05.135Z | |
| 8658 | 2026-08-26T00:40:05.135Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8659 | 2026-08-26T00:40:05.135Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBG DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8660 | 2026-08-26T00:40:05.135Z | 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 } }] |
| 8661 | 2026-08-26T00:40:05.136Z | |
| 8662 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398 INFOINFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8663 | 2026-08-26T00:40:05.136Z | |
| 8664 | 2026-08-26T00:40:05.136Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8665 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398 |
| 8666 | 2026-08-26T00:40:05.136Z | 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 } }] |
| 8667 | 2026-08-26T00:40:05.136Z | DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398 |
| 8668 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398 INFOINFOAug 26 00:40:03.398 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8669 | 2026-08-26T00:40:05.136Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8670 | 2026-08-26T00:40:05.136Z | |
| 8671 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398 DEBG Aug 26 00:40:03.398replacing 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 26 00:40:03.398 |
| 8672 | 2026-08-26T00:40:05.136Z | 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: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 } }] |
| 8673 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398 |
| 8674 | 2026-08-26T00:40:05.136Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:40:03.398Aug 26 00:40:03.398 |
| 8675 | 2026-08-26T00:40:05.136Z | INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO |
| 8676 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8677 | 2026-08-26T00:40:05.136Z | 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 } }] |
| 8678 | 2026-08-26T00:40:05.136Z | test route::tests::grow_succeeds ... ok |
| 8679 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBGDEBG Aug 26 00:40:03.398 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: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 } }]INFO |
| 8680 | 2026-08-26T00:40:05.136Z | |
| 8681 | 2026-08-26T00:40:05.136Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8682 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFODEBG INFO DEBGfailed to allocate space for the new target listadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8683 | 2026-08-26T00:40:05.136Z | |
| 8684 | 2026-08-26T00:40:05.136Z | 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 } }] |
| 8685 | 2026-08-26T00:40:05.136Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:40:03.398 |
| 8686 | 2026-08-26T00:40:05.136Z | DEBGAug 26 00:40:03.398 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 26 00:40:03.398 |
| 8687 | 2026-08-26T00:40:05.136Z | DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8688 | 2026-08-26T00:40:05.136Z | Aug 26 00:40:03.398 |
| 8689 | 2026-08-26T00:40:05.137Z | DEBGAug 26 00:40:03.398 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 } }]INFOAug 26 00:40:03.398 |
| 8690 | 2026-08-26T00:40:05.137Z | DEBG 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 } }] |
| 8691 | 2026-08-26T00:40:05.137Z | |
| 8692 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398 INFO Aug 26 00:40:03.398adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8693 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398DEBG INFOAug 26 00:40:03.398replacing 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 } }] |
| 8694 | 2026-08-26T00:40:05.137Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8695 | 2026-08-26T00:40:05.137Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398 |
| 8696 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8697 | 2026-08-26T00:40:05.137Z | |
| 8698 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFO DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8699 | 2026-08-26T00:40:05.137Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8700 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398 |
| 8701 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBG DEBGAug 26 00:40:03.398 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 |
| 8702 | 2026-08-26T00:40:05.137Z | created new freemap INFO, 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:34::/64 -> 2001:db8::55:ffunit |
| 8703 | 2026-08-26T00:40:05.137Z | |
| 8704 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398: INFO freemap_route_ipv4Aug 26 00:40:03.398adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8705 | 2026-08-26T00:40:05.137Z | DEBG |
| 8706 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398 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 26 00:40:03.398 |
| 8707 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.398INFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 8708 | 2026-08-26T00:40:05.137Z | 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 26 00:40:03.399 created new freemapINFOAug 26 00:40:03.399 , adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8709 | 2026-08-26T00:40:05.137Z | unitDEBG: freemap_route_ipv6 |
| 8710 | 2026-08-26T00:40:05.137Z | |
| 8711 | 2026-08-26T00:40:05.137Z | 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 26 00:40:03.399 |
| 8712 | 2026-08-26T00:40:05.137Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8713 | 2026-08-26T00:40:05.137Z | Aug 26 00:40:03.399Aug 26 00:40:03.399 Aug 26 00:40:03.399INFODEBG Aug 26 00:40:03.399adding route 3fff:beef:18::/64 -> 2001:db8::55:ff DEBG |
| 8714 | 2026-08-26T00:40:05.137Z | 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 } }]DEBGinitted freemap. size: 64 |
| 8715 | 2026-08-26T00:40:05.137Z | , unitreplacing 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 26 00:40:03.399 |
| 8716 | 2026-08-26T00:40:05.137Z | freemap_route_ipv4 Aug 26 00:40:03.399 |
| 8717 | 2026-08-26T00:40:05.143Z | INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:40:03.399replacing 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 } }] |
| 8718 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399 |
| 8719 | 2026-08-26T00:40:05.143Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 8720 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399reset freemapAug 26 00:40:03.399 , DEBGunit 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 } }] |
| 8721 | 2026-08-26T00:40:05.143Z | INFO: adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 00:40:03.399 |
| 8722 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399 DEBG INFOfreemap_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 } }] |
| 8723 | 2026-08-26T00:40:05.143Z | |
| 8724 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 8725 | 2026-08-26T00:40:05.143Z | 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 } }] |
| 8726 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399Aug 26 00:40:03.399 Aug 26 00:40:03.399DEBG Aug 26 00:40:03.399 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 |
| 8727 | 2026-08-26T00:40:05.143Z | INFOINFO initted freemap. size: 64adding route 3fff:beef:37::/64 -> 2001:db8::55:ff , |
| 8728 | 2026-08-26T00:40:05.143Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 00:40:03.399unit |
| 8729 | 2026-08-26T00:40:05.143Z | :DEBG Aug 26 00:40:03.399failed to allocate space for the new target list |
| 8730 | 2026-08-26T00:40:05.143Z | DEBG Aug 26 00:40:03.399freemap_route_ipv6 |
| 8731 | 2026-08-26T00:40:05.143Z | 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 } }]Aug 26 00:40:03.399 |
| 8732 | 2026-08-26T00:40:05.143Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8733 | 2026-08-26T00:40:05.143Z | |
| 8734 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399Aug 26 00:40:03.399INFO Aug 26 00:40:03.399 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO DEBG |
| 8735 | 2026-08-26T00:40:05.143Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffailed to allocate space for the new target listDEBG |
| 8736 | 2026-08-26T00:40:05.143Z | |
| 8737 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399reset freemap DEBG, 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 } }]: |
| 8738 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399 freemap_route_ipv6DEBG |
| 8739 | 2026-08-26T00:40:05.143Z | Aug 26 00:40:03.399replacing 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 } }] |
| 8740 | 2026-08-26T00:40:05.144Z | INFOAug 26 00:40:03.399 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 8741 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 8742 | 2026-08-26T00:40:05.144Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 26 00:40:03.399 |
| 8743 | 2026-08-26T00:40:05.144Z | DEBG Aug 26 00:40:03.399Aug 26 00:40:03.399 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 } }] |
| 8744 | 2026-08-26T00:40:05.144Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 26 00:40:03.399 |
| 8745 | 2026-08-26T00:40:05.144Z | |
| 8746 | 2026-08-26T00:40:05.144Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 26 00:40:03.399 |
| 8747 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399INFO Aug 26 00:40:03.399adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGDEBG |
| 8748 | 2026-08-26T00:40:05.144Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8749 | 2026-08-26T00:40:05.144Z | |
| 8750 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 DEBGAug 26 00:40:03.399 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 |
| 8751 | 2026-08-26T00:40:05.144Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8752 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 INFOAug 26 00:40:03.399 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 8753 | 2026-08-26T00:40:05.144Z | 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 } }] |
| 8754 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 DEBGAug 26 00:40:03.399 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 |
| 8755 | 2026-08-26T00:40:05.144Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8756 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8757 | 2026-08-26T00:40:05.144Z | 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 } }] |
| 8758 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399DEBG 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 } }] |
| 8759 | 2026-08-26T00:40:05.144Z | failed to allocate space for the new target list |
| 8760 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399 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 } }] |
| 8761 | 2026-08-26T00:40:05.144Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8762 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8763 | 2026-08-26T00:40:05.144Z | : freemap_route_ipv4 |
| 8764 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8765 | 2026-08-26T00:40:05.144Z | Aug 26 00:40:03.399 DEBGAug 26 00:40:03.399 created new freemapDEBG, unitreplacing 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 } }]: |
| 8766 | 2026-08-26T00:40:05.144Z | freemap_route_ipv6 |
| 8767 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8768 | 2026-08-26T00:40:05.145Z | initted freemap. size: 64, unit:Aug 26 00:40:03.399 freemap_route_ipv4DEBG |
| 8769 | 2026-08-26T00:40:05.145Z | 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 } }] |
| 8770 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399DEBG INFOreset freemap , adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit |
| 8771 | 2026-08-26T00:40:05.145Z | : freemap_route_ipv4 |
| 8772 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 DEBGAug 26 00:40:03.399 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 |
| 8773 | 2026-08-26T00:40:05.145Z | initted freemap. size: 64, unitAug 26 00:40:03.399: INFOfreemap_route_ipv6 |
| 8774 | 2026-08-26T00:40:05.145Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8775 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 Aug 26 00:40:03.399DEBG DEBGreset freemap , replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8776 | 2026-08-26T00:40:05.145Z | : freemap_route_ipv6 |
| 8777 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 26 00:40:03.399 |
| 8778 | 2026-08-26T00:40:05.145Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8779 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.399 |
| 8780 | 2026-08-26T00:40:05.145Z | 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 } }]Aug 26 00:40:03.399 |
| 8781 | 2026-08-26T00:40:05.145Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8782 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 INFO Aug 26 00:40:03.399adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8783 | 2026-08-26T00:40:05.145Z | 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 26 00:40:03.399 |
| 8784 | 2026-08-26T00:40:05.145Z | 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 26 00:40:03.399 |
| 8785 | 2026-08-26T00:40:05.145Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8786 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 INFO Aug 26 00:40:03.399adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8787 | 2026-08-26T00:40:05.145Z | 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 } }] |
| 8788 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 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 26 00:40:03.399 |
| 8789 | 2026-08-26T00:40:05.145Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8790 | 2026-08-26T00:40:05.145Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8791 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.399 INFO Aug 26 00:40:03.399adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 26 00:40:03.400 Aug 26 00:40:03.400DEBG created new freemapDEBG, 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 } }] unitcreated new freemap: |
| 8792 | 2026-08-26T00:40:05.145Z | freemap_route_ipv4 |
| 8793 | 2026-08-26T00:40:05.145Z | |
| 8794 | 2026-08-26T00:40:05.145Z | Aug 26 00:40:03.407Aug 26 00:40:03.407 DEBGINFO Aug 26 00:40:03.399 created new freemapadding route 3fff:beef:29::/64 -> 2001:db8::55:ff , DEBG |
| 8795 | 2026-08-26T00:40:05.145Z | unit :created new freemap Aug 26 00:40:03.407, Aug 26 00:40:03.407DEBGfreemap_route_ipv6unit |
| 8796 | 2026-08-26T00:40:05.145Z | : 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_ipv4replacing 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 } }] |
| 8797 | 2026-08-26T00:40:05.146Z | |
| 8798 | 2026-08-26T00:40:05.146Z | |
| 8799 | 2026-08-26T00:40:05.146Z | Aug 26 00:40:03.407 Aug 26 00:40:03.407DEBG initted freemap. size: 64, Aug 26 00:40:03.407unit : INFOfreemap_route_ipv4 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8800 | 2026-08-26T00:40:05.146Z | |
| 8801 | 2026-08-26T00:40:05.146Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 00:40:03.407 |
| 8802 | 2026-08-26T00:40:05.146Z | Aug 26 00:40:03.407DEBG Aug 26 00:40:03.407DEBG Aug 26 00:40:03.407created new freemapreset freemap , , DEBGunitunit: 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 } }]: |
| 8803 | 2026-08-26T00:40:05.146Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6 |
| 8804 | 2026-08-26T00:40:05.146Z | freemap_route_ipv4 |
| 8805 | 2026-08-26T00:40:05.146Z | Aug 26 00:40:03.407 |
| 8806 | 2026-08-26T00:40:05.146Z | INFO Aug 26 00:40:03.407Aug 26 00:40:03.407 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8807 | 2026-08-26T00:40:05.146Z | Aug 26 00:40:03.407 |
| 8808 | 2026-08-26T00:40:05.146Z | , unitDEBG: Aug 26 00:40:03.407freemap_route_ipv6 Aug 26 00:40:03.407 |
| 8809 | 2026-08-26T00:40:05.146Z | initted freemap. size: 64 DEBG, 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 } }]DEBG |
| 8810 | 2026-08-26T00:40:05.146Z | : freemap_route_ipv4Aug 26 00:40:03.407 |
| 8811 | 2026-08-26T00:40:05.146Z | Aug 26 00:40:03.407 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 } }]reset freemap , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit |
| 8812 | 2026-08-26T00:40:05.146Z | :Aug 26 00:40:03.407 |
| 8813 | 2026-08-26T00:40:05.146Z | freemap_route_ipv6 DEBG |
| 8814 | 2026-08-26T00:40:05.146Z | reset freemap, Aug 26 00:40:03.407unit :DEBGAug 26 00:40:03.407 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 } }]INFO |
| 8815 | 2026-08-26T00:40:05.146Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8816 | 2026-08-26T00:40:05.146Z | freemap_route_ipv4 |
| 8817 | 2026-08-26T00:40:05.151Z | Aug 26 00:40:03.407Aug 26 00:40:03.407 INFOINFO Aug 26 00:40:03.407Aug 26 00:40:03.407adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8818 | 2026-08-26T00:40:05.151Z | |
| 8819 | 2026-08-26T00:40:05.151Z | 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 } }]initted freemap. size: 64Aug 26 00:40:03.407Aug 26 00:40:03.407 , DEBG unit DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] : |
| 8820 | 2026-08-26T00:40:05.151Z | |
| 8821 | 2026-08-26T00:40:05.151Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6 |
| 8822 | 2026-08-26T00:40:05.151Z | |
| 8823 | 2026-08-26T00:40:05.151Z | Aug 26 00:40:03.407Aug 26 00:40:03.407 Aug 26 00:40:03.407INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:40:03.407DEBG INFO |
| 8824 | 2026-08-26T00:40:05.151Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap |
| 8825 | 2026-08-26T00:40:05.151Z | , |
| 8826 | 2026-08-26T00:40:05.151Z | Aug 26 00:40:03.407unit :DEBG Aug 26 00:40:03.407replacing 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 26 00:40:03.407freemap_route_ipv6 |
| 8827 | 2026-08-26T00:40:05.151Z | DEBG |
| 8828 | 2026-08-26T00:40:05.151Z | 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: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 } }] |
| 8829 | 2026-08-26T00:40:05.151Z | |
| 8830 | 2026-08-26T00:40:05.151Z | Aug 26 00:40:03.407Aug 26 00:40:03.407 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.407Aug 26 00:40:03.407 |
| 8831 | 2026-08-26T00:40:05.152Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 8832 | 2026-08-26T00:40:05.152Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:40:03.407 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8833 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.407DEBG |
| 8834 | 2026-08-26T00:40:05.152Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 8835 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.407replacing 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 26 00:40:03.407 |
| 8836 | 2026-08-26T00:40:05.152Z | DEBGAug 26 00:40:03.407 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 } }] |
| 8837 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.407 INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8838 | 2026-08-26T00:40:05.152Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8839 | 2026-08-26T00:40:05.152Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:40:03.407 |
| 8840 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.407INFOAug 26 00:40:03.407 Aug 26 00:40:03.407adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8841 | 2026-08-26T00:40:05.152Z | INFODEBG 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:6::/64 -> 2001:db8::55:ffDEBG |
| 8842 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.407 |
| 8843 | 2026-08-26T00:40:05.152Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8844 | 2026-08-26T00:40:05.152Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8845 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.407Aug 26 00:40:03.407 Aug 26 00:40:03.407DEBGAug 26 00:40:03.407 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8846 | 2026-08-26T00:40:05.152Z | INFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 26 00:40:03.407 |
| 8847 | 2026-08-26T00:40:05.152Z | replacing targets for 3fff:dead::/64 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 } }] |
| 8848 | 2026-08-26T00:40:05.152Z | adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 8849 | 2026-08-26T00:40:05.152Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 00:40:03.407 |
| 8850 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.407 DEBGWARN Aug 26 00:40:03.408shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8851 | 2026-08-26T00:40:05.152Z | DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:40:03.408 |
| 8852 | 2026-08-26T00:40:05.152Z | 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 26 00:40:03.408DEBG |
| 8853 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.408 ERRO INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8854 | 2026-08-26T00:40:05.152Z | |
| 8855 | 2026-08-26T00:40:05.152Z | |
| 8856 | 2026-08-26T00:40:05.152Z | Aug 26 00:40:03.408Aug 26 00:40:03.408Aug 26 00:40:03.408 Aug 26 00:40:03.408ERRO 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 itDEBGINFO |
| 8857 | 2026-08-26T00:40:05.152Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8858 | 2026-08-26T00:40:05.153Z | |
| 8859 | 2026-08-26T00:40:05.153Z | INFO Aug 26 00:40:03.408Aug 26 00:40:03.408 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8860 | 2026-08-26T00:40:05.153Z | |
| 8861 | 2026-08-26T00:40:05.153Z | |
| 8862 | 2026-08-26T00:40:05.153Z | Aug 26 00:40:03.399 Aug 26 00:40:03.408 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8863 | 2026-08-26T00:40:05.153Z | DEBG Aug 26 00:40:03.408created new freemapAug 26 00:40:03.408 , DEBG Aug 26 00:40:03.408DEBG unitDEBG: 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_ipv4replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8864 | 2026-08-26T00:40:05.153Z | |
| 8865 | 2026-08-26T00:40:05.153Z | |
| 8866 | 2026-08-26T00:40:05.153Z | Aug 26 00:40:03.408Aug 26 00:40:03.408 INFOAug 26 00:40:03.408 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 8867 | 2026-08-26T00:40:05.153Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8868 | 2026-08-26T00:40:05.153Z | created new freemap , adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit |
| 8869 | 2026-08-26T00:40:05.153Z | :Aug 26 00:40:03.408Aug 26 00:40:03.408 INFO freemap_route_ipv6 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 26 00:40:03.408 |
| 8870 | 2026-08-26T00:40:05.153Z | 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 } }]DEBG |
| 8871 | 2026-08-26T00:40:05.153Z | |
| 8872 | 2026-08-26T00:40:05.153Z | 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 } }] |
| 8873 | 2026-08-26T00:40:05.153Z | Aug 26 00:40:03.408 Aug 26 00:40:03.408DEBG Aug 26 00:40:03.408, Aug 26 00:40:03.408 INFO unitDEBG : 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 } }] |
| 8874 | 2026-08-26T00:40:05.153Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8875 | 2026-08-26T00:40:05.153Z | freemap_route_ipv4INFO |
| 8876 | 2026-08-26T00:40:05.153Z | initted freemap. size: 64Aug 26 00:40:03.408, INFO Aug 26 00:40:03.408adding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 00:40:03.408 |
| 8877 | 2026-08-26T00:40:05.153Z | |
| 8878 | 2026-08-26T00:40:05.153Z | unit DEBG:DEBG Aug 26 00:40:03.408freemap_route_ipv4 Aug 26 00:40:03.408DEBG |
| 8879 | 2026-08-26T00:40:05.153Z | DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8880 | 2026-08-26T00:40:05.153Z | |
| 8881 | 2026-08-26T00:40:05.153Z | , unit |
| 8882 | 2026-08-26T00:40:05.153Z | Aug 26 00:40:03.408: DEBGfreemap_route_ipv6Aug 26 00:40:03.408 |
| 8883 | 2026-08-26T00:40:05.153Z | INFO Aug 26 00:40:03.408 Aug 26 00:40:03.408adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8884 | 2026-08-26T00:40:05.153Z | INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 8885 | 2026-08-26T00:40:05.153Z | reset freemapAug 26 00:40:03.408 |
| 8886 | 2026-08-26T00:40:05.154Z | DEBG, Aug 26 00:40:03.408 Aug 26 00:40:03.408DEBG Aug 26 00:40:03.408 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 } }]unitinitted freemap. size: 64 |
| 8887 | 2026-08-26T00:40:05.154Z | DEBG: , freemap_route_ipv4unit |
| 8888 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.408 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 } }] : |
| 8889 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.408INFO freemap_route_ipv4DEBG |
| 8890 | 2026-08-26T00:40:05.154Z | DEBG initted freemap. size: 64adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8891 | 2026-08-26T00:40:05.154Z | , 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 26 00:40:03.408Aug 26 00:40:03.408 |
| 8892 | 2026-08-26T00:40:05.154Z | DEBGAug 26 00:40:03.408 reset freemapAug 26 00:40:03.408INFO , INFODEBGunit adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff:replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8893 | 2026-08-26T00:40:05.154Z | |
| 8894 | 2026-08-26T00:40:05.154Z | |
| 8895 | 2026-08-26T00:40:05.154Z | : freemap_route_ipv4Aug 26 00:40:03.408 |
| 8896 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.408freemap_route_ipv6 Aug 26 00:40:03.408 |
| 8897 | 2026-08-26T00:40:05.154Z | DEBG INFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.408 |
| 8898 | 2026-08-26T00:40:05.154Z | DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8899 | 2026-08-26T00:40:05.154Z | |
| 8900 | 2026-08-26T00:40:05.154Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8901 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.408, DEBGunitAug 26 00:40:03.408 Aug 26 00:40:03.408reset freemapDEBG Aug 26 00:40:03.408, 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:unitINFO |
| 8902 | 2026-08-26T00:40:05.154Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8903 | 2026-08-26T00:40:05.154Z | |
| 8904 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.416adding route 172.17.0.7/32 -> 10.0.0.255 DEBG |
| 8905 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.400reset freemap DEBGAug 26 00:40:03.416, created new freemapunit , DEBG:unit : freemap_route_ipv4 |
| 8906 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.416 INFOAug 26 00:40:03.416 DEBGfreemap_route_ipv6 |
| 8907 | 2026-08-26T00:40:05.154Z | created new freemapadding route 3fff:beef:e::/64 -> 2001:db8::55:ff, |
| 8908 | 2026-08-26T00:40:05.154Z | unit: 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 26 00:40:03.416 |
| 8909 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.416 freemap_route_ipv6DEBGINFO |
| 8910 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.416replacing 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 } }] |
| 8911 | 2026-08-26T00:40:05.154Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8912 | 2026-08-26T00:40:05.154Z | Aug 26 00:40:03.416 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8913 | 2026-08-26T00:40:05.154Z | DEBG Aug 26 00:40:03.416initted freemap. size: 64 , INFOunit :Aug 26 00:40:03.416Aug 26 00:40:03.416 adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 8914 | 2026-08-26T00:40:05.155Z | |
| 8915 | 2026-08-26T00:40:05.155Z | 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 |
| 8916 | 2026-08-26T00:40:05.155Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 00:40:03.416Aug 26 00:40:03.416 |
| 8917 | 2026-08-26T00:40:05.160Z | DEBGDEBG reset freemapreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8918 | 2026-08-26T00:40:05.160Z | unit:Aug 26 00:40:03.416 Aug 26 00:40:03.416 freemap_route_ipv4Aug 26 00:40:03.416INFO |
| 8919 | 2026-08-26T00:40:05.160Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO INFO |
| 8920 | 2026-08-26T00:40:05.160Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8921 | 2026-08-26T00:40:05.160Z | Aug 26 00:40:03.416 |
| 8922 | 2026-08-26T00:40:05.160Z | DEBGAug 26 00:40:03.416 Aug 26 00:40:03.416initted freemap. size: 64 , DEBG unitDEBG: replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8923 | 2026-08-26T00:40:05.160Z | |
| 8924 | 2026-08-26T00:40:05.160Z | |
| 8925 | 2026-08-26T00:40:05.160Z | Aug 26 00:40:03.416Aug 26 00:40:03.416Aug 26 00:40:03.416 DEBG DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemapAug 26 00:40:03.416, |
| 8926 | 2026-08-26T00:40:05.160Z | unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO: |
| 8927 | 2026-08-26T00:40:05.160Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8928 | 2026-08-26T00:40:05.160Z | freemap_route_ipv6 |
| 8929 | 2026-08-26T00:40:05.160Z | Aug 26 00:40:03.416 Aug 26 00:40:03.416 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:40:03.416 |
| 8930 | 2026-08-26T00:40:05.160Z | 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 Aug 26 00:40:03.416adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8931 | 2026-08-26T00:40:05.160Z | DEBG |
| 8932 | 2026-08-26T00:40:05.160Z | Aug 26 00:40:03.416 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 26 00:40:03.416 |
| 8933 | 2026-08-26T00:40:05.160Z | Aug 26 00:40:03.416DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8934 | 2026-08-26T00:40:05.160Z | 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 } }]Aug 26 00:40:03.416 |
| 8935 | 2026-08-26T00:40:05.160Z | Aug 26 00:40:03.416INFO |
| 8936 | 2026-08-26T00:40:05.160Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8937 | 2026-08-26T00:40:05.160Z | INFOAug 26 00:40:03.416 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 8938 | 2026-08-26T00:40:05.160Z | |
| 8939 | 2026-08-26T00:40:05.160Z | Aug 26 00:40:03.416Aug 26 00:40:03.416 INFODEBGAug 26 00:40:03.416 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 } }] |
| 8940 | 2026-08-26T00:40:05.160Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:40:03.416 |
| 8941 | 2026-08-26T00:40:05.160Z | DEBGINFO Aug 26 00:40:03.416 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:40:03.416 adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8942 | 2026-08-26T00:40:05.161Z | DEBGINFO |
| 8943 | 2026-08-26T00:40:05.161Z | adding route 3fff:beef:3c::/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 } }] |
| 8944 | 2026-08-26T00:40:05.161Z | |
| 8945 | 2026-08-26T00:40:05.161Z | Aug 26 00:40:03.416Aug 26 00:40:03.416 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 26 00:40:03.416replacing 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 26 00:40:03.416 |
| 8946 | 2026-08-26T00:40:05.161Z | INFO |
| 8947 | 2026-08-26T00:40:05.161Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 8948 | 2026-08-26T00:40:05.161Z | 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 } }] |
| 8949 | 2026-08-26T00:40:05.161Z | Aug 26 00:40:03.416Aug 26 00:40:03.416 DEBGINFO failed to allocate space for the new target listAug 26 00:40:03.416adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8950 | 2026-08-26T00:40:05.161Z | |
| 8951 | 2026-08-26T00:40:05.161Z | 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 26 00:40:03.416 |
| 8952 | 2026-08-26T00:40:05.161Z | 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 } }]Aug 26 00:40:03.416 |
| 8953 | 2026-08-26T00:40:05.161Z | Aug 26 00:40:03.416DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:40:03.416 |
| 8954 | 2026-08-26T00:40:05.161Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8955 | 2026-08-26T00:40:05.161Z | |
| 8956 | 2026-08-26T00:40:05.161Z | Aug 26 00:40:03.400Aug 26 00:40:03.416 DEBGDEBG Aug 26 00:40:03.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemap |
| 8957 | 2026-08-26T00:40:05.161Z | DEBG, unitreplacing 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 } }]: |
| 8958 | 2026-08-26T00:40:05.161Z | Aug 26 00:40:03.416 freemap_route_ipv4DEBG |
| 8959 | 2026-08-26T00:40:05.161Z | replacing targets for 3fff:dead::/64 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 26 00:40:03.416 |
| 8960 | 2026-08-26T00:40:05.161Z | INFOAug 26 00:40:03.408 Aug 26 00:40:03.416DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff WARNcreated new freemap Aug 26 00:40:03.416, shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8961 | 2026-08-26T00:40:05.161Z | unitDEBG : |
| 8962 | 2026-08-26T00:40:05.161Z | created new freemapfreemap_route_ipv4, |
| 8963 | 2026-08-26T00:40:05.161Z | unitAug 26 00:40:03.416: DEBGfreemap_route_ipv6 |
| 8964 | 2026-08-26T00:40:05.161Z | Aug 26 00:40:03.416replacing 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 |
| 8965 | 2026-08-26T00:40:05.161Z | created new freemapAug 26 00:40:03.416, unitDEBG:Aug 26 00:40:03.416 initted freemap. size: 64freemap_route_ipv6INFO |
| 8966 | 2026-08-26T00:40:05.161Z | , unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff: |
| 8967 | 2026-08-26T00:40:05.161Z | freemap_route_ipv4Aug 26 00:40:03.416 |
| 8968 | 2026-08-26T00:40:05.161Z | DEBGAug 26 00:40:03.416 initted freemap. size: 64DEBG, unitreplacing 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 26 00:40:03.416 |
| 8969 | 2026-08-26T00:40:05.161Z | :DEBG freemap_route_ipv4reset freemap |
| 8970 | 2026-08-26T00:40:05.162Z | , unitAug 26 00:40:03.416: INFOfreemap_route_ipv4Aug 26 00:40:03.416 |
| 8971 | 2026-08-26T00:40:05.162Z | DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8972 | 2026-08-26T00:40:05.162Z | reset freemap, Aug 26 00:40:03.416unit :DEBGAug 26 00:40:03.416 freemap_route_ipv4initted freemap. size: 64 |
| 8973 | 2026-08-26T00:40:05.162Z | , unitDEBG: 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 26 00:40:03.416 |
| 8974 | 2026-08-26T00:40:05.162Z | freemap_route_ipv6DEBG |
| 8975 | 2026-08-26T00:40:05.162Z | initted freemap. size: 64Aug 26 00:40:03.416, unitAug 26 00:40:03.416: Aug 26 00:40:03.416 INFO freemap_route_ipv6DEBG DEBG |
| 8976 | 2026-08-26T00:40:05.162Z | adding route 172.17.0.8/32 -> 10.0.0.255reset freemap |
| 8977 | 2026-08-26T00:40:05.162Z | , unitreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.416 |
| 8978 | 2026-08-26T00:40:05.162Z | : DEBG Aug 26 00:40:03.416freemap_route_ipv6 |
| 8979 | 2026-08-26T00:40:05.162Z | reset freemapAug 26 00:40:03.416DEBG , unitINFO: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 26 00:40:03.416freemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8980 | 2026-08-26T00:40:05.162Z | |
| 8981 | 2026-08-26T00:40:05.162Z | INFO |
| 8982 | 2026-08-26T00:40:05.162Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8983 | 2026-08-26T00:40:05.162Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8984 | 2026-08-26T00:40:05.162Z | Aug 26 00:40:03.416Aug 26 00:40:03.416 INFOAug 26 00:40:03.416 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO |
| 8985 | 2026-08-26T00:40:05.162Z | Aug 26 00:40:03.416 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8986 | 2026-08-26T00:40:05.162Z | 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 |
| 8987 | 2026-08-26T00:40:05.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 } }] |
| 8988 | 2026-08-26T00:40:05.162Z | Aug 26 00:40:03.416Aug 26 00:40:03.416Aug 26 00:40:03.416 DEBGDEBG Aug 26 00:40:03.416replacing 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 } }] |
| 8989 | 2026-08-26T00:40:05.162Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 8990 | 2026-08-26T00:40:05.162Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:1a::/64 -> 2001:db8::55:ff |
| 8991 | 2026-08-26T00:40:05.162Z | |
| 8992 | 2026-08-26T00:40:05.162Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8993 | 2026-08-26T00:40:05.162Z | Aug 26 00:40:03.416Aug 26 00:40:03.416 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 8994 | 2026-08-26T00:40:05.162Z | test route::tests::identity_replace_is_noop ... ok |
| 8995 | 2026-08-26T00:40:05.162Z | |
| 8996 | 2026-08-26T00:40:05.162Z | Aug 26 00:40:03.416 Aug 26 00:40:03.416INFOAug 26 00:40:03.416 DEBG Aug 26 00:40:03.416adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8997 | 2026-08-26T00:40:05.162Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 8998 | 2026-08-26T00:40:05.163Z | 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 } }] |
| 8999 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.416 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 |
| 9000 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.416 Aug 26 00:40:03.416DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9001 | 2026-08-26T00:40:05.163Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9002 | 2026-08-26T00:40:05.163Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:40:03.416 |
| 9003 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.416INFO INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 00:40:03.416 |
| 9004 | 2026-08-26T00:40:05.163Z | DEBGAug 26 00:40:03.416 |
| 9005 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.416replacing 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 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9006 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.416 |
| 9007 | 2026-08-26T00:40:05.163Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 26 00:40:03.416 INFO |
| 9008 | 2026-08-26T00:40:05.163Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9009 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.417 DEBG: created new freemapfreemap_route_ipv6Aug 26 00:40:03.416 |
| 9010 | 2026-08-26T00:40:05.163Z | , unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4 |
| 9011 | 2026-08-26T00:40:05.163Z | |
| 9012 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.425 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.425 |
| 9013 | 2026-08-26T00:40:05.163Z | Aug 26 00:40:03.425 Aug 26 00:40:03.417DEBG Aug 26 00:40:03.425DEBG Aug 26 00:40:03.425created new freemap , INFOunitDEBG: DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv4 |
| 9014 | 2026-08-26T00:40:05.163Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9015 | 2026-08-26T00:40:05.163Z | created new freemap , |
| 9016 | 2026-08-26T00:40:05.163Z | unitreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.425 : |
| 9017 | 2026-08-26T00:40:05.169Z | INFOAug 26 00:40:03.425 Aug 26 00:40:03.425 DEBGDEBG adding route 172.17.0.0/32 -> 10.0.0.255created new freemap |
| 9018 | 2026-08-26T00:40:05.169Z | , unitfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]: |
| 9019 | 2026-08-26T00:40:05.169Z | Aug 26 00:40:03.425 freemap_route_ipv6 |
| 9020 | 2026-08-26T00:40:05.169Z | |
| 9021 | 2026-08-26T00:40:05.169Z | Aug 26 00:40:03.425 INFOAug 26 00:40:03.426DEBG Aug 26 00:40:03.426DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.426 |
| 9022 | 2026-08-26T00:40:05.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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]initted freemap. size: 64DEBG, |
| 9023 | 2026-08-26T00:40:05.170Z | unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff:initted freemap. size: 64 |
| 9024 | 2026-08-26T00:40:05.170Z | Aug 26 00:40:03.426, freemap_route_ipv4 unit |
| 9025 | 2026-08-26T00:40:05.170Z | INFOAug 26 00:40:03.426Aug 26 00:40:03.426 adding route 172.17.0.1/32 -> 10.0.0.255:WARN |
| 9026 | 2026-08-26T00:40:05.170Z | DEBGfreemap_route_ipv4 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 9027 | 2026-08-26T00:40:05.170Z | |
| 9028 | 2026-08-26T00:40:05.170Z | |
| 9029 | 2026-08-26T00:40:05.170Z | Aug 26 00:40:03.426 Aug 26 00:40:03.426DEBG DEBG Aug 26 00:40:03.426replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 9030 | 2026-08-26T00:40:05.170Z | , unitDEBG :Aug 26 00:40:03.426reset freemapAug 26 00:40:03.426 freemap_route_ipv4INFOINFO, |
| 9031 | 2026-08-26T00:40:05.170Z | unitadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9032 | 2026-08-26T00:40:05.170Z | : |
| 9033 | 2026-08-26T00:40:05.170Z | freemap_route_ipv4Aug 26 00:40:03.426 |
| 9034 | 2026-08-26T00:40:05.170Z | Aug 26 00:40:03.426DEBG DEBG |
| 9035 | 2026-08-26T00:40:05.170Z | Aug 26 00:40:03.426initted freemap. size: 64 , DEBGunit :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 } }] |
| 9036 | 2026-08-26T00:40:05.170Z | freemap_route_ipv6 |
| 9037 | 2026-08-26T00:40:05.170Z | Aug 26 00:40:03.426 INFOAug 26 00:40:03.416 Aug 26 00:40:03.426Aug 26 00:40:03.426adding route 172.17.0.0/32 -> 10.0.0.255 Aug 26 00:40:03.426 INFO |
| 9038 | 2026-08-26T00:40:05.170Z | adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 9039 | 2026-08-26T00:40:05.170Z | INFOinitted freemap. size: 64 , DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff unitAug 26 00:40:03.426:Aug 26 00:40:03.426 |
| 9040 | 2026-08-26T00:40:05.170Z | DEBGDEBGfreemap_route_ipv6 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 } }] |
| 9041 | 2026-08-26T00:40:05.170Z | |
| 9042 | 2026-08-26T00:40:05.170Z | 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 } }]reset freemap |
| 9043 | 2026-08-26T00:40:05.170Z | , Aug 26 00:40:03.426unitAug 26 00:40:03.426: Aug 26 00:40:03.426INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 26 00:40:03.426 |
| 9044 | 2026-08-26T00:40:05.170Z | reset freemapINFO DEBGfreemap_route_ipv6, Aug 26 00:40:03.426unitadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9045 | 2026-08-26T00:40:05.170Z | |
| 9046 | 2026-08-26T00:40:05.170Z | : freemap_route_ipv6DEBG |
| 9047 | 2026-08-26T00:40:05.170Z | 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 26 00:40:03.426replacing 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 } }] |
| 9048 | 2026-08-26T00:40:05.170Z | |
| 9049 | 2026-08-26T00:40:05.170Z | INFO Aug 26 00:40:03.426adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9050 | 2026-08-26T00:40:05.171Z | DEBGAug 26 00:40:03.426 Aug 26 00:40:03.426INFO 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 } }] |
| 9051 | 2026-08-26T00:40:05.171Z | INFOAug 26 00:40:03.426 adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9052 | 2026-08-26T00:40:05.171Z | |
| 9053 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426DEBGAug 26 00:40:03.426 INFO Aug 26 00:40:03.426Aug 26 00:40:03.426replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9054 | 2026-08-26T00:40:05.171Z | DEBGadding route 172.17.0.14/32 -> 10.0.0.255DEBG 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 } }] |
| 9055 | 2026-08-26T00:40:05.171Z | |
| 9056 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426 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 } }] |
| 9057 | 2026-08-26T00:40:05.171Z | |
| 9058 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426 INFO adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9059 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426Aug 26 00:40:03.426adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9060 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426Aug 26 00:40:03.426 Aug 26 00:40:03.426DEBGDEBG DEBGINFODEBGreplacing 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 } }] |
| 9061 | 2026-08-26T00:40:05.171Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9062 | 2026-08-26T00:40:05.171Z | |
| 9063 | 2026-08-26T00:40:05.171Z | 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9064 | 2026-08-26T00:40:05.171Z | |
| 9065 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426Aug 26 00:40:03.426 INFOINFO Aug 26 00:40:03.426 adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9066 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426 |
| 9067 | 2026-08-26T00:40:05.171Z | DEBGAug 26 00:40:03.426Aug 26 00:40:03.426 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 } }] |
| 9068 | 2026-08-26T00:40:05.171Z | DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.3 Aug 26 00:40:03.426replacing 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 } }] |
| 9069 | 2026-08-26T00:40:05.171Z | DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9070 | 2026-08-26T00:40:05.171Z | |
| 9071 | 2026-08-26T00:40:05.171Z | 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 } }] |
| 9072 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426Aug 26 00:40:03.426 Aug 26 00:40:03.426INFO DEBGAug 26 00:40:03.426adding route 172.17.0.16/32 -> 10.0.0.255 DEBG |
| 9073 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] INFOINFOreplacing 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.5/32 -> 10.0.0.255 |
| 9074 | 2026-08-26T00:40:05.171Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9075 | 2026-08-26T00:40:05.171Z | |
| 9076 | 2026-08-26T00:40:05.171Z | Aug 26 00:40:03.426replacing 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 } }] |
| 9077 | 2026-08-26T00:40:05.171Z | DEBG |
| 9078 | 2026-08-26T00:40:05.171Z | 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 26 00:40:03.426 |
| 9079 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.426Aug 26 00:40:03.426 INFODEBG 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 26 00:40:03.426adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9080 | 2026-08-26T00:40:05.172Z | DEBGINFO Aug 26 00:40:03.426replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 00:40:03.426 |
| 9081 | 2026-08-26T00:40:05.172Z | |
| 9082 | 2026-08-26T00:40:05.172Z | INFOadding route 172.17.0.17/32 -> 10.0.0.255Aug 26 00:40:03.426 |
| 9083 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.426INFOAug 26 00:40:03.426 adding route 172.17.0.6/32 -> 10.0.0.255INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9084 | 2026-08-26T00:40:05.172Z | DEBG |
| 9085 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.426adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 9086 | 2026-08-26T00:40:05.172Z | |
| 9087 | 2026-08-26T00:40:05.172Z | DEBG Aug 26 00:40:03.426replacing 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 26 00:40:03.426 |
| 9088 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.426DEBG Aug 26 00:40:03.426adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9089 | 2026-08-26T00:40:05.172Z | INFO DEBGAug 26 00:40:03.426 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9090 | 2026-08-26T00:40:05.172Z | |
| 9091 | 2026-08-26T00:40:05.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9092 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.426adding route 172.17.0.4/32 -> 10.0.0.255 DEBG |
| 9093 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.426 Aug 26 00:40:03.426Aug 26 00:40:03.426INFO DEBG DEBGAug 26 00:40:03.426 adding route 172.17.0.18/32 -> 10.0.0.255 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 } }]DEBG |
| 9094 | 2026-08-26T00:40:05.172Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 9095 | 2026-08-26T00:40:05.172Z | 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 } }] |
| 9096 | 2026-08-26T00:40:05.172Z | 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 } }] |
| 9097 | 2026-08-26T00:40:05.172Z | |
| 9098 | 2026-08-26T00:40:05.172Z | |
| 9099 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.426 WARNAug 26 00:40:03.426Aug 26 00:40:03.426 Aug 26 00:40:03.426INFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 26 00:40:03.426 Aug 26 00:40:03.426 |
| 9100 | 2026-08-26T00:40:05.172Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9101 | 2026-08-26T00:40:05.172Z | |
| 9102 | 2026-08-26T00:40:05.172Z | DEBGINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 26 00:40:03.426 |
| 9103 | 2026-08-26T00:40:05.172Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9104 | 2026-08-26T00:40:05.172Z | 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 26 00:40:03.426 |
| 9105 | 2026-08-26T00:40:05.172Z | DEBG 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 } }] 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 } }] |
| 9106 | 2026-08-26T00:40:05.172Z | Aug 26 00:40:03.427 Aug 26 00:40:03.427Aug 26 00:40:03.426Aug 26 00:40:03.426DEBG INFO DEBGcreated new freemapadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9107 | 2026-08-26T00:40:05.173Z | created new freemapDEBG Aug 26 00:40:03.434Aug 26 00:40:03.417, , DEBGunit created new freemap Aug 26 00:40:03.434, :DEBG unit 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 } }]INFO |
| 9108 | 2026-08-26T00:40:05.173Z | :created new freemap unit adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9109 | 2026-08-26T00:40:05.173Z | freemap_route_ipv4 |
| 9110 | 2026-08-26T00:40:05.173Z | |
| 9111 | 2026-08-26T00:40:05.173Z | : , freemap_route_ipv4Aug 26 00:40:03.434Aug 26 00:40:03.434unit |
| 9112 | 2026-08-26T00:40:05.173Z | :Aug 26 00:40:03.434DEBGINFO Aug 26 00:40:03.434replacing 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 } }] |
| 9113 | 2026-08-26T00:40:05.173Z | DEBGadding route 172.17.0.20/32 -> 10.0.0.255 freemap_route_ipv4DEBG |
| 9114 | 2026-08-26T00:40:05.173Z | created new freemapAug 26 00:40:03.434, unit created new freemapINFO: |
| 9115 | 2026-08-26T00:40:05.173Z | adding route 172.17.0.7/32 -> 10.0.0.255 , unitfreemap_route_ipv6 |
| 9116 | 2026-08-26T00:40:05.173Z | |
| 9117 | 2026-08-26T00:40:05.178Z | Aug 26 00:40:03.434Aug 26 00:40:03.434: DEBGfreemap_route_ipv6DEBGAug 26 00:40:03.434 Aug 26 00:40:03.434replacing 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 26 00:40:03.434created new freemap |
| 9118 | 2026-08-26T00:40:05.178Z | , DEBG |
| 9119 | 2026-08-26T00:40:05.178Z | unitDEBG :DEBG Aug 26 00:40:03.434 created new freemap replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9120 | 2026-08-26T00:40:05.178Z | , |
| 9121 | 2026-08-26T00:40:05.178Z | Aug 26 00:40:03.434initted freemap. size: 64DEBG unit :initted freemap. size: 64, , unitunit::INFO freemap_route_ipv4 |
| 9122 | 2026-08-26T00:40:05.178Z | Aug 26 00:40:03.434Aug 26 00:40:03.434freemap_route_ipv4 adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9123 | 2026-08-26T00:40:05.178Z | DEBGINFO |
| 9124 | 2026-08-26T00:40:05.178Z | Aug 26 00:40:03.434freemap_route_ipv6 adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9125 | 2026-08-26T00:40:05.178Z | initted freemap. size: 64 |
| 9126 | 2026-08-26T00:40:05.178Z | , unit:DEBG reset freemapAug 26 00:40:03.434, unitAug 26 00:40:03.434freemap_route_ipv4Aug 26 00:40:03.434Aug 26 00:40:03.434 |
| 9127 | 2026-08-26T00:40:05.178Z | : DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4reset freemap |
| 9128 | 2026-08-26T00:40:05.178Z | |
| 9129 | 2026-08-26T00:40:05.178Z | , unitDEBG : Aug 26 00:40:03.434DEBGAug 26 00:40:03.434 freemap_route_ipv4 DEBGINFO |
| 9130 | 2026-08-26T00:40:05.178Z | 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 } }]reset freemap |
| 9131 | 2026-08-26T00:40:05.178Z | , initted freemap. size: 64adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9132 | 2026-08-26T00:40:05.178Z | Aug 26 00:40:03.434unit, unit: freemap_route_ipv4Aug 26 00:40:03.434 |
| 9133 | 2026-08-26T00:40:05.178Z | :Aug 26 00:40:03.434 Aug 26 00:40:03.434 DEBGINFO DEBG DEBG Aug 26 00:40:03.434replacing 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 DEBG |
| 9134 | 2026-08-26T00:40:05.178Z | , adding route 172.17.0.9/32 -> 10.0.0.255 unitfreemap_route_ipv4 |
| 9135 | 2026-08-26T00:40:05.178Z | |
| 9136 | 2026-08-26T00:40:05.178Z | initted freemap. size: 64:, unitfreemap_route_ipv6:Aug 26 00:40:03.434Aug 26 00:40:03.434 |
| 9137 | 2026-08-26T00:40:05.179Z | INFO freemap_route_ipv6 |
| 9138 | 2026-08-26T00:40:05.179Z | Aug 26 00:40:03.434adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 00:40:03.434 DEBG |
| 9139 | 2026-08-26T00:40:05.179Z | reset freemapDEBGDEBG , reset freemapreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9140 | 2026-08-26T00:40:05.179Z | , Aug 26 00:40:03.434unit unitAug 26 00:40:03.434:: DEBGDEBG 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 } }] reset freemapAug 26 00:40:03.434 |
| 9141 | 2026-08-26T00:40:05.179Z | , freemap_route_ipv6 freemap_route_ipv4unit |
| 9142 | 2026-08-26T00:40:05.179Z | |
| 9143 | 2026-08-26T00:40:05.179Z | Aug 26 00:40:03.434INFO : INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255Aug 26 00:40:03.434freemap_route_ipv6 |
| 9144 | 2026-08-26T00:40:05.179Z | INFO |
| 9145 | 2026-08-26T00:40:05.179Z | |
| 9146 | 2026-08-26T00:40:05.179Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9147 | 2026-08-26T00:40:05.179Z | Aug 26 00:40:03.434 Aug 26 00:40:03.434Aug 26 00:40:03.434 Aug 26 00:40:03.434 INFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 9148 | 2026-08-26T00:40:05.179Z | |
| 9149 | 2026-08-26T00:40:05.179Z | 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 26 00:40:03.434 |
| 9150 | 2026-08-26T00:40:05.179Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:40:03.434 initted freemap. size: 64 |
| 9151 | 2026-08-26T00:40:05.179Z | INFO, unit Aug 26 00:40:03.434: adding route 172.17.0.25/32 -> 10.0.0.255DEBGAug 26 00:40:03.434 |
| 9152 | 2026-08-26T00:40:05.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 } }]Aug 26 00:40:03.434 |
| 9153 | 2026-08-26T00:40:05.179Z | Aug 26 00:40:03.434INFO DEBGINFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 26 00:40:03.434replacing 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 } }] |
| 9154 | 2026-08-26T00:40:05.179Z | INFOfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9155 | 2026-08-26T00:40:05.179Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9156 | 2026-08-26T00:40:05.179Z | |
| 9157 | 2026-08-26T00:40:05.179Z | Aug 26 00:40:03.434 |
| 9158 | 2026-08-26T00:40:05.179Z | INFOAug 26 00:40:03.434 adding route 172.17.0.26/32 -> 10.0.0.255Aug 26 00:40:03.434Aug 26 00:40:03.434DEBGAug 26 00:40:03.434 |
| 9159 | 2026-08-26T00:40:05.179Z | DEBG DEBG DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.434replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9160 | 2026-08-26T00:40:05.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 } }] DEBG |
| 9161 | 2026-08-26T00:40:05.179Z | |
| 9162 | 2026-08-26T00:40:05.179Z | reset freemapreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.434 |
| 9163 | 2026-08-26T00:40:05.179Z | , unitINFOAug 26 00:40:03.434 Aug 26 00:40:03.434adding route 172.17.0.12/32 -> 10.0.0.255 Aug 26 00:40:03.434 |
| 9164 | 2026-08-26T00:40:05.179Z | 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:3, vlan_id: None } }] INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9165 | 2026-08-26T00:40:05.179Z | |
| 9166 | 2026-08-26T00:40:05.180Z | Aug 26 00:40:03.434adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 9167 | 2026-08-26T00:40:05.180Z | : Aug 26 00:40:03.434freemap_route_ipv6replacing 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 } }] |
| 9168 | 2026-08-26T00:40:05.180Z | Aug 26 00:40:03.434 |
| 9169 | 2026-08-26T00:40:05.180Z | 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 } }] |
| 9170 | 2026-08-26T00:40:05.180Z | DEBG Aug 26 00:40:03.434replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOAug 26 00:40:03.434 |
| 9171 | 2026-08-26T00:40:05.180Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:40:03.434 |
| 9172 | 2026-08-26T00:40:05.180Z | INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9173 | 2026-08-26T00:40:05.180Z | |
| 9174 | 2026-08-26T00:40:05.180Z | Aug 26 00:40:03.434Aug 26 00:40:03.434 DEBGINFO 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 26 00:40:03.434 |
| 9175 | 2026-08-26T00:40:05.180Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9176 | 2026-08-26T00:40:05.180Z | test route::tests::same_size_non_subset_replace ... ok |
| 9177 | 2026-08-26T00:40:05.180Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 26 00:40:03.434 |
| 9178 | 2026-08-26T00:40:05.180Z | INFOAug 26 00:40:03.434 |
| 9179 | 2026-08-26T00:40:05.180Z | DEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 26 00:40:03.434 |
| 9180 | 2026-08-26T00:40:05.180Z | Aug 26 00:40:03.434 |
| 9181 | 2026-08-26T00:40:05.180Z | DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 26 00:40:03.434adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9182 | 2026-08-26T00:40:05.180Z | DEBG |
| 9183 | 2026-08-26T00:40:05.180Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.434 |
| 9184 | 2026-08-26T00:40:05.180Z | INFOAug 26 00:40:03.434 Aug 26 00:40:03.434adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9185 | 2026-08-26T00:40:05.180Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9186 | 2026-08-26T00:40:05.180Z | 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 26 00:40:03.434 |
| 9187 | 2026-08-26T00:40:05.180Z | Aug 26 00:40:03.434DEBG Aug 26 00:40:03.434INFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9188 | 2026-08-26T00:40:05.180Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9189 | 2026-08-26T00:40:05.180Z | |
| 9190 | 2026-08-26T00:40:05.180Z | Aug 26 00:40:03.434Aug 26 00:40:03.434 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9191 | 2026-08-26T00:40:05.180Z | |
| 9192 | 2026-08-26T00:40:05.180Z | Aug 26 00:40:03.434 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.434 |
| 9193 | 2026-08-26T00:40:05.180Z | |
| 9194 | 2026-08-26T00:40:05.181Z | INFO Aug 26 00:40:03.434adding route 172.17.0.16/32 -> 10.0.0.255 Aug 26 00:40:03.434DEBG |
| 9195 | 2026-08-26T00:40:05.181Z | Aug 26 00:40:03.434INFO adding route 172.17.0.31/32 -> 10.0.0.255 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 |
| 9196 | 2026-08-26T00:40:05.181Z | Aug 26 00:40:03.434 |
| 9197 | 2026-08-26T00:40:05.181Z | 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 } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9198 | 2026-08-26T00:40:05.181Z | |
| 9199 | 2026-08-26T00:40:05.181Z | Aug 26 00:40:03.434 Aug 26 00:40:03.434DEBG 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 } }] Aug 26 00:40:03.434adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9200 | 2026-08-26T00:40:05.181Z | Aug 26 00:40:03.434INFOAug 26 00:40:03.434 |
| 9201 | 2026-08-26T00:40:05.181Z | DEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 26 00:40:03.434 |
| 9202 | 2026-08-26T00:40:05.181Z | 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 } }]INFODEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9203 | 2026-08-26T00:40:05.181Z | |
| 9204 | 2026-08-26T00:40:05.181Z | |
| 9205 | 2026-08-26T00:40:05.181Z | Aug 26 00:40:03.434 Aug 26 00:40:03.434DEBG DEBGAug 26 00:40:03.434Aug 26 00:40:03.434 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 26 00:40:03.434INFOreplacing 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 } }] |
| 9206 | 2026-08-26T00:40:05.181Z | |
| 9207 | 2026-08-26T00:40:05.181Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9208 | 2026-08-26T00:40:05.181Z | INFODEBG Aug 26 00:40:03.434Aug 26 00:40:03.434 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 } }]INFOINFO |
| 9209 | 2026-08-26T00:40:05.181Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 26 00:40:03.434 DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 9210 | 2026-08-26T00:40:05.181Z | Aug 26 00:40:03.434replacing 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 } }] |
| 9211 | 2026-08-26T00:40:05.181Z | |
| 9212 | 2026-08-26T00:40:05.181Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9213 | 2026-08-26T00:40:05.181Z | |
| 9214 | 2026-08-26T00:40:05.181Z | Aug 26 00:40:03.434 INFOAug 26 00:40:03.434 Aug 26 00:40:03.434Aug 26 00:40:03.434 Aug 26 00:40:03.434DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9215 | 2026-08-26T00:40:05.181Z | 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 } }] |
| 9216 | 2026-08-26T00:40:05.181Z | |
| 9217 | 2026-08-26T00:40:05.186Z | DEBG DEBG Aug 26 00:40:03.434replacing 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 26 00:40:03.434Aug 26 00:40:03.434replacing 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 26 00:40:03.435replacing 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 } }] |
| 9218 | 2026-08-26T00:40:05.187Z | initted freemap. size: 64 |
| 9219 | 2026-08-26T00:40:05.187Z | , DEBGunit: created new freemap , freemap_route_ipv6INFOAug 26 00:40:03.442Aug 26 00:40:03.442 |
| 9220 | 2026-08-26T00:40:05.187Z | unit :INFO freemap_route_ipv4Aug 26 00:40:03.442 |
| 9221 | 2026-08-26T00:40:05.187Z | DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 9222 | 2026-08-26T00:40:05.187Z | reset freemap |
| 9223 | 2026-08-26T00:40:05.187Z | , unitAug 26 00:40:03.442: DEBGAug 26 00:40:03.442Aug 26 00:40:03.442 freemap_route_ipv6 DEBGINFO |
| 9224 | 2026-08-26T00:40:05.187Z | 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.1/32 -> 10.0.0.255created new freemap |
| 9225 | 2026-08-26T00:40:05.187Z | , |
| 9226 | 2026-08-26T00:40:05.187Z | unit:Aug 26 00:40:03.442 freemap_route_ipv6Aug 26 00:40:03.442INFO DEBG |
| 9227 | 2026-08-26T00:40:05.187Z | Aug 26 00:40:03.442adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9228 | 2026-08-26T00:40:05.187Z | |
| 9229 | 2026-08-26T00:40:05.187Z | Aug 26 00:40:03.442INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 26 00:40:03.435 Aug 26 00:40:03.442 initted freemap. size: 64 |
| 9230 | 2026-08-26T00:40:05.187Z | DEBG, 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 } }]Aug 26 00:40:03.442:created new freemap |
| 9231 | 2026-08-26T00:40:05.187Z | , Aug 26 00:40:03.442unitfreemap_route_ipv4 INFODEBG |
| 9232 | 2026-08-26T00:40:05.187Z | : replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9233 | 2026-08-26T00:40:05.187Z | |
| 9234 | 2026-08-26T00:40:05.187Z | |
| 9235 | 2026-08-26T00:40:05.187Z | Aug 26 00:40:03.442Aug 26 00:40:03.442 INFODEBGAug 26 00:40:03.442 reset freemapAug 26 00:40:03.442DEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9236 | 2026-08-26T00:40:05.187Z | , created new freemapunit |
| 9237 | 2026-08-26T00:40:05.187Z | :, freemap_route_ipv4unit |
| 9238 | 2026-08-26T00:40:05.187Z | Aug 26 00:40:03.442: freemap_route_ipv6 |
| 9239 | 2026-08-26T00:40:05.187Z | INFOAug 26 00:40:03.442Aug 26 00:40:03.442Aug 26 00:40:03.442 DEBG INFO DEBGinitted freemap. size: 64 Aug 26 00:40:03.442 adding route 172.17.0.3/32 -> 10.0.0.255 DEBG |
| 9240 | 2026-08-26T00:40:05.187Z | adding route 172.17.0.13/32 -> 10.0.0.255, |
| 9241 | 2026-08-26T00:40:05.187Z | unitinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:40:03.442:, unit: DEBGfreemap_route_ipv6 |
| 9242 | 2026-08-26T00:40:05.187Z | |
| 9243 | 2026-08-26T00:40:05.187Z | Aug 26 00:40:03.442 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 26 00:40:03.442Aug 26 00:40:03.442 INFO |
| 9244 | 2026-08-26T00:40:05.188Z | DEBG |
| 9245 | 2026-08-26T00:40:05.188Z | freemap_route_ipv4 |
| 9246 | 2026-08-26T00:40:05.188Z | reset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:40:03.442unitAug 26 00:40:03.442 |
| 9247 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.442 : DEBG Aug 26 00:40:03.442freemap_route_ipv6 DEBG |
| 9248 | 2026-08-26T00:40:05.188Z | INFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9249 | 2026-08-26T00:40:05.188Z | |
| 9250 | 2026-08-26T00:40:05.188Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9251 | 2026-08-26T00:40:05.188Z | reset freemap, Aug 26 00:40:03.442unitAug 26 00:40:03.442:Aug 26 00:40:03.442 freemap_route_ipv4INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9252 | 2026-08-26T00:40:05.188Z | INFO Aug 26 00:40:03.442 |
| 9253 | 2026-08-26T00:40:05.188Z | adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 9254 | 2026-08-26T00:40:05.188Z | |
| 9255 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.442Aug 26 00:40:03.442 DEBGDEBGAug 26 00:40:03.442DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 26 00:40:03.442initted freemap. size: 64 DEBGINFO |
| 9256 | 2026-08-26T00:40:05.188Z | , 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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.5/32 -> 10.0.0.255 |
| 9257 | 2026-08-26T00:40:05.188Z | |
| 9258 | 2026-08-26T00:40:05.188Z | |
| 9259 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.442 INFO Aug 26 00:40:03.442 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9260 | 2026-08-26T00:40:05.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:3, vlan_id: None } }]Aug 26 00:40:03.442 |
| 9261 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.442INFO Aug 26 00:40:03.442DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9262 | 2026-08-26T00:40:05.188Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9263 | 2026-08-26T00:40:05.188Z | |
| 9264 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.442 INFOINFO Aug 26 00:40:03.442 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 9265 | 2026-08-26T00:40:05.188Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 26 00:40:03.442 |
| 9266 | 2026-08-26T00:40:05.188Z | |
| 9267 | 2026-08-26T00:40:05.188Z | DEBG Aug 26 00:40:03.442replacing 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 26 00:40:03.442 |
| 9268 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.442DEBG 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 } }, NextHop { asic_port_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 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 } }] |
| 9269 | 2026-08-26T00:40:05.188Z | |
| 9270 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.442 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9271 | 2026-08-26T00:40:05.188Z | Aug 26 00:40:03.443Aug 26 00:40:03.443 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9272 | 2026-08-26T00:40:05.189Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9273 | 2026-08-26T00:40:05.189Z | |
| 9274 | 2026-08-26T00:40:05.189Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9275 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443Aug 26 00:40:03.443 DEBG Aug 26 00:40:03.443INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9276 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443 freemap_route_ipv6DEBG |
| 9277 | 2026-08-26T00:40:05.189Z | 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 } }] |
| 9278 | 2026-08-26T00:40:05.189Z | |
| 9279 | 2026-08-26T00:40:05.189Z | DEBG Aug 26 00:40:03.443replacing 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 } }] |
| 9280 | 2026-08-26T00:40:05.189Z | DEBGAug 26 00:40:03.443 Aug 26 00:40:03.443replacing targets for 172.16.0.0/32 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 } }] |
| 9281 | 2026-08-26T00:40:05.189Z | DEBGINFO Aug 26 00:40:03.443 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9282 | 2026-08-26T00:40:05.189Z | reset freemapINFO , adding route 172.17.0.17/32 -> 10.0.0.255unitAug 26 00:40:03.443: |
| 9283 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443freemap_route_ipv6DEBG |
| 9284 | 2026-08-26T00:40:05.189Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9285 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443replacing 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 26 00:40:03.443 DEBG |
| 9286 | 2026-08-26T00:40:05.189Z | INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.443adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9287 | 2026-08-26T00:40:05.189Z | |
| 9288 | 2026-08-26T00:40:05.189Z | INFOAug 26 00:40:03.443 INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:40:03.443 |
| 9289 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443 adding route 172.17.0.8/32 -> 10.0.0.255DEBGINFO |
| 9290 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9291 | 2026-08-26T00:40:05.189Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9292 | 2026-08-26T00:40:05.189Z | 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 26 00:40:03.443 Aug 26 00:40:03.443INFO Aug 26 00:40:03.443adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9293 | 2026-08-26T00:40:05.189Z | 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 } }] |
| 9294 | 2026-08-26T00:40:05.189Z | DEBG |
| 9295 | 2026-08-26T00:40:05.189Z | 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 26 00:40:03.443 |
| 9296 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 26 00:40:03.443 |
| 9297 | 2026-08-26T00:40:05.189Z | Aug 26 00:40:03.443INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9298 | 2026-08-26T00:40:05.189Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 26 00:40:03.443adding route 172.17.0.9/32 -> 10.0.0.255 Aug 26 00:40:03.443 |
| 9299 | 2026-08-26T00:40:05.189Z | |
| 9300 | 2026-08-26T00:40:05.190Z | 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.3, vlan_id: None } }] |
| 9301 | 2026-08-26T00:40:05.190Z | Aug 26 00:40:03.443replacing 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 } }] |
| 9302 | 2026-08-26T00:40:05.190Z | Aug 26 00:40:03.443DEBG 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 26 00:40:03.443replacing 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 } }] |
| 9303 | 2026-08-26T00:40:05.190Z | INFO |
| 9304 | 2026-08-26T00:40:05.190Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 00:40:03.443 INFOAug 26 00:40:03.443 adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9305 | 2026-08-26T00:40:05.190Z | INFO |
| 9306 | 2026-08-26T00:40:05.190Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9307 | 2026-08-26T00:40:05.190Z | Aug 26 00:40:03.443Aug 26 00:40:03.443 DEBG |
| 9308 | 2026-08-26T00:40:05.190Z | 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 } }] |
| 9309 | 2026-08-26T00:40:05.190Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.443 |
| 9310 | 2026-08-26T00:40:05.190Z | 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 } }] |
| 9311 | 2026-08-26T00:40:05.190Z | Aug 26 00:40:03.443 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 26 00:40:03.443 |
| 9312 | 2026-08-26T00:40:05.190Z | Aug 26 00:40:03.443Aug 26 00:40:03.443INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 26 00:40:03.443DEBGINFO |
| 9313 | 2026-08-26T00:40:05.190Z | 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 } }] DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9314 | 2026-08-26T00:40:05.190Z | 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 } }] |
| 9315 | 2026-08-26T00:40:05.190Z | |
| 9316 | 2026-08-26T00:40:05.190Z | Aug 26 00:40:03.443 DEBGAug 26 00:40:03.443 Aug 26 00:40:03.443INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9317 | 2026-08-26T00:40:05.195Z | Aug 26 00:40:03.443 adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9318 | 2026-08-26T00:40:05.195Z | Aug 26 00:40:03.443 |
| 9319 | 2026-08-26T00:40:05.195Z | 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 } }]INFO |
| 9320 | 2026-08-26T00:40:05.195Z | Aug 26 00:40:03.443adding route 172.17.0.22/32 -> 10.0.0.255 Aug 26 00:40:03.443DEBG |
| 9321 | 2026-08-26T00:40:05.195Z | 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 26 00:40:03.443 |
| 9322 | 2026-08-26T00:40:05.195Z | DEBG 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 } }] |
| 9323 | 2026-08-26T00:40:05.195Z | Aug 26 00:40:03.443Aug 26 00:40:03.443adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBGINFO |
| 9324 | 2026-08-26T00:40:05.195Z | 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 } }] |
| 9325 | 2026-08-26T00:40:05.195Z | Aug 26 00:40:03.443adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9326 | 2026-08-26T00:40:05.195Z | INFO Aug 26 00:40:03.443Aug 26 00:40:03.443adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9327 | 2026-08-26T00:40:05.195Z | DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 00:40:03.443 |
| 9328 | 2026-08-26T00:40:05.195Z | DEBG Aug 26 00:40:03.443created new freemap , DEBGunit :replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 9329 | 2026-08-26T00:40:05.195Z | |
| 9330 | 2026-08-26T00:40:05.195Z | |
| 9331 | 2026-08-26T00:40:05.195Z | Aug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451 DEBGDEBG INFO created new freemapadding route 172.17.0.37/32 -> 10.0.0.255, |
| 9332 | 2026-08-26T00:40:05.195Z | unitreplacing 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 } }] |
| 9333 | 2026-08-26T00:40:05.195Z | Aug 26 00:40:03.451 :INFO freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9334 | 2026-08-26T00:40:05.195Z | |
| 9335 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 26 00:40:03.451 |
| 9336 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451Aug 26 00:40:03.451Aug 26 00:40:03.451 DEBG DEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9337 | 2026-08-26T00:40:05.196Z | 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 } }]initted freemap. size: 64 |
| 9338 | 2026-08-26T00:40:05.196Z | , DEBGunitAug 26 00:40:03.451: INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.451adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9339 | 2026-08-26T00:40:05.196Z | INFO freemap_route_ipv4adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9340 | 2026-08-26T00:40:05.196Z | |
| 9341 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451 |
| 9342 | 2026-08-26T00:40:05.196Z | DEBGAug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451DEBG 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 } }] reset freemapreplacing 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 |
| 9343 | 2026-08-26T00:40:05.196Z | adding route 172.17.0.25/32 -> 10.0.0.255, |
| 9344 | 2026-08-26T00:40:05.196Z | |
| 9345 | 2026-08-26T00:40:05.196Z | unitAug 26 00:40:03.451: freemap_route_ipv4INFOAug 26 00:40:03.451 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 9346 | 2026-08-26T00:40:05.196Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9347 | 2026-08-26T00:40:05.196Z | |
| 9348 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451 Aug 26 00:40:03.451DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9349 | 2026-08-26T00:40:05.196Z | 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 } }] |
| 9350 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451Aug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451 INFOINFODEBG adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 9351 | 2026-08-26T00:40:05.196Z | 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 } }] |
| 9352 | 2026-08-26T00:40:05.196Z | initted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255, |
| 9353 | 2026-08-26T00:40:05.196Z | unitAug 26 00:40:03.451:Aug 26 00:40:03.451 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9354 | 2026-08-26T00:40:05.196Z | |
| 9355 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451 |
| 9356 | 2026-08-26T00:40:05.196Z | DEBG Aug 26 00:40:03.451Aug 26 00:40:03.451 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255reset 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 } }], |
| 9357 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451unit |
| 9358 | 2026-08-26T00:40:05.196Z | : freemap_route_ipv6Aug 26 00:40:03.451 |
| 9359 | 2026-08-26T00:40:05.196Z | DEBGAug 26 00:40:03.451 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 |
| 9360 | 2026-08-26T00:40:05.196Z | INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.451 |
| 9361 | 2026-08-26T00:40:05.196Z | INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9362 | 2026-08-26T00:40:05.196Z | Aug 26 00:40:03.451adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9363 | 2026-08-26T00:40:05.197Z | INFOAug 26 00:40:03.451 Aug 26 00:40:03.451adding route 172.17.0.42/32 -> 10.0.0.255 Aug 26 00:40:03.451 |
| 9364 | 2026-08-26T00:40:05.197Z | 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 } }]DEBGINFO Aug 26 00:40:03.451 |
| 9365 | 2026-08-26T00:40:05.197Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9366 | 2026-08-26T00:40:05.197Z | |
| 9367 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451 |
| 9368 | 2026-08-26T00:40:05.197Z | INFOAug 26 00:40:03.451 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9369 | 2026-08-26T00:40:05.197Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9370 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451Aug 26 00:40:03.451 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 00:40:03.451 |
| 9371 | 2026-08-26T00:40:05.197Z | |
| 9372 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.443DEBGAug 26 00:40:03.451 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 } }]DEBGAug 26 00:40:03.451 |
| 9373 | 2026-08-26T00:40:05.197Z | 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.19/32 -> 10.0.0.255 |
| 9374 | 2026-08-26T00:40:05.197Z | |
| 9375 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451 INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBGAug 26 00:40:03.451Aug 26 00:40:03.451 |
| 9376 | 2026-08-26T00:40:05.197Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3INFO adding route 172.17.0.44/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 } }] |
| 9377 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451 |
| 9378 | 2026-08-26T00:40:05.197Z | DEBG |
| 9379 | 2026-08-26T00:40:05.197Z | 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 } }] |
| 9380 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451replacing 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 26 00:40:03.451Aug 26 00:40:03.451 DEBG DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9381 | 2026-08-26T00:40:05.197Z | |
| 9382 | 2026-08-26T00:40:05.197Z | |
| 9383 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451 |
| 9384 | 2026-08-26T00:40:05.197Z | INFOAug 26 00:40:03.451 Aug 26 00:40:03.451adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9385 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451Aug 26 00:40:03.451 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:40:03.451 |
| 9386 | 2026-08-26T00:40:05.197Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 9387 | 2026-08-26T00:40:05.197Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 26 00:40:03.451 |
| 9388 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451 DEBG DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9389 | 2026-08-26T00:40:05.197Z | Aug 26 00:40:03.451 Aug 26 00:40:03.451replacing 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 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9390 | 2026-08-26T00:40:05.197Z | DEBG DEBGadding route 172.17.0.14/32 -> 10.0.0.255 Aug 26 00:40:03.451replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9391 | 2026-08-26T00:40:05.198Z | |
| 9392 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451 INFO |
| 9393 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9394 | 2026-08-26T00:40:05.198Z | INFOAug 26 00:40:03.451 DEBG |
| 9395 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9396 | 2026-08-26T00:40:05.198Z | |
| 9397 | 2026-08-26T00:40:05.198Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9398 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451 Aug 26 00:40:03.451Aug 26 00:40:03.451DEBG DEBGDEBGDEBG Aug 26 00:40:03.451 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 } }] |
| 9399 | 2026-08-26T00:40:05.198Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9400 | 2026-08-26T00:40:05.198Z | |
| 9401 | 2026-08-26T00:40:05.198Z | 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 } }] |
| 9402 | 2026-08-26T00:40:05.198Z | DEBGAug 26 00:40:03.451 Aug 26 00:40:03.451 Aug 26 00:40:03.451INFOAug 26 00:40:03.451 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 |
| 9403 | 2026-08-26T00:40:05.198Z | |
| 9404 | 2026-08-26T00:40:05.198Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9405 | 2026-08-26T00:40:05.198Z | INFOadding route 172.17.0.30/32 -> 10.0.0.255Aug 26 00:40:03.451 |
| 9406 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451 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 } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9407 | 2026-08-26T00:40:05.198Z | |
| 9408 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451INFO Aug 26 00:40:03.451adding route 172.17.0.15/32 -> 10.0.0.255 Aug 26 00:40:03.451DEBG |
| 9409 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451DEBG INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9410 | 2026-08-26T00:40:05.198Z | |
| 9411 | 2026-08-26T00:40:05.198Z | DEBGAug 26 00:40:03.451 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.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 } }] |
| 9412 | 2026-08-26T00:40:05.198Z | |
| 9413 | 2026-08-26T00:40:05.198Z | Aug 26 00:40:03.451 Aug 26 00:40:03.451INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 26 00:40:03.451 |
| 9414 | 2026-08-26T00:40:05.198Z | 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 26 00:40:03.451 |
| 9415 | 2026-08-26T00:40:05.198Z | INFO DEBGAug 26 00:40:03.451INFO Aug 26 00:40:03.451 adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9416 | 2026-08-26T00:40:05.198Z | adding route 172.17.0.23/32 -> 10.0.0.255 INFO |
| 9417 | 2026-08-26T00:40:05.203Z | 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 } }] |
| 9418 | 2026-08-26T00:40:05.203Z | |
| 9419 | 2026-08-26T00:40:05.203Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9420 | 2026-08-26T00:40:05.203Z | Aug 26 00:40:03.451 Aug 26 00:40:03.451DEBGAug 26 00:40:03.451Aug 26 00:40:03.451Aug 26 00:40:03.451 INFODEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255 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 |
| 9421 | 2026-08-26T00:40:05.203Z | 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.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 } }] |
| 9422 | 2026-08-26T00:40:05.203Z | |
| 9423 | 2026-08-26T00:40:05.203Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 26 00:40:03.451 |
| 9424 | 2026-08-26T00:40:05.203Z | |
| 9425 | 2026-08-26T00:40:05.203Z | INFOAug 26 00:40:03.451 Aug 26 00:40:03.451adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 26 00:40:03.451DEBG |
| 9426 | 2026-08-26T00:40:05.204Z | INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9427 | 2026-08-26T00:40:05.204Z | |
| 9428 | 2026-08-26T00:40:05.204Z | Aug 26 00:40:03.451INFO Aug 26 00:40:03.451DEBGAug 26 00:40:03.451 INFO Aug 26 00:40:03.451 adding route 172.17.0.32/32 -> 10.0.0.255DEBG adding route 172.17.0.50/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9429 | 2026-08-26T00:40:05.204Z | |
| 9430 | 2026-08-26T00:40:05.204Z | 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 } }] |
| 9431 | 2026-08-26T00:40:05.204Z | |
| 9432 | 2026-08-26T00:40:05.204Z | |
| 9433 | 2026-08-26T00:40:05.204Z | Aug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451Aug 26 00:40:03.451INFOINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 26 00:40:03.451 |
| 9434 | 2026-08-26T00:40:05.204Z | 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 } }] |
| 9435 | 2026-08-26T00:40:05.204Z | adding route 172.17.0.25/32 -> 10.0.0.255INFOAug 26 00:40:03.451 |
| 9436 | 2026-08-26T00:40:05.204Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9437 | 2026-08-26T00:40:05.204Z | |
| 9438 | 2026-08-26T00:40:05.204Z | Aug 26 00:40:03.451 Aug 26 00:40:03.451DEBG Aug 26 00:40:03.451 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9439 | 2026-08-26T00:40:05.204Z | Aug 26 00:40:03.451replacing 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 adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9440 | 2026-08-26T00:40:05.204Z | INFO |
| 9441 | 2026-08-26T00:40:05.204Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9442 | 2026-08-26T00:40:05.204Z | Aug 26 00:40:03.459Aug 26 00:40:03.459 INFODEBG Aug 26 00:40:03.459adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG |
| 9443 | 2026-08-26T00:40:05.204Z | 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 } }] |
| 9444 | 2026-08-26T00:40:05.204Z | 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 |
| 9445 | 2026-08-26T00:40:05.204Z | 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 } }] |
| 9446 | 2026-08-26T00:40:05.204Z | Aug 26 00:40:03.459Aug 26 00:40:03.459 Aug 26 00:40:03.459INFO Aug 26 00:40:03.459adding route 172.17.0.18/32 -> 10.0.0.255 INFODEBG INFO |
| 9447 | 2026-08-26T00:40:05.204Z | adding route 172.17.0.52/32 -> 10.0.0.255 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9448 | 2026-08-26T00:40:05.204Z | |
| 9449 | 2026-08-26T00:40:05.204Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:40:03.459Aug 26 00:40:03.459 Aug 26 00:40:03.459DEBGDEBG |
| 9450 | 2026-08-26T00:40:05.204Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 9451 | 2026-08-26T00:40:05.204Z | |
| 9452 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 26 00:40:03.459 |
| 9453 | 2026-08-26T00:40:05.205Z | DEBG Aug 26 00:40:03.459replacing 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 } }] |
| 9454 | 2026-08-26T00:40:05.205Z | INFO Aug 26 00:40:03.459adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9455 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459 DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 9456 | 2026-08-26T00:40:05.205Z | adding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9457 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459 Aug 26 00:40:03.459 |
| 9458 | 2026-08-26T00:40:05.205Z | DEBGAug 26 00:40:03.459 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 } }] DEBGDEBG |
| 9459 | 2026-08-26T00:40:05.205Z | 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 } }] |
| 9460 | 2026-08-26T00:40:05.205Z | failed to allocate space for the new target listAug 26 00:40:03.459 |
| 9461 | 2026-08-26T00:40:05.205Z | DEBG Aug 26 00:40:03.459 Aug 26 00:40:03.459INFO 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 } }] |
| 9462 | 2026-08-26T00:40:05.205Z | 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 } }] |
| 9463 | 2026-08-26T00:40:05.205Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 26 00:40:03.459 |
| 9464 | 2026-08-26T00:40:05.205Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9465 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459Aug 26 00:40:03.459 DEBG 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 } }] |
| 9466 | 2026-08-26T00:40:05.205Z | 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 } }] |
| 9467 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459Aug 26 00:40:03.459 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9468 | 2026-08-26T00:40:05.205Z | |
| 9469 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459 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 } }] |
| 9470 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459 DEBG Aug 26 00:40:03.459replacing 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 } }] |
| 9471 | 2026-08-26T00:40:05.205Z | INFO Aug 26 00:40:03.459 adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 9472 | 2026-08-26T00:40:05.205Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9473 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459 Aug 26 00:40:03.459Aug 26 00:40:03.459 DEBGINFO 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 } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9474 | 2026-08-26T00:40:05.205Z | |
| 9475 | 2026-08-26T00:40:05.205Z | 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 26 00:40:03.459 |
| 9476 | 2026-08-26T00:40:05.205Z | Aug 26 00:40:03.459 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.459 |
| 9477 | 2026-08-26T00:40:05.205Z | |
| 9478 | 2026-08-26T00:40:05.205Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 26 00:40:03.459 |
| 9479 | 2026-08-26T00:40:05.205Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9480 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459 Aug 26 00:40:03.459DEBG Aug 26 00:40:03.459DEBG 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 } }] |
| 9481 | 2026-08-26T00:40:05.206Z | 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 |
| 9482 | 2026-08-26T00:40:05.206Z | 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 } }] |
| 9483 | 2026-08-26T00:40:05.206Z | test route::tests::delete_target_full ... ok |
| 9484 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 26 00:40:03.459 |
| 9485 | 2026-08-26T00:40:05.206Z | INFO Aug 26 00:40:03.459adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9486 | 2026-08-26T00:40:05.206Z | INFO Aug 26 00:40:03.459adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9487 | 2026-08-26T00:40:05.206Z | DEBGAug 26 00:40:03.459 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 |
| 9488 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459replacing 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 } }] |
| 9489 | 2026-08-26T00:40:05.206Z | DEBGAug 26 00:40:03.459 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 |
| 9490 | 2026-08-26T00:40:05.206Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 26 00:40:03.459 |
| 9491 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459INFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9492 | 2026-08-26T00:40:05.206Z | |
| 9493 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.459 |
| 9494 | 2026-08-26T00:40:05.206Z | 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 } }] |
| 9495 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459Aug 26 00:40:03.459 INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9496 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459 |
| 9497 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.459 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 26 00:40:03.459 |
| 9498 | 2026-08-26T00:40:05.206Z | adding route 172.17.0.26/32 -> 10.0.0.255 DEBGAug 26 00:40:03.459 |
| 9499 | 2026-08-26T00:40:05.206Z | INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9500 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.460 DEBG |
| 9501 | 2026-08-26T00:40:05.206Z | created new freemap, Aug 26 00:40:03.459unit :Aug 26 00:40:03.468DEBG Aug 26 00:40:03.468 INFOfreemap_route_ipv4 DEBG |
| 9502 | 2026-08-26T00:40:05.206Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9503 | 2026-08-26T00:40:05.206Z | 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 } }] |
| 9504 | 2026-08-26T00:40:05.206Z | |
| 9505 | 2026-08-26T00:40:05.206Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468 INFODEBGAug 26 00:40:03.459 adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9506 | 2026-08-26T00:40:05.206Z | |
| 9507 | 2026-08-26T00:40:05.206Z | 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 } }] |
| 9508 | 2026-08-26T00:40:05.207Z | Aug 26 00:40:03.468Aug 26 00:40:03.468 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9509 | 2026-08-26T00:40:05.207Z | |
| 9510 | 2026-08-26T00:40:05.207Z | Aug 26 00:40:03.468Aug 26 00:40:03.468 INFOINFO Aug 26 00:40:03.468adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9511 | 2026-08-26T00:40:05.207Z | |
| 9512 | 2026-08-26T00:40:05.207Z | 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 26 00:40:03.468 |
| 9513 | 2026-08-26T00:40:05.207Z | DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.468 |
| 9514 | 2026-08-26T00:40:05.207Z | DEBG failed to allocate space for the new target listAug 26 00:40:03.468 |
| 9515 | 2026-08-26T00:40:05.207Z | Aug 26 00:40:03.468 DEBG 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 } }] Aug 26 00:40:03.468 |
| 9516 | 2026-08-26T00:40:05.207Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9517 | 2026-08-26T00:40:05.212Z | DEBG Aug 26 00:40:03.468 INFO Aug 26 00:40:03.468Aug 26 00:40:03.468 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9518 | 2026-08-26T00:40:05.212Z | |
| 9519 | 2026-08-26T00:40:05.212Z | 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 } }] |
| 9520 | 2026-08-26T00:40:05.212Z | created new freemapAug 26 00:40:03.468, unitDEBG: replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9521 | 2026-08-26T00:40:05.212Z | |
| 9522 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468 INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:40:03.468 |
| 9523 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468 INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9524 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468initted freemap. size: 64 , DEBG unitreplacing 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 } }]: |
| 9525 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468 DEBGfreemap_route_ipv4 |
| 9526 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468replacing 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 } }] |
| 9527 | 2026-08-26T00:40:05.212Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9528 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468INFOAug 26 00:40:03.468 DEBGadding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 9529 | 2026-08-26T00:40:05.212Z | 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 } }]reset freemap |
| 9530 | 2026-08-26T00:40:05.212Z | , unit: freemap_route_ipv4 |
| 9531 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 26 00:40:03.468 |
| 9532 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468DEBG initted freemap. size: 64DEBG, Aug 26 00:40:03.468unit 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 |
| 9533 | 2026-08-26T00:40:05.212Z | : freemap_route_ipv6replacing 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-26T00:40:05.212Z | |
| 9535 | 2026-08-26T00:40:05.212Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468Aug 26 00:40:03.468 INFODEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255 reset freemapadding route 172.17.0.31/32 -> 10.0.0.255 |
| 9536 | 2026-08-26T00:40:05.212Z | |
| 9537 | 2026-08-26T00:40:05.212Z | , unit: freemap_route_ipv6 |
| 9538 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468Aug 26 00:40:03.468 DEBGDEBGAug 26 00:40:03.468 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.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 } }] |
| 9539 | 2026-08-26T00:40:05.213Z | |
| 9540 | 2026-08-26T00:40:05.213Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9541 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468 INFOAug 26 00:40:03.468 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9542 | 2026-08-26T00:40:05.213Z | 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 26 00:40:03.468 |
| 9543 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 9544 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468replacing 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 |
| 9545 | 2026-08-26T00:40:05.213Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.468 |
| 9546 | 2026-08-26T00:40:05.213Z | 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 } }] |
| 9547 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468 DEBG Aug 26 00:40:03.468Aug 26 00:40:03.468replacing 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 } }] |
| 9548 | 2026-08-26T00:40:05.213Z | INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9549 | 2026-08-26T00:40:05.213Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9550 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468 INFOAug 26 00:40:03.468 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9551 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468replacing 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 } }] |
| 9552 | 2026-08-26T00:40:05.213Z | 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 } }]Aug 26 00:40:03.468 |
| 9553 | 2026-08-26T00:40:05.213Z | DEBGAug 26 00:40:03.468 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 } }]INFOAug 26 00:40:03.468 |
| 9554 | 2026-08-26T00:40:05.213Z | INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9555 | 2026-08-26T00:40:05.213Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9556 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468DEBG DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9557 | 2026-08-26T00:40:05.213Z | 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 26 00:40:03.468 |
| 9558 | 2026-08-26T00:40:05.213Z | INFO Aug 26 00:40:03.468Aug 26 00:40:03.468 INFOadding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9559 | 2026-08-26T00:40:05.213Z | adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9560 | 2026-08-26T00:40:05.213Z | |
| 9561 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468 DEBGAug 26 00:40:03.468 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 |
| 9562 | 2026-08-26T00:40:05.213Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.468 |
| 9563 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.468adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9564 | 2026-08-26T00:40:05.213Z | INFO |
| 9565 | 2026-08-26T00:40:05.213Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9566 | 2026-08-26T00:40:05.213Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468INFO DEBG adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:40:03.468 |
| 9567 | 2026-08-26T00:40:05.214Z | 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 26 00:40:03.468DEBG |
| 9568 | 2026-08-26T00:40:05.214Z | 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 } }] |
| 9569 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468INFO Aug 26 00:40:03.468DEBG adding route 172.17.0.25/32 -> 10.0.0.255 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9570 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9571 | 2026-08-26T00:40:05.214Z | |
| 9572 | 2026-08-26T00:40:05.214Z | INFOAug 26 00:40:03.468 INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9573 | 2026-08-26T00:40:05.214Z | |
| 9574 | 2026-08-26T00:40:05.214Z | test route::tests::delete_target_fragmented ... ok |
| 9575 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468Aug 26 00:40:03.468 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 26 00:40:03.468Aug 26 00:40:03.468 |
| 9576 | 2026-08-26T00:40:05.214Z | 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 } }] DEBGDEBG |
| 9577 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468 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 } }]INFOreplacing 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 } }] |
| 9578 | 2026-08-26T00:40:05.214Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 26 00:40:03.468 |
| 9579 | 2026-08-26T00:40:05.214Z | |
| 9580 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468INFO Aug 26 00:40:03.468INFOAug 26 00:40:03.468 adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9581 | 2026-08-26T00:40:05.214Z | DEBG |
| 9582 | 2026-08-26T00:40:05.214Z | INFO 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 } }] |
| 9583 | 2026-08-26T00:40:05.214Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 26 00:40:03.468Aug 26 00:40:03.468 |
| 9584 | 2026-08-26T00:40:05.214Z | DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.468 |
| 9585 | 2026-08-26T00:40:05.214Z | DEBG Aug 26 00:40:03.468 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 } }] |
| 9586 | 2026-08-26T00:40:05.214Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 9587 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468replacing 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 |
| 9588 | 2026-08-26T00:40:05.214Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9589 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468Aug 26 00:40:03.468 Aug 26 00:40:03.468DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.468 |
| 9590 | 2026-08-26T00:40:05.214Z | DEBG INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9591 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468adding route 172.17.0.3/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9592 | 2026-08-26T00:40:05.214Z | Aug 26 00:40:03.468 |
| 9593 | 2026-08-26T00:40:05.214Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9594 | 2026-08-26T00:40:05.215Z | DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.468 |
| 9595 | 2026-08-26T00:40:05.215Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468 DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 9596 | 2026-08-26T00:40:05.215Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 26 00:40:03.468 |
| 9597 | 2026-08-26T00:40:05.215Z | |
| 9598 | 2026-08-26T00:40:05.215Z | INFOAug 26 00:40:03.468 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 9599 | 2026-08-26T00:40:05.215Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 26 00:40:03.468Aug 26 00:40:03.468 |
| 9600 | 2026-08-26T00:40:05.215Z | DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.468 |
| 9601 | 2026-08-26T00:40:05.215Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255Aug 26 00:40:03.468 |
| 9602 | 2026-08-26T00:40:05.215Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.468 |
| 9603 | 2026-08-26T00:40:05.215Z | DEBG Aug 26 00:40:03.468INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 26 00:40:03.468 |
| 9604 | 2026-08-26T00:40:05.215Z | 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 } }] |
| 9605 | 2026-08-26T00:40:05.215Z | 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.60/32 -> 10.0.0.255 |
| 9606 | 2026-08-26T00:40:05.215Z | |
| 9607 | 2026-08-26T00:40:05.215Z | Aug 26 00:40:03.468 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 } }]Aug 26 00:40:03.468 |
| 9608 | 2026-08-26T00:40:05.215Z | Aug 26 00:40:03.468Aug 26 00:40:03.468 INFO INFODEBGAug 26 00:40:03.468 INFOadding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9609 | 2026-08-26T00:40:05.215Z | |
| 9610 | 2026-08-26T00:40:05.215Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9611 | 2026-08-26T00:40:05.215Z | |
| 9612 | 2026-08-26T00:40:05.215Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468Aug 26 00:40:03.468Aug 26 00:40:03.468 DEBGDEBG DEBGfailed to allocate space for the new target list |
| 9613 | 2026-08-26T00:40:05.215Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9614 | 2026-08-26T00:40:05.215Z | DEBG |
| 9615 | 2026-08-26T00:40:05.215Z | 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 } }] |
| 9616 | 2026-08-26T00:40:05.215Z | Aug 26 00:40:03.468 Aug 26 00:40:03.468Aug 26 00:40:03.478INFO INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9617 | 2026-08-26T00:40:05.220Z | |
| 9618 | 2026-08-26T00:40:05.220Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9619 | 2026-08-26T00:40:05.220Z | Aug 26 00:40:03.478Aug 26 00:40:03.478Aug 26 00:40:03.478 DEBG 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 } }] |
| 9620 | 2026-08-26T00:40:05.220Z | 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 } }] |
| 9621 | 2026-08-26T00:40:05.220Z | Aug 26 00:40:03.478 Aug 26 00:40:03.478INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 9622 | 2026-08-26T00:40:05.220Z | adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9623 | 2026-08-26T00:40:05.220Z | |
| 9624 | 2026-08-26T00:40:05.220Z | Aug 26 00:40:03.478 DEBG Aug 26 00:40:03.478replacing 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 } }] |
| 9625 | 2026-08-26T00:40:05.220Z | Aug 26 00:40:03.478DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9626 | 2026-08-26T00:40:05.220Z | Aug 26 00:40:03.478adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9627 | 2026-08-26T00:40:05.221Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9628 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478 Aug 26 00:40:03.478INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 26 00:40:03.478 |
| 9629 | 2026-08-26T00:40:05.221Z | 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 |
| 9630 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478replacing 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 } }] |
| 9631 | 2026-08-26T00:40:05.221Z | DEBGAug 26 00:40:03.478 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 } }] |
| 9632 | 2026-08-26T00:40:05.221Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 26 00:40:03.478 |
| 9633 | 2026-08-26T00:40:05.221Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 26 00:40:03.478 |
| 9634 | 2026-08-26T00:40:05.221Z | INFOAug 26 00:40:03.478 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9635 | 2026-08-26T00:40:05.221Z | DEBGAug 26 00:40:03.478 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9636 | 2026-08-26T00:40:05.221Z | 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 26 00:40:03.478 |
| 9637 | 2026-08-26T00:40:05.221Z | 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 26 00:40:03.478 |
| 9638 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478 Aug 26 00:40:03.468 INFO DEBG INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9639 | 2026-08-26T00:40:05.221Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 00:40:03.478 |
| 9640 | 2026-08-26T00:40:05.221Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9641 | 2026-08-26T00:40:05.221Z | |
| 9642 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478 |
| 9643 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478 DEBGDEBG Aug 26 00:40:03.478replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9644 | 2026-08-26T00:40:05.221Z | |
| 9645 | 2026-08-26T00:40:05.221Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9646 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 INFOINFO Aug 26 00:40:03.478adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9647 | 2026-08-26T00:40:05.221Z | |
| 9648 | 2026-08-26T00:40:05.221Z | 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 } }] |
| 9649 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9650 | 2026-08-26T00:40:05.221Z | adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9651 | 2026-08-26T00:40:05.221Z | |
| 9652 | 2026-08-26T00:40:05.221Z | Aug 26 00:40:03.478 Aug 26 00:40:03.478Aug 26 00:40:03.478INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 9653 | 2026-08-26T00:40:05.221Z | |
| 9654 | 2026-08-26T00:40:05.221Z | 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 } }] |
| 9655 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9656 | 2026-08-26T00:40:05.222Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9657 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478replacing 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 26 00:40:03.478 |
| 9658 | 2026-08-26T00:40:05.222Z | INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9659 | 2026-08-26T00:40:05.222Z | 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 26 00:40:03.478 |
| 9660 | 2026-08-26T00:40:05.222Z | INFOAug 26 00:40:03.478 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 9661 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478 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 |
| 9662 | 2026-08-26T00:40:05.222Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9663 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478 DEBGAug 26 00:40:03.478 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 26 00:40:03.478 |
| 9664 | 2026-08-26T00:40:05.222Z | INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9665 | 2026-08-26T00:40:05.222Z | 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 26 00:40:03.478 |
| 9666 | 2026-08-26T00:40:05.222Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:40:03.478 |
| 9667 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9668 | 2026-08-26T00:40:05.222Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 26 00:40:03.478 |
| 9669 | 2026-08-26T00:40:05.222Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478 |
| 9670 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255Aug 26 00:40:03.478replacing 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 } }] |
| 9671 | 2026-08-26T00:40:05.222Z | |
| 9672 | 2026-08-26T00:40:05.222Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9673 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBG adding route 172.17.0.40/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 } }] |
| 9674 | 2026-08-26T00:40:05.222Z | test route::tests::add_target_fails_full ... ok |
| 9675 | 2026-08-26T00:40:05.222Z | |
| 9676 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478 |
| 9677 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478 INFODEBG Aug 26 00:40:03.478adding route 172.17.0.53/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 } }] |
| 9678 | 2026-08-26T00:40:05.222Z | INFO |
| 9679 | 2026-08-26T00:40:05.222Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9680 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478INFO 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 } }] |
| 9681 | 2026-08-26T00:40:05.222Z | Aug 26 00:40:03.478 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9682 | 2026-08-26T00:40:05.223Z | adding route 172.17.0.41/32 -> 10.0.0.255Aug 26 00:40:03.478 |
| 9683 | 2026-08-26T00:40:05.223Z | DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9684 | 2026-08-26T00:40:05.223Z | |
| 9685 | 2026-08-26T00:40:05.223Z | Aug 26 00:40:03.478 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 } }]Aug 26 00:40:03.478Aug 26 00:40:03.478 |
| 9686 | 2026-08-26T00:40:05.223Z | test route::tests::delete_targets_full ... ok |
| 9687 | 2026-08-26T00:40:05.223Z | INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9688 | 2026-08-26T00:40:05.223Z | test route::tests::delete_targets_fragmented ... ok |
| 9689 | 2026-08-26T00:40:05.223Z | |
| 9690 | 2026-08-26T00:40:05.223Z | |
| 9691 | 2026-08-26T00:40:05.223Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478 DEBGDEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9692 | 2026-08-26T00:40:05.223Z | |
| 9693 | 2026-08-26T00:40:05.223Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 9694 | 2026-08-26T00:40:05.223Z | |
| 9695 | 2026-08-26T00:40:05.223Z | 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 } }] |
| 9696 | 2026-08-26T00:40:05.223Z | Aug 26 00:40:03.478 INFOAug 26 00:40:03.478 Aug 26 00:40:03.478adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9697 | 2026-08-26T00:40:05.223Z | 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 |
| 9698 | 2026-08-26T00:40:05.223Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9699 | 2026-08-26T00:40:05.223Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBGAug 26 00:40:03.478 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9700 | 2026-08-26T00:40:05.223Z | |
| 9701 | 2026-08-26T00:40:05.223Z | 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 } }] |
| 9702 | 2026-08-26T00:40:05.223Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255 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 } }] |
| 9703 | 2026-08-26T00:40:05.223Z | |
| 9704 | 2026-08-26T00:40:05.223Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9705 | 2026-08-26T00:40:05.223Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFO Aug 26 00:40:03.478replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9706 | 2026-08-26T00:40:05.223Z | DEBG |
| 9707 | 2026-08-26T00:40:05.223Z | 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 } }] |
| 9708 | 2026-08-26T00:40:05.223Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFO Aug 26 00:40:03.478 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9709 | 2026-08-26T00:40:05.223Z | |
| 9710 | 2026-08-26T00:40:05.223Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9711 | 2026-08-26T00:40:05.224Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFOAug 26 00:40:03.478 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 } }] |
| 9712 | 2026-08-26T00:40:05.224Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9713 | 2026-08-26T00:40:05.224Z | 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 } }] |
| 9714 | 2026-08-26T00:40:05.224Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478DEBG 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 } }]INFO |
| 9715 | 2026-08-26T00:40:05.224Z | adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9716 | 2026-08-26T00:40:05.224Z | |
| 9717 | 2026-08-26T00:40:05.230Z | Aug 26 00:40:03.478 INFO Aug 26 00:40:03.478Aug 26 00:40:03.478 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9718 | 2026-08-26T00:40:05.230Z | DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9719 | 2026-08-26T00:40:05.230Z | |
| 9720 | 2026-08-26T00:40:05.230Z | Aug 26 00:40:03.478 Aug 26 00:40:03.478DEBG Aug 26 00:40:03.478INFO 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.21/32 -> 10.0.0.255 |
| 9721 | 2026-08-26T00:40:05.230Z | |
| 9722 | 2026-08-26T00:40:05.230Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9723 | 2026-08-26T00:40:05.230Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBG Aug 26 00:40:03.478 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 } }] |
| 9724 | 2026-08-26T00:40:05.230Z | |
| 9725 | 2026-08-26T00:40:05.230Z | 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 } }] |
| 9726 | 2026-08-26T00:40:05.230Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBG Aug 26 00:40:03.478adding route 172.17.0.22/32 -> 10.0.0.255 INFO |
| 9727 | 2026-08-26T00:40:05.230Z | 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 } }] |
| 9728 | 2026-08-26T00:40:05.231Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9729 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.478 DEBGAug 26 00:40:03.478 Aug 26 00:40:03.478 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9730 | 2026-08-26T00:40:05.231Z | DEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9731 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.478 |
| 9732 | 2026-08-26T00:40:05.231Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9733 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFO Aug 26 00:40:03.478replacing 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 } }] |
| 9734 | 2026-08-26T00:40:05.231Z | DEBGadding route 172.17.0.62/32 -> 10.0.0.255 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9735 | 2026-08-26T00:40:05.231Z | |
| 9736 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.478 INFO Aug 26 00:40:03.478adding route 172.17.0.49/32 -> 10.0.0.255Aug 26 00:40:03.478 |
| 9737 | 2026-08-26T00:40:05.231Z | 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.24/32 -> 10.0.0.255 |
| 9738 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.478 DEBG |
| 9739 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486 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 |
| 9740 | 2026-08-26T00:40:05.231Z | 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 } }] |
| 9741 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 Aug 26 00:40:03.486 INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9742 | 2026-08-26T00:40:05.231Z | |
| 9743 | 2026-08-26T00:40:05.231Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9744 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 DEBGDEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 26 00:40:03.486 |
| 9745 | 2026-08-26T00:40:05.231Z | |
| 9746 | 2026-08-26T00:40:05.231Z | 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 } }] |
| 9747 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9748 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.51/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 } }] |
| 9749 | 2026-08-26T00:40:05.231Z | |
| 9750 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9751 | 2026-08-26T00:40:05.231Z | 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 } }] |
| 9752 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.52/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 } }] |
| 9753 | 2026-08-26T00:40:05.231Z | |
| 9754 | 2026-08-26T00:40:05.231Z | Aug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 9755 | 2026-08-26T00:40:05.232Z | 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 } }] |
| 9756 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.53/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 } }] |
| 9757 | 2026-08-26T00:40:05.232Z | |
| 9758 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9759 | 2026-08-26T00:40:05.232Z | 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 } }] |
| 9760 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.54/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 } }] |
| 9761 | 2026-08-26T00:40:05.232Z | |
| 9762 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9763 | 2026-08-26T00:40:05.232Z | 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 } }] |
| 9764 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9765 | 2026-08-26T00:40:05.232Z | |
| 9766 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486 Aug 26 00:40:03.486Aug 26 00:40:03.486INFO DEBG adding route 172.17.0.31/32 -> 10.0.0.255failed to allocate space for the new target list |
| 9767 | 2026-08-26T00:40:05.232Z | |
| 9768 | 2026-08-26T00:40:05.232Z | 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 } }] |
| 9769 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486 Aug 26 00:40:03.486DEBG DEBGAug 26 00:40:03.486replacing 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 } }] |
| 9770 | 2026-08-26T00:40:05.232Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9771 | 2026-08-26T00:40:05.232Z | INFO Aug 26 00:40:03.486adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9772 | 2026-08-26T00:40:05.232Z | INFOAug 26 00:40:03.486 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9773 | 2026-08-26T00:40:05.232Z | DEBG Aug 26 00:40:03.486failed to allocate space for the new target list |
| 9774 | 2026-08-26T00:40:05.232Z | |
| 9775 | 2026-08-26T00:40:05.232Z | running 0 tests |
| 9776 | 2026-08-26T00:40:05.232Z | DEBGAug 26 00:40:03.486 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 } }] |
| 9777 | 2026-08-26T00:40:05.232Z | 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 } }] |
| 9778 | 2026-08-26T00:40:05.232Z | Aug 26 00:40:03.486 Aug 26 00:40:03.486INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 9779 | 2026-08-26T00:40:05.232Z | |
| 9780 | 2026-08-26T00:40:05.232Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9781 | 2026-08-26T00:40:05.232Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9782 | 2026-08-26T00:40:05.232Z | |
| 9783 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 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.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 } }] |
| 9784 | 2026-08-26T00:40:05.233Z | |
| 9785 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9786 | 2026-08-26T00:40:05.233Z | |
| 9787 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.486Aug 26 00:40:03.486 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 } }] |
| 9788 | 2026-08-26T00:40:05.233Z | DEBGAug 26 00:40:03.486 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 } }] |
| 9789 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.486 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9790 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 9791 | 2026-08-26T00:40:05.233Z | 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 } }] |
| 9792 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487Aug 26 00:40:03.487 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9793 | 2026-08-26T00:40:05.233Z | |
| 9794 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487Aug 26 00:40:03.487 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9795 | 2026-08-26T00:40:05.233Z | |
| 9796 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487Aug 26 00:40:03.487 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9797 | 2026-08-26T00:40:05.233Z | |
| 9798 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487Aug 26 00:40:03.487 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 9799 | 2026-08-26T00:40:05.233Z | |
| 9800 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487Aug 26 00:40:03.487 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9801 | 2026-08-26T00:40:05.233Z | |
| 9802 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 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 } }] |
| 9803 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9804 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 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 } }] |
| 9805 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9806 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 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 } }] |
| 9807 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9808 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 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 } }] |
| 9809 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9810 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 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 } }] |
| 9811 | 2026-08-26T00:40:05.233Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9812 | 2026-08-26T00:40:05.234Z | Aug 26 00:40:03.487 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 } }] |
| 9813 | 2026-08-26T00:40:05.234Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9814 | 2026-08-26T00:40:05.234Z | Aug 26 00:40:03.487 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 } }] |
| 9815 | 2026-08-26T00:40:05.234Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9816 | 2026-08-26T00:40:05.234Z | Aug 26 00:40:03.487 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 } }] |
| 9817 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9818 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 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 } }] |
| 9819 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9820 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 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 } }] |
| 9821 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9822 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 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 } }] |
| 9823 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9824 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 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 } }] |
| 9825 | 2026-08-26T00:40:05.238Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9826 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9827 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9828 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9829 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9830 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9831 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9832 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9833 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9834 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9835 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9836 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9837 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9838 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9839 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9840 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9841 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9842 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9843 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9844 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9845 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9846 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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 } }] |
| 9847 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 DEBG failed to allocate space for the new target list |
| 9848 | 2026-08-26T00:40:05.239Z | Aug 26 00:40:03.487 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-26T00:40:05.239Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4) |
| 9850 | 2026-08-26T00:40:05.239Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 9851 | 2026-08-26T00:40:05.239Z | |
| 9852 | 2026-08-26T00:40:05.239Z | running 0 tests |
| 9853 | 2026-08-26T00:40:05.239Z | |
| 9854 | 2026-08-26T00:40:05.240Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9855 | 2026-08-26T00:40:05.240Z | |
| 9856 | 2026-08-26T00:40:05.240Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502) |
| 9857 | 2026-08-26T00:40:05.240Z | |
| 9858 | 2026-08-26T00:40:05.240Z | running 6 tests |
| 9859 | 2026-08-26T00:40:05.240Z | test tests::test_full_lot_id_lot_only ... ok |
| 9860 | 2026-08-26T00:40:05.240Z | test tests::test_full_lot_id_both_present ... ok |
| 9861 | 2026-08-26T00:40:05.240Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9862 | 2026-08-26T00:40:05.240Z | test tests::test_full_lot_id_neither_present ... ok |
| 9863 | 2026-08-26T00:40:05.240Z | test tests::test_parse_client_port_id ... ok |
| 9864 | 2026-08-26T00:40:05.240Z | test tests::test_port_id_cmp ... ok |
| 9865 | 2026-08-26T00:40:05.240Z | |
| 9866 | 2026-08-26T00:40:05.240Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9867 | 2026-08-26T00:40:05.240Z | |
| 9868 | 2026-08-26T00:40:05.240Z | Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167) |
| 9869 | 2026-08-26T00:40:05.244Z | |
| 9870 | 2026-08-26T00:40:05.244Z | running 6 tests |
| 9871 | 2026-08-26T00:40:08.263Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9872 | 2026-08-26T00:40:08.267Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9873 | 2026-08-26T00:40:08.267Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9874 | 2026-08-26T00:40:08.271Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9875 | 2026-08-26T00:40:08.600Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9876 | 2026-08-26T00:40:09.600Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9877 | 2026-08-26T00:40:09.600Z | |
| 9878 | 2026-08-26T00:40:09.600Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.36s |
| 9879 | 2026-08-26T00:40:09.600Z | |
| 9880 | 2026-08-26T00:40:09.608Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 9881 | 2026-08-26T00:40:09.617Z | |
| 9882 | 2026-08-26T00:40:09.617Z | running 0 tests |
| 9883 | 2026-08-26T00:40:09.617Z | |
| 9884 | 2026-08-26T00:40:09.621Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9885 | 2026-08-26T00:40:09.621Z | |
| 9886 | 2026-08-26T00:40:09.621Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 9887 | 2026-08-26T00:40:09.639Z | |
| 9888 | 2026-08-26T00:40:09.639Z | running 15 tests |
| 9889 | 2026-08-26T00:40:09.643Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9890 | 2026-08-26T00:40:09.643Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9891 | 2026-08-26T00:40:09.643Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9892 | 2026-08-26T00:40:09.643Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9893 | 2026-08-26T00:40:09.643Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9894 | 2026-08-26T00:40:09.643Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9895 | 2026-08-26T00:40:09.643Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9896 | 2026-08-26T00:40:09.643Z | test v1::network::tests::test_equal ... ok |
| 9897 | 2026-08-26T00:40:09.643Z | test v1::network::tests::test_eui64 ... ok |
| 9898 | 2026-08-26T00:40:09.643Z | test v1::network::tests::test_into ... ok |
| 9899 | 2026-08-26T00:40:09.643Z | test v1::network::tests::test_to_string ... ok |
| 9900 | 2026-08-26T00:40:09.643Z | test v1::network::tests::test_not_equal ... ok |
| 9901 | 2026-08-26T00:40:09.643Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9902 | 2026-08-26T00:40:09.643Z | test v1::network::tests::test_parse ... ok |
| 9903 | 2026-08-26T00:40:09.646Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9904 | 2026-08-26T00:40:09.646Z | |
| 9905 | 2026-08-26T00:40:09.646Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9906 | 2026-08-26T00:40:09.646Z | |
| 9907 | 2026-08-26T00:40:09.651Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 9908 | 2026-08-26T00:40:09.671Z | |
| 9909 | 2026-08-26T00:40:09.671Z | running 12 tests |
| 9910 | 2026-08-26T00:40:09.674Z | test ipv6::test_ipv6_parse ... ok |
| 9911 | 2026-08-26T00:40:09.675Z | test icmp::test_v6_checksum ... ok |
| 9912 | 2026-08-26T00:40:09.675Z | test icmp::test_v4_checksum ... ok |
| 9913 | 2026-08-26T00:40:09.675Z | test lldp::test_lldp_parse ... ok |
| 9914 | 2026-08-26T00:40:09.675Z | test pbuf::test_byte ... ok |
| 9915 | 2026-08-26T00:40:09.675Z | test pbuf::test_nibble ... ok |
| 9916 | 2026-08-26T00:40:09.675Z | test pbuf::test_short ... ok |
| 9917 | 2026-08-26T00:40:09.675Z | test pbuf::test_twelve ... ok |
| 9918 | 2026-08-26T00:40:09.675Z | test pbuf::test_overflow ... ok |
| 9919 | 2026-08-26T00:40:09.675Z | test pbuf::test_word ... ok |
| 9920 | 2026-08-26T00:40:09.675Z | test tcp::test_checksum_ack_data ... ok |
| 9921 | 2026-08-26T00:40:09.675Z | test tcp::test_checksum_syn_nodata ... ok |
| 9922 | 2026-08-26T00:40:09.675Z | |
| 9923 | 2026-08-26T00:40:09.675Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9924 | 2026-08-26T00:40:09.675Z | |
| 9925 | 2026-08-26T00:40:09.679Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9926 | 2026-08-26T00:40:09.682Z | |
| 9927 | 2026-08-26T00:40:09.682Z | running 0 tests |
| 9928 | 2026-08-26T00:40:09.682Z | |
| 9929 | 2026-08-26T00:40:09.682Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9930 | 2026-08-26T00:40:09.682Z | |
| 9931 | 2026-08-26T00:40:09.685Z | Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd) |
| 9932 | 2026-08-26T00:40:09.689Z | |
| 9933 | 2026-08-26T00:40:09.689Z | running 5 tests |
| 9934 | 2026-08-26T00:40:09.689Z | test switchport::test::test_compute_lanes ... ok |
| 9935 | 2026-08-26T00:40:09.689Z | test switchport::test::port_id_ordering ... ok |
| 9936 | 2026-08-26T00:40:09.689Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3 |
| 9937 | 2026-08-26T00:40:09.689Z | Lane 1 Rx Loss-of-lock: Yes Lane 2 Yes Lane 3Yes |
| 9938 | 2026-08-26T00:40:09.689Z | Yes State: Activated |
| 9939 | 2026-08-26T00:40:09.689Z | Rx Loss-of-signal: YesActivated ActivatedYes ActivatedYes |
| 9940 | 2026-08-26T00:40:09.689Z | Rx Output Enabled: falseYes |
| 9941 | 2026-08-26T00:40:09.689Z | false Rx CDR Enabled: Yes falseYes falseYes |
| 9942 | 2026-08-26T00:40:09.689Z | Yes Rx Output Status: valid |
| 9943 | 2026-08-26T00:40:09.689Z | valid Tx Enabled: Yes validYes Yesvalid |
| 9944 | 2026-08-26T00:40:09.689Z | Yes |
| 9945 | 2026-08-26T00:40:09.689Z | Rx Loss-of-lock: true Tx Loss-of-lock: No Notrue No trueNo |
| 9946 | 2026-08-26T00:40:09.689Z | true |
| 9947 | 2026-08-26T00:40:09.689Z | Tx Loss-of-signal: No Rx Loss-of-signal: false false Nofalse falseNo |
| 9948 | 2026-08-26T00:40:09.690Z | No |
| 9949 | 2026-08-26T00:40:09.690Z | Rx Auto-squelch Disable: true Tx CDR Enabled: Notrue No true Notrue |
| 9950 | 2026-08-26T00:40:09.690Z | No |
| 9951 | 2026-08-26T00:40:09.690Z | Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo true Notrue |
| 9952 | 2026-08-26T00:40:09.690Z | No |
| 9953 | 2026-08-26T00:40:09.690Z | Tx Output Status: invalid Tx Fault: Yesinvalid Yes invalid Yesinvalid |
| 9954 | 2026-08-26T00:40:09.690Z | Yes |
| 9955 | 2026-08-26T00:40:09.690Z | Tx Loss-of-lock: false false false false |
| 9956 | 2026-08-26T00:40:09.690Z | Tx Loss-of-signal: true true true true |
| 9957 | 2026-08-26T00:40:09.690Z | Tx Auto-squelch Disable: false false false false |
| 9958 | 2026-08-26T00:40:09.690Z | Tx Adaptive EQ Fail: true true true true |
| 9959 | 2026-08-26T00:40:09.690Z | Tx Failure: false false false false |
| 9960 | 2026-08-26T00:40:09.690Z | Tx Force Squelch: true true true true |
| 9961 | 2026-08-26T00:40:09.690Z | Tx Input Polarity: normal normal normal normal |
| 9962 | 2026-08-26T00:40:09.690Z | test switchport::test::test_print_sff_datapath ... ok |
| 9963 | 2026-08-26T00:40:09.690Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9964 | 2026-08-26T00:40:09.693Z | test link::test_filter ... ok |
| 9965 | 2026-08-26T00:40:09.694Z | |
| 9966 | 2026-08-26T00:40:09.694Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9967 | 2026-08-26T00:40:09.694Z | |
| 9968 | 2026-08-26T00:40:09.694Z | Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd) |
| 9969 | 2026-08-26T00:40:09.697Z | |
| 9970 | 2026-08-26T00:40:09.697Z | running 1 test |
| 9971 | 2026-08-26T00:40:09.697Z | test test_p4_counter_list ... ignored |
| 9972 | 2026-08-26T00:40:09.697Z | |
| 9973 | 2026-08-26T00:40:09.697Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9974 | 2026-08-26T00:40:09.697Z | |
| 9975 | 2026-08-26T00:40:09.697Z | Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa) |
| 9976 | 2026-08-26T00:40:09.703Z | |
| 9977 | 2026-08-26T00:40:09.703Z | running 5 tests |
| 9978 | 2026-08-26T00:40:09.743Z | test test_an ... ignored |
| 9979 | 2026-08-26T00:40:09.743Z | test test_enable ... ignored |
| 9980 | 2026-08-26T00:40:09.743Z | test test_ip_addresses ... ignored |
| 9981 | 2026-08-26T00:40:09.743Z | test test_kr ... ignored |
| 9982 | 2026-08-26T00:40:09.744Z | test test_mac ... ignored |
| 9983 | 2026-08-26T00:40:09.744Z | |
| 9984 | 2026-08-26T00:40:09.744Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9985 | 2026-08-26T00:40:09.744Z | |
| 9986 | 2026-08-26T00:40:09.744Z | Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0) |
| 9987 | 2026-08-26T00:40:09.747Z | |
| 9988 | 2026-08-26T00:40:09.747Z | running 3 tests |
| 9989 | 2026-08-26T00:40:09.747Z | test linklocal::test_parse_ipadm ... ok |
| 9990 | 2026-08-26T00:40:09.747Z | test tfport::test_parse_tfport ... ok |
| 9991 | 2026-08-26T00:40:09.747Z | test config::tests::test_updates ... ok |
| 9992 | 2026-08-26T00:40:09.747Z | |
| 9993 | 2026-08-26T00:40:09.747Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9994 | 2026-08-26T00:40:09.747Z | |
| 9995 | 2026-08-26T00:40:09.747Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 9996 | 2026-08-26T00:40:09.747Z | |
| 9997 | 2026-08-26T00:40:09.747Z | running 0 tests |
| 9998 | 2026-08-26T00:40:09.747Z | |
| 9999 | 2026-08-26T00:40:09.747Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10000 | 2026-08-26T00:40:09.747Z | |
| 10001 | 2026-08-26T00:40:09.747Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 10002 | 2026-08-26T00:40:09.747Z | |
| 10003 | 2026-08-26T00:40:09.747Z | running 0 tests |
| 10004 | 2026-08-26T00:40:09.747Z | |
| 10005 | 2026-08-26T00:40:09.748Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10006 | 2026-08-26T00:40:09.748Z | |
| 10007 | 2026-08-26T00:40:09.748Z | Doc-tests aal |
| 10008 | 2026-08-26T00:40:10.234Z | |
| 10009 | 2026-08-26T00:40:10.234Z | running 0 tests |
| 10010 | 2026-08-26T00:40:10.234Z | |
| 10011 | 2026-08-26T00:40:10.234Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10012 | 2026-08-26T00:40:10.234Z | |
| 10013 | 2026-08-26T00:40:10.259Z | Doc-tests aal_macros |
| 10014 | 2026-08-26T00:40:10.333Z | |
| 10015 | 2026-08-26T00:40:10.333Z | running 0 tests |
| 10016 | 2026-08-26T00:40:10.333Z | |
| 10017 | 2026-08-26T00:40:10.333Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10018 | 2026-08-26T00:40:10.333Z | |
| 10019 | 2026-08-26T00:40:10.344Z | Doc-tests common |
| 10020 | 2026-08-26T00:40:10.575Z | |
| 10021 | 2026-08-26T00:40:10.575Z | running 0 tests |
| 10022 | 2026-08-26T00:40:10.575Z | |
| 10023 | 2026-08-26T00:40:10.575Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10024 | 2026-08-26T00:40:10.575Z | |
| 10025 | 2026-08-26T00:40:10.600Z | Doc-tests dpd_api |
| 10026 | 2026-08-26T00:40:11.403Z | |
| 10027 | 2026-08-26T00:40:11.403Z | running 2 tests |
| 10028 | 2026-08-26T00:40:11.403Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10029 | 2026-08-26T00:40:11.404Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10030 | 2026-08-26T00:40:11.404Z | |
| 10031 | 2026-08-26T00:40:11.404Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10032 | 2026-08-26T00:40:11.404Z | |
| 10033 | 2026-08-26T00:40:11.433Z | Doc-tests dpd_client |
| 10034 | 2026-08-26T00:40:12.878Z | |
| 10035 | 2026-08-26T00:40:12.878Z | running 0 tests |
| 10036 | 2026-08-26T00:40:12.879Z | |
| 10037 | 2026-08-26T00:40:12.879Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-26T00:40:12.879Z | |
| 10039 | 2026-08-26T00:40:12.929Z | Doc-tests dpd_types |
| 10040 | 2026-08-26T00:40:13.107Z | |
| 10041 | 2026-08-26T00:40:13.107Z | running 0 tests |
| 10042 | 2026-08-26T00:40:13.107Z | |
| 10043 | 2026-08-26T00:40:13.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-26T00:40:13.107Z | |
| 10045 | 2026-08-26T00:40:13.127Z | Doc-tests dpd_types_versions |
| 10046 | 2026-08-26T00:40:14.644Z | |
| 10047 | 2026-08-26T00:40:14.644Z | running 1 test |
| 10048 | 2026-08-26T00:40:14.644Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10049 | 2026-08-26T00:40:14.644Z | |
| 10050 | 2026-08-26T00:40:14.645Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10051 | 2026-08-26T00:40:14.645Z | |
| 10052 | 2026-08-26T00:40:14.694Z | Doc-tests packet |
| 10053 | 2026-08-26T00:40:14.912Z | |
| 10054 | 2026-08-26T00:40:14.912Z | running 0 tests |
| 10055 | 2026-08-26T00:40:14.912Z | |
| 10056 | 2026-08-26T00:40:14.912Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10057 | 2026-08-26T00:40:14.912Z | |
| 10058 | 2026-08-26T00:40:14.937Z | Doc-tests pcap |
| 10059 | 2026-08-26T00:40:14.990Z | |
| 10060 | 2026-08-26T00:40:14.990Z | running 0 tests |
| 10061 | 2026-08-26T00:40:14.990Z | |
| 10062 | 2026-08-26T00:40:14.990Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10063 | 2026-08-26T00:40:14.990Z | |
| 10064 | 2026-08-26T00:40:15.039Z | process exited: duration 601926 ms, exit code 0 |
| |
| 10065 | 2026-08-26T00:40:15.049Z | found 0 output files |